We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b088c6 commit be4de0dCopy full SHA for be4de0d
gix-packetline-blocking/Cargo.toml
@@ -19,6 +19,9 @@ default = ["blocking-io"]
19
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
20
blocking-io = []
21
22
+## DO NOT USE, use instead directly gix-packetline
23
+async-io = []
24
+
25
#! ### Other
26
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
27
serde = ["dep:serde", "bstr/serde"]
0 commit comments