# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "donut" version = "0.2.0" authors = ["Nick Pillitteri"] description = "DNS over HTTPS server" homepage = "https://github.com/56quarters/donut" readme = "README.md" license = "GPL-3.0+" repository = "https://github.com/56quarters/donut" resolver = "2" [lib] name = "donut" path = "src/donut/lib.rs" [dependencies.base64] version = "0.11.0" [dependencies.clap] version = "3.0.0-rc.8" features = ["cargo", "derive", "std"] default-features = false [dependencies.futures-util] version = "0.3.17" [dependencies.hyper] version = "0.14.16" features = ["full"] [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tracing] version = "0.1.11" [dependencies.tracing-subscriber] version = "0.1.6" [dependencies.trust-dns-client] version = "0.20.3" features = [] [dependencies.url] version = "2.1.0" [badges.travis-ci] repository = "56quarters/donut"