# 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 = "wallheaven" version = "1.1.1" authors = ["Dave Nicholson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Random image fetcher for wallhaven.cc" homepage = "https://github.com/davenicholson-xyz/wallheaven" readme = "README.md" license = "MIT" repository = "https://github.com/davenicholson-xyz/wallheaven" [package.metadata.wix] eula = false license = false path-guid = "80955291-1670-4D5B-BD30-02793BFD000C" upgrade-guid = "DF7698BC-B1BB-4CE7-A138-2BA82B613134" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "wallheaven" path = "src/main.rs" [[bin]] name = "wallheavend" path = "src/wallheavend.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.6" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.dirs] version = "5.0.1" [dependencies.field_accessor] version = "0.5.2" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", "rustls-tls", ] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.shlex] version = "1.3.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tower-http] version = "0.5.0" features = ["cors"] [dependencies.url] version = "2.5.2" [dependencies.wallpaper] version = "3.2.0" [target."cfg(unix)".dependencies.daemonize] version = "0.5.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"