# 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 = "tomato-timer-cli" version = "0.1.4" authors = ["Mi Guoliang "] description = "The Tomato Timer CLI is a command-line tool designed to help you manage your time effectively using the Pomodoro Technique. With this tool, you can break your work into focused intervals called \"pomodoros\" and take short breaks in between. This technique helps improve productivity and maintain focus throughout your work sessions." homepage = "https://miguoliang.github.io/tomato-timer-cli/" readme = "README.md" keywords = [ "cli", "productivity", "pomodoro-technique", "time-management", "tomato-timer", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/miguoliang/tomato-timer-cli" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.rodio] version = "0.18.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.strum] version = "0.26.2" features = ["strum_macros"] [dependencies.strum_macros] version = "0.26.4" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.uuid] version = "1.8.0" features = ["v4"]