# 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 = "speakersafetyd" version = "1.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Speaker protection daemon for embedded Linux systems" readme = "README.md" license = "MIT" repository = "https://github.com/AsahiLinux/speakersafetyd/" [[bin]] name = "speakersafetyd" path = "src/main.rs" [dependencies.alsa] version = "^0.9.1" [dependencies.chrono] version = "^0.4.31" [dependencies.clap] version = "^4.1.6" features = ["derive"] [dependencies.clap-verbosity-flag] version = "^2.0.0" [dependencies.configparser] version = "^3.1.0" features = ["indexmap"] [dependencies.json] version = "^0.12.4" [dependencies.libc] version = "^0.2.150" [dependencies.log] version = "^0.4.17" [dependencies.signal-hook] version = "^0.3.17" [dependencies.simple_logger] version = "^4.3.3"