tauri-plugin-devtools 2.1.0

CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease.
# 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.78.0"
name = "tauri-plugin-devtools"
version = "2.1.0"
authors = ["CrabNebula <hello@crabnebula.dev>"]
build = "build.rs"
links = "tauri-plugin-devtools"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["wry"]
wry = ["tauri/wry"]

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

[dependencies.async-stream]
version = "0.3.5"

[dependencies.bytes]
version = "1.7.1"

[dependencies.colored]
version = "2.1"

[dependencies.devtools-core]
version = "0.3.6"

[dependencies.futures]
version = "0.3.30"

[dependencies.local-ip-address]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2.0.0"
features = ["tracing"]
default-features = false

[dependencies.tokio]
version = "1"

[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 = "2.0.0"
features = [
    "tracing",
    "test",
]
default-features = false

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

[target.'cfg(target_os = "ios")'.dependencies.cocoa]
version = "0.26"

[target.'cfg(target_os = "ios")'.dependencies.objc]
version = "0.2"

[target.'cfg(target_os = "ios")'.dependencies.swift-rs]
version = "1.0.7"