We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc97b3 commit 48dd1c1Copy full SHA for 48dd1c1
Cargo.toml
@@ -13,7 +13,7 @@ categories = ["asynchronous", "concurrency"]
13
readme = "README.md"
14
15
[features]
16
-default = ["async-io", "blocking"]
+default = ["async-io"]
17
tokio = ["tokio-crate"]
18
tokio02 = ["tokio02-crate"]
19
tokio03 = ["tokio03-crate"]
@@ -22,6 +22,7 @@ tokio03 = ["tokio03-crate"]
22
async-channel = "^1.5"
23
async-executor = "^1.4"
24
async-mutex = "^1.4"
25
+blocking = "^1.0"
26
futures-lite = "^1.0"
27
num_cpus = "^1.13"
28
once_cell = "^1.4"
@@ -30,10 +31,6 @@ once_cell = "^1.4"
30
31
version = "^1.2"
32
optional = true
33
-[dependencies.blocking]
34
-version = "^1.0"
35
-optional = true
36
-
37
[dependencies.tokio-crate]
38
package = "tokio"
39
version = "^1.0"
0 commit comments