gitlab-time-report 1.2.0

Library to generate statistics and charts from GitLab time tracking data.
Documentation
# 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"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to generate statistics and charts from GitLab time tracking data."
readme = "README.md"
keywords = [
    "gitlab",
    "project-management",
    "time-tracking",
]
categories = ["visualization"]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/gitlab-time-report/gitlab-time-report"

[features]
charts = ["dep:charming"]
dashboard = [
    "charts",
    "dep:build_html",
    "dep:scraper",
]

[lib]
name = "gitlab_time_report"
path = "src/lib.rs"

[dependencies.build_html]
version = "2.7.0"
optional = true
default-features = false

[dependencies.charming]
version = "0.6.0"
features = ["ssr"]
optional = true
default-features = false

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

[dependencies.csv]
version = "1.4.0"
default-features = false

[dependencies.reqwest]
version = "0.13.2"
features = [
    "http2",
    "native-tls",
    "system-proxy",
    "blocking",
    "json",
]
default-features = false

[dependencies.scraper]
version = "0.25.0"
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
default-features = false

[dependencies.serde_json]
version = "1.0.149"
default-features = false

[dependencies.serde_path_to_error]
version = "0.1.20"
default-features = false

[dependencies.serde_with]
version = "3.16.1"
features = [
    "std",
    "macros",
    "chrono",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dev-dependencies.mockall]
version = "0.14.0"
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)",
]