elfx86exts 0.4.3

Decode x86 binaries (ELF or MachO) and print out which instruction set extensions they use.
[dependencies.capstone]
version = "^0.7"

[dependencies.clap]
version = "^2.33"

[dependencies.memmap]
version = "^0.7.0"

[dependencies.object]
version = "^0.21"
[dev-dependencies.assert_cmd]
version = "1.0"

[dev-dependencies.escargot]
version = "0.5"

[package]
authors = ["Peter Williams <peter@newton.cx>"]
categories = ["command-line-utilities", "development-tools::debugging", "parsing"]
description = "Decode x86 binaries (ELF or MachO) and print out which instruction set extensions they use."
documentation = "https://docs.rs/crate/elfx86exts"
edition = "2018"
homepage = "https://github.com/pkgw/elfx86exts"
keywords = ["disassembly", "ELF", "MachO", "x86"]
license = "MIT"
name = "elfx86exts"
readme = "README.md"
repository = "https://github.com/pkgw/elfx86exts"
version = "0.4.3"