llmstat 0.2.1

Token usage distribution and cost across local LLM CLIs
# 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"
name = "llmstat"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token usage distribution and cost across local LLM CLIs"
readme = "README.md"
keywords = [
    "llm",
    "tokens",
    "cost",
    "usage",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lexoliu/llmstat"

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1.3"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratatui]
version = "0.30"

[dependencies.rayon]
version = "1.12.0"

[dependencies.rusqlite]
version = "0.40.2"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "3"

[dependencies.walkdir]
version = "2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[profile.release]
lto = true
codegen-units = 1
strip = true