[dependencies.anyhow]
version = "1.0.71"
[dependencies.arc-swap]
version = "1.6.0"
[dependencies.base64]
version = "0.21.2"
[dependencies.byteorder]
version = "1.4.3"
[dependencies.bytes]
version = "1.4.0"
[dependencies.futures]
version = "0.3.28"
[dependencies.hyper]
default-features = false
features = ["server", "http1", "http2", "stream"]
version = "0.14.27"
[dependencies.odoh-rs]
version = "1.0.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.rustls-pemfile]
version = "1.0.3"
[dependencies.tokio]
features = ["net", "rt-multi-thread", "time", "sync"]
version = "1.29.1"
[dependencies.tokio-rustls]
features = ["early-data"]
optional = true
version = "0.24.1"
[features]
default = ["tls"]
tls = ["tokio-rustls"]
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
description = "DoH and Oblivious DoH library for the rust-doh app"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-doh"
keywords = ["dns", "https", "doh", "odoh", "proxy"]
license = "MIT"
name = "libdoh"
repository = "https://github.com/jedisct1/rust-doh"
version = "0.9.10"
[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
opt-level = 3
panic = "abort"