doh-server/Cargo.toml
2019-03-13 20:30:17 +01:00

21 lines
553 B
TOML

[package]
name = "doh-proxy"
version = "0.1.11"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A DNS-over-HTTPS (DoH) proxy"
keywords = ["dns","https","doh","proxy"]
license = "MIT"
homepage = "https://github.com/jedisct1/rust-doh"
repository = "https://github.com/jedisct1/rust-doh"
categories = ["asynchronous", "network-programming","command-line-utilities"]
edition = "2018"
[dependencies]
base64 = "0.10"
clap = "2"
futures = "0.1"
hyper = "0.12"
jemallocator = "0.1"
tokio = "0.1"
tokio-current-thread = "0.1"
tokio-timer = "0.2"