[dependencies.chrono]
features = ["serde"]
version = "0.4.19"
[dependencies.futures]
version = "0.3"
[dependencies.reqwest]
features = ["json"]
version = "0.10"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.syncwrap]
version = "0.2.0"
[dependencies.tokio]
features = ["full"]
version = "0.2"
[features]
sync = []
[package]
authors = ["michael <mcarson898@gmail.com>"]
description = "A TMDB client that provides async and sync clients"
edition = "2018"
license = "MIT"
name = "tmdb-cli"
readme = "README.md"
repository = "https://github.com/mjcarson/tmdb-cli.git"
version = "0.1.0"