Cargo Features
[dependencies]
img-parts = { version = "0.4.0", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverimg-partsis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of bytes, crc32fast, and miniz_oxide ^0.8
img-parts has 2 features without comments.