openssl-async 0.3.0-alpha.5

Wrappers for the OpenSSL crate to allow use in async applications
Documentation
[dependencies.async-stdio]
version = "0.3.0-alpha.4"

[dependencies.futures-preview]
version = "0.3.0-alpha.19"

[dependencies.openssl]
version = "0.10.25"

[dependencies.tokio-io]
optional = true
version = "0.2.0-alpha.6"
[dev-dependencies.runtime]
version = "0.3.0-alpha.7"

[features]
default = []
tokio = ["tokio-io"]

[package]
authors = ["Josh Robson Chase <josh@robsonchase.com>"]
description = "Wrappers for the OpenSSL crate to allow use in async applications"
documentation = "https://docs.rs/openssl-async"
edition = "2018"
keywords = ["crypto", "tls", "ssl", "async", "futures"]
license = "Apache-2.0"
name = "openssl-async"
readme = "README.md"
repository = "https://gitlab.com/jrobsonchase/openssl-async"
version = "0.3.0-alpha.5"