# 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.65" name = "more-wallpapers" version = "0.4.0" include = [ "/src/**/*.rs", "/build.rs", "/LICENSE*", "/README.md", ] description = "crossplatform library to set desktop wallpaper per screen" readme = "README.md" keywords = [ "desktop", "wallpaper", "background", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LuckyTurtleDev/more-wallpapers" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.camino] version = "1.1" [dependencies.fallback] version = "5.0" optional = true package = "more-wallpapers-fallback" [dependencies.rand] version = "0.8.5" features = ["alloc"] optional = true [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [build-dependencies.rustc_version] version = "0.4.0" [features] fallback = ["dep:fallback"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.rustbus] version = "0.19.1" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.serde_json] version = "1.0" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.xrandr] version = "0.1"