[package] name = "tokio-rustls" version = "0.1.4" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" homepage = "https://github.com/quininer/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" description = """ An implementation of TLS/SSL streams for Tokio giving an implementation of TLS for nonblocking I/O streams. """ [dependencies] futures = "0.1" tokio-io = "0.1" rustls = "0.5" tokio-proto = { version = "0.1", optional = true } [dev-dependencies] tokio-core = "0.1" clap = "2.20" webpki-roots = "0.7" [target.'cfg(unix)'.dev-dependencies] tokio-file-unix = "0.2"