bevy_a5 0.1.2

A Bevy plugin providing A5 geospatial pentagonal cells for floating origin use and spatial 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"
rust-version = "1.85"
name = "bevy_a5"
version = "0.1.2"
authors = ["Jonathan Pelham"]
build = false
exclude = [
    "assets/tiles/**",
    "target/**",
    ".git/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin providing A5 geospatial pentagonal cells for floating origin use and spatial queries"
documentation = "https://docs.rs/bevy_a5"
readme = "README.md"
keywords = [
    "bevy",
    "a5",
    "geospatial",
    "planetary",
    "gamedev",
]
categories = [
    "game-development",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/jonititan/bevy_a5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

[dependencies.a5]
version = "0.7"

[dependencies.bevy_app]
version = "0.18"

[dependencies.bevy_asset]
version = "0.18"

[dependencies.bevy_color]
version = "0.18"

[dependencies.bevy_ecs]
version = "0.18"

[dependencies.bevy_gizmos]
version = "0.18"

[dependencies.bevy_input]
version = "0.18"

[dependencies.bevy_math]
version = "0.18"

[dependencies.bevy_mesh]
version = "0.18"

[dependencies.bevy_platform]
version = "0.18"

[dependencies.bevy_reflect]
version = "0.18"

[dependencies.bevy_time]
version = "0.18"

[dependencies.bevy_transform]
version = "0.18"

[dependencies.bevy_window]
version = "0.18"

[dependencies.smallvec]
version = "1"

[dev-dependencies.bevy]
version = "0.18"

[dev-dependencies.bevy_slippy_tiles]
version = "0.11"

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

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