waydriver 0.2.3

Headless GUI testing for Wayland applications via AT-SPI accessibility APIs and PipeWire screen capture
Documentation
[package]
name = "waydriver"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
description = "Headless GUI testing for Wayland applications via AT-SPI accessibility APIs and PipeWire screen capture"
readme = "../../README.md"
keywords = ["wayland", "testing", "gui", "atspi", "accessibility"]
categories = ["development-tools::testing", "gui"]

[features]
default = []
test-support = []

[dependencies]
async-trait.workspace = true
atspi.workspace = true
gstreamer.workspace = true
gstreamer-app.workspace = true
libc.workspace = true
sxd-document.workspace = true
sxd-xpath.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true
zbus.workspace = true