costroid-focus 0.2.0

FOCUS 1.3 Cost and Usage export primitives: typed records and JSON/CSV serialization for AI tool billing data.
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-focus"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FOCUS 1.3 Cost and Usage export primitives: typed records and JSON/CSV serialization for AI tool billing data."
homepage = "https://github.com/Costroid/costroid"
documentation = "https://docs.rs/costroid-focus"
readme = false
keywords = [
    "focus",
    "finops",
    "cost",
    "billing",
    "csv",
]
categories = [
    "finance",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Costroid/costroid"

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

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

[dependencies.csv]
version = "=1.4.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"