# 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 = "stempel" version = "0.20.0" authors = ["Korbinian Maier "] exclude = [".github/*"] description = "Track the time you spent working" homepage = "https://github.com/KuabeM/stempel" readme = "README.md" keywords = [ "time", "tracking", "management", "clock", "punch", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/KuabeM/stempel" [profile.release] lto = true [dependencies.chrono] version = "0.4" features = [ "clock", "serde", ] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4.1.4" [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.colored] version = "2" [dependencies.dirs] version = "4" [dependencies.env_logger] version = "0.10" features = [ "auto-color", "regex", ] default-features = false [dependencies.humantime] version = "2" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.num_enum] version = "0.5" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [badges.maintenance] status = "actively-developed"