docs: add docs.rs metadata to build with all features (#1471)

This commit is contained in:
Ivan Petkov 2019-08-18 11:11:46 -07:00 committed by GitHub
parent bc61bd9d3d
commit 6d8d388dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 39 additions and 0 deletions

View File

@ -29,3 +29,6 @@ either = { version = "1.5", optional = true}
[dev-dependencies]
tokio-mock-task = "0.1.1"
[package.metadata.docs.rs]
all-features = true

View File

@ -32,3 +32,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
futures-util-preview = "=0.3.0-alpha.18"
[package.metadata.docs.rs]
all-features = true

View File

@ -58,3 +58,6 @@ tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
futures-core-preview = "=0.3.0-alpha.18"
rand = "0.7"
[package.metadata.docs.rs]
all-features = true

View File

@ -33,3 +33,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
rand = "0.7"
tempfile = "3"
[package.metadata.docs.rs]
all-features = true

View File

@ -34,3 +34,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
futures-util-preview = "=0.3.0-alpha.18"
[package.metadata.docs.rs]
all-features = true

View File

@ -30,3 +30,6 @@ syn = { version = "1", features = ["full"] }
[dev-dependencies]
tokio = { version = "0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
[package.metadata.docs.rs]
all-features = true

View File

@ -89,3 +89,6 @@ tokio-io-pool = "0.1.4"
# UDS tests
tempfile = "3"
futures-preview = "=0.3.0-alpha.18"
[package.metadata.docs.rs]
all-features = true

View File

@ -56,3 +56,6 @@ libc = "0.2"
log = "0.4"
mio = "0.6.5"
tokio-net = { version = "=0.2.0-alpha.2", path = "../tokio-net", features = ["signal"] }
[package.metadata.docs.rs]
all-features = true

View File

@ -34,3 +34,6 @@ tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
env_logger = { version = "0.6", default-features = false }
loom = { version = "0.2.1", features = ["futures"] }
[package.metadata.docs.rs]
all-features = true

View File

@ -31,3 +31,6 @@ pin-convert = "0.1.0"
[dev-dependencies]
futures-util-preview = "=0.3.0-alpha.18"
[package.metadata.docs.rs]
all-features = true

View File

@ -41,3 +41,6 @@ tokio-sync = { version = "0.2.0-alpha.1", path = "../tokio-sync", features = ["a
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
rand = "0.7"
[package.metadata.docs.rs]
all-features = true

View File

@ -58,3 +58,6 @@ features = [
"wincrypt",
"winerror",
]
[package.metadata.docs.rs]
all-features = true

View File

@ -87,3 +87,6 @@ num_cpus = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = "0.1"
[package.metadata.docs.rs]
all-features = true