# 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 = "oytr" version = "0.4.0" authors = ["Nicholas Omer Chiasson "] description = """ Oh ya, that's right... Configure simple reminders on a schedule using cron expressions and get desktop notifications when they are triggered. """ homepage = "https://github.com/nicholaschiasson/oytr" readme = "README.md" keywords = [ "cli", "reminders", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nicholaschiasson/oytr" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.cron] version = "0.12.0" [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.lazy_static] version = "1.4.0" [dependencies.notify-rust] version = "4.8.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.toml] version = "0.7.3" [badges.github] repository = "nicholaschiasson/oytr" [badges.maintenance] status = "passively-maintained"