costroid-core 0.2.0

Costroid data pipeline and aggregation engine: normalizes local AI-tool usage into estimated FOCUS cost records.
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"
rust-version = "1.88"
name = "costroid-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Costroid data pipeline and aggregation engine: normalizes local AI-tool usage into estimated FOCUS cost records."
homepage = "https://github.com/Costroid/costroid"
documentation = "https://docs.rs/costroid-core"
readme = false
keywords = [
    "finops",
    "cost",
    "focus",
    "aggregation",
    "ai",
]
categories = [
    "finance",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/Costroid/costroid"

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

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

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

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

[dependencies.costroid-focus]
version = "0.2.0"

[dependencies.costroid-providers]
version = "0.2.0"

[dependencies.rust_decimal]
version = "=1.42.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "=1.0.150"
features = ["raw_value"]

[dependencies.thiserror]
version = "=2.0.18"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"