bevy_auto_plugin 0.8.2

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
[build-dependencies.cfg_aliases]
version = "0.2"

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

[dependencies.bevy_auto_plugin_proc_macros]
version = "0.8.2"

[dependencies.bevy_auto_plugin_shared]
version = "0.8.2"

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

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

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

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

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

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

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

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

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

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

[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"

[package]
authors = ["Brett Striker <strikeforcezero@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "bevy_auto_plugin"
publish = true
readme = "README.md"
repository = "https://github.com/StrikeForceZero/bevy_auto_plugin"
rust-version = "1.88"
version = "0.8.2"

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