# 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 = "bin-cpuflags-x86" version = "1.0.2" exclude = [ ".github", ".gitignore", ] publish = true description = "A small CLI tool to detect CPU flags (instruction sets) of X86 binaries" readme = "README.md" keywords = [ "avx", "cpu", "instruction-set", "sse", ] categories = [ "command-line-utilities", "development-tools", "hardware-support", ] license = "MIT" repository = "https://github.com/HanabishiRecca/bin-cpuflags-x86" [dependencies.iced-x86] version = "1.20" features = [ "std", "decoder", "instr_info", ] default-features = false [dependencies.object] version = "0.34"