tauri-plugin-automation 0.1.3

Tauri plugin for automation via WebDriver
# 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 = "2024"
rust-version = "1.86"
name = "tauri-plugin-automation"
version = "0.1.3"
build = "build.rs"
links = "tauri-plugin-automation"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for automation via WebDriver"
readme = "README.md"
license = "Apache-2.0 OR MIT"

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

[dependencies.libloading]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"