We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67f20b1 + 9739620 commit 06ef1e9Copy full SHA for 06ef1e9
gix-packetline/Cargo.toml
@@ -24,7 +24,7 @@ default = []
24
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
25
blocking-io = []
26
## Implement IO traits from `futures-io`.
27
-async-io = ["futures-io", "futures-lite", "pin-project-lite"]
+async-io = ["dep:futures-io", "dep:futures-lite", "dep:pin-project-lite"]
28
29
#! ### Other
30
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
0 commit comments