# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "hyper-util-blutgang" version = "0.2.0" authors = ["Sean McArthur "] description = "hyper utilities" homepage = "https://hyper.rs" documentation = "https://docs.rs/hyper-util" readme = "README.md" keywords = [ "http", "hyper", "hyperium", ] categories = [ "network-programming", "web-programming::http-client", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/hyperium/hyper-util" [package.metadata.docs.rs] features = ["full"] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "client" required-features = [ "client-legacy", "http1", "tokio", ] [dependencies.bytes] version = "1" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3.16" default-features = false [dependencies.http] version = "1.0" [dependencies.http-body] version = "1.0.0" [dependencies.hyper] version = "1.0.0" [dependencies.pin-project-lite] version = "0.2.4" [dependencies.socket2] version = "0.5" features = ["all"] optional = true [dependencies.tokio] version = "1" features = [ "net", "rt", "time", ] optional = true [dependencies.tower] version = "0.4.1" features = [ "make", "util", ] [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.bytes] version = "1" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.0.0" features = ["full"] [dev-dependencies.tokio] version = "1" features = [ "macros", "test-util", ] [dev-dependencies.tokio-test] version = "0.4" [features] __internal_happy_eyeballs_tests = [] client = ["hyper/client"] client-legacy = ["client"] default = [] full = [ "client", "client-legacy", "server", "server-auto", "http1", "http2", "tokio", ] http1 = ["hyper/http1"] http2 = ["hyper/http2"] server = ["hyper/server"] server-auto = [ "server", "http1", "http2", ] tokio = [ "dep:tokio", "dep:socket2", ] [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dev-dependencies.pnet_datalink] version = "0.34.0"