atspi-connection 0.8.0

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

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

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

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

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

[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"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["accessibility"]
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.75.0"
version = "0.8.0"