Cargo Features

[dependencies]
fzpart = { version = "0.2.1", default-features = false, features = ["std", "alloc"] }
default = alloc, std

These default features are set whenever fzpart is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables uuid, std of crc32fast

alloc default std

fzpart has 3 features without comments.