# 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 = "dns-over-https" version = "0.2.0" authors = ["@ssrlive, Paul Mucur "] description = "A lightweight DNS-over-HTTPS proxy" readme = "README.md" keywords = [ "dns", "dns-over-https", "dns-over-https", "doh", ] license = "MIT" repository = "https://github.com/ssrlive/dns-over-https" [profile.release] lto = true [[bin]] name = "dns-over-https" path = "src/bin/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctrlc2] version = "3" features = [ "tokio", "termination", ] [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" features = ["std"] [dependencies.reqwest] version = "0.12" features = [] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" [target."cfg(target_os = \"windows\")".dependencies.windows-service] version = "0.7"