tauri-plugin-devtools-app 2.1.0

Connect with the Devtools for Tauri application
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.73.0"
name = "tauri-plugin-devtools-app"
version = "2.1.0"
authors = ["CrabNebula <hello@crabnebula.dev>"]
build = "build.rs"
links = "tauri-plugin-devtools-app"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Connect with the Devtools for Tauri application"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabnebula-dev/devtools"

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

[lib]
name = "tauri_plugin_devtools_app"
path = "src/lib.rs"

[dependencies.colored]
version = "2.1"

[dependencies.http]
version = "0.2"

[dependencies.include_dir]
version = "0.7"

[dependencies.interprocess]
version = "2"
features = ["tokio"]

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serialize-to-javascript]
version = "=0.1.2"

[dependencies.tauri]
version = "2.10"
features = [
    "unstable",
    "dynamic-acl",
]
default-features = false

[dependencies.tauri-plugin-devtools]
version = "2.1.0"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["macros"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.tauri-plugin]
version = "2.5"
features = ["build"]