[package]
name = "hyper-tls"
version = "0.2.0"
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.futures]
version = "0.1.21"
[dependencies.hyper]
version = "0.12"
[dependencies.native-tls]
version = "0.1"
[dependencies.tokio-io]
version = "0.1"
[dependencies.tokio-tls]
version = "0.1.4"
default-features = false
[dev-dependencies.tokio]
version = "0.1.5"