btfdump 0.0.5

BTF introspection tool
Documentation
# 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.5"
authors = ["Andrii Nakryiko <andrii@kernel.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.bitflags]
version = "2"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "wrap_help",
]

[dependencies.goblin]
version = "0.10.0"

[dependencies.memmap2]
version = "0.9.0"

[dependencies.object]
version = "0.40.0"

[dependencies.regex]
version = "1"

[dependencies.scroll]
version = "0.13.0"

[dependencies.scroll_derive]
version = "0.13.0"

[dev-dependencies.tempfile]
version = "3.8.0"