[badges.appveyor]
repository = "async-std/async-tls"
[badges.travis-ci]
repository = "async-std/async-tls"
[dependencies.futures]
version = "0.3.4"
[dependencies.rustls]
version = "0.18.0"
[dependencies.webpki]
version = "0.21.2"
[dependencies.webpki-roots]
version = "0.19.0"
[dev-dependencies.async-std]
features = ["unstable"]
version = "1.0"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.lazy_static]
version = "1"
[features]
early-data = []
[package]
authors = ["The async-rs developers", "Florian Gilcher <florian.gilcher@ferrous-systems.com>", "dignifiedquire <dignifiedquire@gmail.com>", "quininer kel <quininer@live.com>"]
categories = ["asynchronous", "cryptography", "network-programming"]
description = "Asynchronous TLS/SSL streams using Rustls."
documentation = "https://docs.rs/async-tls"
edition = "2018"
homepage = "https://github.com/async-std/async-tls"
license = "MIT/Apache-2.0"
name = "async-tls"
readme = "README.md"
repository = "https://github.com/async-std/async-tls"
version = "0.8.0"