[dependencies.libc]
optional = true
version = "0.2"
[features]
c_bindings = ["libc"]
cmyk = []
default = ["iccv4-enabled", "cmyk"]
iccv4-enabled = []
neon = []
[package]
authors = ["Jeff Muizelaar", "Benoit Girard", "Andrew Osmond"]
categories = ["graphics"]
description = "lightweight color management"
documentation = "https://docs.rs/qcms"
edition = "2018"
include = ["src/**/*", "build.rs"]
keywords = ["color"]
license = "MIT"
name = "qcms"
readme = "README.md"
repository = "https://github.com/FirefoxGraphics/qcms"
version = "0.3.0"