# 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 = "caydence" version = "0.2.1" authors = ["Josh Brown"] description = "a wallpaper switching utility with pomodoro capabilities" readme = "README.md" keywords = [ "wallpaper", "swww", "command-line", ] license = "MIT" repository = "https://github.com/joshcbrown/caydence" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.libnotify] version = "1.0.3" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.36.0" features = ["full"]