linesmith 0.1.1

A Rust status line for Claude Code and other AI coding CLIs
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"
rust-version = "1.85"
name = "linesmith"
version = "0.1.1"
authors = ["Jace Babin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust status line for Claude Code and other AI coding CLIs"
homepage = "https://github.com/oakoss/linesmith"
documentation = "https://docs.rs/linesmith"
readme = "README.md"
keywords = [
    "statusline",
    "claude-code",
    "claude",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/oakoss/linesmith"

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

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

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

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

[[bench]]
name = "plugins"
path = "benches/plugins.rs"
harness = false

[dependencies.catppuccin]
version = "2"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

[dependencies.gix]
version = "0.82"
features = [
    "max-performance-safe",
    "status",
    "revision",
    "sha1",
]
default-features = false

[dependencies.httpdate]
version = "1"

[dependencies.lexopt]
version = "0.3"

[dependencies.rhai]
version = "1.24"
features = [
    "std",
    "sync",
]
default-features = false

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.supports-color]
version = "3"

[dependencies.tempfile]
version = "3"

[dependencies.terminal_size]
version = "0.4"

[dependencies.toml]
version = "1"

[dependencies.unicode-segmentation]
version = "1"

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

[dependencies.ureq]
version = "3"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[lints.rust]
unsafe_code = "forbid"