[build-dependencies.cfg-if]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3.19"
[dependencies.cfg-if]
version = "1.0"
[dependencies.libc]
version = "0.2.44"
[features]
nftnl-1-0-7 = []
nftnl-1-0-8 = ["nftnl-1-0-7"]
nftnl-1-0-9 = ["nftnl-1-0-8"]
nftnl-1-1-0 = ["nftnl-1-0-9"]
nftnl-1-1-1 = ["nftnl-1-1-0"]
nftnl-1-1-2 = ["nftnl-1-1-1"]
[lib]
name = "nftnl_sys"
path = "src/lib.rs"
[package]
authors = ["Mullvad VPN"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["network-programming", "os::unix-apis", "external-ffi-bindings", "no-std"]
description = "Low level FFI bindings to libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
edition = "2021"
keywords = ["nftables", "nft", "firewall", "iptables", "netfilter"]
license = "MIT OR Apache-2.0"
name = "nftnl-sys"
readme = "README.md"
repository = "https://github.com/mullvad/nftnl-rs"
rust-version = "1.56.0"
version = "0.6.2"