image-decompose 0.4.3

Decomposes image into separate channels in different colour spaces
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "image-decompose"
version = "0.4.3"
authors = ["Michal Nazarewicz <mina86@mina86.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decomposes image into separate channels in different colour spaces"
documentation = "https://docs.rs/image-decompose"
readme = "README.md"
keywords = [
    "rgb",
    "lab",
    "luv",
    "hsl",
    "image",
]
categories = [
    "graphics",
    "multimedia::images",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mina86/image-decompose"

[[bin]]
name = "image-decompose"
path = "src/main.rs"

[dependencies.clap]
version = "3.2"
features = ["derive"]

[dependencies.image]
version = "0.25"

[dependencies.lab]
version = "0.11"

[dependencies.luv]
version = "0.9"

[dependencies.rayon]
version = "1.10"

[dependencies.srgb]
version = "0.3.5"

[dependencies.webp]
version = "0.3"