blob: 402511a58dad340256bb24c0d189d2ac098da973 [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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.56"
name = "tokio-rustls"
version = "0.24.1"
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
homepage = "https://github.com/rustls/tokio-rustls"
documentation = "https://docs.rs/tokio-rustls"
readme = "README.md"
categories = [
"asynchronous",
"cryptography",
"network-programming",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustls/tokio-rustls"
[dependencies.rustls]
version = "0.21.0"
default-features = false
[dependencies.tokio]
version = "1.0"
[dev-dependencies.argh]
version = "0.1"
[dev-dependencies.futures-util]
version = "0.3.1"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.rustls-pemfile]
version = "1"
[dev-dependencies.tokio]
version = "1.0"
features = ["full"]
[dev-dependencies.webpki]
version = "0.100.0"
features = [
"alloc",
"std",
]
package = "rustls-webpki"
[dev-dependencies.webpki-roots]
version = "0.23.1"
[features]
dangerous_configuration = ["rustls/dangerous_configuration"]
default = [
"logging",
"tls12",
]
early-data = []
logging = ["rustls/logging"]
secret_extraction = ["rustls/secret_extraction"]
tls12 = ["rustls/tls12"]