salvo-utils 0.0.7

hyper utilities
Documentation
[dependencies.futures-channel]
version = "0.3"

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

[dependencies.http]
version = "1"

[dependencies.hyper]
version = "1"

[dependencies.once_cell]
version = "1.17"

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

[dependencies.socket2]
version = "0.5"

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

[dependencies.tower]
features = ["make", "util"]
version = "0.4"

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

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[dev-dependencies.bytes]
version = "1"

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

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

[[example]]
name = "client"
required-features = ["client", "http1", "tcp", "runtime"]

[features]
__internal_happy_eyeballs_tests = []
client = ["hyper/client"]
default = []
full = ["client", "server", "http1", "http2", "tcp", "runtime"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
runtime = []
server = ["hyper/server"]
tcp = []

[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/salvo-utils"
edition = "2018"
homepage = "https://salvo.rs"
keywords = ["http", "hyper", "hyperium"]
license = "MIT"
name = "salvo-utils"
readme = "README.md"
repository = "https://github.com/salvo-rs/salvo-utils"
version = "0.0.7"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies.pnet_datalink]
version = "0.34"