redclock 2026.4.26

time-tracking CLI for Redmine
# 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.92"
name = "redclock"
version = "2026.4.26"
authors = ["Sebastian Hoß <seb@xn--ho-hia.de>"]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "time-tracking CLI for Redmine"
homepage = "https://github.com/metio/redclock"
readme = "README.md"
keywords = [
    "redmine",
    "time-tracking",
]
categories = ["command-line-utilities"]
license = "0BSD"
repository = "https://github.com/metio/redclock"

[features]
default = []

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_complete]
version = "4.6.2"
features = ["unstable-dynamic"]

[dependencies.confy]
version = "2.0.0"

[dependencies.const-str]
version = "1.1.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.duct]
version = "1.1.1"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.human-panic]
version = "2.0.8"

[dependencies.log]
version = "0.4.29"

[dependencies.redmine-api]
version = "0.11.4"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shlex]
version = "1.3.0"

[dependencies.skim]
version = "4.6.0"
features = []
default-features = false

[dependencies.toml]
version = "1.1.0"