tmdb_client 1.5.2

Rust client for The Movie Database (TMDB) API.
Documentation
[dependencies.chrono]
version = "^0.4"

[dependencies.flate2]
version = "^1.0"

[dependencies.reqwest]
version = "~0.9"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.url]
version = "1.5"

[dev-dependencies]

[package]
authors = ["BenoƮt Courtine <benoit.courtine@gmail.com>"]
categories = ["api-bindings"]
description = "Rust client for The Movie Database (TMDB) API.\n"
documentation = "https://docs.rs/crate/tmdb_client"
edition = "2018"
homepage = "https://crates.io/crates/tmdb_client"
keywords = ["tmdb", "api", "client"]
license = "MIT"
name = "tmdb_client"
readme = "README.md"
repository = "https://github.com/bcourtine/tmdb-client-rs"
version = "1.5.2"