# 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 = "wlrs" version = "2.0.2" authors = ["unixpariah"] description = "Rust library for managing wallpapers" readme = "README.md" keywords = [ "desktop", "wallpaper", "background", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/unixpariah/wlrs" [[bench]] name = "bench" harness = false [dependencies.fast_image_resize] version = "3.0.3" [dependencies.image] version = "0.24.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.smithay-client-toolkit] version = "0.18.1" features = ["calloop"] default-features = false [dependencies.wayland-client] version = "0.31.2" [dependencies.x11rb] version = "0.13.0" features = ["randr"] [dev-dependencies.criterion] version = "0.5.1"