[[bin]]
name = "elfa"
path = "src/main.rs"
[dependencies.elf]
version = "0.7.4"
[dependencies.libc]
version = "0.2.171"
[package]
authors = ["Bennett Jesso"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI tool that displays information about ELF files"
edition = "2024"
homepage = "https://github.com/bfjesso/elfa"
keywords = ["cli", "elf", "analyzer"]
license = "GPL-3.0"
name = "elfa"
readme = "README.md"
repository = "https://github.com/bfjesso/elfa"
version = "0.1.2"