# 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 = "wpaperctl" version = "1.0.0" authors = ["Danilo Spinella "] description = "CLI for wallpaper manager wpaperd" homepage = "https://github.com/danyspin97/wpaperd" keywords = [ "wallpaper", "wayland", "wlroots", ] categories = [ "command-line-utilities", "multimedia", ] license = "GPL-3.0+" repository = "https://github.com/danyspin97/wpaperd" [dependencies.clap] version = "4.5.3" features = [ "derive", "wrap_help", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.wpaperd-ipc] version = "1.0.0" [build-dependencies.clap] version = "4.5.3" features = [ "derive", "cargo", ] [build-dependencies.clap_complete] version = "4.5.1" [build-dependencies.clap_mangen] version = "0.2.20"