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.
2 parents 705b86d + d5dd239 commit 62ec0e3Copy full SHA for 62ec0e3
gix-packetline-blocking/Cargo.toml
@@ -21,9 +21,12 @@ default = ["blocking-io"]
21
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
22
blocking-io = []
23
24
-## DO NOT USE, use instead `gix-packetline` directly.
+## DO NOT USE, instead use `gix-packetline` directly.
25
async-io = []
26
27
+## DO NOT USE, instead use `gix-packetline` directly (and still don't specify `futures-lite`).
28
+futures-lite = []
29
+
30
#! ### Other
31
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
32
serde = ["dep:serde", "bstr/serde"]
0 commit comments