2022-12-02 06:45:15 +03:00
|
|
|
[package]
|
2023-02-23 19:17:41 +03:00
|
|
|
name = "speakersafetyd"
|
2023-10-14 05:12:28 +03:00
|
|
|
version = "0.1.1"
|
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]
|
|
|
|
half = "^2.1.0"
|
2023-10-14 04:17:06 +03:00
|
|
|
alsa = "^0.8.1"
|
2023-02-23 19:17:41 +03:00
|
|
|
configparser = { version = "^3.0.2", features=["indexmap"] }
|
|
|
|
clap = { version = "4.1.6", features=["derive"] }
|
|
|
|
log = "0.4.17"
|
|
|
|
clap-verbosity-flag = "2.0.0"
|
|
|
|
simple_logger = "4.0.0"
|