# 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 = "https-dns" version = "0.2.0" authors = ["Xiaoyang Liu "] description = "Minimal and efficient DNS-over-HTTPS (DoH) client" homepage = "https://github.com/xiaoyang-sde/https-dns" documentation = "https://docs.rs/https-dns" readme = "README.md" keywords = [ "network", "udp", "cli", "dns", ] categories = [ "network-programming", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/xiaoyang-sde/https-dns" resolver = "2" [profile.release] lto = "thin" [[bench]] name = "cache" harness = false [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.http] version = "0.2.6" [dependencies.log] version = "0.4.17" [dependencies.lru] version = "0.7.3" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.10" features = [ "json", "gzip", "brotli", ] [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = [ "rt", "net", "sync", "macros", "io-util", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" [dependencies.trust-dns-proto] version = "0.21.2" [dev-dependencies.criterion] version = "0.3.5" features = ["async_tokio"]