# 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" rust-version = "1.80" name = "multibg-sway" version = "0.1.10" authors = ["Gergő Sályi "] build = false exclude = [ "/PKGBUILD", "/scripts/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Set a different wallpaper for the background of each Sway workspace" homepage = "https://github.com/gergo-salyi/multibg-sway" readme = "README.md" keywords = [ "wallpaper", "background", "desktop", "wayland", "sway", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gergo-salyi/multibg-sway" [[bin]] name = "multibg-sway" path = "src/main.rs" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.fast_image_resize] version = "5.0.0" [dependencies.image] version = "0.25.0" [dependencies.log] version = "0.4.21" [dependencies.mio] version = "1.0.2" features = [ "os-ext", "os-poll", ] [dependencies.smithay-client-toolkit] version = "0.19.2" default-features = false [dependencies.swayipc] version = "3.0.2"