# 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 = "async-tls" version = "0.13.0" authors = [ "The async-rs developers", "Florian Gilcher ", "dignifiedquire ", "quininer kel ", ] description = "Asynchronous TLS/SSL streams using Rustls." homepage = "https://github.com/async-std/async-tls" documentation = "https://docs.rs/async-tls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/async-std/async-tls" [[test]] name = "test" required-features = [ "client", "server", ] [[test]] name = "google" required-features = ["client"] [dependencies.futures-core] version = "0.3.5" [dependencies.futures-io] version = "0.3.5" [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "1.0" [dependencies.rustls-webpki] version = "0.101.4" optional = true [dependencies.webpki-roots] version = "0.22.3" optional = true [dev-dependencies.async-std] version = "1.11" features = ["unstable"] [dev-dependencies.futures-executor] version = "0.3.5" [dev-dependencies.futures-util] version = "0.3.5" features = ["io"] [dev-dependencies.lazy_static] version = "1" [features] client = ["webpki-roots"] default = [ "client", "server", ] early-data = [] server = [] [badges.appveyor] repository = "async-std/async-tls" [badges.travis-ci] repository = "async-std/async-tls"