# 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" version = "0.0.34" authors = [ "Julia Evans ", "Brian Martin ", ] description = "Idiomatic Rust bindings for BPF Compiler Collection (BCC)" homepage = "https://github.com/rust-bpf/rust-bcc" documentation = "https://docs.rs/bcc" readme = "README.md" keywords = [ "bpf", "bindings", "bcc", ] license = "MIT" repository = "https://github.com/rust-bpf/rust-bcc" [dependencies.bcc-sys] version = "0.23.0" [dependencies.bitflags] version = "1.3.2" [dependencies.byteorder] version = "1.4.3" [dependencies.libc] version = "0.2.108" [dependencies.socket2] version = "0.4.4" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.ctrlc] version = "3.2.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.time] version = "0.3.5" features = ["std"] [features] llvm_8 = ["bcc-sys/llvm_8"] llvm_9 = ["bcc-sys/llvm_9"] specific = [] static = ["bcc-sys/static"] v0_10_0 = [ "bcc-sys/v0_10_0", "specific", ] v0_11_0 = [ "bcc-sys/v0_11_0", "specific", ] v0_12_0 = [ "bcc-sys/v0_12_0", "specific", ] v0_13_0 = [ "bcc-sys/v0_13_0", "specific", ] v0_14_0 = [ "bcc-sys/v0_14_0", "specific", ] v0_15_0 = [ "bcc-sys/v0_15_0", "specific", ] v0_16_0 = [ "bcc-sys/v0_16_0", "specific", ] v0_17_0 = [ "bcc-sys/v0_17_0", "specific", ] v0_18_0 = [ "bcc-sys/v0_18_0", "specific", ] v0_19_0 = [ "bcc-sys/v0_19_0", "specific", ] v0_20_0 = [ "bcc-sys/v0_20_0", "specific", ] v0_21_0 = [ "bcc-sys/v0_21_0", "specific", ] v0_22_0 = [ "bcc-sys/v0_22_0", "specific", ] v0_23_0 = [ "bcc-sys/v0_23_0", "specific", ] v0_4_0 = [ "bcc-sys/v0_4_0", "specific", ] v0_5_0 = [ "bcc-sys/v0_5_0", "specific", ] v0_6_0 = [ "bcc-sys/v0_6_0", "specific", ] v0_6_1 = [ "bcc-sys/v0_6_1", "specific", ] v0_7_0 = [ "bcc-sys/v0_7_0", "specific", ] v0_8_0 = [ "bcc-sys/v0_8_0", "specific", ] v0_9_0 = [ "bcc-sys/v0_9_0", "specific", ]