r621 0.3.3-rc2

Provides a client to access e621
Documentation
# 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 = "2024"
name = "r621"
version = "0.3.3-rc2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

[features]
default = ["rustls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

[lib]
name = "r621"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
version = "^0.13"
features = [
    "charset",
    "http2",
    "system-proxy",
    "json",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "std",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2.5"