Cargo Features
[dependencies]
oxipng-wasm = { version = "2.2.2", default-features = false, features = ["binary", "parallel"] }
- default = binary, parallel
-
These default features are set whenever
oxipng-wasm
is added without
somewhere in the dependency tree.default-features = false - binary default = clap, wild
-
Required by the oxipng binary
- parallel default = rayon
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.