[package]
name = "tokio-openssl"
version = "0.4.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
repository = "https://github.com/alexcrichton/tokio-openssl"
homepage = "https://github.com/alexcrichton/tokio-openssl"
documentation = "https://docs.rs/tokio-openssl"
description = """
An implementation of SSL streams for Tokio backed by OpenSSL
"""
[dependencies]
openssl = "0.10.1"
tokio = "0.2"
[dev-dependencies]
futures = "0.3"
tokio = { version = "0.2", features = ["full"] }