# 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 = "build-bpf" version = "0.2.0" authors = ["Will "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools for building ELFs and Skeletons for typical (e)BPF programs" homepage = "https://github.com/e-dant/build-bpf" documentation = "https://github.com/e-dant/build-bpf" readme = "readme.md" license = "MIT" repository = "https://github.com/e-dant/build-bpf" [lib] name = "build_bpf" path = "src/lib.rs" [dependencies.libbpf-cargo] version = "0.23" [features] default = [] vmlinux-archs = []