redbpf 0.3.2

eBPF build and runtime library
# 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]
edition = "2018"
name = "redbpf"
version = "0.3.2"
authors = ["Peter Parkanyi <peter@redsift.io>"]
description = "eBPF build and runtime library"
documentation = "https://redsift.github.io/rust/redbpf/doc/redbpf/"
readme = "README.md"
keywords = ["bpf", "ebpf", "build", "bindgen"]
license = "GPL-3.0"
repository = "https://github.com/redsift/redbpf"
[dependencies.bindgen]
version = "0.51.0"

[dependencies.bpf-sys]
version = "^0.3.0"

[dependencies.goblin]
version = "^0.0.20"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1.0"

[dependencies.ring]
version = "0.14"
optional = true

[dependencies.serde]
version = "^1.0"
optional = true

[dependencies.serde_derive]
version = "^1.0"
optional = true

[dependencies.serde_json]
version = "^1.0"
optional = true

[dependencies.zero]
version = "0.1"

[features]
build = ["serde", "serde_derive", "serde_json", "ring"]
default = []
[badges.circle-ci]
branch = "master"
repository = "redsift/redbpf"

[badges.maintenance]
status = "actively-developed"