blob: 2ffe244ee9dc30b6946ba4d45ce43388a116c777 [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"
name = "tokio-rustls"
version = "0.23.4"
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.rustls]
version = "0.20"
default-features = false
[dependencies.tokio]
version = "1.0"
[dependencies.webpki]
version = "0.22"
[dev-dependencies.futures-util]
version = "0.3.1"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.rustls-pemfile]
version = "0.2.1"
[dev-dependencies.tokio]
version = "1.0"
features = ["full"]
[dev-dependencies.webpki-roots]
version = "0.22"
[features]
dangerous_configuration = ["rustls/dangerous_configuration"]
default = [
"logging",
"tls12",
]
early-data = []
logging = ["rustls/logging"]
tls12 = ["rustls/tls12"]