# 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.3.3" authors = ["Michael P. Jung "] build = 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.13" [dependencies.nom] version = "7" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.image] version = "0.25" [dev-dependencies.tempfile] version = "3.10.1"