bevy_uniform_grid_2d 0.4.2

A simple Bevy plugin for uniform grid spatial indexing
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_uniform_grid_2d"
version = "0.4.2"
authors = ["Conner Holden"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Bevy plugin for uniform grid spatial indexing"
homepage = "https://github.com/conner-holden/bevy_uniform_grid_2d"
documentation = "https://docs.rs/bevy_uniform_grid_2d"
readme = "README.md"
keywords = [
    "game",
    "grid",
    "gamedev",
    "spatial",
    "bevy",
]
license = "Apache-2.0"
repository = "https://github.com/conner-holden/bevy_uniform_grid_2d.git"

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

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

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

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

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

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

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

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.bevy]
version = "0.16"
default-features = true

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

[dev-dependencies.iyes_perf_ui]
version = "0.5"

[dev-dependencies.rand]
version = "0.8"

[profile.dev]
opt-level = 0
debug = 0
strip = "debuginfo"

[profile.dev.package."*"]
opt-level = 3