aseprite-loader 0.4.2

Aseprite file loader
Documentation
# 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"
rust-version = "1.70"
name = "aseprite-loader"
version = "0.4.2"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aseprite file loader"
readme = "README.md"
keywords = [
    "aseprite",
    "binary",
    "loader",
    "nom",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/aseprite-loader"
resolver = "2"

[lib]
name = "aseprite_loader"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.flate2]
version = "1"

[dependencies.itertools]
version = "0.14"

[dependencies.nom]
version = "8"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.image]
version = "0.25"

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