# 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 = "btfdump" version = "0.0.4" authors = ["Andrii Nakryiko "] description = "BTF introspection tool" readme = "README.md" keywords = [ "btf", "bpf", ] license = "BSD-2-Clause" repository = "https://github.com/anakryiko/btfdump" [lib] name = "btf" path = "src/lib.rs" [[bin]] name = "btf" path = "src/main.rs" [dependencies.bitflags] version = "2" [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.goblin] version = "0.7.1" [dependencies.lazy_static] version = "1" [dependencies.memmap] version = "0.7.0" [dependencies.object] version = "0.32.1" [dependencies.regex] version = "1" [dependencies.scroll] version = "0.11.0" [dependencies.scroll_derive] version = "0.11.0"