# 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" name = "dnsbench" version = "1.0.5" authors = ["tropicbliss "] description = "Simple program to benchmark DNS servers" homepage = "https://github.com/tropicbliss/dnsbench" license = "MIT" repository = "https://github.com/tropicbliss/dnsbench" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.2.4" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.console] version = "0.15.0" [dependencies.hdrhistogram] version = "7.5.0" [dependencies.indicatif] version = "0.16.2" [dependencies.rand] version = "0.8.5" [dependencies.trust-dns-client] version = "0.21.2"