[package]
edition = "2024"
rust-version = "1.88"
name = "bicmath-core"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core numeric contract, values, schemas, limits, and function contracts for BicMath."
homepage = "https://github.com/nikoma/bicmath"
readme = "README.md"
keywords = [
"mathematics",
"statistics",
"finance",
"mcp",
"computation",
]
categories = [
"mathematics",
"science",
"finance",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/nikoma/bicmath"
[lib]
name = "bicmath_core"
path = "src/lib.rs"
[dependencies.num-bigint]
version = "0.4.6"
[dependencies.num-integer]
version = "0.1.46"
[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"]
[dependencies.sha2]
version = "0.11"
[dependencies.thiserror]
version = "2.0"