[package]
edition = "2021"
rust-version = "1.85"
name = "agent-seat-linux"
version = "0.2.0"
authors = ["A K M Muhibullah Nayem <muhibullah.nayem@bracits.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "App-scoped Wayland capture and input for Linux automation agents"
homepage = "https://github.com/MuhibNayem/agent-seat-linux"
documentation = "https://docs.rs/agent-seat-linux"
readme = "README.md"
keywords = [
"wayland",
"automation",
"computer-use",
"xwayland",
"linux",
]
categories = [
"os::linux-apis",
"gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MuhibNayem/agent-seat-linux"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "agent_seat_linux"
path = "src/lib.rs"
[[example]]
name = "agent_loop"
path = "examples/agent_loop.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false
[dependencies.libc]
version = "0.2"
[dependencies.polling]
version = "3"
[dependencies.smallvec]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
version = "1"
features = ["v4"]
[dependencies.wayland-backend]
version = "0.3"
[dependencies.wayland-client]
version = "0.31"
[dependencies.wayland-protocols]
version = "0.32"
features = [
"client",
"staging",
"unstable",
]
[dependencies.xkbcommon]
version = "0.8"
[lints.clippy]
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"