# 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 = "pomodoro-automation" version = "0.1.0" description = "Pomato: The Artisanal Pomodoro Timer – Crafted with the robustness of Rust, Pomato is your CLI companion designed to enhance productivity through the proven Pomodoro Technique. Melding simplicity with efficiency, Pomato offers a minimalistic yet powerful interface to help you focus on what matters most. Whether you're a developer, a writer, or any professional in between, Pomato's customizable timer empowers you to break your work into intervals, traditionally 25 minutes in length, separated by short breaks. It's more than a timer—it's a catalyst for a more productive and balanced work ethic. Let Pomato guide you through your work sessions with precision and ease, all while keeping your terminal sleek and clean. Get ready to conquer distractions and cultivate a rhythm of focused work followed by rest, with Pomato, the Rust-built Pomodoro timer for the discerning professional." homepage = "https://github.com/ismaelpamplona/pomato" readme = "README.md" keywords = [ "pomodoro", "timer", "productivity", "focus", "command-line", ] categories = [ "command-line-utilities", "development-tools", "productivity", ] license-file = "LICENSE" repository = "https://github.com/ismaelpamplona/pomato" [package.metadata.release] allow-branch = ["master"] [[bin]] name = "pomato" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.rodio] version = "0.17.3"