# 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 = "work-break" version = "0.5.1" authors = ["Sergei Shadoy "] build = "build.rs" description = "Work-break balancer for Windows / MacOS / Linux desktops" readme = "README.md" keywords = [ "productivity", "app", "cross-platform", "time-tracker", ] license = "MIT" repository = "https://github.com/ShadoySV/work-break" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.confy] version = "0.5" [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.interprocess] version = "1.2.1" [dependencies.notify-rust] version = "4.8.0" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1" features = ["derive"] [target."cfg(windows)".build-dependencies.embed-resource] version = "2.2.0"