tauri-plugin-dev-invoke 0.1.0

Enables external browsers to invoke Tauri commands via HTTP for dev/testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tauri-plugin-dev-invoke"
authors = ["Mahmoud Almontasser <almontasser@outlook.com>"]
repository = "https://github.com/almontasser/tauri-plugin-dev-invoke"
homepage = "https://github.com/almontasser/tauri-plugin-dev-invoke"
version = "0.1.0"
edition = "2021"
description = "Enables external browsers to invoke Tauri commands via HTTP for dev/testing"
license = "MIT OR Apache-2.0"
keywords = ["tauri", "plugin", "dev", "testing", "invoke"]

[dependencies]
tauri = { version = "2", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.12"
paste = "1"
tauri-plugin-dev-invoke-macros = { path = "../tauri-plugin-dev-invoke-macros", version = "0.1.0" }