[package] name = "crunch" version = "0.5.0" edition = "2021" license = "GPL-3" 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>" ] [dependencies] clap = { version = "4.1.4", features = ["derive"] } env_logger = "0.10.0" log = "0.4.17" anyhow = "1.0.69" thiserror = "1.0.38" deltae = "0.3.0" glam = "0.22.0" image = "0.24" lab = "0.11.0" num-traits = "0.2.15" rayon = "1.6.1" toml = "0.7.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.92" glob = "0.3.1"