[dependencies.approx]
version = "0.5.0"
[dependencies.nalgebra]
features = ["rand"]
version = "0.32"
[dependencies.num-traits]
version = "0.2.14"
[dependencies.rand]
version = "0.8"
[dev-dependencies.criterion]
version = "0.3.3"
[lib]
name = "statrs"
path = "src/lib.rs"
[package]
authors = ["Michael Ma"]
categories = ["science"]
description = "Statistical computing library for Rust"
edition = "2018"
homepage = "https://github.com/statrs-dev/statrs"
include = ["CHANGELOG.md", "LICENSE.md", "src/"]
keywords = ["probability", "statistics", "stats", "distribution", "math"]
license = "MIT"
name = "statrs"
readme = "README.md"
repository = "https://github.com/statrs-dev/statrs"
version = "0.17.1"