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 bfbe99c commit fc9ad5eCopy full SHA for fc9ad5e
Cargo.toml
@@ -28,13 +28,13 @@ harness = false
28
29
[features]
30
default = ["std"]
31
-std = ["alloc"]
32
-alloc = ["dep:fixedbitset", "dep:slab", "dep:smallvec"]
+std = ["alloc", "futures-lite/std"]
+alloc = ["dep:fixedbitset", "dep:slab", "dep:smallvec", "futures-lite/alloc"]
33
34
[dependencies]
35
fixedbitset = { version = "0.5.7", default-features = false, optional = true }
36
futures-core = { version = "0.3", default-features = false }
37
-futures-lite = "1.12.0"
+futures-lite = { version = "1.12.0", default-features = false }
38
pin-project = "1.0.8"
39
slab = { version = "0.4.8", optional = true }
40
smallvec = { version = "1.11.0", optional = true }
0 commit comments