doh-proxy 0.1.2

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]
name = "doh-proxy"
version = "0.1.2"
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"
[dependencies.base64]
version = "~0.9"

[dependencies.clap]
version = "~2"

[dependencies.clippy]
version = ">=0"
optional = true

[dependencies.futures-await]
version = "~0.1"

[dependencies.hyper]
version = "~0.11"

[dependencies.tokio-core]
version = "~0.1"

[dependencies.tokio-io]
version = "~0.1"

[dependencies.tokio-timer]
version = "~0.1"