[dependencies.clap]
features = ["std", "cargo", "wrap_help"]
version = "3.1.5"
[dependencies.dnsstamps]
version = "0.1.9"
[dependencies.jemallocator]
version = "0.3.2"
[dependencies.libdoh]
default-features = false
version = "0.9.3"
[features]
default = ["tls"]
tls = ["libdoh/tls"]
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-doh"
keywords = ["dns", "https", "doh", "odoh", "proxy"]
license = "MIT"
name = "doh-proxy"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-doh"
version = "0.9.3"
[package.metadata.deb]
assets = [["target/release/doh-proxy", "usr/bin/", "755"], ["README.md", "usr/share/doc/doh-proxy/README.md", "644"]]
depends = "$auto"
extended-description = "A fast and secure DoH (DNS-over-HTTPS) and ODoH server written in Rust."
priority = "optional"
section = "network"
[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
opt-level = 3
panic = "abort"