# 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 = "nifty-filter" version = "0.1.1" authors = ["EnigmaCurry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nifty tool to configure netfilter/nftables" readme = "README.md" keywords = [ "network", "filter", "rust", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/EnigmaCurry/nifty-filter" [[bin]] name = "nifty-filter" path = "src/main.rs" [dependencies.askama] version = "0.12.1" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.11.5" [dependencies.ipnetwork] version = "0.20.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.strum_macros] version = "0.26.4"