rstats 2.1.14

Statistics, Information Measures, Data Analysis, Linear Algebra, Clifford Algebra, Machine Learning, Geometric Median, Matrix Decompositions, Mahalanobis Distance, Hulls, Multithreading..
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 = "rstats"
version = "2.1.14"
authors = ["Libor Spacek"]
build = false
include = [
    "src/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistics, Information Measures, Data Analysis, Linear Algebra, Clifford Algebra, Machine Learning, Geometric Median, Matrix Decompositions, Mahalanobis Distance, Hulls, Multithreading.."
homepage = "https://github.com/liborty/rstats"
readme = "README.md"
keywords = [
    "machine-learning",
    "statistics",
    "linear-algebra",
    "geometric-median",
    "data-analysis",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
    "visualization",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/liborty/rstats"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "rstats"
path = "src/lib.rs"

[dependencies.indxvec]
version = "1"

[dependencies.medians]
version = "3"

[dependencies.ran]
version = "2"

[dependencies.rayon]
version = "1"

[dev-dependencies.times]
version = "1"