{"id":73407,"library":"hickory-server","title":"Hickory DNS Server","description":"A library for integrating safe and secure DNS servers into async Tokio applications, supporting DNSSEC, TSIG, DoT, DoQ, and DoH.","status":"active","version":"0.26.1","language":"rust","source_language":null,"source_url":"https://github.com/hickory-dns/hickory-dns","tags":["dns","server","async","tokio","dnssec"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhickory-server = \"0.26.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hickory-server","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ServerFuture","correct":"use hickory_server::ServerFuture;"}],"quickstart":{"code":"use hickory_server::ServerFuture;\n\n#[tokio::main]\nasync fn main() {\n    let mut server = ServerFuture::new();\n    println!(\"DNS server initialized\");\n}","lang":"rust","description":"Initializes a Hickory DNS server with Tokio runtime."},"warnings":[{"fix":"Add `tokio` as a dependency and use `#[tokio::main]` or similar runtime.","message":"Requires Tokio runtime for async operations.","severity":"gotcha","affected_versions":">=0.26.0"}],"env_vars":null,"search_vec":"'applic':16 'async':14,26 'dns':2,11,24 'dnssec':18,28 'doh':23 'doq':21 'dot':20 'hickori':1 'integr':7 'librari':5 'safe':8 'secur':10 'server':3,12,25 'support':17 'tokio':15,27 'tsig':19","created_at":"2026-06-17T18:50:50.633170+00:00","updated_at":"2026-06-17T18:50:50.633170+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://hickory-dns.org/","github":"https://github.com/hickory-dns/hickory-dns","docs":"https://docs.rs/hickory-server/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}