# 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 = "redbpf" version = "2.3.0" authors = ["Peter Parkanyi ", "Alessandro Decina ", "Junyeong Jeong "] description = "eBPF build and userspace runtime library" homepage = "https://foniod.org" documentation = "https://docs.rs/redbpf/" readme = "README.md" keywords = ["bpf", "ebpf", "build", "bindgen", "redbpf"] license = "MIT OR Apache-2.0" repository = "https://github.com/foniod/redbpf" [package.metadata.docs.rs] all-features = true [dependencies.bindgen] version = "0.59.2" features = ["runtime"] default-features = false [dependencies.bpf-sys] version = "2.3.0" [dependencies.byteorder] version = "1" [dependencies.futures] version = "0.3" optional = true [dependencies.goblin] version = "0.4" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.regex] version = "1.0" [dependencies.ring] version = "0.16" optional = true [dependencies.serde_derive] version = "^1.0" optional = true [dependencies.serde_json] version = "^1.0" optional = true [dependencies.tokio] version = "^1.0.1" features = ["rt", "macros", "signal", "net"] optional = true [dependencies.tracing] version = "0.1.26" [dependencies.zero] version = "0.1" [features] build = [] build_cache = ["serde_derive", "serde_json", "ring"] default = [] load = ["futures", "tokio"] [badges.maintenance] status = "actively-developed"