bcc 0.0.4

Idiomatic Rust bindings for BPF Compiler Collection (BCC)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bcc"
version = "0.0.4"
authors = ["Julia Evans <julia@jvns.ca>"]
description = "Idiomatic Rust bindings for BPF Compiler Collection (BCC)"
homepage = "https://github.com/jvns/rust-bcc"
documentation = "https://docs.rs/bcc/0.0.2/bcc/"
readme = "README.md"
keywords = ["bpf", "bindings", "bcc"]
license = "MIT"
repository = "https://github.com/jvns/rust-bcc"
[dependencies.bcc-sys]
version = "0.4.0"

[dependencies.byteorder]
version = "1"

[dependencies.failure]
version = "0.1.1"

[dependencies.libc]
version = "0.2.36"
[dev-dependencies.lazy_static]
version = "1.0"