computer-use-linux 0.2.3

Linux desktop control over MCP — AT-SPI accessibility tree, multi-compositor window targeting (GNOME, KWin, Hyprland, i3, COSMIC), screencast portal screenshots, and ydotool input synthesis. Wayland-first, X11 best-effort.
# 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 = "computer-use-linux"
version = "0.2.3"
authors = ["Avi Fenesh <avifenesh@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux desktop control over MCP — AT-SPI accessibility tree, multi-compositor window targeting (GNOME, KWin, Hyprland, i3, COSMIC), screencast portal screenshots, and ydotool input synthesis. Wayland-first, X11 best-effort."
homepage = "https://github.com/agent-sh/computer-use-linux"
documentation = "https://github.com/agent-sh/computer-use-linux#readme"
readme = "README.md"
keywords = [
    "mcp",
    "computer-use",
    "accessibility",
    "gnome",
    "wayland",
]
categories = [
    "accessibility",
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/agent-sh/computer-use-linux"

[[bin]]
name = "computer-use-linux"
path = "src/main.rs"

[[bin]]
name = "computer-use-linux-cosmic"
path = "src/bin/codex-computer-use-cosmic.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.atspi]
version = "0.29.0"
features = ["tokio"]

[dependencies.base64]
version = "0.22.1"

[dependencies.cosmic-protocols]
version = "0.2.0"
features = ["client"]
default-features = false

[dependencies.evdev]
version = "0.13.2"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.rmcp]
version = "1.5.0"
features = ["transport-io"]

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.51.1"
features = [
    "macros",
    "rt",
    "time",
]

[dependencies.wayland-client]
version = "0.31.11"

[dependencies.wayland-protocols]
version = "0.32.9"
features = [
    "client",
    "staging",
]

[dependencies.xkeysym]
version = "0.2.1"

[dependencies.zbus]
version = "5.14.0"

[profile.release]
lto = "thin"
strip = "symbols"