# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crunch-cli" version = "0.8.2" authors = ["Louis Capitanchik "] description = "Command line asset manipulation, set up a pipeline once and run it against all of your files" homepage = "https://microhacks.lcr.app/crunch/" readme = "README.md" license = "GPL-3.0" repository = "https://lab.lcr.gr/microhacks/crunch" [[bin]] name = "crunch" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.deltae] version = "0.3.0" [dependencies.env_logger] version = "0.10.0" [dependencies.etagere] version = "0.2.8" [dependencies.glam] version = "0.23.0" [dependencies.glob] version = "0.3.1" [dependencies.image] version = "0.24" [dependencies.lab] version = "0.11.0" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.39" [dependencies.toml] version = "0.7.3"