[package]
name = "tauri-plugin-devtools-app"
version = "2.0.0"
description = "Connect with the Devtools for Tauri application"
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition = "2021"
rust-version = "1.73.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.0.0", features = ["build"] }
[dependencies]
tauri = { version = "2.0.0", features = ["unstable"] }
tauri-plugin-devtools = { path = "../devtools", version = "2.0.0" }
serialize-to-javascript = "=0.1.1"
thiserror = "1"
serde = "1"
serde_json = "1"
rand = "0.8"
interprocess = { version = "2", features = ["tokio"] }
tokio = { version = "1", features = ["macros"] }
http = "0.2"
uuid = { version = "1", features = ["v4"] }
colored = "2.1"
include_dir = "0.7"
[features]
context-menu-inspector = ["tauri/devtools"]