# 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 = "r621" version = "0.2.4" description = "Provides a client to access e621" homepage = "https://git.doggoat.de/dhalucario/r621" documentation = "https://docs.rs/r621/latest/r621/" readme = "README.md" license = "MIT" repository = "https://git.doggoat.de/dhalucario/r621" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5" [features] dump = []