lddtree 0.5.0

Read the ELF dependency tree
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 = "2024"
rust-version = "1.85.0"
name = "lddtree"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read the ELF dependency tree"
readme = "README.md"
keywords = [
    "ldd",
    "elf",
]
license = "MIT"
repository = "https://github.com/messense/lddtree-rs"

[lib]
name = "lddtree"
path = "src/lib.rs"

[[bin]]
name = "lddtree"
path = "src/main.rs"

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

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

[dependencies.fs-err]
version = "3.0.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.goblin]
version = "0.10.3"

[dependencies.memmap2]
version = "0.9"