trust-dns-https 0.3.1

TRust-DNS is a safe and secure DNS library. This is an extension for the TRust-DNS client to use DNS over HTTPS.
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-https"
version = "0.3.1"
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 DNS over HTTPS.\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_https"
path = "src/lib.rs"
[dependencies.bytes]
version = "0.4"

[dependencies.data-encoding]
version = "2.1.0"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1.17"

[dependencies.h2]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rustls]
version = "0.15"

[dependencies.tokio-executor]
version = "0.1.4"

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

[dependencies.tokio-rustls]
version = "0.9"

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

[dependencies.trust-dns-proto]
version = "0.7.0"
default-features = false

[dependencies.trust-dns-rustls]
version = "0.6.0"
default-features = false

[dependencies.typed-headers]
version = "0.1"

[dependencies.webpki]
version = "0.19"

[dependencies.webpki-roots]
version = "0.16"
[dev-dependencies.env_logger]
version = "^0.6"

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