# 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 = "dug" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An exhaustive name resolution aggregator" homepage = "https://github.com/penryu/dug" documentation = "https://docs.rs/crate/dug" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/penryu/dug" [[bin]] name = "dug" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tabled] version = "0.15" [dependencies.tokio] version = "1" features = [ "macros", "process", "rt", ] [dependencies.trust-dns-resolver] version = "0.23" features = ["dns-over-rustls"]