mio_httpc 0.6.21

mio_httpc is a fully async and sync http client running on top of mio only.
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 = "mio_httpc"
version = "0.6.21"
authors = ["sergej jurecko <sergej.jurecko@gmail.com>"]
build = "build.rs"
description = "mio_httpc is a fully async and sync http client running on top of mio only. "
homepage = "https://github.com/SergejJurecko/mio_httpc"
documentation = "http://docs.rs/mio_httpc"
readme = "README.md"
keywords = ["mio", "http", "client", "async", "websocket"]
categories = ["web-programming::http-client"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergejJurecko/mio_httpc"
[dependencies.byteorder]
version = "1"

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

[dependencies.failure]
version = "0.1"

[dependencies.fnv]
version = "1"

[dependencies.httparse]
version = "1"

[dependencies.itoa]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.libflate]
version = "0.1"

[dependencies.md5]
version = "0.3"

[dependencies.mio]
version = "0.6"

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

[dependencies.openssl]
version = "0.10.*"
features = ["v102", "v110"]
optional = true

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

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.rand]
version = "0.5"

[dependencies.rustls]
version = "0.14"
features = ["dangerous_configuration"]
optional = true

[dependencies.slab]
version = "0.4"

[dependencies.smallvec]
version = "0.6"

[dependencies.url]
version = "1"

[dependencies.webpki]
version = "0.18.1"
optional = true

[dependencies.webpki-roots]
version = "0.15"
optional = true
[dev-dependencies.matches]
version = "0.1"

[features]
default = []
native = ["native-tls"]
rtls = ["webpki-roots", "webpki", "rustls"]