libdoh 0.9.16

DoH and Oblivious DoH library for the rust-doh app
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "libdoh"
version = "0.9.16"
authors = ["Frank Denis <github@pureftpd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DoH and Oblivious DoH library for the rust-doh app"
homepage = "https://github.com/jedisct1/rust-doh"
readme = false
keywords = [
    "dns",
    "https",
    "doh",
    "odoh",
    "proxy",
]
categories = [
    "asynchronous",
    "network-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/jedisct1/rust-doh"

[features]
default = ["tls"]
tls = ["tokio-rustls"]

[lib]
name = "libdoh"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.hyper]
version = "^0.14.32"
features = [
    "server",
    "http1",
    "http2",
    "stream",
    "runtime",
]
default-features = false

[dependencies.odoh-rs]
version = "1.0.4"

[dependencies.rand]
version = "0.9.4"

[dependencies.rustls-pemfile]
version = "^1.0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52.1"
features = [
    "net",
    "rt-multi-thread",
    "time",
    "sync",
]

[dependencies.tokio-rustls]
version = "^0.24.1"
features = ["early-data"]
optional = true

[dependencies.urlencoding]
version = "2.1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
incremental = false