[package]
edition = "2021"
rust-version = "1.78"
name = "cadcore-math"
version = "0.1.21"
authors = ["Dmytro Yatskovskyi <dmytroyatskovskiy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fundamental math primitives for the cadcore CAD kernel - Point3, Vec3, Mat3, Frame3"
homepage = "https://github.com/YATSKOVSKYI/cadcore"
readme = "README.md"
keywords = [
"cad",
"geometry",
"math",
"3d",
"linear-algebra",
]
categories = [
"mathematics",
"science",
]
license = "PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/YATSKOVSKYI/cadcore"
[lib]
name = "cadcore_math"
path = "src/lib.rs"
[dependencies]