https-dns 0.2.0

Minimal and efficient DNS-over-HTTPS (DoH) client
Documentation
[[bench]]
harness = false
name = "cache"

[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[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]
features = ["json", "gzip", "brotli"]
version = "0.11.10"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tokio]
features = ["rt", "net", "sync", "macros", "io-util"]
version = "1.18.2"

[dependencies.tracing]
version = "0.1.34"

[dependencies.tracing-subscriber]
version = "0.3.11"

[dependencies.trust-dns-proto]
version = "0.21.2"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.3.5"

[package]
authors = ["Xiaoyang Liu <siujoeng.lau@gmail.com>"]
categories = ["network-programming", "web-programming", "command-line-utilities"]
description = "Minimal and efficient DNS-over-HTTPS (DoH) client"
documentation = "https://docs.rs/https-dns"
edition = "2021"
homepage = "https://github.com/xiaoyang-sde/https-dns"
keywords = ["network", "udp", "cli", "dns"]
license = "MIT"
name = "https-dns"
readme = "README.md"
repository = "https://github.com/xiaoyang-sde/https-dns"
resolver = "2"
version = "0.2.0"

[profile.release]
lto = "thin"