hyper 0.13.5

A fast and correct HTTP library.
Documentation
example = []
test = []

[[bench]]
name = "body"
path = "benches/body.rs"
required-features = ["runtime", "stream"]

[[bench]]
name = "connect"
path = "benches/connect.rs"
required-features = ["runtime"]

[[bench]]
name = "end_to_end"
path = "benches/end_to_end.rs"
required-features = ["runtime"]

[[bench]]
name = "pipeline"
path = "benches/pipeline.rs"
required-features = ["runtime"]

[[bench]]
name = "server"
path = "benches/server.rs"
required-features = ["runtime", "stream"]
[dependencies.bytes]
version = "0.5"

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

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

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

[dependencies.h2]
version = "0.2.2"

[dependencies.http]
version = "0.2"

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

[dependencies.httparse]
version = "1.0"

[dependencies.itoa]
version = "0.4.1"

[dependencies.log]
version = "0.4"

[dependencies.net2]
optional = true
version = "0.2.32"

[dependencies.pin-project]
version = "0.4"

[dependencies.time]
version = "0.1"

[dependencies.tokio]
features = ["sync"]
version = "0.2"

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

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

[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.num_cpus]
version = "1.0"

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

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.spmc]
version = "0.3"

[dev-dependencies.tokio]
features = ["fs", "macros", "io-std", "rt-util", "sync", "time", "test-util"]
version = "0.2.2"

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

[dev-dependencies.tower-util]
version = "0.3"

[dev-dependencies.url]
version = "1.0"

[features]
__internal_happy_eyeballs_tests = []
default = ["runtime", "stream"]
nightly = []
runtime = ["tcp", "tokio/rt-core"]
stream = []
tcp = ["net2", "tokio/blocking", "tokio/tcp", "tokio/time"]

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
description = "A fast and correct HTTP library."
documentation = "https://docs.rs/hyper"
edition = "2018"
homepage = "https://hyper.rs"
include = ["Cargo.toml", "LICENSE", "src/**/*"]
keywords = ["http", "hyper", "hyperium"]
license = "MIT"
name = "hyper"
readme = "README.md"
repository = "https://github.com/hyperium/hyper"
version = "0.13.5"
[package.metadata.docs.rs]
features = ["runtime", "stream"]
[profile.bench]
codegen-units = 1
incremental = false

[profile.release]
codegen-units = 1
incremental = false