# 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_xml" version = "0.2.0" description = "An Sparrow SpriteSheet XML Parser for Bevy!" readme = "README.md" keywords = [ "bevy", "gamedev", "asset", "assets", "xml", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/rayanmargham/bevy_xml" [dependencies.bevy] version = "^0.10" features = [ "bevy_asset", "bevy_sprite", "bevy_scene", "bevy_core_pipeline", "bevy_pbr", "bevy_render", ] default-features = false [dependencies.bevy_sprite3d] version = "^2.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0"