# 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 = "nftables" version = "0.3.0" exclude = [ ".gitlab/*", ".github/*", ] description = "Safe abstraction for nftables JSON API. It can be used to create nftables rulesets in Rust and parse existing nftables rulesets from JSON." homepage = "https://namib.me/" readme = "README.md" keywords = [ "nftables", "netfilter", "firewall", ] categories = [ "os", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/namib-project/nftables-rs" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_path_to_error] version = "0.1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [build-dependencies]