awc 0.2.5

Actix http client.
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]
edition = "2018"
name = "awc"
version = "0.2.5"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix http client."
homepage = "https://actix.rs"
documentation = "https://docs.rs/awc/"
readme = "README.md"
keywords = ["actix", "http", "framework", "async", "web"]
categories = ["network-programming", "asynchronous", "web-programming::http-client", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-web.git"
[package.metadata.docs.rs]
features = ["ssl", "brotli", "flate2-zlib"]

[lib]
name = "awc"
path = "src/lib.rs"
[dependencies.actix-codec]
version = "0.1.2"

[dependencies.actix-http]
version = "0.2.10"

[dependencies.actix-service]
version = "0.4.1"

[dependencies.base64]
version = "0.10.1"

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.15.0"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = " 0.4"

[dependencies.mime]
version = "0.3"

[dependencies.openssl]
version = "0.10"
optional = true

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

[dependencies.rand]
version = "0.7"

[dependencies.rustls]
version = "0.15.2"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.tokio-timer]
version = "0.2.8"
[dev-dependencies.actix-http]
version = "0.2.10"
features = ["ssl"]

[dev-dependencies.actix-http-test]
version = "0.2.0"
features = ["ssl"]

[dev-dependencies.actix-rt]
version = "0.2.2"

[dev-dependencies.actix-server]
version = "0.6.0"
features = ["ssl", "rust-tls"]

[dev-dependencies.actix-utils]
version = "0.4.1"

[dev-dependencies.actix-web]
version = "1.0.0"
features = ["ssl"]

[dev-dependencies.brotli2]
version = "0.3.2"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.flate2]
version = "1.0.2"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rustls]
version = "0.15.2"
features = ["dangerous_configuration"]

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

[dev-dependencies.webpki]
version = "0.19"

[features]
brotli = ["actix-http/brotli"]
default = ["brotli", "flate2-zlib"]
flate2-rust = ["actix-http/flate2-rust"]
flate2-zlib = ["actix-http/flate2-zlib"]
rust-tls = ["rustls", "actix-http/rust-tls"]
ssl = ["openssl", "actix-http/ssl"]