# 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 = "tomate" version = "0.2.0" authors = ["Rosa Richter"] description = "A Pomodoro CLI tool" homepage = "https://github.com/Cantido/tomate" readme = "README.md" keywords = [ "cli", "pomodoro", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Cantido/tomate" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12"