# 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 = "konachan-wallpaper" version = "0.0.1" include = [ "/src/**/*.rs", "/LICENSE", "/README.md", ] description = "download and set desktop wallpaper from [Konachan.net](https://konachan.net/)" readme = "README.md" keywords = [ "konachan", "desktop", "wallpaper", "background", ] license = "Apache-2.0" repository = "https://github.com/LuckyTurtleDev/konachan-wallpaper" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.clap_complete] version = "3.1.3" [dependencies.directories] version = "4.0.1" [dependencies.futures-util] version = "0.3.21" [dependencies.more-wallpapers] version = "0.1" features = [ "rand", "wallpaper", ] [dependencies.once_cell] version = "1.10.0" [dependencies.reqwest] version = "0.11.10" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.tokio] version = "1.18.1" features = [ "macros", "rt-multi-thread", "fs", ]