blob: 594cb19d441e5fe814635851e13d1076e82e2c47 [file] [log] [blame]
# 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.1"
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"
[[example]]
name = "client"
path = "examples/client.rs"
required-features = ["tokio-runtime"]
[[example]]
name = "server"
path = "examples/server.rs"
required-features = ["tokio-runtime"]
[dependencies.bytes]
version = "0.4"
[dependencies.ct-logs]
version = "0.5"
optional = true
[dependencies.futures]
version = "0.1.21"
[dependencies.hyper]
version = "0.12.14"
default-features = false
[dependencies.rustls]
version = "0.15"
[dependencies.tokio-io]
version = "0.1.1"
[dependencies.tokio-rustls]
version = "0.9"
[dependencies.webpki]
version = "0.19.0"
[dependencies.webpki-roots]
version = "0.16"
optional = true
[dev-dependencies.tokio]
version = "0.1"
[dev-dependencies.tokio-tcp]
version = "0.1"
[features]
default = ["tokio-runtime"]
tokio-runtime = ["hyper/runtime", "ct-logs", "webpki-roots"]