trust-dns-openssl 0.5.0

TRust-DNS is a safe and secure DNS library. This is an extension for the TRust-DNS client to use tokio-openssl for TLS.
Documentation
[badges.appveyor]
branch = "master"
repository = "bluejekyll/trust-dns"
service = "github"

[badges.codecov]
branch = "master"
repository = "bluejekyll/trust-dns"
service = "github"

[badges.travis-ci]
repository = "bluejekyll/trust-dns"
[dependencies.futures]
version = "^0.1.17"

[dependencies.openssl]
features = ["v102", "v110"]
version = "^0.10"

[dependencies.tokio-openssl]
version = "^0.2"

[dependencies.tokio-tcp]
version = "^0.1"

[dependencies.trust-dns-proto]
features = ["openssl"]
version = "0.6.0"
[dev-dependencies.openssl]
features = ["v102", "v110"]
version = "^0.10"

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

[lib]
name = "trust_dns_openssl"
path = "src/lib.rs"

[package]
authors = ["Benjamin Fry <benjaminfry@me.com>"]
categories = ["network-programming"]
description = "TRust-DNS is a safe and secure DNS library. This is an extension for the TRust-DNS client to use tokio-openssl for TLS.\n"
documentation = "https://docs.rs/trust-dns"
homepage = "http://www.trust-dns.org/index.html"
keywords = ["DNS", "BIND", "dig", "named", "dnssec"]
license = "MIT/Apache-2.0"
name = "trust-dns-openssl"
readme = "README.md"
repository = "https://github.com/bluejekyll/trust-dns"
version = "0.5.0"