# 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 = "2018" name = "cec-alsa-sync" version = "3.0.3" authors = ["Sami Salonen"] include = [ "/README.md", "/LICENSE", "/Cargo.toml", "/Cargo.lock", "/src/*.rs", ] description = "Utility to synchronize ALSA volume with commands from HDMI CEC" homepage = "https://github.com/ssalonen/cec-alsa-sync" documentation = "https://docs.rs/cec-alsa-sync" readme = "README.md" keywords = [ "libcec", "cec", "hdmi", "alsa", ] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/ssalonen/cec-alsa-sync" [[bin]] name = "cec-alsa-sync" path = "src/bin.rs" [dependencies.arrayvec] version = "0.7.1" [dependencies.cec-rs] version = "6.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.11" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "ssalonen/cec-alsa-sync"