[dependencies.async-trait]
version = "0.1.51"
[dependencies.httparse]
version = "1.4.1"
[dependencies.log]
version = "0.4.14"
[dependencies.regex]
version = "1.5.4"
[dependencies.reqwest]
features = ["native-tls", "json"]
version = "0.11.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.126"
[dependencies.serde-xml-rs]
version = "0.4.1"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.tokio]
default-features = false
features = ["macros", "net"]
version = "1.9.0"
[dev-dependencies.chrono]
version = "0.4.19"
[dev-dependencies.http]
version = "0.2.4"
[dev-dependencies.indoc]
version = "1.0.3"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"
[dev-dependencies.rand]
version = "0.8.4"
[dev-dependencies.rcgen]
version = "0.8.11"
[dev-dependencies.warp]
features = ["tls"]
version = "0.3.1"
[package]
authors = ["Connor Troy <connor.troy@tuta.io>"]
categories = ["api-bindings"]
description = "API to connect and control Vizio SmartCast devices"
edition = "2018"
keywords = ["home-automation", "smart-home", "smart-tv", "soundbar"]
license = "MIT"
name = "smartcast"
readme = "README.md"
repository = "https://github.com/ConnorTroy/smartcast"
version = "0.1.0"