# 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 = "2018" name = "futures-rustls" version = "0.26.0" authors = ["quininer kel "] description = "Asynchronous TLS/SSL streams for futures using Rustls." homepage = "https://github.com/quininer/futures-rustls" documentation = "https://docs.rs/futures-rustls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/futures-rustls" [dependencies.futures-io] version = "0.3" [dependencies.pki-types] version = "1" package = "rustls-pki-types" [dependencies.rustls] version = "0.23" features = ["std"] default-features = false [dev-dependencies.futures-util] version = "0.3.1" features = ["io"] [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.smol] version = "1" [dev-dependencies.webpki] version = "0.102" default-features = false package = "rustls-webpki" [dev-dependencies.webpki-roots] version = "0.26" [features] aws-lc-rs = ["rustls/aws_lc_rs"] aws_lc_rs = ["aws-lc-rs"] default = [ "aws-lc-rs", "tls12", "logging", ] early-data = [] fips = ["rustls/fips"] logging = ["rustls/logging"] ring = ["rustls/ring"] tls12 = ["rustls/tls12"]