-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (31 loc) · 944 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[[bin]]
name = 'cec-alsa-sync'
path = 'src/bin.rs'
[package]
name = 'cec-alsa-sync'
version = "3.1.1"
authors = ['Sami Salonen']
edition = '2018'
license = 'GPL-2.0'
description = 'Small command line application to command ALSA volume using CEC via Rasberry Pi HDMI port'
documentation = 'https://docs.rs/cec-alsa-sync'
readme = 'README.md'
include = ['/README.md', '/LICENSE', '/Cargo.toml', '/Cargo.lock', '/src/*.rs']
keywords = ['libcec', 'cec', 'hdmi', 'alsa']
categories = ['command-line-utilities']
homepage = 'https://github.com/ssalonen/cec-alsa-sync'
repository = 'https://github.com/ssalonen/cec-alsa-sync'
publish = false
[dependencies]
cec-rs = '6.0.0'
arrayvec = '0.7.1'
env_logger = '0.9.0'
log = '0.4.11'
once_cell = "1.17.1"
serde = { version = '1.0.118', features = ["derive"] }
toml = "0.5.8"
[badges.travis-ci]
repository = 'ssalonen/cec-alsa-sync'
branch = 'master'
[badges.maintenance]
status = 'passively-maintained'