[dependencies]
[lib]
name = "nla"
path = "src/lib.rs"
[package]
authors = ["Maxime Deboeck <nla.crates@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "data-structures"]
description = "Pure Rust Numerical Linear Algebra Package."
documentation = "https://docs.rs/nla"
edition = "2024"
homepage = "https://github.com/mxdbck/nla"
keywords = ["linear-algebra", "numerical", "math", "matrix", "nla"]
license = "MIT OR Apache-2.0"
name = "nla"
readme = "README.md"
repository = "https://github.com/mxdbck/nla"
version = "0.1.0"