libbpf-sys 1.5.0+v1.5.0

Rust bindings to libbpf from the Linux kernel
Documentation
[badges.github]
repository = "libbpf/libbpf-sys"

[badges.maintenance]
status = "passively-maintained"

[build-dependencies.bindgen]
optional = true
version = "^0.70.1"

[build-dependencies.cc]
version = "^1.1.6"

[build-dependencies.nix]
default-features = false
features = ["fs"]
version = "^0.29.0"

[build-dependencies.pkg-config]
version = "^0.3.30"

[features]
bindgen-source = ["bindgen"]
default = ["vendored-libbpf"]
novendor = []
static = ["static-libbpf", "static-libelf", "static-zlib"]
static-libbpf = []
static-libelf = ["static-libbpf"]
static-zlib = ["static-libbpf"]
vendored = ["vendored-libbpf", "vendored-libelf", "vendored-zlib"]
vendored-libbpf = ["static-libbpf"]
vendored-libelf = ["static-libelf"]
vendored-zlib = ["static-zlib"]

[lib]
crate-type = ["lib", "staticlib"]
name = "libbpf_sys"
path = "src/lib.rs"

[package]
authors = ["Alex Forster <alex@alexforster.com>", "Dan Siemon <dan@coverfire.com>", "Daniel Xu <dxu@dxuuu.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to libbpf from the Linux kernel"
edition = "2018"
exclude = ["/elfutils/tests/*.bz2", "/libbpf/assets", "/zlib/contrib"]
homepage = "https://github.com/libbpf/libbpf-sys"
keywords = ["bpf", "ebpf", "xdp"]
license = "BSD-2-Clause"
links = "libbpf"
name = "libbpf-sys"
readme = "README.md"
repository = "https://github.com/libbpf/libbpf-sys"
version = "1.5.0+v1.5.0"

[[test]]
name = "tests"
path = "tests/tests.rs"