tokio-rustls 0.26.0

Asynchronous TLS/SSL streams for Tokio using Rustls.
Documentation
[dependencies.pki-types]
package = "rustls-pki-types"
version = "1"

[dependencies.rustls]
default-features = false
features = ["std"]
version = "0.23"

[dependencies.tokio]
version = "1.0"
[dev-dependencies.argh]
version = "0.1.1"

[dev-dependencies.futures-util]
version = "0.3.1"

[dev-dependencies.lazy_static]
version = "1.1"

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.webpki-roots]
version = "0.26"

[features]
aws-lc-rs = ["aws_lc_rs"]
aws_lc_rs = ["rustls/aws_lc_rs"]
default = ["logging", "tls12", "aws_lc_rs"]
early-data = []
fips = ["rustls/fips"]
logging = ["rustls/logging"]
ring = ["rustls/ring"]
tls12 = ["rustls/tls12"]

[package]
categories = ["asynchronous", "cryptography", "network-programming"]
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
documentation = "https://docs.rs/tokio-rustls"
edition = "2021"
exclude = ["/.github", "/examples", "/scripts"]
homepage = "https://github.com/rustls/tokio-rustls"
license = "MIT/Apache-2.0"
name = "tokio-rustls"
readme = "README.md"
repository = "https://github.com/rustls/tokio-rustls"
rust-version = "1.63"
version = "0.26.0"