# 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 = "crab-hole" version = "0.1.9" build = false include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "config.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pi-Hole clone written in rust using hickory-dns/trust-dns" readme = "README.md" keywords = [ "DNS", "BIND", "named", "dnssec", ] license = "AGPL-3.0-or-later" repository = "https://github.com/LuckyTurtleDev/crab-hole" [[bin]] name = "crab-hole" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.ariadne] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.bit-vec] version = "0.6.3" [dependencies.chumsky] version = "0.9.2" [dependencies.directories] version = "5.0.0" [dependencies.hickory-resolver] version = "0.24.0" default-features = false [dependencies.log] version = "0.4.17" [dependencies.my-env-logger-style] version = "0.1.1" features = ["custom-arg-formatter"] [dependencies.nohash-hasher] version = "0.2.0" [dependencies.num-format] version = "0.4.4" [dependencies.once_cell] version = "1.17.1" features = ["parking_lot"] [dependencies.poem] version = "1.3.57" [dependencies.poem-openapi] version = "3.0.1" features = [ "redoc", "time", ] [dependencies.qp-trie] version = "0.8.2" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.16" default-features = false [dependencies.rustls] version = "0.21" default-features = false [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3.25" [dependencies.tokio] version = "1.27" features = [ "fs", "parking_lot", "rt-multi-thread", "macros", "net", "signal", ] [dependencies.toml] version = "0.1" package = "basic-toml" [dependencies.trust-dns-proto] version = "0.24" default-features = false package = "hickory-proto" [dependencies.trust-dns-server] version = "0.24" features = [ "dnssec-ring", "dns-over-h3", "dns-over-rustls", "dns-over-https-rustls", "dns-over-quic", ] default-features = false package = "hickory-server" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.jemalloc-sys] version = "0.5" features = ["stats"] [dev-dependencies.jemallocator] version = "0.5" [build-dependencies.rustc_version] version = "0.4.0" [features] __debug_parser = [] default = ["native-roots"] native-roots = [ "hickory-resolver/native-certs", "reqwest/rustls-tls-native-roots", ] webpki-roots = [ "hickory-resolver/webpki-roots", "reqwest/rustls-tls-webpki-roots", ]