[dependencies.image]
version = "0.25.2"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.thiserror]
version = "1.0.63"
[dev-dependencies.rayon]
version = "1.10.0"
[lib]
name = "image_blend"
path = "src/lib.rs"
[package]
authors = ["Seb Smith"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Type-agnostic support for image blending operations (add, multiply, screen, etc) for the image crate. Support for custom blends and utils for alpha channel manipulation."
edition = "2021"
exclude = ["/test_data"]
keywords = ["image", "blend", "imagechops", "blending-modes", "alpha"]
license = "MIT OR Apache-2.0"
name = "image-blend"
readme = "readme.md"
repository = "https://github.com/Seb105/image-blend-rs"
version = "0.1.7"