A safe and secure DNS client library with DNSSEC support, based on Tokio and Futures.
# Cargo.toml
[dependencies]
hickory-client = "0.25.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an async DNS client and connects to a resolver.
Add tokio as a dependency and use #[tokio::main] or similar runtime.
Enable the 'dnssec' feature in Cargo.toml: hickory-client = { version = "0.25", features = ["dnssec"] }No dependency data recorded yet.