ccstats 0.2.60

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"
rust-version = "1.85"
name = "ccstats"
version = "0.2.60"
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.4"

[dependencies.clap]
version = "4.5.58"
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.thiserror]
version = "2"

[dependencies.toml]
version = "1.0.0"

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

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true