# 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.79.0" name = "mypdns" version = "0.1.0" authors = [ "My Privacy DNS", "@spirillen", ] publish = true description = "Search tool for finding DNS blacklist records among verious sources" homepage = "https://github.com/namespace-reservations/mypdns" documentation = "https://github.com/namespace-reservations/mypdns/README.md" readme = "README.md" keywords = [ "search", "blacklist", "domain", "rpz", "firewall", ] categories = [ "parsing", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/namespace-reservations/mypdns" [dependencies.base64] version = "0.22.1" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203"