tokio-openssl 0.6.1

An implementation of SSL streams for Tokio backed by OpenSSL
Documentation
[package]
name = "tokio-openssl"
version = "0.6.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
repository = "https://github.com/sfackler/tokio-openssl"
description = """
An implementation of SSL streams for Tokio backed by OpenSSL
"""

[dependencies]
futures = "0.3"
openssl = "0.10.32"
pin-project = "1.0"
tokio = "1.0"

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }