paraxis 0.8.13

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.8.13"
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 = [
    "maths",
    "gpu",
    "vectorization",
    "linear-algebra",
    "numpy",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/glennw-mt/paraxis"

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

[dependencies.indexmap]
version = "2.13.0"

[dependencies.nalgebra]
version = "0.34.1"

[dev-dependencies]