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