# 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 = "mabel-aseprite" version = "0.3.9" authors = [ "alpine-alpaca ", "fawn ", ] description = "Utilities for loading Aseprite files." license = "MIT" repository = "https://codeberg.org/fawn/mabel" [package.metadata.docs.rs] all-features = true [package.metadata.release] [dependencies.bitflags] version = "2" [dependencies.byteorder] version = "1.3" [dependencies.flate2] version = "1.0" [dependencies.image] version = "0.24" default-features = false [dependencies.log] version = "0.4" [dependencies.nohash] version = "0.2" [dev-dependencies.image] version = "0.24" features = ["png"] default-features = false [dev-dependencies.rand] version = ">=0.7, <0.9" [dev-dependencies.rect_packer] version = "0.2" [features] default = [] utils = []