stint-cli 0.2.0

Terminal-native project time tracker
# 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"
name = "stint-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-native project time tracker"
readme = "README.md"
keywords = [
    "time-tracking",
    "cli",
    "tui",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/DaltonR121/stint"

[package.metadata.deb]
name = "stint"
maintainer = "Ryan Dalton <ryan@mosaicridge.com>"
copyright = "2025-2026 Mosaic Ridge LLC"
extended-description = "Terminal-native project time tracker with automatic shell hook tracking, manual start/stop, reporting (CSV/JSON/Markdown), and an interactive TUI dashboard."
section = "utils"
priority = "optional"
assets = [[
    "target/release/stint",
    "usr/bin/",
    "755",
]]

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.ratatui]
version = "0.29"

[dependencies.stint-core]
version = "0.2.0"

[dependencies.stint-server]
version = "0.2.0"

[dependencies.time]
version = "0.3"
features = [
    "local-offset",
    "formatting",
]