lcms2 3.0.0

ICC color profile handling. Rusty wrapper Little CMS
Documentation
[package]
name = "lcms2"
authors = ["Kornel LesiƄski <kornel@geekhood.net>"]
keywords = ["icc", "profile", "color", "lcms"]
include = ["src/**/*", "tests/**/*", "examples/**/*", "Cargo.toml", "README.md"]
description = "ICC color profile handling. Rusty wrapper Little CMS"
readme = "README.md"
license = "MIT"
documentation = "https://pornel.github.io/rust-lcms2/lcms2/"
repository = "https://github.com/pornel/rust-lcms2.git"
version = "3.0.0"
categories = ["multimedia::images", "api-bindings"]

[dependencies]
lcms2-sys = "2.0.0"
foreign-types = "0.2.0"