bevy_spawn_observer 0.3.0

Add observers to your bundles
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_spawn_observer"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add observers to your bundles"
readme = "README.md"
keywords = [
    "ecs",
    "game",
    "bevy",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/benfrankel/bevy_spawn_observer"

[package.metadata.bevy_lint]
restriction = "warn"
pedantic = "warn"

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

[[example]]
name = "buttons"
path = "examples/buttons.rs"

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

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

[dev-dependencies.bevy]
version = "0.18"
features = [
    "bevy_log",
    "bevy_ui",
    "bevy_ui_render",
    "bevy_winit",
    "ui_picking",
    "x11",
    "default_font",
]
default-features = false

[lints.clippy]
alloc_instead_of_core = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"

[lints.rust]
missing_docs = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(bevy_lint)"]