Cargo Features

[dependencies]
jxl-oxide = { version = "0.10.0", default-features = false, features = ["image", "lcms2", "rayon"] }
default = rayon

The rayon feature is set by default whenever jxl-oxide is added without default-features = false somewhere in the dependency tree.

image

Enables bytemuck and image

Affects jxl-oxide::integration

lcms2

Enables lcms2

rayon default

Enables rayon of jxl-threadpool