hyper-rustls 0.16.0

Rustls+hyper integration for pure rust HTTPS
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-rustls"
version = "0.16.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Rustls+hyper integration for pure rust HTTPS"
homepage = "https://github.com/ctz/hyper-rustls"
readme = "README.md"
license = "Apache-2.0/ISC/MIT"
repository = "https://github.com/ctz/hyper-rustls"
[dependencies.bytes]
version = "0.4"

[dependencies.ct-logs]
version = "0.5"

[dependencies.futures]
version = "0.1.21"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12.14"

[dependencies.rustls]
version = "0.15"

[dependencies.tokio-io]
version = "0.1.1"

[dependencies.tokio-rustls]
version = "0.9"

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.webpki]
version = "0.19.0"

[dependencies.webpki-roots]
version = "0.16"
[dev-dependencies.tokio]
version = "0.1"