tokio-rustls 0.9.3

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.9.3"
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"
optional = true

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.iovec]
version = "0.1"
optional = true

[dependencies.rustls]
version = "0.15"

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

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

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

[features]
default = ["tokio-support"]
nightly = ["bytes", "iovec"]
tokio-support = ["futures", "tokio-io"]
[badges.appveyor]
repository = "quininer/tokio-rustls"

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