# 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 = "bcc-sys" version = "0.23.0" authors = ["Zhiting Zhu ", "Brian Martin "] build = "build.rs" links = "bcc" description = "Rust binding to BPF Compiler Collection (BCC)" homepage = "https://github.com/rust-bpf/bcc-sys" documentation = "https://docs.rs/bcc-sys" readme = "README.md" keywords = ["bpf", "bindings"] license = "Apache-2.0" repository = "https://github.com/rust-bpf/bcc-sys" [lib] name = "bcc_sys" [build-dependencies.bindgen] version = "0.59.1" optional = true [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_20_0 = ["specific"] v0_21_0 = ["specific"] v0_22_0 = ["specific"] v0_23_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"]