# 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 = "dns-doge" version = "0.2.8" authors = ["Darrion Whitfield "] build = "build.rs" exclude = [ "/completions/*", "/man/*", "/xtests/*", "/dog-screenshot.png", "/Justfile", "/README.md", "/.rustfmt.toml", "/.travis.yml", "/makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line DNS client" homepage = "https://dns.lookup.dog/" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" [profile.dev] debug = 2 [profile.release] lto = true panic = "abort" overflow-checks = true [[bin]] name = "doge" path = "src/main.rs" doctest = false [dependencies.ansi_term] version = "0.12" [dependencies.atty] version = "0.2" [dependencies.doge_dns] version = "1.0.2" [dependencies.doge_transport] version = "0.2.6" [dependencies.getopts] version = "0.2" [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dev-dependencies.pretty_assertions] version = "1.4" [build-dependencies.datetime] version = "0.5.1" default_features = false [features] default = [ "with_idna", "with_tls", "with_https", "with_nativetls", ] with_https = ["doge_transport/with_https"] with_idna = ["doge_dns/with_idna"] with_nativetls = ["doge_transport/with_nativetls"] with_nativetls_vendored = [ "with_nativetls", "doge_transport/with_nativetls", "doge_transport/with_nativetls_vendored", ] with_rustls = ["doge_transport/with_rustls"] with_tls = ["doge_transport/with_tls"] [target."cfg(windows)".dependencies.ipconfig] version = "0.3"