[package]
edition = "2021"
name = "rmt"
version = "0.1.3"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Random matrix theory: Marchenko-Pastur, Wigner semicircle, eigenvalue statistics"
homepage = "https://github.com/arclabs561/rmt"
documentation = "https://docs.rs/rmt"
readme = "README.md"
keywords = [
"random-matrix",
"eigenvalue",
"marchenko-pastur",
"wigner",
"statistics",
]
categories = [
"algorithms",
"science",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/rmt"
[lib]
name = "rmt"
path = "src/lib.rs"
[dependencies.ndarray]
version = "0.16"
[dependencies.rand]
version = "0.9"
[dependencies.rand_distr]
version = "0.5"
[dev-dependencies.proptest]
version = "1.9"