mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
docs: add docs.rs metadata to build with all features (#1471)
This commit is contained in:
@@ -29,3 +29,6 @@ either = { version = "1.5", optional = true}
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-mock-task = "0.1.1"
|
tokio-mock-task = "0.1.1"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -32,3 +32,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
|
|||||||
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
||||||
|
|
||||||
futures-util-preview = "=0.3.0-alpha.18"
|
futures-util-preview = "=0.3.0-alpha.18"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -58,3 +58,6 @@ tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
|||||||
|
|
||||||
futures-core-preview = "=0.3.0-alpha.18"
|
futures-core-preview = "=0.3.0-alpha.18"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -33,3 +33,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
|
|||||||
|
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -34,3 +34,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
|
|||||||
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
||||||
|
|
||||||
futures-util-preview = "=0.3.0-alpha.18"
|
futures-util-preview = "=0.3.0-alpha.18"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -30,3 +30,6 @@ syn = { version = "1", features = ["full"] }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
|
tokio = { version = "0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -89,3 +89,6 @@ tokio-io-pool = "0.1.4"
|
|||||||
# UDS tests
|
# UDS tests
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
futures-preview = "=0.3.0-alpha.18"
|
futures-preview = "=0.3.0-alpha.18"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -56,3 +56,6 @@ libc = "0.2"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
mio = "0.6.5"
|
mio = "0.6.5"
|
||||||
tokio-net = { version = "=0.2.0-alpha.2", path = "../tokio-net", features = ["signal"] }
|
tokio-net = { version = "=0.2.0-alpha.2", path = "../tokio-net", features = ["signal"] }
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -34,3 +34,6 @@ tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
|||||||
|
|
||||||
env_logger = { version = "0.6", default-features = false }
|
env_logger = { version = "0.6", default-features = false }
|
||||||
loom = { version = "0.2.1", features = ["futures"] }
|
loom = { version = "0.2.1", features = ["futures"] }
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -31,3 +31,6 @@ pin-convert = "0.1.0"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures-util-preview = "=0.3.0-alpha.18"
|
futures-util-preview = "=0.3.0-alpha.18"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -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" }
|
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
|
||||||
|
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -58,3 +58,6 @@ features = [
|
|||||||
"wincrypt",
|
"wincrypt",
|
||||||
"winerror",
|
"winerror",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
@@ -87,3 +87,6 @@ num_cpus = "1.0"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|||||||
Reference in New Issue
Block a user