# 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-animator" version = "0.1.0" authors = ["MrVintage710"] description = "An animation library for Bevy that supports many animation formats and animation state machines." readme = "README.md" keywords = [ "bevy", "game-dev", "animation", "rust", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrVintage710/bevy-animator" [dependencies.asefile] version = "0.3.8" optional = true [dependencies.bevy] version = "0.13.2" [dependencies.btree-range-map] version = "0.7.2" optional = true [dev-dependencies.bevy] version = "0.13.2" [features] aseprite = [ "dep:asefile", "dep:btree-range-map", ] default = ["aseprite"]