# 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] name = "readelf" version = "0.0.7" authors = ["Christopher Cole "] description = "A pure-rust implementation of the binutils utility readelf" readme = "README.md" keywords = [ "elf", "readelf", ] license = "MIT" repository = "https://github.com/cole14/rust-readelf/" [[bin]] name = "rust-readelf" path = "src/rust-readelf.rs" [dependencies.clap] version = "4" features = [ "derive", "unicode", ] [dependencies.comfy-table] version = "6.1.1" [dependencies.elf] version = "0.7.1"