# 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 = "nsdetect" version = "0.2.0" authors = ["Alexander Kjäll "] description = "Small utility to detect dangling NS pointes that could be used for AWS NS takeover" documentation = "https://docs.rs/crate/nsdetect/" keywords = ["DNS"] categories = [ "command-line-utilities", "network-programming", ] license = "GPL-3.0-only" repository = "https://github.com/alexanderkjall/nsdetect" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.futures] version = "0.3.21" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.termcolor] version = "1.1.3" [dependencies.tokio] version = "1.18.0" [dependencies.trust-dns-resolver] version = "0.21.2"