hyper-util 0.1.3

hyper utilities
Documentation
[[example]]
name = "client"
required-features = ["client-legacy", "http1", "tokio"]
[dependencies.bytes]
version = "1"

[dependencies.futures-channel]
optional = true
version = "0.3"

[dependencies.futures-util]
default-features = false
version = "0.3.16"

[dependencies.http]
version = "1.0"

[dependencies.http-body]
version = "1.0.0"

[dependencies.hyper]
version = "1.1.0"

[dependencies.pin-project-lite]
version = "0.2.4"

[dependencies.socket2]
features = ["all"]
optional = true
version = "0.5"

[dependencies.tokio]
features = ["net", "rt", "time"]
optional = true
version = "1"

[dependencies.tower]
features = ["make", "util"]
optional = true
version = "0.4.1"

[dependencies.tower-service]
optional = true
version = "0.3"

[dependencies.tracing]
default-features = false
features = ["std"]
optional = true
version = "0.1"
[dev-dependencies.bytes]
version = "1"

[dev-dependencies.http-body-util]
version = "0.1.0"

[dev-dependencies.hyper]
features = ["full"]
version = "1.1.0"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
__internal_happy_eyeballs_tests = []
client = ["hyper/client", "dep:tracing", "dep:futures-channel", "dep:tower", "dep:tower-service"]
client-legacy = ["client"]
default = []
full = ["client", "client-legacy", "server", "server-auto", "service", "http1", "http2", "tokio"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
server = ["hyper/server"]
server-auto = ["server", "http1", "http2"]
service = ["dep:tower", "dep:tower-service"]
tokio = ["dep:tokio", "dep:socket2"]

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
description = "hyper utilities"
documentation = "https://docs.rs/hyper-util"
edition = "2021"
homepage = "https://hyper.rs"
keywords = ["http", "hyper", "hyperium"]
license = "MIT"
name = "hyper-util"
readme = "README.md"
repository = "https://github.com/hyperium/hyper-util"
version = "0.1.3"
[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dev-dependencies.pnet_datalink]
version = "0.34.0"