mangadex-api-types-rust 0.10.0

Types for mangadex-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 = "mangadex-api-types-rust"

version = "0.10.0"

authors = ["tonymushah <tonymushahdev06@yahoo.com>"]

description = "Types for mangadex-api"

license = "MIT OR Apache-2.0"

resolver = "2"

repository = "https://github.com/tonymushah/mangadex-api"

keywords = ["mangadex", "types-bindings"]



[dev-dependencies]

tokio = { version = "1", features = ["rt", "macros"]}

serde_json = "1"



[dev-dependencies.anyhow]

workspace = true



[dependencies.derive_builder]

workspace = true



[dependencies.reqwest]

workspace = true



[dependencies.serde]

workspace = true



[dependencies.thiserror]

workspace = true



[dependencies.time]

workspace = true



[dependencies.url]

workspace = true



[dependencies.uuid]

workspace = true



[dependencies.async-graphql]

workspace = true

optional = true



[dependencies.specta]

workspace = true

optional = true



[features]

non_exhaustive = []

default = ["non_exhaustive"]

specta = ["dep:specta"]

async-graphql = ["dep:async-graphql"]