waydriver 0.1.0

Headless GUI testing for Wayland applications via AT-SPI accessibility APIs and PipeWire screen capture
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"
rust-version = "1.80"
name = "waydriver"
version = "0.1.0"
authors = ["Bohdan Tkachenko <bohdan@tkachenko.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless GUI testing for Wayland applications via AT-SPI accessibility APIs and PipeWire screen capture"
homepage = "https://github.com/BohdanTkachenko/waydriver"
readme = "README.md"
keywords = [
    "wayland",
    "testing",
    "gui",
    "atspi",
    "accessibility",
]
categories = [
    "development-tools::testing",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/BohdanTkachenko/waydriver"

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

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

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

[dependencies.atspi]
version = "0.29"
features = [
    "proxies",
    "connection",
]

[dependencies.gstreamer]
version = "0.25"

[dependencies.gstreamer-app]
version = "0.25"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.zbus]
version = "5"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1"

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