[package]
edition = "2015"
name = "libnftables1-sys"
version = "0.1.2"
authors = [
"Jonas Eriksson <jonas@upto.se>",
"Pierre Chifflier <chifflier@wzdftpd.net>",
"Gergely Nagy <libnftables1-sys@gergo.csillger.hu>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for libnftables1."
homepage = "https://git.sr.ht/~upto/seqknock/"
readme = "README.md"
license = "GPL-2.0"
repository = "https://git.sr.ht/~upto/seqknock/tree/master/item/libnftables-sys"
resolver = "2"
[lib]
name = "libnftables1_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.70"
[build-dependencies.pkg-config]
version = "0.3.32"