[package] name = "world-monitor" version = "2.5.7" description = "World Monitor desktop application" authors = ["World Monitor"] edition = "2021" [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } serde = { version = "1", features = ["derive"] } serde_json = "1" keyring = { version = "3", features = ["apple-native", "windows-native"] } reqwest = { version = "0.12", default-features = false, features = ["native-tls", "json"] } getrandom = "0.2" [features] default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"] devtools = ["tauri/devtools"]