[package] name = "csm-client" version.workspace = true edition.workspace = true [dependencies] csm-protocol = { path = "../protocol" } tokio = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } anyhow = { workspace = true } uuid = { workspace = true } chrono = { workspace = true } thiserror = { workspace = true } sysinfo = "0.30" tokio-rustls = "0.26" rustls = { version = "0.23", default-features = false, features = ["ring", "std"] } rustls-pki-types = "1" webpki-roots = "0.26" rustls-pemfile = "2" hmac = "0.12" sha2 = "0.10" hex = "0.4" [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.54", features = [ "Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Registry", "Win32_System_IO", "Win32_Security", "Win32_NetworkManagement_IpHelper", "Win32_Storage_FileSystem", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", "Win32_System_Threading", "Win32_System_Diagnostics_ToolHelp", "Win32_System_LibraryLoader", "Win32_System_Performance", "Win32_Graphics_Gdi", ] } windows-service = "0.7" hostname = "0.4" [target.'cfg(not(target_os = "windows"))'.dependencies] hostname = "0.4"