lab 0.11.0

Tools for converting RGB colors to the CIE-L*a*b* color space, and comparing differences in color.
Documentation
[[bench]]
harness = false
name = "rgb_to_lab"

[[bench]]
harness = false
name = "lab_to_rgb"
[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
default-features = false
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.pretty_assertions]
version = "0.7"

[dev-dependencies.rand]
version = "0.8"

[lib]
bench = false

[package]
authors = ["Jesse Bees <jesse@toomanybees.com>"]
categories = ["multimedia::images", "multimedia::video"]
description = "Tools for converting RGB colors to the CIE-L*a*b* color space, and\ncomparing differences in color.\n"
documentation = "https://docs.rs/lab"
homepage = "https://github.com/TooManyBees/lab"
include = ["src/**/*", "benches/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["lab", "color", "pixel", "rgb"]
license = "MIT"
name = "lab"
readme = "README.md"
repository = "https://github.com/TooManyBees/lab"
version = "0.11.0"