tmdb-api 0.2.1

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.mockito]
version = "0.31"

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

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

[features]
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"
resolver = "2"
version = "0.2.1"