# 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 = "jobber" version = "0.10.5" authors = ["Patrick Hoffmann (pat@thats-software.com)"] description = "Command line tool for tracking work time" readme = "README.md" keywords = [ "work", "time", "accounting", "shell", ] license = "MIT" repository = "https://github.com/fightling/jobber.git" [lib] name = "jobberdb" [[bin]] name = "jobber" [dependencies.chrono] version = "^0.4.20" features = ["serde"] [dependencies.clap] version = "4.1" features = [ "derive", "cargo", ] [dependencies.confy] version = "0.5.1" [dependencies.days-in-month] version = "2.0.0" [dependencies.directories] version = "5.0" [dependencies.itertools] version = "0.11.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7" [dependencies.separator] version = "0.4.1" [dependencies.serde] version = "1.0.152" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0.91" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.1" [dependencies.termion] version = "2.0.1" [dependencies.thiserror] version = "1.0.38"