hyper-tls 0.3.1

Default TLS implementation for use with hyper
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 = "hyper-tls"
version = "0.3.1"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
description = "Default TLS implementation for use with hyper"
homepage = "https://hyper.rs"
documentation = "https://docs.rs/hyper-tls"
keywords = ["hyper", "tls", "http", "https", "ssl"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hyperium/hyper-tls"
[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1.21"

[dependencies.hyper]
version = "0.12"

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

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

[features]
vendored = ["native-tls/vendored"]