[package]
edition = "2018"
name = "roosterteeth_rs"
version = "0.3.1"
authors = ["Duncan Bristow <duncan_bristow@candunc.com>"]
description = "Rust Bindings for the RoosterTeeth SVOD API"
readme = "README.md"
keywords = ["RoosterTeeth", "bindings"]
license = "Apache-2.0"
repository = "https://github.com/candunc/roosterteeth-rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.reqwest]
version = "0.11"
features = ["blocking", "json"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"