paraxis 0.10.0

A simple to use spatial datastructure crate.
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 = "paraxis"
version = "0.10.0"
authors = ["Glenn Wallace glennw-coding@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple to use spatial datastructure crate."
readme = "README.md"
keywords = [
    "linear-algebra",
    "maths",
    "numpy",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/paraxis"

[features]
default = ["parallel"]
parallel = []

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

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

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

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

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

[dependencies.bytemuck]
version = "1.25.2"
features = ["derive"]

[dependencies.itertools]
version = "0.15.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.thiserror]
version = "2.0.19"

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

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

[dev-dependencies.raylib]
version = "6.0.0"