# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iced-cpuid" version = "1.0.0" description = "Shows CPUID features and instruction encodings used by x86/x64 binaries" homepage = "https://github.com/icedland/iced-cpuid" readme = "README.md" keywords = ["cpuid", "disassembler", "x86", "amd64", "x86_64"] categories = ["development-tools::debugging", "encoding", "hardware-support"] license = "MIT" repository = "https://github.com/icedland/iced-cpuid" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.41" [dependencies.hashbrown] version = "0.11.2" [dependencies.iced-x86] version = "1.12.0" features = ["std", "decoder", "instr_info", "op_code_info"] default-features = false [dependencies.object] version = "0.25.3" [dependencies.structopt] version = "0.3.21"