[dependencies.clap]
features = ["derive"]
version = "3.1.6"
[dependencies.http]
version = "0.2.6"
[dependencies.lru]
version = "0.7.3"
[dependencies.reqwest]
features = ["json", "gzip", "brotli"]
version = "0.11"
[dependencies.tokio]
features = ["rt", "net", "sync", "macros", "io-util"]
version = "1"
[dependencies.trust-dns-proto]
version = "0.21.2"
[package]
authors = ["Xiaoyang Liu <siujoeng.lau@gmail.com>"]
categories = ["command-line-utilities"]
description = "Minimal and efficient DNS-over-HTTPS (DoH) client"
edition = "2021"
homepage = "https://github.com/xiaoyang-sde/https-dns"
keywords = ["cli", "dns"]
license = "MIT"
name = "https-dns"
readme = "README.md"
repository = "https://github.com/xiaoyang-sde/https-dns"
resolver = "2"
version = "0.1.0"