cstat 0.1.0

minimal statusline for claude code
# 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 = "cstat"
version = "0.1.0"
build = false
exclude = [
    ".tasks/",
    "scripts/",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "minimal statusline for claude code"
homepage = "https://github.com/basuev/cstat"
readme = "README.md"
keywords = [
    "claude",
    "statusline",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/basuev/cstat"

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

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

[dependencies.bincode]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "6"

[dependencies.memmap2]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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