[package] name = "devtools" authors = ["CrabNebula "] edition = "2021" version = "0.3.3" description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease." rust-version = "1.73.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.3" } tauri = { version = "1.6.1", features = ["tracing"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tonic = "0.10" tokio = "1.36.0" 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.6.1", features = ["test"] }