readelf 0.0.7

A pure-rust implementation of the binutils utility readelf
[[bin]]
name = "rust-readelf"
path = "src/rust-readelf.rs"
[dependencies.clap]
features = ["derive", "unicode"]
version = "4"

[dependencies.comfy-table]
version = "6.1.1"

[dependencies.elf]
version = "0.7.1"

[package]
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
description = "A pure-rust implementation of the binutils utility readelf"
keywords = ["elf", "readelf"]
license = "MIT"
name = "readelf"
readme = "README.md"
repository = "https://github.com/cole14/rust-readelf/"
version = "0.0.7"