doh-server/Cargo.toml
Ran Benita c45da71704 Remove unused tokio-io dependency
It is included in tokio::io and not used directly.
2018-07-07 15:29:11 +03:00

19 lines
534 B
TOML

[package]
name = "doh-proxy"
version = "0.1.7"
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"]
[dependencies]
base64 = "~0.9"
clap = "~2"
futures = "~0.1"
hyper = "~0.11"
tokio = "~0.1"
tokio-timer = "~0.2"
clippy = {version = ">=0", optional = true}