# 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 = "fitimer" version = "1.1.0" description = "A timer to keep fit and healthy whilst having a sedentary work." readme = "README.md" keywords = [ "timer", "health", ] license = "GPL-3.0-only" repository = "https://github.com/mazharz/fitimer" [dependencies.chrono] version = "0.4.24" [dependencies.colors-transform] version = "0.2.11" [dependencies.crossterm] version = "0.25" [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify-rust] version = "4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tui] version = "0.19"