rama-hyper-util 0.1002.0

rama-hyper utilities
Documentation
[dependencies.bytes]
version = "1"

[dependencies.futures-channel]
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]
package = "rama-hyper"
version = "0.1001000.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"]
version = "0.1"

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

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

[dev-dependencies.hyper]
features = ["full"]
package = "rama-hyper"
version = "0.1001000.0"

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

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

[[example]]
name = "client"
required-features = ["client-legacy", "http1", "tokio"]

[features]
__internal_happy_eyeballs_tests = []
client = ["hyper/client", "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>", "Glen De Cauwsemaecker <glen@plabayo.tech"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
description = "rama-hyper utilities"
documentation = "https://docs.rs/rama-hyper-util"
edition = "2018"
homepage = "https://ramaproxy.org"
keywords = ["http", "hyper", "hyperium"]
license = "MIT"
name = "rama-hyper-util"
readme = "README.md"
repository = "https://github.com/plabayo/rama-hyper-util"
version = "0.1002.0"

[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"