tokio-native-tls 0.3.1

An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams.
Documentation
[dependencies.native-tls]
version = "0.2"

[dependencies.tokio]
version = "1.0"
[dev-dependencies.cfg-if]
version = "0.1"

[dev-dependencies.env_logger]
default-features = false
version = "0.6"

[dev-dependencies.futures]
features = ["async-await"]
version = "0.3.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.tempfile]
version = "3.1"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "io-util", "net"]
version = "1.0"

[dev-dependencies.tokio-util]
features = ["full"]
version = "0.6.0"

[features]
vendored = ["native-tls/vendored"]

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["asynchronous", "network-programming"]
description = "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS\nfor nonblocking I/O streams.\n"
documentation = "https://docs.rs/tokio-native-tls"
edition = "2018"
homepage = "https://tokio.rs"
license = "MIT"
name = "tokio-native-tls"
readme = "README.md"
repository = "https://github.com/tokio-rs/tls"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true
[target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl]
version = "0.10"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
version = "0.2"
[target."cfg(windows)".dev-dependencies.schannel]
version = "0.1"

[target."cfg(windows)".dev-dependencies.winapi]
features = ["lmcons", "basetsd", "minwinbase", "minwindef", "ntdef", "sysinfoapi", "timezoneapi", "wincrypt", "winerror"]
version = "0.3"