# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oklab" version = "1.1.2" authors = [ "Björn Ottosson (https://github.com/bottosson)", "Kornel ", ] build = false include = [ "src/*.rs", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OK Lab is a perceptually uniform color space for image processing. Improvement of CIELAB." homepage = "https://bottosson.github.io/posts/oklab/" readme = "README.md" keywords = [ "color-space", "perceptual", "lab", "hsl", "image-processing", ] categories = ["graphics"] license = "CC-PDDC" repository = "https://gitlab.com/kornelski/oklab" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "oklab" path = "src/lib.rs" [dependencies.fast-srgb8] version = "1.0.0" optional = true [dependencies.rgb] version = "0.8.48" default-features = false [features] default = ["fast-srgb8"] fast-srgb8 = ["dep:fast-srgb8"] std-cbrt = [] [badges.maintenance] status = "passively-maintained"