We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0085c commit 2aa08cdCopy full SHA for 2aa08cd
crates/wasm-pkg-common/Cargo.toml
@@ -10,7 +10,7 @@ readme = "../../README.md"
10
11
[features]
12
metadata-client = ["dep:reqwest"]
13
-tokio = ["dep:tokio"]
+tokio = ["tokio/io-util"]
14
15
[dependencies]
16
anyhow = { workspace = true }
@@ -29,7 +29,7 @@ semver = { workspace = true }
29
serde = { workspace = true }
30
serde_json = { workspace = true }
31
sha2 = { workspace = true }
32
-tokio = { workspace = true, features = ["io-util", "fs"], optional = true }
+tokio = { workspace = true, features = ["fs"] }
33
toml = { workspace = true }
34
thiserror = { workspace = true }
35
tracing = { workspace = true }
0 commit comments