# 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.11.0" authors = ["Jesse Bees "] include = ["src/**/*", "benches/**/*", "Cargo.toml", "README.md", "LICENSE"] 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" [lib] bench = false [[bench]] name = "rgb_to_lab" harness = false [[bench]] name = "lab_to_rgb" harness = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.3" default-features = false [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.rand] version = "0.8"