oklab 1.1.2

OK Lab is a perceptually uniform color space for image processing. Improvement of CIELAB.
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.fast-srgb8]
optional = true
version = "1.0.0"

[dependencies.rgb]
default-features = false
version = "0.8.48"

[features]
default = ["fast-srgb8"]
fast-srgb8 = ["dep:fast-srgb8"]
std-cbrt = []

[lib]
name = "oklab"
path = "src/lib.rs"

[package]
authors = ["Björn Ottosson (https://github.com/bottosson)", "Kornel <kornel@geekhood.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["graphics"]
description = "OK Lab is a perceptually uniform color space for image processing. Improvement of CIELAB."
edition = "2021"
homepage = "https://bottosson.github.io/posts/oklab/"
include = ["src/*.rs", "LICENSE", "README.md"]
keywords = ["color-space", "perceptual", "lab", "hsl", "image-processing"]
license = "CC-PDDC"
name = "oklab"
readme = "README.md"
repository = "https://gitlab.com/kornelski/oklab"
version = "1.1.2"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]