# 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 = "locking-pomodoro-timer" version = "1.2.0" authors = ["David Zanger"] build = "build.rs" description = "A Pomodoro timer with the capability of locking the screen." readme = "README.md" keywords = [ "pomodoro", "timer", "rust", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/davidzanger/Locking-Pomodoro-Timer" [dependencies.anyhow] version = "1.0.81" [dependencies.crossterm] version = "0.27.0" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.env_logger] version = "0.11.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.project-root] version = "0.2.2" [dependencies.rodio] version = "0.17.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.59" [build-dependencies.winres] version = "0.1.12"