[badges.maintenance]
status = "passively-maintained"
[dependencies.serde]
features = ["derive"]
version = "~1.0"
[dependencies.serde_json]
version = "~1.0"
[dependencies.serde_with]
features = ["json"]
version = "~2.1"
[package]
authors = ["Alex Forster <alex@alexforster.com>"]
categories = ["config", "os::linux-apis", "parser-implementations"]
description = "Serde JSON model for interacting with the nftables `nft` executable"
edition = "2021"
homepage = "https://github.com/alexforster/nftables-json"
keywords = ["nftables", "json", "serde"]
license = "MIT OR Apache-2.0"
name = "nftables-json"
readme = "README.md"
repository = "https://github.com/alexforster/nftables-json"
version = "0.3.0"