linesmith 0.1.1

A Rust status line for Claude Code and other AI coding CLIs
Documentation
[package]
name = "linesmith"
description = "A Rust status line for Claude Code and other AI coding CLIs"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true

[lints.rust]
unsafe_code = "forbid"

[dependencies]
serde.workspace = true
serde_json.workspace = true
catppuccin.workspace = true
chrono.workspace = true
gix.workspace = true
httpdate.workspace = true
lexopt.workspace = true
rhai.workspace = true
secrecy.workspace = true
supports-color.workspace = true
tempfile.workspace = true
terminal_size.workspace = true
ureq.workspace = true
toml.workspace = true
unicode-segmentation.workspace = true
unicode-width.workspace = true

[dev-dependencies]
criterion.workspace = true

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

[[bench]]
name = "plugins"
harness = false