# 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" name = "elf-info" version = "0.3.0" authors = ["Kévin Lesénéchal "] description = "Inspect and dissect an ELF file with pretty formatting." readme = "README.md" keywords = [ "elf", "disassembly", "objdump", "readelf", ] categories = [ "development-tools", "command-line-utilities", ] license = "GPL-3.0" repository = "https://github.com/kevin-lesenechal/elf-info" [[bin]] name = "elf" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.gimli] version = "0.27.2" [dependencies.goblin] version = "0.6.1" features = ["elf64"] [dependencies.iced-x86] version = "1.17" [dependencies.memmap2] version = "0.5.7" [dependencies.regex] version = "1.6" [dependencies.rustc-demangle] version = "0.1.21"