bevy_query_observer 0.3.0

More sophisticated observers for 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"
name = "bevy_query_observer"
version = "0.3.0"
authors = ["Corvus Prudens <corvusprudens@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "More sophisticated observers for Bevy"
documentation = "https://docs.rs/bevy_query_observer"
readme = "README.md"
keywords = [
    "gamedev",
    "bevy",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/corvusprudens/bevy_query_observer"

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

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

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

[dependencies.bevy_platform]
version = "0.18.0"
features = ["alloc"]
default-features = false

[dependencies.bevy_utils]
version = "0.18.0"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.variadics_please]
version = "1.1.0"

[dev-dependencies.bevy]
version = "0.18.0"
features = ["bevy_log"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]