# 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 = "2018" name = "rusty-krab-manager" version = "1.3.0" authors = ["luak "] exclude = ["example/*"] description = """ Time management TUI inspired by the pomodoro technique as described by Francesco Cirillo """ homepage = "https://github.com/aryakaul/rusty-krab-manager" documentation = "https://github.com/aryakaul/rusty-krab-manager/wiki" readme = "README.md" keywords = [ "time-management", "tui", "rusty-krab-manager", ] categories = ["command-line-utilities"] license-file = "./LICENSE" repository = "https://github.com/aryakaul/rusty-krab-manager" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.10" [dependencies.config] version = "0.13" [dependencies.dirs] version = "4.0" [dependencies.notify-rust] version = "4.5.10" [dependencies.pathsep] version = "0.1" [dependencies.rand] version = "0.8.3" [dependencies.rodio] version = "0.16" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.termion] version = "1.5.6" [dependencies.tinytemplate] version = "1.2.1" [dependencies.tui] version = "0.18"