[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.image]
version = "0.25.5"
[lib]
name = "imgfx"
path = "src/lib.rs"
[package]
authors = ["Gabriel Hooks"]
autobenches = false
autobins = false
autoexamples = 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 = false
repository = "https://github.com/Echinoidea/imgfx-crate"
version = "0.2.0"