iced-x86 1.9.0

iced-x86 is a high performance and correct x86/x64 disassembler, assembler and instruction decoder written in Rust
Documentation
[badges.codecov]
branch = "master"
repository = "0xd4d/iced"
service = "github"

[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.2.3"
[dependencies.hashbrown]
optional = true
version = "0.9.0"

[dependencies.lazy_static]
optional = true
version = "1.1.1"

[dependencies.static_assertions]
version = "0.3.4"

[features]
block_encoder = ["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 = []
nasm = []
no_d3now = []
no_evex = []
no_std = ["lazy_static/spin_no_std", "hashbrown"]
no_vex = []
no_xop = []
op_code_info = ["encoder"]
std = ["lazy_static"]

[package]
authors = ["0xd4d <de4dot@gmail.com>"]
categories = ["no-std", "development-tools::debugging", "encoding", "hardware-support", "wasm"]
description = "iced-x86 is a high performance and correct x86/x64 disassembler, assembler and instruction decoder written in Rust"
homepage = "https://github.com/0xd4d/iced"
keywords = ["disassembler", "assembler", "x86", "amd64", "x86_64"]
license = "MIT"
name = "iced-x86"
readme = "README.md"
repository = "https://github.com/0xd4d/iced"
version = "1.9.0"