# 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 = "devtools" version = "0.3.3" authors = ["CrabNebula "] description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crabnebula-dev/devtools" [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.5.0" [dependencies.colored] version = "2.1" [dependencies.devtools-core] version = "0.3.3" [dependencies.futures] version = "0.3.30" [dependencies.serde_json] version = "1" [dependencies.tauri] version = "1.6.1" features = ["tracing"] [dependencies.tokio] version = "1.36.0" [dependencies.tonic] version = "0.10" [dependencies.tonic-health] version = "0.10" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.tauri] version = "1.6.1" features = ["test"]