Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion gix-packetline-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ default = ["blocking-io"]
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
blocking-io = []

## DO NOT USE, use instead `gix-packetline` directly.
## DO NOT USE, instead use `gix-packetline` directly.
async-io = []

## DO NOT USE, instead use `gix-packetline` directly (and still don't specify `futures-lite`).
futures-lite = []

#! ### Other
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
serde = ["dep:serde", "bstr/serde"]
Expand Down
Loading