2017-02-21 03:52:43 +00:00
|
|
|
[package]
|
|
|
|
name = "tokio-rustls"
|
2017-05-09 03:30:56 +00:00
|
|
|
version = "0.2.0"
|
2017-02-21 03:52:43 +00:00
|
|
|
authors = ["quininer kel <quininer@live.com>"]
|
2017-02-22 05:03:21 +00:00
|
|
|
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"
|
2017-03-30 20:17:03 +00:00
|
|
|
readme = "README.md"
|
2017-03-30 07:39:11 +00:00
|
|
|
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
|
2017-03-30 07:22:06 +00:00
|
|
|
categories = ["asynchronous", "cryptography", "network-programming"]
|
2017-02-21 03:52:43 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-02-22 05:03:21 +00:00
|
|
|
futures = "0.1"
|
2017-03-16 02:15:06 +00:00
|
|
|
tokio-io = "0.1"
|
2017-05-17 17:27:56 +00:00
|
|
|
rustls = "0.8"
|
2017-02-22 05:03:21 +00:00
|
|
|
tokio-proto = { version = "0.1", optional = true }
|
2017-02-21 11:08:23 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-03-16 02:41:41 +00:00
|
|
|
tokio-core = "0.1"
|
2017-02-22 05:03:21 +00:00
|
|
|
clap = "2.20"
|
2017-05-09 03:30:56 +00:00
|
|
|
webpki-roots = "0.10.0"
|
2017-03-30 06:49:24 +00:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dev-dependencies]
|
2017-05-09 04:28:32 +00:00
|
|
|
tokio-file-unix = "0.4"
|