bevy_auto_plugin_shared 0.10.0

shared lib for bevy_auto_plugin
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_shared"
version = "0.10.0"
authors = ["Brett Striker <strikeforcezero@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shared lib for bevy_auto_plugin"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/StrikeForceZero/bevy_auto_plugin/crates/bevy_auto_plugin_shared"

[features]
_web = [
    "web",
    "bevy_reflect/web",
]
compat_generics_angles = []
debug_log_plugin_registry = ["log"]
default_plugin = []
inventory = []
log_plugin_build = ["log"]
web = ["bevy_app/web"]

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

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

[dependencies.darling]
version = "0.21"

[dependencies.inventory]
version = "0.3"

[dependencies.linkme]
version = "0.3"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.proc-macro-crate]
version = "3.4"

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

[dependencies.quote]
version = "1"

[dependencies.smart-default]
version = "0.7"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "visit-mut",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.anyhow]
version = "1"

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

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

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

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