# 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 = "wall-rs" version = "0.1.2" authors = ["akumarujon "] description = "Wallpaper manager for you" readme = "README.md" keywords = [ "cli", "wallpaper", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/akumarujon/wall-rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.octocrab] version = "0.34.1" [dependencies.path-absolutize] version = "3.1.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tokio] version = "1.36.0" features = [ "net", "full", ] [dependencies.toml] version = "0.8.10" [dependencies.walkdir] version = "2.4.0" [dependencies.wallpaper] version = "3.2.0" [dependencies.zip] version = "0.6.6"