hyper 0.11.3

A modern 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.11.3"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
include = ["Cargo.toml", "LICENSE", "src/**/*"]
description = "A modern 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"
[dependencies.tokio-io]
version = "0.1"

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

[dependencies.time]
version = "0.1"

[dependencies.percent-encoding]
version = "1.0"

[dependencies.bytes]
version = "0.4.4"

[dependencies.http]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.1.14"

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

[dependencies.futures-cpupool]
version = "0.1"

[dependencies.language-tags]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.unicase]
version = "2.0"

[dependencies.base64]
version = "0.6"

[dependencies.mime]
version = "0.3.2"

[dependencies.httparse]
version = "1.0"

[dependencies.tokio-core]
version = "0.1.6"

[dependencies.relay]
version = "0.1"
[dev-dependencies.pretty_env_logger]
version = "0.1"

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

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

[features]
compat = ["http"]
default = []
nightly = []
raw_status = []