myanimelist 0.2.2

A complete async/sync typed MyAnimeList v2 api
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 = "myanimelist"
version = "0.2.2"
authors = ["Cherry"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete async/sync typed MyAnimeList v2 api"
readme = "README.md"
keywords = [
    "myanimelist",
    "mal",
    "api",
    "anime",
    "manga",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/MolotovCherry/mal-api-rs"

[package.metadata.docs.rs]
all-features = true

[features]
blocking = []

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

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

[dependencies.const_format]
version = "0.2.35"

[dependencies.derive_more]
version = "2.1.1"
features = ["display"]

[dependencies.itertools]
version = "0.14"

[dependencies.oauth2]
version = "5.0"
features = ["pkce-plain"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "form",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_qs]
version = "1.0"

[dependencies.serde_with]
version = "3.17.0"

[dependencies.strum]
version = "0.28.0"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.44"