bevy_query_ext 0.8.0

Extensions for Bevy's queries
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_ext"
version = "0.8.0"
authors = ["Testare <testare.i9z@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extensions for Bevy's queries"
readme = "README.md"
keywords = [
    "bevy",
    "ecs",
    "game-dev",
]
license = "MIT"
repository = "https://github.com/Testare/bevy_query_ext"

[package.metadata.docs.rs]
features = ["all_docs"]

[features]
all_docs = ["dep:paste"]
critical-section = ["bevy/critical-section"]
default = ["std"]
libm = ["bevy/libm"]
std = ["bevy/std"]
web = ["bevy/web"]

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

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

[dependencies.paste]
version = "1.0.14"
optional = true

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