encrypted-dns 0.2.6

A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)
# 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 = "encrypted-dns"
version = "0.2.6"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)"
homepage = "https://github.com/jedisct1/encrypted-dns-server"
readme = "README.md"
keywords = ["dnscrypt", "encryption", "dns", "doh", "proxy"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/jedisct1/encrypted-dns-server"
[profile.release]
codegen-units = 1
panic = "abort"
[dependencies.byteorder]
version = "1.3.2"

[dependencies.clap]
version = "2.33.0"
features = ["wrap_help", "nightly"]
default-features = false

[dependencies.clockpro-cache]
version = "0.1.8"

[dependencies.coarsetime]
version = "0.1.11"

[dependencies.daemonize-simple]
version = "0.1.2"

[dependencies.derivative]
version = "1.0.3"

[dependencies.dnsstamps]
version = "0.1.1"

[dependencies.env_logger]
version = "0.7.0"
features = ["humantime"]
default-features = false

[dependencies.failure]
version = "0.1.5"

[dependencies.futures-preview]
version = "=0.3.0-alpha.18"
features = ["async-await", "nightly", "cfg-target-has-atomic"]

[dependencies.jemallocator]
version = "0.3.2"

[dependencies.libsodium-sys-stable]
version = "1.18.1"

[dependencies.log]
version = "0.4.8"

[dependencies.net2]
version = "0.2.33"

[dependencies.parking_lot]
version = "0.9.0"

[dependencies.privdrop]
version = "0.3.3"

[dependencies.rand]
version = "0.7.2"

[dependencies.serde]
version = "1.0.101"

[dependencies.serde-big-array]
version = "0.1.5"

[dependencies.serde_derive]
version = "1.0.101"

[dependencies.siphasher]
version = "0.3.1"

[dependencies.tokio]
version = "=0.2.0-alpha.4"

[dependencies.tokio-net]
version = "=0.2.0-alpha.4"

[dependencies.toml]
version = "0.5.3"