mooncell 0.1.1

A DNS-over-HTTPS server
# 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 = "mooncell"
version = "0.1.1"
authors = ["Ivan De Marino <detronizator@gmail.com>"]
description = "A DNS-over-HTTPS server"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/detro/mooncell"
[profile.release]
opt-level = 3
lto = true
incremental = true

[[bin]]
name = "mooncell"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.0"

[dependencies.crossbeam-channel]
version = "0.3.8"

[dependencies.curl]
version = "0.4.21"
features = ["ssl", "static-curl", "static-ssl"]

[dependencies.downcast-rs]
version = "1.0.4"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.http]
version = "0.1.17"

[dependencies.ipnet]
version = "2.0.0"

[dependencies.log]
version = "0.4.6"

[dependencies.log4rs]
version = "0.8.3"

[dependencies.num_cpus]
version = "1.10.0"

[dependencies.serde]
version = "1.0.91"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0.91"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.srvzio]
version = "1.1.0"

[dependencies.threadpool]
version = "1.7.1"

[dependencies.trust-dns-proto]
version = "0.7.3"
features = ["dnssec"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "detro/srvzio"