trust-dns-resolver 0.12.0

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.
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-resolver"
version = "0.12.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
description = "Trust-DNS is a safe and secure DNS library. This Resolver library  uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.\n"
homepage = "http://www.trust-dns.org/index.html"
documentation = "https://docs.rs/trust-dns-resolver"
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_resolver"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "^0.1.28"

[dependencies.lazy_static]
version = "^1.0"

[dependencies.log]
version = "^0.4.8"

[dependencies.lru-cache]
version = "^0.1.2"

[dependencies.resolv-conf]
version = "0.6.0"
features = ["system"]

[dependencies.rustls]
version = "0.16"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "^0.6"

[dependencies.tokio]
version = "^0.1.22"
optional = true

[dependencies.tokio-executor]
version = "^0.1.8"

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

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

[dependencies.trust-dns-https]
version = "0.4.0"
optional = true

[dependencies.trust-dns-native-tls]
version = "0.7.0"
optional = true

[dependencies.trust-dns-openssl]
version = "0.7.0"
optional = true

[dependencies.trust-dns-proto]
version = "0.8.0"

[dependencies.trust-dns-rustls]
version = "0.7.0"
optional = true

[dependencies.webpki-roots]
version = "^0.17"
optional = true
[dev-dependencies.env_logger]
version = "^0.6"

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

[dev-dependencies.tokio-io]
version = "^0.1"

[features]
default = ["tokio"]
dns-over-https = []
dns-over-https-rustls = ["trust-dns-https", "dns-over-rustls", "dns-over-https"]
dns-over-native-tls = ["dns-over-tls", "trust-dns-native-tls"]
dns-over-openssl = ["dns-over-tls", "trust-dns-openssl"]
dns-over-rustls = ["dns-over-tls", "rustls", "trust-dns-rustls", "webpki-roots"]
dns-over-tls = []
dnssec = []
dnssec-openssl = ["dnssec", "trust-dns-proto/dnssec-openssl"]
dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"]
mdns = ["trust-dns-proto/mdns"]
serde-config = ["serde", "trust-dns-proto/serde-config"]
[target."cfg(windows)".dependencies.ipconfig]
version = "^0.2.0"
[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"