[dependencies.hex]
version = "0.4.3"
[dependencies.hyper]
features = ["client"]
version = "1.4.1"
[dependencies.hyper-util]
features = ["client-legacy"]
version = "0.1.9"
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1.40.0"
[dependencies.tokio-vsock]
optional = true
version = "0.6.0"
[dependencies.tower-service]
version = "0.3.3"
[dev-dependencies.bytes]
version = "1.7.2"
[dev-dependencies.http-body-util]
version = "0.1.2"
[dev-dependencies.hyper]
features = ["server"]
version = "1.4.1"
[dev-dependencies.hyper-util]
features = ["http1"]
version = "0.1.6"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.tokio]
features = ["macros", "fs"]
version = "1.38.0"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.10.0"
[features]
default = []
firecracker = ["dep:tokio"]
unix = ["dep:tokio"]
vsock = ["dep:tokio-vsock"]
[lib]
name = "hyper_client_sockets"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-client"]
description = "A Hyper client library allowing access to Unix, VSock and Firecracker sockets"
edition = "2021"
keywords = ["hyper", "client", "sockets"]
license = "MIT"
name = "hyper-client-sockets"
readme = "README.md"
repository = "https://github.com/kanpov/hyper-client-sockets"
rust-version = "1.63"
version = "0.2.2"
[[test]]
name = "tests"
path = "tests/tests.rs"