[package] name = "color_gen_rust" version = "0.2.0" edition = "2021" repository = "https://github.com/eleanorecrockets/color_gen_rust.git" authors = ["eleanorecrockets "] description ="This package can be extended to include more color-related functionality, such as color blending, brightness adjustment, and conversion to other color spaces (e.g., HSL, CMYK)." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.4"