2022-12-02 06:45:15 +03:00
|
|
|
[package]
|
2023-02-23 19:17:41 +03:00
|
|
|
name = "speakersafetyd"
|
2023-12-11 16:19:06 +03:00
|
|
|
version = "0.1.7"
|
2022-12-02 06:45:15 +03:00
|
|
|
edition = "2021"
|
2023-10-14 04:30:40 +03:00
|
|
|
license = "MIT"
|
|
|
|
description = "Speaker protection daemon for embedded Linux systems"
|
2023-10-14 04:42:00 +03:00
|
|
|
repository = "https://github.com/AsahiLinux/speakersafetyd/"
|
2022-12-02 06:45:15 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-14 04:17:06 +03:00
|
|
|
alsa = "^0.8.1"
|
2023-12-07 14:06:13 +03:00
|
|
|
configparser = { version = "^3.0.3", features=["indexmap"] }
|
2023-02-23 19:17:41 +03:00
|
|
|
clap = { version = "4.1.6", features=["derive"] }
|
|
|
|
log = "0.4.17"
|
|
|
|
clap-verbosity-flag = "2.0.0"
|
2023-10-15 02:41:34 +03:00
|
|
|
simple_logger = "1.16.0"
|
2023-10-22 20:20:39 +03:00
|
|
|
chrono = "0.4.31"
|
|
|
|
json = "0.12.4"
|
2023-12-04 11:58:44 +03:00
|
|
|
signal-hook = "0.3.17"
|
|
|
|
libc = "0.2.150"
|