[package]
name = "mlua-mathlib"
version = "0.3.0"
edition = "2021"
rust-version = "1.77"
description = "Math library for mlua — RNG, distributions, hypothesis testing, ranking, information theory, and statistics"
license = "MIT OR Apache-2.0"
authors = ["Yutaka Nishimura"]
readme = "README.md"
repository = "https://github.com/ynishi/mlua-mathlib"
homepage = "https://github.com/ynishi/mlua-mathlib"
keywords = ["lua", "mlua", "math", "statistics", "random"]
categories = ["mathematics", "api-bindings", "science"]
[dependencies]
mlua = { version = "0.11", features = ["lua54", "vendored"] }
rand = "0.9"
rand_distr = "0.5"
statrs = "0.18"
[profile.release]
overflow-checks = true
[dev-dependencies]
approx = "0.5"
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "stats"
harness = false