mangadex-api 0.2.3

Unofficial client/wrapper for the MangaDex API
Documentation
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.reqwest]
features = ["cookies", "json"]
version = "0.11"

[dependencies.scraper]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.structopt]
version = "0.3"

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

[features]
default = ["v2", "time"]
time = ["chrono"]
v2 = []

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

[package]
authors = ["gondolyr <gondolyr@tutanota.com>"]
categories = ["api-bindings"]
description = "Unofficial client/wrapper for the MangaDex API"
documentation = "https://gondolyr.gitlab.io/mangadex-api/mangadex_api"
edition = "2018"
exclude = ["**/openapi.yaml"]
keywords = ["api", "bindings", "client", "mangadex", "wrapper"]
license = "MIT OR Apache-2.0"
name = "mangadex-api"
readme = "README.md"
repository = "https://gitlab.com/gondolyr/mangadex-api"
version = "0.2.3"