# 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 = "waraq" version = "0.2.1" authors = ["Nadji Abidi "] description = "Library for Setting Wallpapers" readme = "README.md" keywords = [ "desktop", "wallpaper", "background", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/alliby/kabegami/tree/main/waraq" [dependencies.thiserror] version = "1" [target."cfg(target_os = \"linux\")".dependencies.x11rb] version = "0.12.0" features = ["image"] [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", ]