# MSRV for this CLI tool (matches rust-version in Cargo.toml)
= "1.88.0"
# Binary crate -- no public API to break
= false
# Tests can use these freely; production code is gated via Cargo.toml lint levels
= true
= true
= true
= true
= true
= true
# CLI tools deal with deep path nesting (e.g., ~/.config/claude_rust/...)
= 3
# Short identifiers common in CLI arg parsing and loops
= ["i", "j", "k", "x", "y", "z", "n", "s", "c", "op", "tx", "rx", "id", "ip", "os", "ex"]