reqwest 0.9.3

higher level HTTP client 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 = "reqwest"
version = "0.9.3"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
description = "higher level HTTP client library"
documentation = "https://docs.rs/reqwest"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client"]
license = "MIT/Apache-2.0"
repository = "https://github.com/seanmonstar/reqwest"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]
[dependencies.base64]
version = "0.9"

[dependencies.bytes]
version = "0.4"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.futures]
version = "0.1.23"

[dependencies.http]
version = "0.1.10"

[dependencies.hyper]
version = "0.12.7"

[dependencies.hyper-old-types]
version = "0.11"
features = ["compat"]
optional = true

[dependencies.hyper-tls]
version = "0.3"

[dependencies.libflate]
version = "0.1.18"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3.7"

[dependencies.mime_guess]
version = "2.0.0-alpha.6"

[dependencies.native-tls]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.5"

[dependencies.tokio]
version = "0.1.7"

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

[dependencies.url]
version = "1.2"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.env_logger]
version = "0.5"

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

[features]
default = []
hyper-011 = ["hyper-old-types"]