[package] name = "dnsbench" version = "1.0.5" edition = "2021" authors = ["tropicbliss "] license = "MIT" description = "Simple program to benchmark DNS servers" homepage = "https://github.com/tropicbliss/dnsbench" repository = "https://github.com/tropicbliss/dnsbench" [dependencies] anyhow = "1.0.57" clap = { version = "3.2.4", features = ["derive"] } cli-table = "0.4.7" console = "0.15.0" hdrhistogram = "7.5.0" indicatif = "0.16.2" rand = "0.8.5" trust-dns-client = "0.21.2"