Cargo Features
[dependencies]
cpclib-basm = { version = "0.8.3", default-features = false, features = ["xferlib", "indicatif", "colored_errors", "rayon", "hfe"] }
- default = colored_errors, indicatif, xferlib
-
These default features are set whenever
cpclib-basm
is added without
somewhere in the dependency tree.default-features = false - xferlib default = cpclib-xfer
- indicatif default
-
Enables indicatif of cpclib-asm
- colored_errors default
-
Enables colored_errors of cpclib-asm
- rayon
-
Enables rayon of cpclib-asm and cpclib-common
- hfe
-
Enables hfe of cpclib-asm and cpclib-disc
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.