tokio-rustls/Cargo.toml

24 lines
607 B
TOML
Raw Normal View History

2017-02-21 03:52:43 +00:00
[package]
name = "tokio-rustls"
version = "0.1.3"
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"
description = """
An implementation of TLS/SSL streams for Tokio giving an implementation of TLS
for nonblocking I/O streams.
"""
2017-02-21 03:52:43 +00:00
[dependencies]
2017-02-22 05:03:21 +00:00
futures = "0.1"
tokio-core = "0.1"
rustls = "0.5"
tokio-proto = { version = "0.1", optional = true }
[dev-dependencies]
2017-02-22 05:03:21 +00:00
clap = "2.20"
webpki-roots = "0.7"
tokio-file-unix = "0.2"