[dependencies.image]
version = "0.25.5"
[dependencies.rayon]
version = "1.10.0"
[lib]
name = "imgfx"
path = "src/lib.rs"
[package]
authors = ["Gabriel Hooks"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Image filtering and modulating with bitwise, arithmetic, and logical operations."
edition = "2021"
keywords = ["image", "images", "graphics"]
license = "MIT"
name = "imgfx"
readme = "README.md"
repository = "https://github.com/Echinoidea/imgfx-crate"
version = "0.3.3"