trust-dns-native-tls 0.1.3

TRust-DNS is a safe and secure DNS library. This is an extension for the TRust-DNS client. To use, disable the tls feature on TRust-DNS.
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-native-tls"
version = "0.1.3"
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, disable the tls feature on TRust-DNS.\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_native_tls"
path = "src/lib.rs"
[dependencies.tokio-core]
version = "^0.1"

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

[dependencies.futures]
version = "^0.1.6"

[dependencies.native-tls]
version = "^0.1"

[dependencies.trust-dns]
version = "^0.11.0"
default-features = false

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

[badges.travis-ci]
repository = "bluejekyll/trust-dns"