tokio-rustls 0.10.2

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.10.2"
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.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.iovec]
version = "0.1"

[dependencies.rustls]
version = "0.16"

[dependencies.tokio-io]
version = "0.1.6"

[dependencies.webpki]
version = "0.21"
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.tokio]
version = "0.1.6"

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

[features]
dangerous_configuration = ["rustls/dangerous_configuration"]
early-data = []
[badges.appveyor]
repository = "quininer/tokio-rustls"

[badges.travis-ci]
repository = "quininer/tokio-rustls"