normality 3.0.1

A Rust crate for assessing the normality of a data sample.
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.87.0"
name = "normality"
version = "3.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for assessing the normality of a data sample."
readme = "README.md"
keywords = [
    "statistics",
    "normality",
    "normality-test",
    "hypothesis-testing",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/jzeuzs/normality"

[features]
parallel = ["dep:rayon"]
serde = ["dep:serde"]

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

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

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

[dependencies.eqsolver]
version = "0.4.0"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.ndarray]
version = "0.17.0"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "=0.8"

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.statrs]
version = "0.18.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.assert_float_eq]
version = "1.2.0"

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.nanoid]
version = "0.4.0"

[dev-dependencies.pastey]
version = "0.2.0"

[dev-dependencies.serde_test]
version = "1.0.177"

[dev-dependencies.statrs]
version = "0.18.0"

[dev-dependencies.tempfile]
version = "3.23.0"