[package]
name = "crunch-cli"
version = "0.6.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.1.8", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"

anyhow = "1.0.69"
thiserror = "1.0.39"

deltae = "0.3.0"
glam = "0.23.0"
image = "0.24"
lab = "0.11.0"

num-traits = "0.2.15"
rayon = "1.7.0"
toml = "0.7.3"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
glob = "0.3.1"
etagere = "0.2.8"