dnsi 0.2.0

A tool for investigating the DNS.
Documentation
[dependencies.bytes]
version = "1"

[dependencies.chrono]
features = ["alloc", "clock"]
version = "0.4.38"

[dependencies.clap]
features = ["derive", "unstable-doc"]
version = "4"

[dependencies.domain]
features = ["resolv", "unstable-client-transport"]
version = "0.10"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.33"

[dependencies.tokio-rustls]
default-features = false
features = ["ring", "logging", "tls12"]
version = "0.26.0"

[dependencies.webpki-roots]
version = "0.26.3"

[package]
authors = ["NLnet Labs <dns-team@nlnetlabs.nl>"]
categories = ["command-line-utilities"]
description = "A tool for investigating the DNS."
edition = "2021"
exclude = [".github", ".gitignore"]
keywords = ["DNS", "domain"]
license = "BSD-3-Clause"
name = "dnsi"
readme = "README.md"
repository = "https://github.com/nlnetlabs/dnsi/"
rust-version = "1.78.0"
version = "0.2.0"

[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"