# 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 = "reset_daemon" version = "2.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ReSet Daemon library and runner." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Xetibo/ReSet-Daemon" [lib] name = "reset_daemon" path = "src/lib.rs" [[bin]] name = "reset_daemon" path = "src/main.rs" [dependencies.crossbeam] version = "0.8.4" [dependencies.dbus] version = "0.9.7" [dependencies.dbus-crossroads] version = "0.5.2" [dependencies.dbus-tokio] version = "0.7.6" [dependencies.libloading] version = "0.8.3" [dependencies.once_cell] version = "1.19.0" [dependencies.pulse] version = "2.0" package = "libpulse-binding" [dependencies.re_set-lib] version = "5.2.5" [dependencies.serial_test] version = "3.0.0" [dependencies.tokio] version = "1.33.0" features = [ "rt", "time", "net", "macros", "rt-multi-thread", "sync", ] [dependencies.toml] version = "0.8.12"