# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chromecast" version = "0.18.2" authors = ["Aleh Zasypkin "] exclude = [ ".github/*", "examples/*", "protobuf/*", "README.md", ] description = "Library that allows you to communicate with Google Cast enabled devices (e.g. Chromecast)." homepage = "https://github.com/azasypkin/rust-cast" documentation = "https://docs.rs/crate/rust_cast/" readme = "README.md" keywords = [ "cast", "chromecast", "google", ] categories = [ "api-bindings", "hardware-support", "multimedia", ] license = "MIT" repository = "https://github.com/tsirysndr/rust-cast" [[example]] name = "rust_caster" path = "examples/rust_caster.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.log] version = "0.4.17" [dependencies.protobuf] version = "=3.2.0" [dependencies.rustls] version = "0.21.0" features = ["dangerous_configuration"] [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.webpki-roots] version = "0.22.6" [dev-dependencies.ansi_term] version = "0.12.1" [dev-dependencies.docopt] version = "1.1.1" [dev-dependencies.env_logger] version = "0.10.0" [build-dependencies.protobuf-codegen] version = "=3.2.0" [features] thread_safe = []