# 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 = "cluttered" version = "0.11.0" description = "A CLI Texture Packer written in rust" readme = "README.md" keywords = [ "packer", "atlas", "sprite", ] categories = [ "graphics", "encoding", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Terria-K/cluttered" [profile.release] lto = "thin" codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.65" [dependencies.asefile] version = "0.3.8" [dependencies.binary_rw] version = "4.0.4" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.crunch] version = "0.3.3" [dependencies.handlebars_misc_helpers] version = "0.13.0" features = ["string"] [dependencies.image] version = "0.24" [dependencies.rapid-qoi] version = "0.6.1" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.7.2"