[package] name = "NordicFlow" version = "0.1.0" description = "A Tauri App" authors = ["you"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] tauri-build = { version = "2.0.3", features = [] } [dependencies] tauri = { version = "2.7.0", features = [] } serde = { version = "1", features = ["derive"] } serde_json = "1" tauri-plugin-shell = "2" tauri-plugin-process = "2.3.1" tauri-plugin-sql = { version = "2", features = ["sqlite"] } tauri-plugin-http = "2" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11", features = ["stream", "json"] } futures-util = "0.3" tauri-plugin-dialog = "2.6.0" [features] # This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!! custom-protocol = ["tauri/custom-protocol"]