# 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 = "2021" name = "gitlab-timelogs" version = "0.4.0" authors = ["Philipp Schuster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ CLI utility to assist you with your time logs in GitLab. 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.chrono] version = "0.4.38" features = [ "clock", "std", "serde", ] default-features = false [dependencies.clap] version = "~4.5.4" features = [ "color", "derive", "env", "error-context", "help", "std", "suggestions", "unicode", "usage", "wrap_help", ] [dependencies.nu-ansi-term] version = "0.50.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.toml] version = "0.8.14"