[dependencies]
[lib]
name = "malakoi"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["pas2rust <pas2000@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "science", "mathematics", "embedded"]
description = "Procedural macro for mathematical operations on structs"
documentation = "https://docs.rs/malakoi"
edition = "2024"
exclude = ["tests/*", "tests", "main.rs"]
homepage = "https://github.com/pas2rust/malakoi"
keywords = ["math", "proc-macro", "linear-algebra", "calculations", "no-std"]
license = "MIT OR Apache-2.0"
name = "malakoi"
readme = "README.md"
repository = "https://github.com/pas2rust/malakoi"
version = "0.0.1"