commonstats 0.1.0

WASM-first Rust statistics: descriptives, hypothesis tests, distributions, density estimation, transforms, and resampling — validated against SciPy/R.
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"
rust-version = "1.95"
name = "commonstats"
version = "0.1.0"
authors = ["Paweł Lenartowicz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM-first Rust statistics: descriptives, hypothesis tests, distributions, density estimation, transforms, and resampling — validated against SciPy/R."
homepage = "https://github.com/pawlenartowicz/faststats"
documentation = "https://docs.rs/commonstats"
readme = "README.md"
keywords = [
    "statistics",
    "stats",
    "wasm",
    "distributions",
    "hypothesis-testing",
]
categories = [
    "mathematics",
    "science",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pawlenartowicz/faststats"

[features]
default = []
dist = []
rand-interop = []
resample = ["rng"]
rng = []

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

[[test]]
name = "density_oracle"
path = "tests/density_oracle.rs"

[[test]]
name = "dist_oracle"
path = "tests/dist_oracle.rs"

[[test]]
name = "htest_oracle"
path = "tests/htest_oracle.rs"

[[test]]
name = "special_oracle"
path = "tests/special_oracle.rs"

[[test]]
name = "tdigest_test"
path = "tests/tdigest_test.rs"

[[test]]
name = "transform_oracle"
path = "tests/transform_oracle.rs"

[dependencies.libm]
version = "0.2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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

[lints.clippy.all]
level = "deny"
priority = -1