tukey_test 0.2.0

Statistical post-hoc tests: Tukey HSD, Games-Howell, Dunnett, one-way ANOVA, and studentized range critical values — pure Rust, zero required dependencies
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 = "2021"
rust-version = "1.56"
name = "tukey_test"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistical post-hoc tests: Tukey HSD, Games-Howell, Dunnett, one-way ANOVA, and studentized range critical values — pure Rust, zero required dependencies"
readme = "README.md"
keywords = [
    "statistics",
    "tukey",
    "anova",
    "hypothesis-testing",
    "post-hoc",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/TechieTeee/Rust_Tukey_Test"

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

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

[[bin]]
name = "tukey_test"
path = "src/main.rs"

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

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