encrypted-dns 0.9.17

A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)
[[bin]]
name = "encrypted-dns"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
default-features = false
features = ["std", "cargo", "wrap_help"]
version = "3.2.25"

[dependencies.coarsetime]
version = "0.1.34"

[dependencies.daemonize-simple]
version = "0.1.5"

[dependencies.dnsstamps]
version = "0.1.9"

[dependencies.educe]
features = ["full"]
version = "0.6.0"

[dependencies.env_logger]
default-features = false
features = ["humantime"]
version = "0.11.5"

[dependencies.futures]
features = ["async-await"]
version = "0.3.31"

[dependencies.hyper]
default-features = false
features = ["server", "http1"]
optional = true
version = "0.14.31"

[dependencies.ipext]
version = "0.1.0"

[dependencies.libsodium-sys-stable]
version = "1.22.1"

[dependencies.log]
features = ["std", "release_max_level_debug"]
version = "0.4.22"

[dependencies.mimalloc]
default-features = false
version = "0.1.43"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.prometheus]
default-features = false
features = ["process"]
optional = true
package = "prometheus"
version = "0.13.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.rlimit]
version = "0.10.2"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde-big-array]
version = "0.5.1"

[dependencies.serde_derive]
version = "1.0.215"

[dependencies.sieve-cache]
version = "0.2.1"

[dependencies.siphasher]
version = "1.0.1"

[dependencies.slabigator]
version = "0.9.2"

[dependencies.socket2]
version = "0.5.7"

[dependencies.tokio]
features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread"]
version = "1.41.1"

[dependencies.toml]
version = "0.8.19"

[features]
default = ["metrics"]
metrics = ["hyper", "prometheus"]

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "command-line-utilities"]
description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)"
edition = "2018"
homepage = "https://github.com/jedisct1/encrypted-dns-server"
keywords = ["dnscrypt", "encryption", "dns", "doh", "proxy"]
license = "MIT"
name = "encrypted-dns"
readme = "README.md"
repository = "https://github.com/jedisct1/encrypted-dns-server"
version = "0.9.17"

[package.metadata.deb]
assets = [["target/release/encrypted-dns", "usr/bin/", "755"], ["README.md", "usr/share/doc/encrypted-dns/README.md", "644"], ["example-encrypted-dns.toml", "usr/share/doc/encrypted-dns/example-encrypted-dns.toml", "644"]]
depends = "$auto"
extended-description = "An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server."
priority = "optional"
section = "network"

[profile.release]
codegen-units = 1
incremental = false
panic = "abort"

[target.'cfg(target_family = "unix")'.dependencies.privdrop]
version = "0.5.4"