# 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 = "cec-dpms" version = "0.1.1" authors = ["Mariusz Białończyk"] include = ["/README.md", "/LICENSE", "/Cargo.toml", "/Cargo.lock", "/src/*.rs", "systemd/*.service"] description = "Simple program to power on/off TV by simulating DPMS feature using HDMI CEC" homepage = "https://github.com/manio/cec-dpms" documentation = "https://github.com/manio/cec-dpms" readme = "README.md" keywords = ["libcec", "cec", "hdmi", "dpms"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/manio/cec-dpms" resolver = "2" [dependencies.cec-rs] version = "4.0.0" [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.log] version = "0.4.11" [dependencies.signal-hook] version = "0.3.13" [dependencies.simplelog] version = "0.11.2" features = ["paris", "ansi_term"]