[package]
name = "dns-bench"
version = "0.7.2"
edition = "2021"
authors = ["Alexandr Garbuzov <qwerty541zxc@gmail.com>"]
description = "Find the fastest DNS in your location to improve internet browsing experience."
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"
homepage = "https://github.com/qwerty541/dns-bench"
readme = "README.md"
rust-version = "1.74.1"
include = [
"src/**/*",
"Cargo.*",
"README.md",
"LICENSE-*",
"CHANGELOG.md",
"example.gif",
"README.md"
]
[dependencies]
clap = { version = "4.5.23", features = ["std", "derive"] }
directories = "5.0.1"
indicatif = "0.17.9"
hickory-resolver = "0.24.2"
serde = { version = "1.0.217", features = ["derive"], default-features = false }
tabled = "0.17.0"
toml = "0.8.19"
lazy_static = "1.5.0"