[package] name = "color-reduction" version = "0.1.2" authors = ["Monology"] description = "A library to reduce the colors of an image to a specified set of colors." license = "MIT" homepage = "https://github.com/Monology/color-reduction" repository = "https://github.com/Monology/color-reduction" documentation = "https://docs.rs/color-reduction" edition = "2018" [dependencies] image = "0.23.14"