hyper 0.10.16

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.10.16"
authors = ["Sean McArthur <sean.monstar@gmail.com>", "Jonathan Reem <jonathan.reem@gmail.com>"]
include = ["Cargo.toml", "LICENSE", "src/**/*"]
description = "A modern HTTP library."
homepage = "http://hyper.rs"
documentation = "https://docs.rs/hyper"
readme = "README.md"
keywords = ["http", "hyper", "hyperium"]
categories = ["web-programming::http-client", "web-programming::http-server"]
license = "MIT"
repository = "https://github.com/hyperium/hyper"
[dependencies.base64]
version = "0.9.0"

[dependencies.httparse]
version = "1.0"

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

[dependencies.log]
version = "0.3"

[dependencies.mime]
version = "0.2"

[dependencies.num_cpus]
version = "1.0"

[dependencies.time]
version = "0.1"

[dependencies.traitobject]
version = "0.1"

[dependencies.typeable]
version = "0.1"

[dependencies.unicase]
version = "1.0"

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

[features]
nightly = []