tauri-mcp 0.1.4

MCP server for testing and interacting with Tauri v2 applications
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"
name = "tauri-mcp"
version = "0.1.4"
authors = ["David Irvine <david.irvine@maidsafe.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for testing and interacting with Tauri v2 applications"
homepage = "https://github.com/dirvine/tauri-mcp"
documentation = "https://github.com/dirvine/tauri-mcp#readme"
readme = "README.md"
keywords = [
    "tauri",
    "mcp",
    "testing",
    "automation",
]
categories = [
    "development-tools",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dirvine/tauri-mcp"

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

[[bin]]
name = "tauri-mcp"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.config]
version = "0.13"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.enigo]
version = "0.2"

[dependencies.image]
version = "0.24"

[dependencies.jsonrpc-core]
version = "18.0"

[dependencies.jsonrpc-core-client]
version = "18.0"

[dependencies.nix]
version = "0.27"
features = ["process"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.screenshots]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.30"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.winapi]
version = "0.3"
features = [
    "processthreadsapi",
    "winnt",
    "handleapi",
    "winuser",
    "winbase",
]

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.8"

[target.'cfg(target_os = "linux")'.dependencies.x11]
version = "2.21"

[target.'cfg(target_os = "linux")'.dependencies.xcb]
version = "1.3"

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.23"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.52"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1