[package] name = "luv" version = "0.9.2" authors = ["Michal Nazarewicz "] edition = "2018" description = """ Tools for converting between sRGB, CIE Luv and CIE LCh(uv) colour spaces and comparing differences in colour. """ repository = "https://github.com/mina86/luv" documentation = "https://docs.rs/luv" readme = "README.md" keywords = ["luv", "lch", "color", "pixel", "rgb"] categories = ["graphics", "multimedia::images", "multimedia::video"] license = "MIT" [lib] bench = false [dependencies] srgb = "0.3.3" approx = { version = "0.4", optional = true } [dev-dependencies] approx = "0.4" rand = "0.8.3"