[package] name = "proxmox-desktop" version = "0.1.0" description = "A cross-platform desktop application for managing Proxmox VE servers" authors = ["you"] edition = "2021" [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = ["tray-icon"] } tauri-plugin-shell = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } tokio = { version = "1", features = ["full"] } thiserror = "2" keyring = { version = "3", features = ["apple-native", "windows-native", "linux-native"] } uuid = { version = "1", features = ["v4"] } rustls = "0.23" rustls-pemfile = "2" x509-cert = "0.2" sha2 = "0.10" hex = "0.4" tokio-tungstenite = { version = "0.24", features = ["rustls-tls-webpki-roots"] } futures-util = "0.3" url = "2" [features] default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"]