# 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 = "bevy_ase" version = "0.6.0" authors = [ "Bruce Reif", "alpine_alpaca ", "kleines Filmröllchen ", ] description = "Utilities for loading Aseprite files into a Bevy application" readme = "README.md" keywords = [ "bevy", "aseprite", ] categories = [ "game-development", "graphics", ] license-file = "LICENSE" [profile.dev.package."*"] opt-level = 2 [dependencies.anyhow] version = "1.0" [dependencies.asefile] version = "0.3.6" [dependencies.benimator] version = "4.1" optional = true [dependencies.bevy] version = "0.11.2"