bevy_auto_plugin 0.9.1

Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function.
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"
name = "bevy_auto_plugin"
version = "0.9.1"
authors = ["Brett Striker <strikeforcezero@gmail.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/StrikeForceZero/bevy_auto_plugin"

[features]
_wasm = [
    "web",
    "bevy_auto_plugin_shared/_web",
    "bevy/web",
    "bevy_app/web",
    "bevy_reflect/web",
]
debug_log_plugin_registry = [
    "bevy_auto_plugin_proc_macros/debug_log_plugin_registry",
    "bevy_auto_plugin_shared/debug_log_plugin_registry",
]
default = ["debug_log_plugin_registry"]
inventory = ["bevy_auto_plugin_proc_macros/inventory"]
log_plugin_build = ["bevy_auto_plugin_proc_macros/log_plugin_build"]
web = ["bevy_auto_plugin_shared/web"]

[lib]
name = "bevy_auto_plugin"
path = "src/lib.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.bevy_auto_plugin_proc_macros]
version = "0.9.1"

[dependencies.bevy_auto_plugin_shared]
version = "0.9.1"

[dev-dependencies.bevy]
version = "0.18"
features = ["bevy_state"]
default-features = false

[dev-dependencies.bevy_app]
version = "0.18"
default-features = false

[dev-dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dev-dependencies.bevy_ecs_macros]
version = "0.18"
default-features = false

[dev-dependencies.bevy_reflect]
version = "0.18"
default-features = false

[dev-dependencies.bevy_reflect_derive]
version = "0.18"
default-features = false

[dev-dependencies.bevy_state]
version = "0.18"
default-features = false

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.meta_merge]
version = "0.1.1"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[build-dependencies.cfg_aliases]
version = "0.2"

[build-dependencies.rustc_version]
version = "0.4"