hyper-tls 0.6.0

Default TLS implementation for use with hyper
Documentation
[dependencies.bytes]
version = "1"

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.hyper]
version = "1"

[dependencies.hyper-util]
features = ["client-legacy", "tokio"]
version = "0.1.0"

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

[dependencies.tokio]
version = "1"

[dependencies.tokio-native-tls]
version = "0.3"

[dependencies.tower-service]
version = "0.3"
[dev-dependencies.hyper-util]
features = ["http1"]
version = "0.1.0"

[dev-dependencies.tokio]
features = ["io-std", "macros", "io-util"]
version = "1.0.0"

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

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
description = "Default TLS implementation for use with hyper"
documentation = "https://docs.rs/hyper-tls"
edition = "2018"
homepage = "https://hyper.rs"
keywords = ["hyper", "tls", "http", "https", "ssl"]
license = "MIT/Apache-2.0"
name = "hyper-tls"
readme = "README.md"
repository = "https://github.com/hyperium/hyper-tls"
version = "0.6.0"