Cargo Features

MacroAssembler has no features set by default.

[dependencies]
macroassembler = { version = "1.0.5", features = ["x86-disasm", "arm-disasm"] }
x86-disasm = iced-x86
arm-disasm = capstone

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

capstone arm-disasm?

Enables capstone ^0.11

iced-x86 x86_64 x86-disasm?