tokio-rustls 0.3.0

Asynchronous TLS/SSL streams for Tokio using Rustls.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tokio-rustls"
version = "0.3.0"
authors = ["quininer kel <quininer@live.com>"]
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
homepage = "https://github.com/quininer/tokio-rustls"
documentation = "https://docs.rs/tokio-rustls"
readme = "README.md"
categories = ["asynchronous", "cryptography", "network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/quininer/tokio-rustls"
[dependencies.tokio-proto]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.1"

[dependencies.rustls]
version = "0.10"

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.clap]
version = "2.20"

[dev-dependencies.tokio-core]
version = "0.1"

[dev-dependencies.webpki-roots]
version = "0.11.0"

[features]
danger = ["rustls/dangerous_configuration"]
[target."cfg(unix)".dev-dependencies.tokio-file-unix]
version = "0.4"