kimai-timer 0.2.0

Seriously Simple 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 = "2024"
name = "kimai-timer"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seriously Simple Time Tracker"
readme = "README.md"
keywords = [
    "kimai",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/bradenhc/kimai-timer"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "wrap_help",
    "env",
]

[dependencies.colored]
version = "3.1.1"

[dependencies.directories]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.4"
features = ["date"]

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

[dependencies.serde-jsonlines]
version = "0.7.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simsearch]
version = "0.3.0"

[dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "local-offset",
    "macros",
    "parsing",
    "serde",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[lints.clippy]
pedantic = "warn"