# 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 = "yatp-cli" version = "1.0.1" authors = ["Petar Petrov "] description = "Yet Another Texture Packer - a small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet" homepage = "https://github.com/pepetrov0/yatp" readme = "README.md" keywords = [ "cli", "texture", "packer", ] categories = [ "game-development", "command-line-utilities", "multimedia::images", "multimedia", ] license = "MIT" repository = "https://github.com/pepetrov0/yatp" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.euclid] version = "0.22" features = ["serde"] [dependencies.image] version = "0.24" [dependencies.itertools] version = "0.10" [dependencies.nanoid] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.5"