gitlab-time-report-cli 1.2.0

A CLI wrapper around gitlab-time-report
# 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.88"
name = "gitlab-time-report-cli"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI wrapper around gitlab-time-report"
readme = "README.md"
keywords = [
    "gitlab",
    "project-management",
    "time-tracking",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/gitlab-time-report/gitlab-time-report"

[[bin]]
name = "gitlab-time-report-cli"
path = "src/main.rs"

[[test]]
name = "commands"
path = "tests/commands.rs"

[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.5.56"
features = [
    "std",
    "color",
    "suggestions",
    "error-context",
    "usage",
    "help",
    "derive",
    "env",
]
default-features = false

[dependencies.cli-table]
version = "0.5.0"
default-features = false

[dependencies.gitlab-time-report]
version = "1.2.0"
features = [
    "charts",
    "dashboard",
]

[dev-dependencies.assert_cmd]
version = "2.1.2"
default-features = false

[dev-dependencies.mockito]
version = "1.7.1"
default-features = false

[dev-dependencies.predicates]
version = "3.1.3"
default-features = false

[dev-dependencies.tempfile]
version = "3.24.0"
default-features = false

[lints.clippy]
implicit_hasher = "allow"
match_bool = "allow"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tarpaulin_include)",
    "cfg(tarpaulin)",
]