rustls 0.20.9

Rustls is a modern TLS library written in Rust.
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[[example]]
name = "bogo_shim"
path = "examples/internal/bogo_shim.rs"
required-features = ["dangerous_configuration", "quic"]

[[example]]
name = "trytls_shim"
path = "examples/internal/trytls_shim.rs"

[[example]]
name = "bench"
path = "examples/internal/bench.rs"
[build-dependencies.rustversion]
optional = true
version = "1.0.6"
[dependencies.log]
optional = true
version = "0.4.4"

[dependencies.ring]
version = "0.16.20"

[dependencies.sct]
version = "0.7.0"

[dependencies.webpki]
features = ["alloc", "std"]
version = "0.22.0"
[dev-dependencies.base64]
version = "0.13.0"

[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.log]
version = "0.4.4"

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

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

[features]
dangerous_configuration = []
default = ["logging", "tls12"]
logging = ["log"]
quic = []
read_buf = ["rustversion"]
secret_extraction = []
tls12 = []

[package]
autobenches = false
build = "build.rs"
categories = ["network-programming", "cryptography"]
description = "Rustls is a modern TLS library written in Rust."
edition = "2018"
homepage = "https://github.com/rustls/rustls"
license = "Apache-2.0/ISC/MIT"
name = "rustls"
readme = "README.md"
repository = "https://github.com/rustls/rustls"
resolver = "2"
rust-version = "1.60"
version = "0.20.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]