[package]
name = "crapify"
version = "0.4.0"
edition = "2024"
rust-version = "1.95"
description = "Deep-fry your images, and other crimes against pixels."
license = "WTFPL"
repository = "https://github.com/bojanrajkovic/crapify"
readme = "README.md"
keywords = ["meme", "image", "deep-fry", "cli"]
categories = ["command-line-utilities", "multimedia::images"]
exclude = [
".github/",
".gitignore",
"dist-workspace.toml",
"mise.toml",
]
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
color_quant = "1.1"
image = "0.25.10"
imageproc = "0.26.2"
inventory = "0.3.24"
[dev-dependencies]
image = "0.25.10"
tempfile = "3.27.0"
[profile.dist]
inherits = "release"
lto = "thin"