# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64.0" name = "trust-dns-client" version = "0.23.2" authors = ["The contributors to Trust-DNS"] description = """ Trust-DNS is a safe and secure DNS library. This is the Client library with DNSSEC support. DNSSEC with NSEC validation for negative records, is complete. The client supports dynamic DNS with SIG0 authenticated requests, implementing easy to use high level funtions. Trust-DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries. """ homepage = "https://trust-dns.org/" documentation = "https://docs.rs/trust-dns" readme = "README.md" keywords = [ "DNS", "BIND", "dig", "named", "dnssec", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/bluejekyll/trust-dns" resolver = "1" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc", ] [lib] name = "trust_dns_client" path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.data-encoding] version = "2.2.0" [dependencies.futures-channel] version = "0.3.5" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.5" features = ["std"] default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.radix_trie] version = "0.2.0" [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.21.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.21" features = [ "rt", "net", ] [dependencies.tracing] version = "0.1.30" [dependencies.trust-dns-proto] version = "0.23.2" features = [ "text-parsing", "tokio-runtime", ] default-features = false [dependencies.webpki] version = "0.101.0" optional = true package = "rustls-webpki" [dev-dependencies.futures] version = "0.3.5" features = [ "std", "executor", ] default-features = false [dev-dependencies.openssl] version = "0.10.55" features = [ "v102", "v110", ] optional = false [dev-dependencies.tokio] version = "1.21" features = [ "rt", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "env-filter", ] [features] backtrace = ["trust-dns-proto/backtrace"] dns-over-https = ["trust-dns-proto/dns-over-https"] dns-over-https-openssl = [ "dns-over-https", "dns-over-openssl", ] dns-over-https-rustls = [ "dns-over-https", "dns-over-rustls", "rustls", "trust-dns-proto/dns-over-https-rustls", ] dns-over-native-tls = [ "dns-over-tls", "trust-dns-proto/dns-over-native-tls", ] dns-over-openssl = [ "dns-over-tls", "dnssec-openssl", ] dns-over-quic = [ "dns-over-rustls", "trust-dns-proto/dns-over-quic", ] dns-over-rustls = [ "dns-over-tls", "dnssec-ring", "trust-dns-proto/dns-over-rustls", ] dns-over-tls = [] dnssec = ["trust-dns-proto/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"] [badges.codecov] branch = "main" repository = "bluejekyll/trust-dns" service = "github" [badges.maintenance] status = "actively-developed"