Cargo Features
[dependencies]
webp = { version = "0.3.1", default-features = false, features = ["img"] }
- default = img
-
The
imgfeature is set by default wheneverwebpis added withoutsomewhere in the dependency tree.default-features = false - img default = image
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.