[package]
name = "activity-tracker"
version = "1.13.0"
edition = "2024"
description = "Captura atividades do sistema e resume com Ollama"
license = "MIT"
repository = "https://github.com/omauriciomaciel/activity-tracker"
homepage = "https://github.com/omauriciomaciel/activity-tracker"
readme = "README.md"
keywords = ["activity", "tracker", "ollama", "productivity", "cli"]
categories = ["command-line-utilities"]
exclude = [
".github/",
".gitignore",
"docs/",
"install.sh",
"pyproject.toml",
"CHANGELOG.md",
]
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls"], default-features = false }
chrono = { version = "0.4", features = ["serde"] }
anyhow = "1"
tokio = { version = "1", features = ["full"] }
dirs = "5"
rusqlite = { version = "0.31", features = ["bundled"] }
toml = "0.8"
glob = "0.3"
colored = "2"
termimad = "0.23"
flate2 = "1"
tar = "0.4"
zip = "2"
ratatui = "0.28"
crossterm = "0.27"