blob: 78fc36944c485de4953792634f25126898e0bae2 [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 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.19.1"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
autobenches = false
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"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[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.13.0"
[dependencies.log]
version = "0.4.4"
optional = true
[dependencies.ring]
version = "0.16.11"
[dependencies.sct]
version = "0.6.0"
[dependencies.webpki]
version = "0.21.0"
[dev-dependencies.criterion]
version = "0.3.0"
[dev-dependencies.env_logger]
version = "0.8.2"
[dev-dependencies.log]
version = "0.4.4"
[dev-dependencies.webpki-roots]
version = "0.21"
[features]
dangerous_configuration = []
default = ["logging"]
logging = ["log"]
quic = []