# 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" rust-version = "1.57.0" name = "iced-x86" version = "1.21.0" exclude = [ "/src/**/test/", "/src/**/tests/", "/src/**/test_utils/", ] description = "iced-x86 is a blazing fast and correct x86/x64 disassembler, assembler and instruction decoder written in Rust" homepage = "https://github.com/icedland/iced" readme = "README.md" keywords = [ "disassembler", "assembler", "x86", "amd64", "x86_64", ] categories = [ "no-std", "development-tools::debugging", "encoding", "hardware-support", "wasm", ] license = "MIT" repository = "https://github.com/icedland/iced" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = [ "serde", "code_asm", "mvex", ] targets = [] [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.serde] version = "1.0.16" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_json] version = "1.0.78" [features] __internal_flip = [] block_encoder = ["encoder"] code_asm = ["block_encoder"] db = [] decoder = [] default = [ "std", "decoder", "encoder", "block_encoder", "op_code_info", "instr_info", "gas", "intel", "masm", "nasm", "fast_fmt", ] encoder = [] exhaustive_enums = [] fast_fmt = [] gas = [] instr_info = [] intel = [] masm = [] mvex = [] nasm = [] no_d3now = [] no_evex = [] no_std = ["lazy_static/spin_no_std"] no_vex = [] no_xop = [] op_code_info = ["encoder"] std = ["lazy_static"]