rustls 0.16.0

Rustls is a modern TLS library written in Rust.
Documentation
# 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 = "rustls"
version = "0.16.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Rustls is a modern TLS library written in Rust."
homepage = "https://github.com/ctz/rustls"
readme = "README.md"
categories = ["network-programming", "cryptography"]
license = "Apache-2.0/ISC/MIT"
repository = "https://github.com/ctz/rustls"

[[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"

[[bench]]
name = "benchmarks"
path = "tests/benchmarks.rs"
harness = false
[dependencies.base64]
version = "0.10"

[dependencies.log]
version = "0.4.4"
optional = true

[dependencies.ring]
version = "0.16.5"

[dependencies.sct]
version = "0.6.0"

[dependencies.webpki]
version = "0.21.0"
[dev-dependencies.criterion]
version = "0.2.11"

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

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

[dev-dependencies.tempfile]
version = "3.0"

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

[features]
dangerous_configuration = []
default = ["logging"]
logging = ["log"]
quic = []