color_quant 2.0.0

Color quantization library to reduce n colors to 256 colors.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"