|
@@ -30,7 +30,7 @@ tempfile = { workspace = true }
|
|
[features]
|
|
[features]
|
|
default = []
|
|
default = []
|
|
async_tokio = ["tokio/net"]
|
|
async_tokio = ["tokio/net"]
|
|
-async_std = ["async-io"]
|
|
|
|
|
|
+async_std = ["dep:async-io"]
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
all-features = true
|