[lib]
name = "tiny_vect"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "A minimal vector math library for 2D and 3D operations in Rust."
edition = "2024"
homepage = "https://github.com/Mathieu-Poirier/tiny_vect"
keywords = ["vector", "math", "geometry", "Vect2", "Vect3"]
license = "MIT OR Apache-2.0"
name = "tiny_vect"
readme = "README.md"
repository = "https://github.com/Mathieu-Poirier/tiny_vect"
version = "0.1.3"
[[test]]
name = "vect2_tests"
path = "tests/vect2_tests.rs"
[[test]]
name = "vect3_tests"
path = "tests/vect3_tests.rs"