# 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 = "rust-doh-proxy" version = "0.5.4" authors = ["Aaron Riekenberg "] build = "build.rs" description = "Rust DNS over HTTPS proxy application" readme = "README.md" keywords = ["dns", "doh"] categories = ["asynchronous", "network-programming", "web-programming"] license = "MIT" repository = "https://github.com/aaronriekenberg/rust-doh-proxy" [dependencies.bytes] version = "0.5" [dependencies.enum-iterator] version = "0.6" [dependencies.env_logger] version = "0.7" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.5" default-features = false [dependencies.reqwest] version = "0.10" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.trust-dns-proto] version = "0.19" [build-dependencies.vergen] version = "3"