libpixiv 0.2.3

pixiv.net API client library
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 = "2021"
name = "libpixiv"
version = "0.2.3"
authors = ["theBread <contact@thebread.dev>"]
build = false
exclude = [
    ".forgejo",
    "default.nix",
    "shell.nix",
    "renovate.json",
    ".cargo",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pixiv.net API client library"
readme = "README.md"
keywords = [
    "pixiv",
    "api-client",
    "api",
]
categories = ["api-bindings"]
license-file = "LICENSE"
repository = "https://git.thebread.dev/thebreadcompany/libpixiv"
resolver = "2"

[features]
clap = ["dep:clap"]
sqlx = ["dep:sqlx"]

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

[dependencies.async-lock]
version = "3.4.2"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.http]
version = "1"

[dependencies.md5]
version = "0.8.0"

[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
    "query",
    "json",
    "rustls",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.sqlx]
version = "0.8.6"
features = ["derive"]
optional = true

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.once_cell]
version = "1.21.4"

[dev-dependencies.serial_test]
version = "3.2.0"
features = ["async"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "test-util",
    "macros",
]