trackWork 0.9.2

A terminal-based time tracking application for managing work sessions
# 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 = "trackWork"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based time tracking application for managing work sessions"
readme = "README.md"
keywords = [
    "time-tracking",
    "productivity",
    "terminal",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nicecurry/timetrack"

[[bin]]
name = "dbquery"
path = "src/bin/dbquery.rs"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"

[dependencies.argon2]
version = "0.5"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"

[dependencies.zeroize]
version = "1"