# 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.74.1" name = "dns-bench" version = "0.7.1" authors = ["Alexandr Garbuzov "] build = false include = [ "src/**/*", "Cargo.*", "README.md", "LICENSE-*", "CHANGELOG.md", "example.gif", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Find the fastest DNS in your location to improve internet browsing experience." homepage = "https://github.com/qwerty541/dns-bench" readme = "README.md" keywords = [ "dns", "network", "cli", "benchmark", "rust", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qwerty541/dns-bench" [[bin]] name = "dns-bench" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "std", "derive", ] [dependencies.directories] version = "5.0.1" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0.214" features = ["derive"] default-features = false [dependencies.tabled] version = "0.16.0" [dependencies.toml] version = "0.8.19"