# 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 = "daily-garf" version = "0.2.0" description = "Downloads and saves the daily Garfield comic" license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.image] version = "0.24.7" [dependencies.reqwest] version = "0.11.18" [dependencies.scraper] version = "0.16.0" [dependencies.tokio] version = "1.28.2" features = ["full"]