paraxis 0.9.3

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

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

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

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

[dependencies.bitvec]
version = "1.0.1"

[dependencies.num-traits]
version = "0.2.19"

[dev-dependencies.macroquad]
version = "0.4.14"

[dev-dependencies.nalgebra]
version = "0.34.1"

[dev-dependencies.rand]
version = "0.10.0"
features = ["thread_rng"]

[dev-dependencies.rayon]
version = "1.11.0"