nftnl 0.6.0

Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem
[dependencies.bitflags]
version = "1.0"

[dependencies.err-derive]
version = "0.2.4"

[dependencies.log]
version = "0.4"

[dependencies.nftnl-sys]
version = "0.6"
[dev-dependencies.ipnetwork]
version = "0.16"

[dev-dependencies.mnl]
version = "0.2"

[features]
nftnl-1-0-7 = ["nftnl-sys/nftnl-1-0-7"]
nftnl-1-0-8 = ["nftnl-sys/nftnl-1-0-8"]
nftnl-1-0-9 = ["nftnl-sys/nftnl-1-0-9"]
nftnl-1-1-0 = ["nftnl-sys/nftnl-1-1-0"]
nftnl-1-1-1 = ["nftnl-sys/nftnl-1-1-1"]
nftnl-1-1-2 = ["nftnl-sys/nftnl-1-1-2"]

[package]
authors = ["Mullvad VPN"]
categories = ["network-programming", "os::unix-apis", "api-bindings"]
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
edition = "2018"
keywords = ["nftables", "nft", "firewall", "iptables", "netfilter"]
license = "MIT OR Apache-2.0"
name = "nftnl"
readme = "../README.md"
repository = "https://github.com/mullvad/nftnl-rs"
version = "0.6.0"