[package]
name = "libubpf-sys"
version = "0.9.611+2c7a276"
description = "Rust bindings to libubpf from IO Visor"
readme = "README.md"
repository = "https://github.com/alexforster/libubpf-sys"
homepage = "https://github.com/alexforster/libubpf-sys"
documentation = "https://docs.rs/libubpf-sys"
keywords = ["bpf", "ebpf", "ubpf"]
authors = [
"Alex Forster <alex@alexforster.com>",
]
license = "Apache-2.0"
edition = "2018"
build = "build.rs"
links = "ubpf"
exclude = [
"/ubpf/external",
]
[badges]
github = { repository = "alexforster/libubpf-sys" }
maintenance = { status = "passively-maintained" }
[build-dependencies]
bindgen = { version = "^0.71" }
cmake = { version = "^0.1" }
[lib]
crate-type = ["lib", "staticlib"]