Cargo Features
[dependencies]
basalt = { version = "0.21.0", default-features = false, features = ["style_validation_debug_on_drop", "image_decode", "image_download"] }
- default = image_decode, image_download
-
These default features are set whenever
basalt
is added without
somewhere in the dependency tree.default-features = false - style_validation_debug_on_drop
-
Removes the #[must_use] attribute from BinStyleValidation and uses the debug method when it drops.
- image_decode default image_download
-
Enables image ^0.24
- image_download default = image_decode
-
Enables curl