Cargo Features

[dependencies]
jpegxl-sys = { version = "0.10.2+libjxl-0.10.2", default-features = false, features = ["vendored", "threads", "docs"] }
default = threads

The threads feature is set by default whenever jpegxl-sys is added without default-features = false somewhere in the dependency tree.

vendored = jpegxl-src
threads default

Affects jpegxl-sys::thread_parallel_runner, jpegxl-sys::resizable_parallel_runner

docs

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.

jpegxl-src build vendored?