hyper-rustls 0.6.2

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.6.2"
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.hyper]
version = "0.10"
default-features = false

[dependencies.rustls]
version = "0.13"

[dependencies.webpki]
version = "0.18"

[dependencies.webpki-roots]
version = "0.15.0"
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.log]
version = "0.4"