# 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 = "2021" name = "oxidebpf" version = "0.2.7" authors = [ "Carl Petty ", "Brandon Jackson ", "Rafael Ortiz ", "Dave Bogle ", "Andrés Medina ", "Vince Bundage ", ] description = "A pure-Rust library for managing eBPF programs." homepage = "https://github.com/redcanaryco/oxidebpf" readme = "README.md" keywords = [ "eBPF", "BPF", "linux", ] categories = [ "config", "data-structures", "os::linux-apis", "parsing", ] license = "BSD-3-Clause" repository = "https://github.com/redcanaryco/oxidebpf" resolver = "2" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.goblin] version = "0.4.3" [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.105" [dependencies.metrics] version = "0.20.1" optional = true [dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", ] [dependencies.nix] version = "0.23.1" [dependencies.proc-mounts] version = "0.2.4" [dependencies.retry] version = "1.3.0" [dependencies.slog] version = "2.7.0" [dependencies.slog-atomic] version = "3.1.0" [dependencies.thread-priority] version = "0.7.0" [dependencies.uuid] version = "0.8.2" features = ["v4"] [dev-dependencies.ctrlc] version = "3.1" [dev-dependencies.memmap] version = "0.7.0" [dev-dependencies.scopeguard] version = "1.1.0" [features] log_buf = [] rootless_blueprints = []