doh-proxy 0.1.18

A DNS-over-HTTPS (DoH) proxy
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "doh-proxy"
version = "0.1.18"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A DNS-over-HTTPS (DoH) proxy"
homepage = "https://github.com/jedisct1/rust-doh"
keywords = ["dns", "https", "doh", "proxy"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/jedisct1/rust-doh"
[profile.release]
opt-level = 3
lto = true
panic = "abort"
[dependencies.base64]
version = "0.10"

[dependencies.clap]
version = "2"

[dependencies.futures]
version = "0.1.27"

[dependencies.hyper]
version = "0.12.30"

[dependencies.jemallocator]
version = "0"

[dependencies.native-tls]
version = "0.2.3"
optional = true

[dependencies.tokio]
version = "0.1.21"

[dependencies.tokio-current-thread]
version = "0.1.6"

[dependencies.tokio-timer]
version = "0.2.11"

[dependencies.tokio-tls]
version = "0.2.1"
optional = true

[features]
default = []
tls = ["native-tls", "tokio-tls"]