statoxide 0.3.0

High-performance statistical computing library written in Rust, exposed to Python via PyO3
Documentation
# 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.3.0"
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"

[lib]
name = "statoxide"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.ndarray]
version = "0.17.1"
features = ["serde"]

[dependencies.so-core]
version = "0.3.0"
default-features = false

[dependencies.so-linalg]
version = "0.3.0"
default-features = true

[dependencies.so-models]
version = "0.3.0"
default-features = false

[dependencies.so-stats]
version = "0.3.0"
default-features = false

[dependencies.so-tsa]
version = "0.3.0"
default-features = false

[dependencies.so-utils]
version = "0.3.0"
default-features = false