26 lines
692 B
TOML
26 lines
692 B
TOML
[package]
|
|
name = "tokio-rustls"
|
|
version = "0.1.7"
|
|
authors = ["quininer kel <quininer@live.com>"]
|
|
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"
|
|
readme = "README.md"
|
|
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
|
|
categories = ["asynchronous", "cryptography", "network-programming"]
|
|
|
|
[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"
|