costroid 0.2.0

Local-first, FOCUS-native cost and limit visibility for your AI coding tools, right in your terminal.
# 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"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first, FOCUS-native cost and limit visibility for your AI coding tools, right in your terminal."
homepage = "https://github.com/Costroid/costroid"
readme = false
keywords = [
    "finops",
    "cost",
    "tui",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/Costroid/costroid"

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

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

[dependencies.anyhow]
version = "=1.0.102"

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

[dependencies.clap]
version = "=4.6.1"
features = ["derive"]

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

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

[dependencies.crossterm]
version = "=0.29.0"

[dependencies.ratatui]
version = "=0.30.0"

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

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

[dev-dependencies.insta]
version = "=1.47.2"
default-features = false

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

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

[lints.rust]
unsafe_code = "forbid"