# 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 = "paperwall" version = "0.1.0" authors = ["Towsif Kafi "] description = "Simple program to fetch random image and set it as wallpaper" homepage = "https://github.com/towsifkafi/paperwall" readme = "README.md" keywords = [ "wallpaper", "desktop", "random", "background", ] categories = [ "command-line-utilities", "multimedia::images", ] license-file = "LICENSE" repository = "https://github.com/towsifkafi/paperwall" [profile.release] strip = true [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.terminal-log-symbols] version = "0.1.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.wallpaper] version = "3" features = ["from_url"]