vct-cli 2.4.0

Vibe Coding Tracker - AI coding assistant telemetry/usage CLI + TUI (the `vibe_coding_tracker` / `vct` binary)
# 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 = "2024"
rust-version = "1.95"
name = "vct-cli"
version = "2.4.0"
authors = ["Wei Lee <mai@mai0313.com>"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vibe Coding Tracker - AI coding assistant telemetry/usage CLI + TUI (the `vibe_coding_tracker` / `vct` binary)"
homepage = "https://github.com/Mai0313/VibeCodingTracker"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Mai0313/VibeCodingTracker"
resolver = "2"

[features]
mimalloc = ["dep:mimalloc"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

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

[dependencies.log]
version = "0.4.29"

[dependencies.mimalloc]
version = "0.1.50"
optional = true
default-features = false

[dependencies.owo-colors]
version = "4.3.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.vct-core]
version = "2.4.0"

[dependencies.vct-tui]
version = "2.4.0"

[dev-dependencies.assert_cmd]
version = "2.2.1"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.27.0"