# 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_sprite_animation" version = "0.4.0" exclude = ["assets/*"] description = "A Node Based Sprite Animatio Plugin, Bassed on Aarthificial's Reanimator" homepage = "https://github.com/PhaestusFox/bevy_sprite_animation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PhaestusFox/bevy_sprite_animation" [dependencies.bevy] version = "0.11" features = ["serialize"] [dependencies.opener] version = ">=0.6" optional = true [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "1" optional = true [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1.4" [features] default = [ "serialize", "dot", ] dot = ["opener"] serialize = [ "ron", "serde", ]