# 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.63" name = "tokio-rustls" version = "0.26.0" exclude = [ "/.github", "/examples", "/scripts", ] description = "Asynchronous TLS/SSL streams for Tokio using Rustls." homepage = "https://github.com/rustls/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustls/tokio-rustls" [dependencies.pki-types] version = "1" package = "rustls-pki-types" [dependencies.rustls] version = "0.23" features = ["std"] default-features = false [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] version = "1.0" features = ["full"] [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"]