tauri-plugin-devtools-app 2.1.4

Connect with the Devtools for Tauri application
[package]
name = "tauri-plugin-devtools-app"
version = "2.1.4"
description = "Connect with the Devtools for Tauri application"
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition.workspace = true
rust-version = "1.88.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabnebula-dev/devtools"
links = "tauri-plugin-devtools-app"

[build-dependencies]
tauri-plugin = { version = "2.5", features = ["build"] }

[dependencies]
tauri = { version = "2.10", default-features = false, features = [
    "unstable",
    "dynamic-acl",
] }
tauri-plugin-devtools = { path = "../devtools", version = "2.1.0", default-features = false }
serialize-to-javascript = "=0.1.2"
thiserror = "2"
serde = "1"
serde_json = "1"
rand = "0.8"
interprocess = { version = "2", features = ["tokio"] }
tokio = { version = "1", features = ["macros"] }
http = "1"
uuid = { version = "1", features = ["v4"] }
colored = "2.1"
include_dir = "0.7"

[features]
default = ["wry"]
wry = ["tauri/wry", "tauri-plugin-devtools/wry"]
context-menu-inspector = ["tauri/devtools"]