yatp-cli 1.0.0

Yet Another Texture Packer - a small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "3.2"

[dependencies.colored]
version = "2.0"

[dependencies.euclid]
features = ["serde"]
version = "0.22"

[dependencies.image]
version = "0.24"

[dependencies.itertools]
version = "0.10"

[dependencies.nanoid]
version = "0.4"

[dependencies.ron]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.toml]
version = "0.5"

[package]
authors = ["Petar Petrov <ppetrov@pbyte.xyz>"]
categories = ["game-development", "command-line-utilities", "multimedia::images", "multimedia"]
description = "Yet Another Texture Packer - a small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet"
edition = "2021"
homepage = "https://github.com/pepetrov0/yatp"
keywords = ["cli", "texture", "packer"]
license-file = "LICENSE"
name = "yatp-cli"
readme = "README.md"
repository = "https://github.com/pepetrov0/yatp"
resolver = "2"
version = "1.0.0"