1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: this crate is a verbatim copy of gix-packetline for technical
reasons, it always has the blocking-io feature pre-selected which conflicts
with async-io, so it's not possible to enable the latter.
Index: gix-packetline-blocking/Cargo.toml
===================================================================
--- gix-packetline-blocking.orig/Cargo.toml
+++ gix-packetline-blocking/Cargo.toml
@@ -69,7 +69,6 @@ default-features = false
version = "2.0.0"
[features]
-async-io = []
blocking-io = []
default = ["blocking-io"]
serde = [
|