# 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" version = "0.1.0" authors = ["metastable-void"] description = "Retrieve Picture of the Day feed from Wikimedia Commons" homepage = "https://github.com/menhera-org/potd-rs" readme = "README.md" license = "Apache-2.0 OR MPL-2.0" repository = "https://github.com/menhera-org/potd-rs" [dependencies.log] version = "0.4.22" [dependencies.quick-xml] version = "0.36.2" [dependencies.reqwest] version = "0.12.7" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.clap] version = "4.5.18" features = ["derive"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.serde_json] version = "1.0.128"