# 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 = "hat-changer" version = "0.1.0" authors = ["Brandon Haggstrom "] description = "An extremely lightweight time tracking tool for work." homepage = "https://github.com/rigidity/hat-changer" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rigidity/hat-changer" [[bin]] name = "hat" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.go-parse-duration] version = "0.1.1" [dependencies.homedir] version = "0.2.1" [dependencies.pretty-duration] version = "0.1.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.59"