bevy_save_macros 2.0.0+4

A framework for saving and loading application state in Bevy.
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "bevy_save_macros"
version = "2.0.0+4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for saving and loading application state in Bevy."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hankjordan/bevy_save"

[lib]
name = "bevy_save_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.bevy_macro_utils]
version = "0.16.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"