# 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 = "wallp" version = "0.1.2" authors = ["Gabriel Rasteli"] description = "CLI tool to set and preview wallpapers with feh." homepage = "https://github.com/rasteli/wallp#readme" documentation = "https://github.com/rasteli/wallp#readme" readme = "README.md" keywords = [ "cli", "feh", "inquire", ] license = "MIT" repository = "https://github.com/rasteli/wallp" [[bin]] name = "wallp" path = "src/main.rs" [dependencies.colored] version = "2" [dependencies.home] version = "0.5.5" [dependencies.inquire] version = "0.6.2" features = ["date"] [dependencies.itertools] version = "0.11.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.167" [dependencies.serde_derive] version = "1.0.167" [dependencies.toml] version = "0.7.6" [dependencies.winit] version = "0.28.6"