[package]
edition = "2021"
name = "adv_linalg"
version = "0.1.0"
include = [
"/src",
"LICENSE.md",
"LICENSE-MIT",
"LICENSE-APACHE",
"README.md",
]
description = "A small type system and an attribute macro automatically optimizing behind-the-scenes for working in linear algebra."
documentation = "https://docs.rs/adv_linalg"
readme = "README.md"
keywords = [
"vector",
"matrix",
"linear",
"algebra",
"transformations",
]
categories = [
"mathematics",
"development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Adv-LinAlg/adv_linalg"
[lib]
proc-macro = true
[dependencies.adv_linalg_lib]
version = "0.1"