Cargo Features
[dependencies]
image-convert = { version = "0.18.0", default-features = false, features = ["none-background"] }
- default = none-background
-
The
none-background
feature is set by default wheneverimage-convert
is added without
somewhere in the dependency tree.default-features = false - none-background default
image-convert has 2 features without comments.