[package]
edition = "2021"
rust-version = "1.70"
name = "tauri-plugin-automation-server"
version = "0.2.0"
authors = ["Corey Herrera"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP automation server for Tauri v2 apps - enables external control and automated testing"
homepage = "https://github.com/dcherrera/tauri-plugin-automation"
readme = "README.md"
keywords = [
"tauri",
"tauri-v2",
"automation",
"testing",
"webdriver",
]
categories = [
"development-tools::testing",
"gui",
]
license-file = "LICENSE"
repository = "https://github.com/dcherrera/tauri-plugin-automation"
[features]
default = []
[lib]
name = "tauri_plugin_automation_server"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tauri]
version = "2"
features = ["wry"]
default-features = false
[dependencies.tiny_http]
version = "0.12"