[[bin]]
name = "crum"
path = "src/main.rs"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.rand]
version = "0.8"
[dependencies.tensor_macro]
version = "0.1.0"
[lib]
name = "crum"
path = "src/lib.rs"
[package]
authors = ["Frans Slabber <frans@gaiamathematica.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Tensors, Matrices and Complex numbers for numerical analysis."
documentation = "https://docs.rs/crum/latest/crum/index.html"
edition = "2021"
homepage = "http://www.gaiamathematica.net"
keywords = ["Tensor", "complexnumbers", "complexmatrix", "numericalanalysis", "mathematics"]
license = "MIT OR Apache-2.0"
name = "crum"
readme = "README.md"
repository = "https://github.com/fransslabber/crum"
version = "0.3.0"