# 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_serde_macros" version = "0.2.2" authors = ["Brandon Barker "] description = "Macros for easing use of serde on bevy entities and components" homepage = "https://github.com/bbarker/bevy_serde_macros" readme = "Readme.md" keywords = [ "gamedev", "ecs", "bevy", "serde", "serialization", ] license = "MPL-2.0" repository = "https://github.com/bbarker/bevy_serde_macros" [dependencies.bevy_ecs] version = "0.12.0" [dependencies.bevy_utils] version = "0.12.0" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde_json] version = "1.0.91"