imagequant-sys 3.0.4-alpha.1

Statically linked C part of imagequant library powering tools such as pngquant. This library is dual-licensed like pngquant: either GPL or a commercial license. See website for details: https://pngquant.org
Documentation
[build-dependencies.cc]
version = "1.0.58"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.openmp-sys]
optional = true
version = "1.2.0-alpha.1"

[dependencies.rgb]
version = "0.8.25"

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

[lib]
crate-type = ["cdylib", "staticlib", "lib"]
doctest = false
name = "imagequant_sys"
path = "rust-sys/libimagequant.rs"

[package]
authors = ["Kornel Lesiński <kornel@pngquant.org>"]
build = "rust-sys/build.rs"
categories = ["external-ffi-bindings"]
description = "Statically linked C part of imagequant library powering tools such as pngquant.\n\nThis library is dual-licensed like pngquant: either GPL or a commercial license. See website for details: https://pngquant.org"
edition = "2018"
homepage = "https://pngquant.org/lib"
include = ["COPYRIGHT", "rust-sys/*", "*.c", "*.h", "README.md", "Cargo.toml"]
keywords = ["pngquant"]
license = "GPL-3.0+"
links = "imagequant"
name = "imagequant-sys"
readme = "README.md"
repository = "https://github.com/ImageOptim/libimagequant"
version = "3.0.4-alpha.1"