mollendorff-forge 10.0.0-beta.8

Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options.
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"
name = "mollendorff-forge"
version = "10.0.0-beta.8"
authors = [
    "Claude (Opus 4.5) - Principal Autonomous AI <noreply@anthropic.com>",
    "Möllendorff AI <admin@mollendorff.ai>",
]
build = false
exclude = [
    "test-data/*",
    ".git*",
    ".asimov/*",
    ".cargo/*",
    ".cargo-husky/*",
    ".claude/*",
    ".vscode/*",
    ".markdownlint*",
    ".yamllint",
    "docs/*",
    "dist/*",
    "bin/*",
    "editors/*",
    "scripts/*",
    "releases/*",
    "Makefile",
    "*.md",
    "!README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options."
homepage = "https://mollendorff.ai/forge"
documentation = "https://github.com/mollendorff-ai/forge#readme"
readme = "README.md"
keywords = [
    "yaml",
    "formula",
    "excel",
    "asimov",
    "ai-built",
]
categories = [
    "command-line-utilities",
    "parsing",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mollendorff-ai/forge"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.calamine]
version = "0.34"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3.0"

[dependencies.jsonschema]
version = "0.45"

[dependencies.notify]
version = "8.2"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.petgraph]
version = "0.8"

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.regex]
version = "1.12"

[dependencies.rmcp]
version = "1.2"
features = [
    "server",
    "transport-io",
]

[dependencies.rust_xlsxwriter]
version = "0.94"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.statrs]
version = "0.18"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "signal",
    "net",
]

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dependencies.xlformula_engine]
version = "0.1.18"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

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

[lints.clippy]
cast_precision_loss = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true