blob: 7ac6f150a7de3529a6a555b1dff11ba097c0f381 [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]
edition = "2018"
name = "tokio-rustls"
version = "0.13.1"
authors = ["quininer kel <quininer@live.com>"]
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
homepage = "https://github.com/tokio-rs/tls"
documentation = "https://docs.rs/tokio-rustls"
readme = "README.md"
categories = ["asynchronous", "cryptography", "network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tls"
[dependencies.bytes]
version = "0.5"
optional = true
[dependencies.futures-core]
version = "0.3.1"
[dependencies.rustls]
version = "0.17"
[dependencies.tokio]
version = "0.2.0"
[dependencies.webpki]
version = "0.21"
[dev-dependencies.futures-util]
version = "0.3.1"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.tokio]
version = "0.2.0"
features = ["macros", "net", "io-util", "rt-core", "time"]
[dev-dependencies.webpki-roots]
version = "0.19"
[features]
dangerous_configuration = ["rustls/dangerous_configuration"]
early-data = []
unstable = ["bytes"]