# 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 = "wallhaven" version = "0.2.0" authors = ["Dax99993"] description = "A complete WallHaven API CLI client, allowing wallpaper download" readme = "README.md" keywords = [ "cli", "image", "wallpaper", "api", "wallhaven", ] categories = [ "graphics", "command-line-utilities", "api-bindings", ] license = "MIT" repository = "https://github.com/dax99993/wallhaven" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.futures] version = "0.3.23" [dependencies.indicatif] version = "0.17.0" [dependencies.reqwest] version = "0.11.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.20.1" features = ["full"]