[package] name = "color_processing" edition = "2021" version = "0.6.3" authors = ["Ringo Leese "] description = "A library to handle colors easyly. It can parse a string in several formats (hex, rgb, cmyk, hwb, ...) into the Color-struct, modifying (grayscale, colorize, ...) and output into several string formats." repository = "https://github.com/ringostarr80/rust-color-processing" homepage = "https://github.com/ringostarr80/rust-color-processing" readme = "README.md" license = "CC0-1.0" keywords = ["color", "colors", "colour", "css", "converter"] [dependencies] regex = "1.11" lazy_static = "1.5"