formanator 3.2.0

Submit Forma <https://joinforma.com> benefit claims from the command line, with support for AI-powered receipt analysis via OpenAI or GitHub Models
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 = "formanator"
version = "3.2.0"
authors = ["Tim Rogers <me@timrogers.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Submit Forma <https://joinforma.com> benefit claims from the command line, with support for AI-powered receipt analysis via OpenAI or GitHub Models"
homepage = "https://github.com/timrogers/formanator-rust"
readme = "README.md"
keywords = [
    "forma",
    "joinforma",
    "benefits",
    "expenses",
    "claims",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/timrogers/formanator-rust"

[features]
default = ["mcp"]
mcp = [
    "dep:rmcp",
    "dep:schemars",
    "dep:tracing",
    "dep:tracing-subscriber",
    "tokio/rt-multi-thread",
    "tokio/macros",
    "tokio/io-std",
]

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-openai]
version = "0.36"
features = [
    "rustls",
    "chat-completion",
]
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

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

[dependencies.colored]
version = "3"

[dependencies.csv]
version = "1.3"

[dependencies.dirs]
version = "6"

[dependencies.keyring]
version = "3"
features = ["apple-native"]

[dependencies.open]
version = "5"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.rmcp]
version = "1.6"
features = [
    "server",
    "transport-io",
    "macros",
]
optional = true

[dependencies.schemars]
version = "1.2"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"
optional = true

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

[dependencies.url]
version = "2.5"

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

[dev-dependencies.httpmock]
version = "0.8"

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

[dev-dependencies.serial_test]
version = "3"

[profile.release]
lto = "thin"
strip = true