# 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 = "more-wallpapers-fallback" version = "5.0.0" include = [ "/src/**/*.rs", "/unlicense", ] description = "Private implementation detail of more-wallpapers" license = "Unlicense" repository = "https://github.com/LuckyTurtleDev/wallpaper.rs" [lib] name = "wallpaper" [dependencies.dirs] version = "1" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [dependencies.thiserror] version = "1" [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"