activity-tracker 1.13.0

Captura atividades do sistema e resume com Ollama
# 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"
name = "activity-tracker"
version = "1.13.0"
build = false
exclude = [
    ".github/",
    ".gitignore",
    "docs/",
    "install.sh",
    "pyproject.toml",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Captura atividades do sistema e resume com Ollama"
homepage = "https://github.com/omauriciomaciel/activity-tracker"
readme = "README.md"
keywords = [
    "activity",
    "tracker",
    "ollama",
    "productivity",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/omauriciomaciel/activity-tracker"

[[bin]]
name = "activity-tracker"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.colored]
version = "2"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.ratatui]
version = "0.28"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.termimad]
version = "0.23"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.zip]
version = "2"