trust-dns-proto 0.7.4

Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.
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]
edition = "2018"
name = "trust-dns-proto"
version = "0.7.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
description = "Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.\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_proto"
path = "src/lib.rs"
[dependencies.byteorder]
version = "^1.2"

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

[dependencies.enum-as-inner]
version = "0.2"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "^0.1.27"

[dependencies.idna]
version = "^0.1.4"

[dependencies.lazy_static]
version = "^1.0"

[dependencies.log]
version = "^0.4.1"

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

[dependencies.rand]
version = "0.6"

[dependencies.ring]
version = "0.14"
optional = true

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

[dependencies.smallvec]
version = "^0.6"

[dependencies.socket2]
version = "^0.3.9"

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

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

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

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

[dependencies.tokio-timer]
version = "0.2.10"

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

[dependencies.untrusted]
version = "^0.6"
optional = true

[dependencies.url]
version = "1.6.0"
[dev-dependencies.env_logger]
version = "^0.6"

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

[features]
dnssec = ["data-encoding"]
dnssec-openssl = ["dnssec", "openssl"]
dnssec-ring = ["dnssec", "ring", "untrusted"]
mdns = ["socket2/reuseport"]
serde-config = ["serde"]
[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"