# 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 = "iptables" version = "0.5.2" authors = [ "Navid Fathollahzade ", "Pit Kleyersburg ", ] description = "Rust bindings for iptables" homepage = "https://github.com/yaa110/rust-iptables" documentation = "https://github.com/yaa110/rust-iptables" readme = "README.md" keywords = [ "iptables", "netfilter", "bindings", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/yaa110/rust-iptables" [lib] name = "iptables" [dependencies.lazy_static] version = "1" [dependencies.nix] version = "0.29" features = ["fs"] [dependencies.regex] version = "1"