cadcore-math 0.1.21

Fundamental math primitives for the cadcore CAD kernel - Point3, Vec3, Mat3, Frame3
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 = "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]