# 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 = "2018" name = "elfx86exts" version = "0.6.2" authors = ["Peter Williams "] description = "Decode x86 binaries (ELF or MachO) and print out which instruction set extensions they use." homepage = "https://github.com/pkgw/elfx86exts" documentation = "https://docs.rs/crate/elfx86exts" readme = "README.md" keywords = [ "disassembly", "ELF", "MachO", "x86", ] categories = [ "command-line-utilities", "development-tools::debugging", "parsing", ] license = "MIT" repository = "https://github.com/pkgw/elfx86exts" [dependencies.capstone] version = "^0.11" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.memmap] version = "^0.7.0" [dependencies.object] version = "^0.32" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.escargot] version = "0.5"