# 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 = "2018" name = "wallpape-rs" version = "2.0.0" authors = [ "reujab ", "JohannesIBK ", ] description = "Gets and sets the desktop wallpaper/background." readme = "readme.md" keywords = [] categories = ["api-bindings"] license = "Unlicense" repository = "https://github.com/johannesibk/wallpape.rs" [dependencies.attohttpc] version = "0.24.0" optional = true [dependencies.dirs] version = "4.0.0" optional = true [features] from_url = [ "dirs", "attohttpc", ] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dirs] version = "4.0.0" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.rust-ini] version = "0.18.0" [target."cfg(unix)".dependencies.enquote] version = "1.1.0" [target."cfg(windows)".dependencies.windows] version = "0.43.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Registry", ]