tmdb-api 0.3.5

Yet another TMDB client. This one is using async methods.
Documentation
[dependencies.async-trait]
optional = true
version = "0.1"

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

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "tokio-rustls"]
optional = true
version = "0.11"

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

[dependencies.serde_repr]
version = "0.1"
[dev-dependencies.mockito]
version = "1.0"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.21"

[features]
commands = ["dep:async-trait", "dep:reqwest"]
default = ["commands"]
integration = []

[package]
authors = ["Jeremie Drouet <jeremie.drouet@gmail.com>"]
description = "Yet another TMDB client. This one is using async methods."
edition = "2021"
license = "MIT"
name = "tmdb-api"
readme = "readme.md"
repository = "https://github.com/jdrouet/tmdb-api"
version = "0.3.5"