# 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 = "danbooru-rs" version = "1.0.21" authors = ["Tilted Toast"] description = "A command-line client to download images from Danbooru" license = "MIT" repository = "https://github.com/TiltedToast/danbooru-rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.indicatif] version = "0.17.7" features = [ "rayon", "improved_unicode", ] [dependencies.rayon] version = "1.8.1" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.urlencoding] version = "2.1.3"