mangadex-api-types-rust 0.10.0

Types for mangadex-api
Documentation
[dependencies.async-graphql]
optional = true
version = "7"

[dependencies.derive_builder]
version = "0.20"

[dependencies.reqwest]
features = ["cookies", "json", "multipart", "rustls-tls"]
version = "0.12"

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

[dependencies.specta]
features = ["uuid", "url", "time"]
optional = true
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
features = ["serde-human-readable", "large-dates", "local-offset"]
version = "0.3"

[dependencies.url]
features = ["serde"]
version = "2.5"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1.8"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[features]
async-graphql = ["dep:async-graphql"]
default = ["non_exhaustive"]
non_exhaustive = []
specta = ["dep:specta"]

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

[package]
authors = ["tonymushah <tonymushahdev06@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Types for mangadex-api"
edition = "2021"
keywords = ["mangadex", "types-bindings"]
license = "MIT OR Apache-2.0"
name = "mangadex-api-types-rust"
readme = "README.md"
repository = "https://github.com/tonymushah/mangadex-api"
resolver = "2"
version = "0.10.0"

[[test]]
name = "time"
path = "tests/time.rs"