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 default-features = false somewhere in the dependency tree.

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.

clap binary

Enables clap ^2.10.0

rayon parallel
wild binary