# 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-recursor" version = "0.23.2" authors = ["The contributors to Trust-DNS"] description = """ *WARNING* This library is experimental Trust-DNS Recursor is a safe and secure DNS recursive resolver with DNSSEC support. 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. This library can be used as in the server and binary for performing recursive lookups. """ homepage = "https://trust-dns.org/" documentation = "https://docs.rs/trust-dns-recursor" 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_recursor" path = "src/lib.rs" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.43" [dependencies.bytes] version = "1" [dependencies.cfg-if] version = "1" [dependencies.enum-as-inner] version = "0.6" [dependencies.futures-executor] version = "0.3.5" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.5" features = ["std"] default-features = false [dependencies.lru-cache] version = "0.1.2" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.21" features = ["net"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1.30" [dependencies.trust-dns-proto] version = "0.23.2" default-features = false [dependencies.trust-dns-resolver] version = "0.23.2" features = ["tokio-runtime"] default-features = false [dev-dependencies.tokio] version = "1.21" features = [ "macros", "rt", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "env-filter", ] [features] dns-over-https = ["trust-dns-proto/dns-over-https"] dns-over-https-rustls = [ "dns-over-https", "trust-dns-proto/dns-over-https-rustls", "trust-dns-resolver/dns-over-https-rustls", "dns-over-rustls", ] dns-over-native-tls = [ "dns-over-tls", "trust-dns-proto/dns-over-native-tls", "trust-dns-resolver/dns-over-native-tls", ] dns-over-openssl = [ "dns-over-tls", "dnssec-openssl", "trust-dns-proto/dns-over-openssl", "trust-dns-resolver/dns-over-openssl", ] dns-over-quic = [ "dns-over-rustls", "trust-dns-proto/dns-over-quic", "trust-dns-resolver/dns-over-quic", ] dns-over-rustls = [ "dns-over-tls", "dnssec-ring", "trust-dns-proto/dns-over-rustls", "trust-dns-resolver/dns-over-rustls", ] dns-over-tls = [] dnssec = [] dnssec-openssl = [ "dnssec", "trust-dns-proto/dnssec-openssl", "trust-dns-resolver/dnssec-openssl", ] dnssec-ring = [ "dnssec", "trust-dns-proto/dnssec-ring", "trust-dns-resolver/dnssec-ring", ] serde-config = [ "serde", "trust-dns-proto/serde-config", "trust-dns-resolver/serde-config", ] testing = [] tls = ["dns-over-openssl"] tls-openssl = ["dns-over-openssl"] [badges.codecov] branch = "main" repository = "bluejekyll/trust-dns" service = "github" [badges.maintenance] status = "actively-developed"