git-protocol 0.10.3

A WIP crate of the gitoxide project for implementing git protocols
Documentation
test = []
[dependencies.async-trait]
optional = true
version = "0.1.51"

[dependencies.bstr]
default-features = false
features = ["std"]
version = "0.2.13"

[dependencies.btoi]
version = "0.4.2"

[dependencies.futures-io]
optional = true
version = "0.3.16"

[dependencies.futures-lite]
optional = true
version = "1.12.0"

[dependencies.git-features]
features = ["progress"]
version = "^0.16.0"

[dependencies.git-hash]
version = "^0.6.0"

[dependencies.git-transport]
version = "^0.11.0"

[dependencies.maybe-async]
version = "0.2.6"

[dependencies.nom]
default-features = false
features = ["std"]
version = "7"

[dependencies.quick-error]
version = "2.0.0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.114"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[dev-dependencies.git-packetline]
version = "^0.10.0"

[features]
async-client = ["git-transport/async-client", "async-trait", "futures-io", "futures-lite"]
blocking-client = ["git-transport/blocking-client", "maybe-async/is_sync"]
serde1 = ["serde", "bstr/serde1", "git-transport/serde1", "git-hash/serde1"]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project for implementing git protocols"
edition = "2018"
include = ["src/**/*", "CHANGELOG.md", "!**/tests/**/*"]
license = "MIT/Apache-2.0"
name = "git-protocol"
repository = "https://github.com/Byron/gitoxide"
resolver = "2"
version = "0.10.3"
[package.metadata.docs.rs]
features = ["blocking-client"]