elb-cli 0.2.0

Command-line utility that inspects ELF files, prints their dependencies and patches RPATH, RUNPATH and interpreter.
[[bin]]
name = "elb-cli"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.31"

[dependencies.colored]
version = "3.0.0"

[dependencies.elb]
version = "0.2.0"

[dependencies.elb-dl]
version = "0.2.0"

[dependencies.env_logger]
version = "0.11.6"

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

[dependencies.log]
default-features = false
features = []
version = "0.4.26"

[dependencies.thiserror]
default-features = false
features = []
version = "2.0.12"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "command-line-utilities", "api-bindings"]
description = "Command-line utility that inspects ELF files, prints their dependencies and patches RPATH, RUNPATH and interpreter."
documentation = "https://docs.rs/elb-cli"
edition = "2021"
homepage = "https://github.com/igankevich/elb"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["elf", "patch", "rpath", "runpath", "interpreter"]
license = "MIT OR Apache-2.0"
name = "elb-cli"
readme = "README.md"
repository = "https://github.com/igankevich/elb"
version = "0.2.0"