cc-token-usage 3.0.0

Analyze Claude Code session token usage, costs, and efficiency
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"
name = "cc-token-usage"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analyze Claude Code session token usage, costs, and efficiency"
homepage = "https://github.com/LokiQ0713/cc-token-usage"
readme = false
keywords = [
    "claude",
    "token",
    "usage",
    "cost",
    "analyzer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/LokiQ0713/cc-token-usage"

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

[[bin]]
name = "cc-token-usage"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cc-session-jsonl]
version = "0.3.0"
features = ["scanner"]

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

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

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

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "3"

[dev-dependencies.tempfile]
version = "3"