git-transport 0.7.0

A WIP crate of the gitoxide project dedicated to implementing the git transport layer
Documentation
[dependencies.base64]
optional = true
version = "0.13.0"

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

[dependencies.curl]
features = ["static-curl", "static-ssl", "zlib-ng-compat"]
optional = true
version = "0.4"

[dependencies.git-features]
version = "^0.12.0"

[dependencies.git-packetline]
version = "^0.4.0"

[dependencies.git-url]
version = "^0.3.0"

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

[dependencies.serde]
default-features = false
features = ["std", "derive"]
optional = true
version = "1.0.114"

[dependencies.thiserror]
version = "1.0.20"

[features]
http-client-curl = ["curl", "base64", "git-features/io-pipe"]
serde1 = ["serde"]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project dedicated to implementing the git transport layer"
edition = "2018"
include = ["src/**/*"]
license = "MIT/Apache-2.0"
name = "git-transport"
repository = "https://github.com/Byron/gitoxide"
version = "0.7.0"