ccboard 0.17.0

Unified Claude Code Management Dashboard - TUI + Web
# 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 = "ccboard"
version = "0.17.0"
authors = ["Florian Bruniaux"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified Claude Code Management Dashboard - TUI + Web"
homepage = "https://github.com/FlorianBruniaux/ccboard"
documentation = "https://docs.rs/ccboard"
readme = "README.md"
keywords = [
    "claude",
    "dashboard",
    "tui",
    "monitoring",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FlorianBruniaux/ccboard"

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

[[example]]
name = "export_billing_blocks"
path = "examples/export_billing_blocks.rs"

[dependencies.anyhow]
version = "1"

[dependencies.ccboard-core]
version = "0.17.0"

[dependencies.ccboard-tui]
version = "0.17.0"

[dependencies.ccboard-web]
version = "0.17.0"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "6"

[dependencies.fd-lock]
version = "4"

[dependencies.indicatif]
version = "0.17"

[dependencies.open]
version = "5"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "fs",
    "rt-multi-thread",
    "io-util",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]