Cargo Features

[dependencies]
cargo-show-asm = { version = "0.2.34", default-features = false, features = ["bright-color", "disasm", "dull-color"] }
default = dull-color

The dull-color feature is set by default whenever cargo-show-asm is added without default-features = false somewhere in the dependency tree.

bright-color

Enables bright-color of bpaf

disasm = ar, capstone, object

Affects cargo-show-asm::disasm

dull-color default

Enables dull-color of bpaf

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.

ar disasm?
capstone disasm?
object disasm?