# 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 = "2021" rust-version = "1.61" name = "clia-rustls-mod" version = "0.23.4" build = "build.rs" autobenches = false description = "Rustls is a modern TLS library written in Rust. This is clia-mod using ring." homepage = "https://github.com/clia-mod/rustls" readme = "README.md" categories = [ "network-programming", "cryptography", ] license = "Apache-2.0 OR ISC OR MIT" repository = "https://github.com/clia-mod/rustls" [package.metadata.cargo_check_external_types] allowed_external_types = [ "rustls_pki_types", "rustls_pki_types::*", ] [package.metadata.docs.rs] features = [ "read_buf", "ring", ] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "bogo_shim" path = "examples/internal/bogo_shim.rs" required-features = ["tls12"] [[example]] name = "bench" path = "examples/internal/bench.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false required-features = ["ring"] [dependencies.aws-lc-rs] version = "1.6" features = ["aws-lc-sys"] optional = true default-features = false [dependencies.log] version = "0.4.4" optional = true [dependencies.once_cell] version = "1.16" features = [ "alloc", "race", ] default-features = false [dependencies.pki-types] version = "1.2" features = ["alloc"] package = "rustls-pki-types" [dependencies.ring] version = "0.17" optional = true [dependencies.subtle] version = "2.5.0" default-features = false [dependencies.webpki] version = "0.102.2" features = ["alloc"] default-features = false package = "rustls-webpki" [dependencies.zeroize] version = "1.7" [dev-dependencies.base64] version = "0.22" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4.4" [dev-dependencies.num-bigint] version = "0.4.4" [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.webpki-roots] version = "0.26" [build-dependencies.rustversion] version = "1.0.6" optional = true [features] aws-lc-rs = ["aws_lc_rs"] aws_lc_rs = [ "dep:aws-lc-rs", "webpki/aws_lc_rs", ] default = [ "ring", "logging", "std", "tls12", ] fips = [ "aws_lc_rs", "aws-lc-rs?/fips", ] logging = ["log"] read_buf = [ "rustversion", "std", ] ring = [ "dep:ring", "webpki/ring", ] std = [ "webpki/std", "pki-types/std", "once_cell/std", ] tls12 = [] [target."cfg(not(target_env = \"msvc\"))".dev-dependencies.tikv-jemallocator] version = "0.5"