reqwest 0.8.8

higher level HTTP client library
# 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.8.8"
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]
features = ["unstable"]

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "form"
path = "examples/form.rs"

[[example]]
name = "async"
path = "examples/async.rs"
required-features = ["unstable"]
[dependencies.bytes]
version = "0.4"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.futures]
version = "0.1.15"

[dependencies.hyper]
version = "0.11.22"
default-features = false

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

[dependencies.libflate]
version = "0.1.11"

[dependencies.log]
version = "0.4"

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

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.5"

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

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

[dependencies.tokio-tls]
version = "0.1"
default-features = false

[dependencies.url]
version = "1.2"

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

[dev-dependencies.error-chain]
version = "0.10"

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

[features]
unstable = []