libubpf-sys 0.9.611+2c7a276

Rust bindings to libubpf from IO Visor
Documentation
# 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 = "2018"
name = "libubpf-sys"
version = "0.9.611+2c7a276"
authors = ["Alex Forster <alex@alexforster.com>"]
build = "build.rs"
links = "ubpf"
exclude = ["/ubpf/external"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to libubpf from IO Visor"
homepage = "https://github.com/alexforster/libubpf-sys"
documentation = "https://docs.rs/libubpf-sys"
readme = "README.md"
keywords = [
    "bpf",
    "ebpf",
    "ubpf",
]
license = "Apache-2.0"
repository = "https://github.com/alexforster/libubpf-sys"

[badges.github]
repository = "alexforster/libubpf-sys"

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

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

[build-dependencies.bindgen]
version = "^0.71"

[build-dependencies.cmake]
version = "^0.1"