Cargo Features
[dependencies]
cargo-show-asm = { version = "0.2.41", default-features = false, features = ["bright-color", "disasm", "dull-color"] }
- default = dull-color
-
The
dull-color
feature is set by default whenevercargo-show-asm
is added without
somewhere in the dependency tree.default-features = false - 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.