# 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 = "ptimer" version = "0.1.0" description = "A simple cli pomodoro timer. It sends notifications to the user when the timer is up. Works on macOS only." readme = "README.md" license = "Unlicense" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = [ "derive", "env", ] [dependencies.daemonize] version = "0.5.0" [dependencies.humantime] version = "2.1.0" [dependencies.hyper-util] version = "0.1.6" [dependencies.prost] version = "0.13.1" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "chrono", ] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.12.1" [dependencies.tower] version = "0.4.13" [build-dependencies.tonic-build] version = "0.12.1"