[package]
name = "crunch-cli"
version = "0.9.0"
edition = "2021"

homepage = "https://microhacks.lcr.app/crunch/"
repository = "https://lab.lcr.gr/microhacks/crunch"

license = "GPL-3.0"
description = "Command line asset manipulation, set up a pipeline once and run it against all of your files"
authors = [
    "Louis Capitanchik <louis@microhacks.co.uk>"
]

[[bin]]
name = "crunch"
path = "src/main.rs"

[dependencies]
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
log = "0.4"

anyhow = "1.0"
thiserror = "1.0"

deltae = "0.3"
glam = "0.29"
image = "0.24"
lab = "0.11"

num-traits = "0.2"
rayon = "1.10"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
glob = "0.3"
etagere = "0.2"