[package]
edition = "2024"
name = "tokmd-math"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic numeric and statistical helpers for tokmd microcrates."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-math"
readme = "README.md"
keywords = [
"math",
"stats",
"determinism",
"analysis",
"microcrate",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_math"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_w69"
path = "tests/deep_w69.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "math_depth_w55"
path = "tests/math_depth_w55.rs"
[[test]]
name = "math_depth_w58"
path = "tests/math_depth_w58.rs"
[[test]]
name = "math_depth_w62"
path = "tests/math_depth_w62.rs"
[[test]]
name = "mutation_w72"
path = "tests/mutation_w72.rs"
[[test]]
name = "numerical_stability"
path = "tests/numerical_stability.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "property_w59"
path = "tests/property_w59.rs"
[[test]]
name = "statistical_edge_cases"
path = "tests/statistical_edge_cases.rs"
[[test]]
name = "stats_edge_w59"
path = "tests/stats_edge_w59.rs"
[dependencies]
[dev-dependencies.proptest]
version = "1.10.0"