lab 0.4.3

Tools for converting RGB colors to the CIE-L*a*b* color space, and comparing differences in color.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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