libpixiv 0.1.2

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.1.2"
authors = ["theBread <contact@thebread.dev>"]
build = false
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"

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

[dependencies.chrono]
version = "0.4.38"

[dependencies.md5]
version = "0.8.0"

[dependencies.reqwest]
version = "0.12.7"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.serde_path_to_error]
version = "0.1.17"

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

[dependencies.tokio]
version = "1.40.0"
features = [
    "rt",
    "macros",
]