# 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 = "stenbug" version = "0.1.0" authors = ["Alexander Simonov "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Simple wallpaper utility for Windows based on Wallhaven API" homepage = "https://github.com/simalei/stenbug" documentation = "https://github.com/simalei/stenbug" readme = "README.md" keywords = [ "wallpaper", "windows", ] license = "MIT" repository = "https://github.com/simalei/stenbug" [[bin]] name = "stenbug" path = "src/main.rs" [dependencies.etcetera] version = "0.8.0" [dependencies.json] version = "0.12.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.serde] version = "1.0.216" features = ["serde_derive"] [dependencies.tempfile] version = "3.14.0" [dependencies.toml] version = "0.8.19" [dependencies.tray-item] version = "0.10.0" [dependencies.windows] version = "0.58.0" features = [ "Win32_UI_Shell", "Win32_System_Com", "Win32_UI_WindowsAndMessaging", ] [build-dependencies.embed-resource] version = "3.0.1"