rust_cast 0.12.0

Library that allows you to communicate with Google Cast enabled devices (e.g. Chromecast).
Documentation
[package]
name = "rust_cast"
description = "Library that allows you to communicate with Google Cast enabled devices (e.g. Chromecast)."
documentation = "https://azasypkin.github.io/rust-cast/"
homepage = "https://github.com/azasypkin/rust-cast"
repository = "https://github.com/azasypkin/rust-cast"
readme = "README.md"
license = "MIT"
keywords = ["cast", "chromecast", "google"]
version = "0.12.0"
authors = ["Aleh Zasypkin <aleh.zasypkin@gmail.com>"]
exclude = ["protobuf/*"]
categories = ["api-bindings", "hardware-support", "multimedia"]

[dependencies]
byteorder = "1.2.2"
log = "0.4.1"
openssl = "0.10.7"
protobuf = "1.5.1"
serde = "1.0.52"
serde_derive = "1.0.52"
serde_json = "1.0.17"