[package]
edition = "2021"
rust-version = "1.75"
name = "voxora-math"
version = "0.1.1"
authors = ["Voxora Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic mathematical primitives and linear algebra for Voxora"
homepage = "https://github.com/pomagrenate/voxora"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pomagrenate/voxora"
[lib]
name = "voxora_math"
path = "src/lib.rs"
[dependencies]
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unused_must_use = "deny"