tauri-plugin-wdio 1.2.0

A Tauri plugin for WebDriverIO testing with execute and mocking capabilities
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.70"
name = "tauri-plugin-wdio"
version = "1.2.0"
authors = ["WebDriverIO Community"]
build = "build.rs"
links = "tauri-plugin-wdio"
include = [
    "/Cargo.toml",
    "/src/**/*",
    "/build.rs",
    "/README.md",
    "/permissions/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for WebDriverIO testing with execute and mocking capabilities"
homepage = "https://github.com/webdriverio/desktop-mobile/tree/main/packages/tauri-plugin"
documentation = "https://github.com/webdriverio/desktop-mobile/tree/main/packages/tauri-plugin"
readme = "README.md"
keywords = [
    "tauri",
    "webdriverio",
    "testing",
    "automation",
]
categories = [
    "gui",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/webdriverio/desktop-mobile"

[features]
custom-protocol = ["tauri/custom-protocol"]

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

[dependencies.log]
version = "0.4"
features = ["std"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2.0.0"

[dependencies.tauri-plugin]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

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

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