rust_cast 0.13.1

Library that allows you to communicate with Google Cast enabled devices (e.g. Chromecast).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.log]
version = "0.4.2"

[dependencies.openssl]
version = "0.10.10"

[dependencies.protobuf]
version = "2.0.2"

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_derive]
version = "1.0.66"

[dependencies.serde_json]
version = "1.0.21"
[build-dependencies.protoc-rust]
version = "2.0.2"