# 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 = "cargo-mote" version = "0.1.3" authors = ["Will Brickner "] description = "Control Roku TVs from your terminal" readme = "README.md" keywords = [ "roku", "tv", "remote", "mote", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wbrickner/mote" [dependencies.anyhow] version = "1.0.79" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.11.24" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.0" [dependencies.ssdp] version = "0.7.0" [dependencies.static_init] version = "1.0.3" [dependencies.termion] version = "1.5.5" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tui] version = "0.14"