1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "doh-proxy"
15version = "0.9.2"
16authors = ["Frank Denis <github@pureftpd.org>"]
17description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
18homepage = "https://github.com/jedisct1/rust-doh"
19readme = "README.md"
20keywords = ["dns", "https", "doh", "odoh", "proxy"]
21categories = ["asynchronous", "network-programming", "command-line-utilities"]
22license = "MIT"
23repository = "https://github.com/jedisct1/rust-doh"
24[package.metadata.deb]
25assets = [["target/release/doh-proxy", "usr/bin/", "755"], ["README.md", "usr/share/doc/doh-proxy/README.md", "644"]]
26depends = "$auto"
27extended-description = "A fast and secure DoH (DNS-over-HTTPS) and ODoH server written in Rust."
28priority = "optional"
29section = "network"
30[profile.release]
31opt-level = 3
32lto = "fat"
33codegen-units = 1
34panic = "abort"
35incremental = false
36[dependencies.clap]
37version = "2.33.3"
38
39[dependencies.dnsstamps]
40version = "0.1.9"
41
42[dependencies.jemallocator]
43version = "0.3.2"
44
45[dependencies.libdoh]
46version = "0.9.0"
47default-features = false
48
49[features]
50default = ["tls"]
51tls = ["libdoh/tls"]
52