Cargo Features

[dependencies]
oklab = { version = "1.1.2", default-features = false, features = ["fast-srgb8", "std-cbrt"] }
default = fast-srgb8

The fast-srgb8 feature is set by default whenever oklab is added without default-features = false somewhere in the dependency tree.

fast-srgb8 default

Use lookup tables for sRGB gamma correction

Enables fast-srgb8

std-cbrt

Use cube root from the standard library