minmath 2.1.1

A lightweight math 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 = "minmath"
version = "2.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight math library"
readme = "README.md"
categories = [
    "mathematics",
    "data-structures",
    "game-development",
    "science",
]
license = "MIT"
repository = "https://github.com/Jodus-Melodus/minmath"

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

[[test]]
name = "test_matrix"
path = "tests/test_matrix.rs"

[[test]]
name = "test_vector2"
path = "tests/test_vector2.rs"

[[test]]
name = "test_vector3"
path = "tests/test_vector3.rs"

[dependencies]