statoxide 0.2.2

High-performance statistical computing library written in Rust, exposed to Python via PyO3
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]