# 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 = "dnstracer" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A DNS traceroute tool" homepage = "https://gitlab.com/mat813/dnstracer-rs" readme = "README.md" keywords = [ "DNS", "traceroute", ] license = "MIT" repository = "https://gitlab.com/mat813/dnstracer-rs" [[bin]] name = "dnstracer" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.hickory-client] version = "0.24.1" [dependencies.hickory-proto] version = "0.24.1" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.itertools] version = "0.13.0" [dependencies.tokio] version = "1.40.0" features = ["full"]