# 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_ss_anim" version = "0.2.2" authors = ["lemz"] description = "Animated-Sprite From Sprite-Sheets Generated In Adobe Animate" readme = "README.md" keywords = [ "bevy", "sprite-sheet", "animation", "2d", "asset", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/lemz1/Bevy-Sprite-Sheet-Animation" [dependencies.bevy] version = "^0.9" features = [ "bevy_asset", "bevy_sprite", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.105"