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