imagequant 3.0.3+sys2.14.0

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
[package]
categories = ["multimedia::images"]
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."
documentation = "https://docs.rs/imagequant"
homepage = "https://pngquant.org/lib/"
include = ["src/*", "examples/*", "COPYRIGHT", "Cargo.toml", "README.md"]
keywords = ["quantization", "palette", "image", "pngquant", "compression"]
authors = [ "Kornel <kornel@pngquant.org>" ]
license = "GPL-3.0+"
name = "imagequant"
readme = "README.md"
repository = "https://github.com/ImageOptim/libimagequant"
version = "3.0.3+sys2.14.0"
edition = "2018"

[dependencies]
imagequant-sys = { version = "3.0.2", path = "../" }
libc = "0.2.60"
rgb = "0.8.25"

[features]
default = ["sse"]
sse = ["imagequant-sys/sse"]
openmp = ["imagequant-sys/openmp"]
openmp-static = ["openmp", "imagequant-sys/openmp-static"]

[lib]
name = "imagequant"