atspi-connection 0.3.0

A method of connecting, querying, sending and receiving over AT-SPI.
Documentation
[dependencies.atspi-common]
default-features = false
version = "0.3.0"

[dependencies.atspi-proxies]
default-features = false
version = "0.3.0"

[dependencies.futures-lite]
version = "1.13.0"

[dependencies.tracing]
optional = true
version = "0.1.37"

[dependencies.zbus]
default-features = false
version = "3.12.0"
[dev-dependencies.enumflags2]
version = "0.7.7"

[dev-dependencies.tokio-test]
version = "0.4.2"

[features]
async-std = ["zbus/async-io", "atspi-proxies/async-std", "atspi-common/async-std"]
default = ["async-std"]
tokio = ["zbus/tokio", "atspi-proxies/tokio", "atspi-common/tokio"]
tracing = ["dep:tracing"]

[package]
categories = ["accessibility", "API bindings"]
description = "A method of connecting, querying, sending and receiving over AT-SPI."
edition = "2021"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["screen-reader", "accessibility", "a11y", "linux"]
license = "Apache-2.0 OR MIT"
name = "atspi-connection"
readme = "README.md"
repository = "https://github.com/odilia-app/atspi/"
rust-version = "1.68.2"
version = "0.3.0"