[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"