bicmath-statistics 0.1.0

Descriptive statistics, distributions, inference, and experiment analysis for BicMath.
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.88"
name = "bicmath-statistics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Descriptive statistics, distributions, inference, and experiment analysis for BicMath."
homepage = "https://github.com/nikoma/bicmath"
readme = false
keywords = [
    "mathematics",
    "statistics",
    "finance",
    "mcp",
    "computation",
]
categories = [
    "mathematics",
    "science",
    "finance",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/nikoma/bicmath"

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

[dependencies.bicmath-core]
version = "0.1.0"

[dependencies.libm]
version = "0.2"

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

[dependencies.num-rational]
version = "0.4.2"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]