[package] name = "LGremote" version = "0.2.1" edition = "2021" authors = ["Ali Raheem "] license = "MIT" description = "Command line tool for controlling LG TVs from the 2012 era" readme = "README.md" homepage = "https://github.com/ali-raheem/LGRemote.rs" repository = "https://github.com/ali-raheem/LGRemote.rs" keywords = ["cli", "remote", "control", "TV", "LG"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.11.8" tokio = { version = "1", features = ["full"] } phf = { version = "0.10", features = ["macros"] }