# 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 = "everygarf" version = "2.7.0" authors = ["darcy"] exclude = [ ".*", "/target/", "/justfile", "/TODO.md", "/image/", "/garfield/", ] description = "Concurrently download every Garfield comic to date" homepage = "https://github.com/dxrcy/everygarf" documentation = "https://docs.rs/everygarf/latest/everygarf" readme = "README.md" keywords = [ "download", "garfield", "comic", "concurrent", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/dxrcy/everygarf" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.25.1" [dependencies.notify-rust] version = "4.10.0" [dependencies.reqwest] version = "0.12.2" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ]