fastpack 0.29.4

FastPack — modern texture atlas packer
# 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 = "2024"
rust-version = "1.85"
name = "fastpack"
version = "0.29.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FastPack — modern texture atlas packer"
homepage = "https://github.com/Hexeption/FastPack"
readme = "README.md"
keywords = [
    "texture-atlas",
    "sprite-packer",
    "atlas",
    "packing",
    "game",
]
categories = [
    "game-development",
    "multimedia::images",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Hexeption/FastPack"
resolver = "2"

[[bin]]
name = "fastpack"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
    "color",
]

[dependencies.console]
version = "0.15"

[dependencies.fastpack-compress]
version = "0.29.4"
features = [
    "jpeg-turbo",
    "webp-encode",
]

[dependencies.fastpack-core]
version = "0.29.4"

[dependencies.fastpack-formats]
version = "0.29.4"

[dependencies.fastpack-tauri]
version = "0.29.4"

[dependencies.glob]
version = "0.3"

[dependencies.humansize]
version = "2"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "bmp",
    "tga",
    "webp",
    "tiff",
]
default-features = false

[dependencies.indicatif]
version = "0.17"
features = ["rayon"]

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-mini]
version = "0.4"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1"