11[package ]
22name = " rustdesk"
3- version = " 1.3.5 "
3+ version = " 1.3.6 "
44authors = [" rustdesk <info@rustdesk.com>" ]
55edition = " 2021"
66build = " build.rs"
@@ -16,6 +16,10 @@ crate-type = ["cdylib", "staticlib", "rlib"]
1616name = " naming"
1717path = " src/naming.rs"
1818
19+ [[bin ]]
20+ name = " service"
21+ path = " src/service.rs"
22+
1923[features ]
2024inline = []
2125cli = []
@@ -78,12 +82,15 @@ fon = "0.6"
7882zip = " 0.6"
7983shutdown_hooks = " 0.1"
8084totp-rs = { version = " 5.4" , default-features = false , features = [" gen_secret" , " otpauth" ] }
85+
86+ [target .'cfg(not(target_os = "linux"))' .dependencies ]
87+ # https://github.com/rustdesk/rustdesk/discussions/10197, not use cpal on linux
8188cpal = { git = " https://github.com/rustdesk-org/cpal" , branch = " osx-screencapturekit" }
8289ringbuf = " 0.3"
8390
8491[target .'cfg(not(any(target_os = "android", target_os = "ios")))' .dependencies ]
8592mac_address = " 1.1"
86- sciter-rs = { git = " https://github.com/open-trade /rust-sciter" , branch = " dyn" }
93+ sciter-rs = { git = " https://github.com/rustdesk-org /rust-sciter" , branch = " dyn" }
8794sys-locale = " 0.3"
8895enigo = { path = " libs/enigo" , features = [ " with_serde" ] }
8996clipboard = { path = " libs/clipboard" }
@@ -149,7 +156,7 @@ reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocki
149156[target .'cfg(target_os = "linux")' .dependencies ]
150157psimple = { package = " libpulse-simple-binding" , version = " 2.27" }
151158pulse = { package = " libpulse-binding" , version = " 2.27" }
152- rust-pulsectl = { git = " https://github.com/open-trade /pulsectl" }
159+ rust-pulsectl = { git = " https://github.com/rustdesk-org /pulsectl" }
153160async-process = " 1.7"
154161evdev = { git =" https://github.com/rustdesk-org/evdev" }
155162dbus = " 0.9"
0 commit comments