[package] name = "more-wallpapers" version = "0.4.0" workspace = ".." edition = "2021" rust-version = "1.65" repository ="https://github.com/LuckyTurtleDev/more-wallpapers" keywords = ["desktop", "wallpaper", "background"] include = ["/src/**/*.rs", "/build.rs", "/LICENSE*", "/README.md"] license = "MIT OR Apache-2.0" description= "crossplatform library to set desktop wallpaper per screen" [features] fallback = ["dep:fallback"] [dependencies] camino = "1.1" rand = { version = "0.8.5", features = ["alloc"], optional = true } strum = "0.26" strum_macros = "0.26" thiserror = "1.0" fallback = { package = "more-wallpapers-fallback", version = "5.0", optional = true } [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] rustbus = "0.19.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" xrandr = "0.1" [build-dependencies] rustc_version = "0.4.0" [package.metadata.docs.rs] all-features = true