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