gitlab-timelogs 0.7.0

A lightweight CLI to fetch, summarize, and validate your GitLab issue time logs. Group entries by week, filter by date ranges, and spot anomalies like weekend work or >10h days. Read-only, fast, and cross-platform - built to make time tracking in GitLab finally usable. Made by developers for developers. gitlab-timelogs is not associated with the official GitLab project!
# 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"
rust-version = "1.85.0"
name = "gitlab-timelogs"
version = "0.7.0"
authors = ["Philipp Schuster <phip1611@gmail.com>"]
build = false
exclude = [
    "flake.lock",
    "flake.nix",
    "nix/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A lightweight CLI to fetch, summarize, and validate your GitLab issue
time logs. Group entries by week, filter by date ranges, and spot anomalies
like weekend work or >10h days. Read-only, fast, and cross-platform - built
to make time tracking in GitLab finally usable.

Made by developers for developers. gitlab-timelogs is not associated
with the official GitLab project!
"""
homepage = "https://github.com/phip1611/gitlab-timelogs"
documentation = "https://docs.rs/gitlab-timelogs"
readme = "README.md"
keywords = [
    "gitlab",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/phip1611/gitlab-timelogs"

[[bin]]
name = "gitlab-timelogs"
path = "src/main.rs"

[dependencies.anyhow]
version = "~1.0"

[dependencies.chrono]
version = "~0.4"
features = [
    "clock",
    "std",
    "serde",
]
default-features = false

[dependencies.clap]
version = "~4.5"
features = [
    "color",
    "derive",
    "env",
    "error-context",
    "help",
    "std",
    "suggestions",
    "unicode",
    "usage",
    "wrap_help",
]

[dependencies.nu-ansi-term]
version = "~0.50"

[dependencies.reqwest]
version = "~0.13"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "~1.0"

[dependencies.toml]
version = "~0.9"

[profile.release]
opt-level = "s"
lto = true
strip = true