trust-dns-openssl 0.6.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
# 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 = "trust-dns-openssl"
version = "0.6.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
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"
homepage = "http://www.trust-dns.org/index.html"
documentation = "https://docs.rs/trust-dns"
readme = "README.md"
keywords = ["DNS", "BIND", "dig", "named", "dnssec"]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluejekyll/trust-dns"

[lib]
name = "trust_dns_openssl"
path = "src/lib.rs"
[dependencies.futures]
version = "0.1.17"

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

[dependencies.tokio-openssl]
version = "0.3"

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

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

[dev-dependencies.tokio]
version = "0.1.6"
[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"