tauri-plugin-debug-tools 0.1.4

Debug utilities for Tauri WebView apps.
Documentation
# 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.77.2"
name = "tauri-plugin-debug-tools"
version = "0.1.4"
authors = ["8beeeaaat <8beeeaaat@gmail.com>"]
build = "build.rs"
links = "tauri-plugin-debug-tools"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
    "/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debug utilities for Tauri WebView apps."
homepage = "https://github.com/8beeeaaat/tauri-plugin-debug-tools"
documentation = "https://docs.rs/tauri-plugin-debug-tools"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "debug",
    "webview",
    "logging",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/8beeeaaat/tauri-plugin-debug-tools"

[lib]
name = "tauri_plugin_debug_tools"
crate-type = [
    "staticlib",
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"
features = ["wry"]

[dependencies.tauri-plugin-screenshots]
version = "2"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

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