leviso-elf 0.1.7

ELF binary analysis and library dependency copying utilities using readelf
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 = "2021"
rust-version = "1.93"
name = "leviso-elf"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELF binary analysis and library dependency copying utilities using readelf"
homepage = "https://github.com/LevitateOS/leviso-elf"
readme = "README.md"
keywords = [
    "elf",
    "binary",
    "library",
    "dependency",
    "readelf",
]
categories = [
    "development-tools::build-utils",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LevitateOS/leviso-elf"

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

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

[dependencies.anyhow]
version = "1.0"