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 73514f5 commit 80a249fCopy full SHA for 80a249f
Cargo.toml
@@ -19,8 +19,8 @@ windows-shared-memory-equality = []
19
bincode = "1"
20
crossbeam-channel = "0.4"
21
fnv = "1.0.3"
22
-futures = "0.3"
23
-futures-test = "0.3"
+futures = { version = "0.3", optional = true }
+futures-test = { version = "0.3", optional = true }
24
lazy_static = "1"
25
libc = "0.2.12"
26
rand = "0.7"
0 commit comments