claude-code-status-line 1.2.9

A configurable status line for Claude Code with powerline arrows, context tracking, and quota 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 = "2021"
name = "claude-code-status-line"
version = "1.2.9"
authors = ["ndave92"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A configurable status line for Claude Code with powerline arrows, context tracking, and quota monitoring"
readme = "README.md"
keywords = [
    "claude",
    "statusline",
    "cli",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ndave92/claude-code-status-line"

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

[[bin]]
name = "claude-code-status-line"
path = "src/main.rs"

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

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

[dependencies.keyring]
version = "3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.terminal_size]
version = "0.4"

[dependencies.unicode-width]
version = "0.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = 3
lto = true
strip = true