mangadex-api-rust 2.0.0-rc.1

SDK for the 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-rust"
version = "2.0.0-rc.1"
authors = [
    "gondolyr <gondolyr@tutanota.com>",
    "tonymushah tonymushahdev06@yahoo.com",
]
description = "SDK for the MangaDex API"
readme = "README.md"
keywords = [
    "api",
    "client",
    "mangadex",
    "sdk",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tonymushah/mangadex-api"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]

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

[dependencies.derive_builder]
version = "0.11.2"

[dependencies.futures]
version = "0.3.21"
optional = true

[dependencies.mangadex-api-schema]
version = "0.1.0"
package = "mangadex-api-schema-rust"

[dependencies.mangadex-api-types]
version = "0.1.0"
package = "mangadex-api-types-rust"

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

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

[dependencies.serde_qs]
version = "0.9.2"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.time]
version = "0.3.7"
features = ["serde-human-readable"]

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

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

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

[dev-dependencies.clap]
version = "3.1.2"
features = ["derive"]

[dev-dependencies.fake]
version = "2.4.3"

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

[dev-dependencies.tokio]
version = "1.18.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.5.11"

[features]
multi-thread = ["futures"]