[package]
edition = "2024"
name = "statoxide"
version = "0.2.2"
authors = ["EthanNov56 <yichen_1226@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance statistical computing library written in Rust, exposed to Python via PyO3"
readme = "README.md"
keywords = [
"statistics",
"regression",
"machine-learning",
"data-science",
]
categories = [
"science",
"data-structures",
]
license = "MIT AND Apache-2.0"
repository = "https://github.com/EthanNOV56/StatOxide"
resolver = "2"
[[bin]]
name = "statoxide"
path = "src/main.rs"
[dependencies]