[package] name = "openssl-async" version = "0.3.0-alpha.5" authors = ["Josh Robson Chase "] edition = "2018" license = "Apache-2.0" description = "Wrappers for the OpenSSL crate to allow use in async applications" keywords = ["crypto", "tls", "ssl", "async", "futures"] documentation = "https://docs.rs/openssl-async" repository = "https://gitlab.com/jrobsonchase/openssl-async" readme = "README.md" [dependencies] openssl = "0.10.25" futures-preview = "0.3.0-alpha.19" async-stdio = "0.3.0-alpha.4" tokio-io = { version = "0.2.0-alpha.6", optional = true } [dev-dependencies] runtime = "0.3.0-alpha.7" [features] default = [] tokio = ["tokio-io"]