# 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" rust-version = "1.71" name = "pwalarmd" version = "0.1.0" authors = ["Amy Parker "] description = "Daemon-based configurable CLI alarm clock" homepage = "https://amyip.net" readme = "README.md" keywords = [ "alarm", "alarms", "pwalarmctl", "notify", "notifications", ] categories = ["command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://github.com/amyipdev/pwalarmctl" [dependencies.chrono] version = "0.4.34" [dependencies.colored] version = "2.1.0" [dependencies.daemonize] version = "0.5.0" [dependencies.libc] version = "0.2.153" [dependencies.notify-rust] version = "4.10.0" [dependencies.protobuf] version = "3.4.0" [dependencies.rodio] version = "0.17.3" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8.10" [build-dependencies.protobuf-codegen] version = "3.4.0"