[package] name = "colorsys" version = "0.6.7" description = "A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes" authors = ["mz "] license = "MIT" homepage = "https://github.com/emgyrz/colorsys.rs" repository = "https://github.com/emgyrz/colorsys.rs.git" keywords = ["colors", "converter", "rgb", "hsl", "cmyk"] categories = [ "graphics"] edition = "2021" readme = "README.md" [dependencies] [features] default = [ "std" ] std = []