# 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 = "potd-wallpaper" version = "0.1.0" authors = ["metastable-void"] description = "Get desktop wallpapers from Wikimedia Commons Picture of the Day feed" homepage = "https://github.com/menhera-org/potd-wallpaper" readme = "README.md" license = "Apache-2.0 OR MPL-2.0" repository = "https://github.com/menhera-org/potd-wallpaper" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.libc] version = "0.2.159" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.parking_lot] version = "0.12.3" [dependencies.potd] version = "0.1.0" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1" features = ["full"]