imagequant 2.11.3

Convert 24/32-bit images to 8-bit palette with alpha channel. Bindings for libimagequant that powers pngquant lossy PNG compressor. Dual-licensed like pngquant. See https://pngquant.org for details.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "imagequant"
version = "2.11.3"
authors = ["Kornel <kornel@pngquant.org>"]
include = ["src/*", "examples/*", "COPYRIGHT", "Cargo.toml", "README.md"]
description = "Convert 24/32-bit images to 8-bit palette with alpha channel.\nBindings for libimagequant that powers pngquant lossy PNG compressor.\n\nDual-licensed like pngquant. See https://pngquant.org for details."
homepage = "https://pngquant.org/lib/"
documentation = "https://docs.rs/imagequant"
readme = "README.md"
keywords = ["quantization", "palette", "image", "pngquant", "compression"]
categories = ["multimedia::images"]
license = "GPL-3.0+"
repository = "https://github.com/pornel/libimagequant-rust.git"

[lib]
name = "imagequant"
[dependencies.imagequant-sys]
version = "2.10.0"

[features]
default = ["sse"]
sse = ["imagequant-sys/sse"]