# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wallpaper" version = "3.2.0" authors = ["reujab "] description = "Gets and sets the desktop wallpaper/background." readme = "readme.md" keywords = ["desktop", "wallpaper", "background"] categories = ["api-bindings"] license = "Unlicense" repository = "https://github.com/reujab/wallpaper.rs" [dependencies.dirs] version = "1" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [features] from_url = ["dirs", "reqwest"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dirs] version = "1" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.rust-ini] version = "0.12" [target."cfg(unix)".dependencies.enquote] version = "1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser"] [target."cfg(windows)".dependencies.winreg] version = "0.9"