[go: up one dir, main page]

atspi 0.9.0

Pure-Rust, zbus-based AT-SPI2 protocol implementation.
Documentation
[dependencies.async-recursion]
version = "^1.0.0"

[dependencies.async-trait]
version = "^0.1.59"

[dependencies.atspi-macros]
version = "0.1.4"

[dependencies.enumflags2]
version = "^0.7.5"

[dependencies.futures-lite]
default-features = false
version = "1.12"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "^1.0"

[dependencies.tracing]
version = "^0.1.37"

[dependencies.zbus]
default-features = false
version = "^3.6.2"

[dependencies.zbus_names]
version = "2.4.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1"

[dev-dependencies.byteorder]
version = "1.4"

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

[dev-dependencies.tokio-stream]
version = "0.1"

[features]
async-io = ["atspi-macros/async-io", "zbus/async-io"]
default = ["async-io"]
gvariant = ["zbus/gvariant"]
tokio = ["atspi-macros/tokio", "zbus/tokio"]

[package]
authors = ["Michael Connor Buchan <mikey@blindcomputing.org>", "Tait Hoyem <tait@tait.tech>", "Alberto Tirla <albertotirla@gmail.com>", "DataTriny <datatriny@gmail.com>", "Luuk Duim <luukvanderduim@gmail.com>"]
categories = ["accessibility", "api-bindings"]
description = "Pure-Rust, zbus-based AT-SPI2 protocol implementation."
edition = "2021"
homepage = "https://github.com/odilia-app/atspi"
include = ["src/**/*", "atspi-macros/**/*", "LICENSE-*", "README.md"]
keywords = ["screen-reader", "accessibility", "a11y", "tts", "linux"]
license = "Apache-2.0 OR MIT"
name = "atspi"
readme = "README.md"
repository = "https://github.com/odilia-app/atspi"
version = "0.9.0"
[package.metadata.release]
publish = true
release = true