[package] name = "nftables-async" version = "0.1.1" edition = "2021" description = "An async version of the helper to run nftables, providing full compatibility with the rest of the nftables crate" license = "MIT" keywords = ["nftables", "async"] categories = ["network-programming"] repository = "https://github.com/kanpov/nftables-async" readme = "README.md" [dependencies] nftables = "0.5.0" serde_json = "1.0.132" tokio = { version = "1.41.0", default-features = false, features = [ "process", "io-util", ] } [dev-dependencies] tokio = { version = "1.41.0", features = ["rt", "macros"] } rand = "0.8.5"