Cargo Features

[dependencies]
image_tools = { version = "0.1.0", default-features = false, features = ["use_alloc", "full", "enabled"] }
default = enabled

The enabled feature is set by default whenever image_tools is added without default-features = false somewhere in the dependency tree.

no_std use_alloc
full = enabled
enabled default full?

image_tools has 4 features without comments.