limitdeck 0.1.8

A privacy-safe terminal dashboard for AI subscription limits
# 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.88"
name = "limitdeck"
version = "0.1.8"
build = false
exclude = ["PROJECT_BRIEF.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A privacy-safe terminal dashboard for AI subscription limits"
homepage = "https://github.com/rockythink/limitdeck"
readme = "README.md"
keywords = [
    "tui",
    "codex",
    "claude",
    "rate-limit",
    "ratatui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rockythink/limitdeck"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30.2"
features = [
    "crossterm_0_29",
    "layout-cache",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.wait-timeout]
version = "0.2"

[dev-dependencies.insta]
version = "1"

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