hyper 0.12.32

A fast and correct HTTP library.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hyper"
version = "0.12.32"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
include = ["Cargo.toml", "LICENSE", "src/**/*", "build.rs"]
description = "A fast and correct HTTP library."
homepage = "https://hyper.rs"
documentation = "https://docs.rs/hyper"
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"
[profile.bench]
codegen-units = 1
incremental = false

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

[[example]]
name = "client"
path = "examples/client.rs"
required-features = ["runtime"]

[[example]]
name = "client_json"
path = "examples/client_json.rs"
required-features = ["runtime"]

[[example]]
name = "echo"
path = "examples/echo.rs"
required-features = ["runtime"]

[[example]]
name = "hello"
path = "examples/hello.rs"
required-features = ["runtime"]

[[example]]
name = "multi_server"
path = "examples/multi_server.rs"
required-features = ["runtime"]

[[example]]
name = "params"
path = "examples/params.rs"
required-features = ["runtime"]

[[example]]
name = "proxy"
path = "examples/proxy.rs"
required-features = ["runtime"]

[[example]]
name = "send_file"
path = "examples/send_file.rs"
required-features = ["runtime"]

[[example]]
name = "single_threaded"
path = "examples/single_threaded.rs"
required-features = ["runtime"]

[[example]]
name = "state"
path = "examples/state.rs"
required-features = ["runtime"]

[[example]]
name = "upgrades"
path = "examples/upgrades.rs"
required-features = ["runtime"]

[[example]]
name = "web_api"
path = "examples/web_api.rs"
required-features = ["runtime"]

[[test]]
name = "client"
path = "tests/client.rs"
required-features = ["runtime"]

[[test]]
name = "integration"
path = "tests/integration.rs"
required-features = ["runtime"]

[[test]]
name = "server"
path = "tests/server.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"]
[dependencies.bytes]
version = "0.4.4"

[dependencies.futures]
version = "0.1.21"

[dependencies.futures-cpupool]
version = "0.1.6"
optional = true

[dependencies.h2]
version = "0.1.10"

[dependencies.http]
version = "0.1.15"

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

[dependencies.httparse]
version = "1.0"

[dependencies.iovec]
version = "0.1"

[dependencies.itoa]
version = "0.4.1"

[dependencies.log]
version = "0.4"

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

[dependencies.time]
version = "0.1"

[dependencies.tokio]
version = "0.1.14"
features = ["rt-full"]
optional = true
default-features = false

[dependencies.tokio-buf]
version = "0.1"

[dependencies.tokio-executor]
version = "0.1.0"
optional = true

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-reactor]
version = "0.1"
optional = true

[dependencies.tokio-tcp]
version = "0.1"
optional = true

[dependencies.tokio-threadpool]
version = "0.1.3"
optional = true

[dependencies.tokio-timer]
version = "0.2"
optional = true

[dependencies.want]
version = "0.2"
[dev-dependencies.futures-timer]
version = "0.1"

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

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

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

[dev-dependencies.tokio-fs]
version = "0.1"

[dev-dependencies.tokio-mockstream]
version = "1.1.0"

[dev-dependencies.url]
version = "1.0"
[build-dependencies.rustc_version]
version = "0.2"

[features]
__internal_flaky_tests = []
__internal_happy_eyeballs_tests = []
default = ["__internal_flaky_tests", "runtime"]
nightly = []
runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]