devtools 0.3.1

CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease.
Documentation
workspace = {}

[package]
name = "devtools"
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition = "2021"
version = "0.3.1"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
rust-version = "1.70.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabnebula-dev/devtools"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
devtools-core = { path = "../devtools-core", version = "0.3.0" }
tauri = { version = "1.5.4", features = ["tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tonic = "0.10"
tokio = "1.35.1"
tonic-health = "0.10"
colored = "2.1"
serde_json = "1"
futures = "0.3.30"
bytes = "1.5.0"
async-stream = "0.3.5"

[dev-dependencies]
tauri = { version = "1.5.4", features = ["test"] }