[package]
edition = "2021"
rust-version = "1.56"
name = "color_quant"
version = "2.0.0"
authors = [
"nwin <nwin@users.noreply.github.com>",
"The image-rs Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Color quantization library to reduce n colors to 256 colors."
homepage = "https://github.com/image-rs/color_quant"
documentation = "https://docs.rs/color_quant"
readme = "README.md"
categories = ["multimedia::images"]
license = "MIT"
repository = "https://github.com/image-rs/color_quant.git"
resolver = "2"
[lib]
name = "color_quant"
path = "src/lib.rs"
[[example]]
name = "quantize"
path = "examples/quantize.rs"