r621 0.2.0

Provides a client to access e621
Documentation
[package]
name = "r621"
version = "0.2.0"
edition = "2021"
description = "Provides a client to access e621"
homepage = "https://git.doggoat.de/dhalucario/r621"
documentation = "https://git.doggoat.de/dhalucario/r621"
license = "MIT"
readme = "README.md"
repository = "https://git.doggoat.de/dhalucario/r621"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.77"
base64 = "0.21.5"
reqwest = "0.11.23"
serde = { version = "1.0.193", features = ["derive", "std"] }
serde_json = "1.0.108"
thiserror = "1.0.52"
url = "2.5.0"
tokio = { version = "1", features = ["full"] }

[features]
dump = []