# 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 = "pompom" version = "1.1.0" exclude = [ "target/", "pompom-demo.gif", ] description = "A no-nonsense cli pomodoro timer" readme = "README.md" license = "Unlicense" repository = "https://github.com/LiquidZulu/pompom" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.directories] version = "5.0.1" [dependencies.indicatif] version = "0.17.6" [dependencies.kira] version = "0.8.4" [dependencies.notify-rust] version = "4.8.0" [dependencies.project-root] version = "0.2.2" [dependencies.rand] version = "0.8.5" [dependencies.relative-path] version = "1.8.0" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.toml] version = "0.7.6" [dependencies.xdg] version = "2.5.2" [build-dependencies.directories] version = "5.0.1"