# 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" rust-version = "1.70" name = "dns-firewall" version = "1.2.2" authors = ["Nikolaus Thümmel "] description = "Filtering DNS proxy server with firewall integration" homepage = "https://github.com/nthuemmel/dns-firewall-rust" documentation = "https://github.com/nthuemmel/dns-firewall-rust" readme = "README.md" keywords = [ "firewall", "dns", "network", "server", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/nthuemmel/dns-firewall-rust" [package.metadata.deb] assets = [ [ "target/release/dns-firewall", "/usr/bin/", "755", ], [ "dist/shared/etc/dns-firewall/*", "/etc/dns-firewall/", "644", ], ] conf-files = [ "/etc/dns-firewall/acl", "/etc/dns-firewall/config.env", ] maintainer-scripts = "dist/debian/maintainer-scripts" section = "net" [package.metadata.deb.systemd-units] unit-scripts = "dist/shared/lib/systemd/system" [profile.release] opt-level = "s" lto = true panic = "abort" [dependencies.anyhow] version = "1.0.76" [dependencies.chrono] version = "0.4.31" default-features = false [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10.1" features = [ "color", "auto-color", "humantime", ] default-features = false [dependencies.hickory-proto] version = "0.24.0" [dependencies.ipnet] version = "2.9.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.52" [dependencies.tokio] version = "1.35.1" features = [ "rt", "io-util", "net", "process", "sync", "time", "macros", "signal", ] default-features = false [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.hickory-resolver] version = "0.24.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tempfile] version = "3.8.1"