trust-dns-proto 0.19.5

Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.
Documentation
[badges.codecov]
branch = "master"
repository = "bluejekyll/trust-dns"
service = "github"

[badges.maintenance]
status = "actively-developed"
[dependencies.async-trait]
version = "0.1.30"

[dependencies.backtrace]
version = "0.3.44"

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

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

[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.4"

[dependencies.idna]
version = "0.2.0"

[dependencies.js-sys]
optional = true
version = "0.3.35"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

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

[dependencies.rand]
version = "0.7"

[dependencies.ring]
features = ["std"]
optional = true
version = "0.16"

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

[dependencies.smallvec]
version = "1.2"

[dependencies.socket2]
optional = true
version = "0.3.12"

[dependencies.thiserror]
version = "1.0.14"

[dependencies.tokio]
optional = true
version = "0.2.16"

[dependencies.url]
version = "2.1.0"

[dependencies.wasm-bindgen-crate]
optional = true
package = "wasm-bindgen"
version = "0.2.58"
[dev-dependencies.env_logger]
version = "0.7"

[dev-dependencies.futures]
default-features = false
features = ["std", "executor"]
version = "0.3.4"

[dev-dependencies.tokio]
features = ["rt-core", "time"]
version = "0.2.1"

[features]
default = ["tokio-runtime"]
dnssec = ["data-encoding"]
dnssec-openssl = ["dnssec", "openssl"]
dnssec-ring = ["dnssec", "ring"]
mdns = ["socket2/reuseport"]
serde-config = ["serde"]
testing = []
tokio-runtime = ["tokio/rt-core", "tokio/udp", "tokio/tcp", "tokio/time"]
wasm-bindgen = ["wasm-bindgen-crate", "js-sys"]

[lib]
name = "trust_dns_proto"
path = "src/lib.rs"

[package]
authors = ["Benjamin Fry <benjaminfry@me.com>"]
categories = ["network-programming"]
description = "Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.\n"
documentation = "https://docs.rs/trust-dns-proto"
edition = "2018"
homepage = "http://www.trust-dns.org/index.html"
keywords = ["DNS", "BIND", "dig", "named", "dnssec"]
license = "MIT/Apache-2.0"
name = "trust-dns-proto"
readme = "README.md"
repository = "https://github.com/bluejekyll/trust-dns"
version = "0.19.5"