# 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 = "toluol" version = "2.0.0" authors = ["Max von Forell "] description = "A crate for making DNS queries" documentation = "https://docs.rs/toluol" readme = "README.md" keywords = ["dns"] categories = ["command-line-utilities"] license = "MIT" repository = "https://sr.ht/~mvforell/toluol" [[bin]] name = "toluol" path = "./src/main.rs" doc = false [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4" [dependencies.data-encoding] version = "2.3" [dependencies.lazy_static] version = "1.4" [dependencies.owo-colors] version = "3.2" features = ["supports-colors"] [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.20" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.toluol-proto] version = "2.0" [dependencies.ureq] version = "2.4" optional = true [dependencies.webpki] version = "0.22" [dependencies.webpki-roots] version = "0.22" optional = true [features] default = [ "http", "json", "tls", ] http = ["ureq"] json = [ "serde_json", "toluol-proto/serde", ] tls = [ "rustls", "webpki-roots", ]