# 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 = "look_ip" version = "1.0.0" authors = ["anonymous "] description = "look_ip is dns lookup cli" readme = "README.md" keywords = [ "dns", "ip-address", "lookup", "cli", "domain", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/look_ip" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "net", "rt-multi-thread", ] [dependencies.trust-dns-resolver] version = "0.21" features = [ "dns-over-rustls", "tokio", ] [dependencies.useful_macro] version = "0.2.18"