# 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" rust-version = "1.60" name = "bpf-rs" version = "0.3.0" authors = [ "Milan ", "bpfdeploy.io ", ] description = "A safe, lean library for inspecting and querying eBPF objects" homepage = "https://bpfdeploy.io" readme = "README.md" keywords = [ "bpf", "ebpf", "xdp", "linux", "kernel", ] license = "BSD-2-Clause" repository = "https://github.com/bpfdeploy-io/bpf-rs" [dependencies.bpf-rs-macros] version = "0.2.0" [dependencies.libbpf-sys] version = "1.0.0" [dependencies.num_enum] version = "0.5.7" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.bpfdeploy-libbpf-sys] version = "1.0.1" [features] serde = [ "dep:serde", "bpf-rs-macros/serde", ]