Cargo Features

[dependencies]
img-parts = { version = "0.3.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever img-parts is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bytes and crc32fast

img-parts has 2 features without comments.