ccstats 0.2.12

Fast Claude Code token usage statistics CLI
# 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 = "ccstats"
version = "0.2.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Claude Code token usage statistics CLI"
readme = "README.md"
keywords = [
    "claude",
    "anthropic",
    "token",
    "usage",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/majiayu000/ccstats"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/ccstats-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "ccstats"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/ccstats-{ target }.zip"
pkg-fmt = "zip"
bin-dir = "ccstats.exe"

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

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

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

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

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

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.11"

[dependencies.ureq]
version = "3.1.4"
features = ["json"]

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