mio_httpc 0.2.1

mio_httpc is a fully async 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.2.1"
authors = ["sergej jurecko <sergej.jurecko@gmail.com>"]
description = "mio_httpc is a fully async http client running on top of mio only."
readme = "README.md"
keywords = ["mio", "http", "client", "async", "websocket"]
categories = ["network-programming"]
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.http]
version = "0.1"

[dependencies.httparse]
version = "1"

[dependencies.itoa]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.mio]
version = "0.6"

[dependencies.rand]
version = "0.3"

[dependencies.smallvec]
version = "0.6"

[dependencies.tls-api]
version = "0.1"

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

[dependencies.tls-api-openssl]
version = "0.1.11"
optional = true

[dependencies.tls-api-rustls]
version = "0.1.11"
optional = true
[dev-dependencies.matches]
version = "0.1"

[features]
default = []
native = ["tls-api-native-tls"]
openssl = ["tls-api-openssl"]
rustls = ["tls-api-rustls"]
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.4"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
version = "0.4"