tokenusage 0.1.0

Fast Rust CLI/TUI/GUI for Claude Code and Codex token usage, cost tracking, and live session monitoring.
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.87"
name = "tokenusage"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Rust CLI/TUI/GUI for Claude Code and Codex token usage, cost tracking, and live session monitoring."
homepage = "https://github.com/hanbu97/tokenusage"
documentation = "https://docs.rs/tokenusage"
readme = "README.md"
keywords = [
    "claude",
    "codex",
    "token-usage",
    "usage-tracker",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/hanbu97/tokenusage"

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

[[bin]]
name = "tu"
path = "src/bin/tu.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.chrono-tz]
version = "0.10"

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

[dependencies.comfy-table]
version = "7.1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.iced]
version = "0.13"
features = [
    "tiny-skia",
    "tokio",
    "canvas",
]
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal_size]
version = "0.4"

[dependencies.tokio]
version = "1.48"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]