# 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 = "setwallpaper" version = "0.1.1" authors = ["Dave Nicholson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to set wallpapers on linux, mac and windows from a file name." homepage = "https://github.com/davenicholson-xyz/setwallpaper" readme = "README.md" license = "MIT" repository = "https://github.com/davenicholson-xyz/setwallpaper" [lib] name = "setwallpaper" path = "src/lib.rs" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.toml] version = "0.8.19" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"