# 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.78.0" name = "dnsi" version = "0.2.0" authors = ["NLnet Labs "] exclude = [ ".github", ".gitignore", ] description = "A tool for investigating the DNS." readme = "README.md" keywords = [ "DNS", "domain", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/nlnetlabs/dnsi/" [package.metadata.deb] extended-description = "The dnsi utility is a command line tool for investigating various aspects of the DNS." [package.metadata.generate-rpm] license = "BSD" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/dnsi" mode = "755" source = "target/release/dnsi" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "clock", ] [dependencies.clap] version = "4" features = [ "derive", "unstable-doc", ] [dependencies.domain] version = "0.10" features = [ "resolv", "unstable-client-transport", ] [dependencies.tempfile] version = "3.1.0" [dependencies.tokio] version = "1.33" features = ["rt-multi-thread"] [dependencies.tokio-rustls] version = "0.26.0" features = [ "ring", "logging", "tls12", ] default-features = false [dependencies.webpki-roots] version = "0.26.3"