# 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 = "rss-wallpaper" version = "0.1.0" description = "Change your wallpaper to the latest item in an RSS feed" readme = "README.md" keywords = [ "rss", "feed", "desktop", "wallpaper", "background", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/CoffeeCoder1/rss-wallpaper" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.reqwest] version = "0.12.2" [dependencies.rss] version = "2.0.7" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.wallpaper] version = "3.2.0" features = ["from_url"]