diff --git a/Cargo.toml b/Cargo.toml index b9126e6..41e7082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,14 +25,14 @@ futures = "0.3.21" log = "^0.4" nom = "^7.0" thiserror = "1" -tokio = { version = "1", features = ["time", "io-util"], optional = true } +tokio = { version = "1", default-features = false, features = ["time", "io-util"], optional = true } [dev-dependencies] env_logger = "^0.9" glob = "^0.3" criterion = "^0.3" async-std = { version = "1.11", features = ["unstable", "attributes"] } -tokio = { version = "1", features = ["rt", "rt-multi-thread", "net", "time", "macros"] } +tokio = { version = "1", default-features = false, features = ["rt", "time", "macros"] } [[example]] name = "send"