r621/Cargo.toml

26 lines
641 B
TOML

[package]
name = "r621"
version = "0.2.4"
edition = "2021"
description = "Provides a client to access e621"
homepage = "https://git.doggoat.de/dhalucario/r621"
documentation = "https://docs.rs/r621/latest/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"
base64 = "0.21"
reqwest = "0.11"
serde = { version = "1.0", features = ["derive", "std"] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.5"
tokio = { version = "1", features = ["full"] }
[features]
dump = []