bcc-sys 0.19.1

Rust binding to BPF Compiler Collection (BCC)
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.57.0"

[features]
generate = ["bindgen"]
llvm_8 = ["specific_llvm"]
llvm_9 = ["specific_llvm"]
specific = []
specific_llvm = []
static = []
v0_10_0 = ["specific"]
v0_11_0 = ["specific"]
v0_12_0 = ["specific"]
v0_13_0 = ["specific"]
v0_14_0 = ["specific"]
v0_15_0 = ["specific"]
v0_16_0 = ["specific"]
v0_17_0 = ["specific"]
v0_18_0 = ["specific"]
v0_19_0 = ["specific"]
v0_4_0 = ["specific"]
v0_5_0 = ["specific"]
v0_6_0 = ["specific"]
v0_6_1 = ["specific"]
v0_7_0 = ["specific"]
v0_8_0 = ["specific"]
v0_9_0 = ["specific"]

[lib]
name = "bcc_sys"

[package]
authors = ["Zhiting Zhu <zhitingz@cs.utexas.edu>", "Brian Martin <bmartin@twitter.com>"]
build = "build.rs"
description = "Rust binding to BPF Compiler Collection (BCC)"
documentation = "https://docs.rs/bcc-sys"
edition = "2018"
homepage = "https://github.com/rust-bpf/bcc-sys"
keywords = ["bpf", "bindings"]
license = "Apache-2.0"
links = "bcc"
name = "bcc-sys"
readme = "README.md"
repository = "https://github.com/rust-bpf/bcc-sys"
version = "0.19.1"