multibg-wayland/Cargo.toml
2025-06-15 21:24:56 +02:00

46 lines
1.5 KiB
TOML

[package]
name = "multibg-wayland"
version = "0.2.2"
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
edition = "2021"
rust-version = "1.82"
description = "Set a different wallpaper for the background of each Sway or Hyprland or niri workspace"
readme = "README.md"
homepage = "https://github.com/gergo-salyi/multibg-wayland"
repository = "https://github.com/gergo-salyi/multibg-wayland"
license = "MIT OR Apache-2.0"
keywords = ["wallpaper", "background", "desktop", "wayland", "sway"]
categories = ["command-line-utilities", "multimedia::images"]
exclude = ["/PKGBUILD", "/PKGBUILD.in", "/deps/", "/scripts/"]
[dependencies]
anyhow = "1.0.97"
ash = "0.38.0"
clap = { version = "4.5.3", features = ["derive"] }
env_logger = "0.11.3"
fast_image_resize = "5.0.0"
libc = "0.2.171"
log = "0.4.21"
niri-ipc-25-2-0 = { package = "multibg-wayland-niri-ipc", version = "=0.250200.0" }
niri-ipc-25-5-1 = { package = "niri-ipc", version = "=25.5.1" }
rustix = { version = "0.38.44", features = ["event", "fs", "pipe"] }
scopeguard = "1.2.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
smithay-client-toolkit = { version = "0.19.2", default-features = false }
swayipc = "3.0.2"
[dependencies.image]
version = "0.25.6"
default-features = false
features = ["bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp"]
[features]
default = []
avif = ["image/avif-native"]
[lints.rust]
unused_must_use = "deny"
[lints.clippy]
uninlined_format_args = "allow"