atspi 0.30.0

Pure-Rust, zbus-based AT-SPI2 protocol implementation.
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.77.2"
name = "atspi"
version = "0.30.0"
authors = [
    "Alberto Tirla <albertotirla@gmail.com>",
    "DataTriny <datatriny@gmail.com>",
    "Luuk van der Duim <luukvanderduim@gmail.com>",
    "Michael Connor Buchan <mikey@blindcomputing.org>",
    "Tait Hoyem <tait@tait.tech>",
]
build = false
include = [
    "LICENSE-*",
    "README.md",
    "src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust, zbus-based AT-SPI2 protocol implementation."
homepage = "https://github.com/odilia-app/atspi"
readme = "README.md"
keywords = [
    "a11y",
    "accessibility",
    "linux",
    "screen-reader",
    "tts",
]
categories = [
    "accessibility",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/odilia-app/atspi"

[features]
connection = ["dep:atspi-connection"]
default = [
    "connection",
    "proxies",
    "p2p",
    "wrappers",
]
p2p = ["atspi-connection/p2p"]
proxies = ["dep:atspi-proxies"]
tokio = ["zbus/tokio"]
tracing = ["atspi-connection/tracing"]
wrappers = ["atspi-common/wrappers"]

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

[dependencies.atspi-common]
version = "0.14.0"
default-features = false

[dependencies.atspi-connection]
version = "0.14.0"
optional = true

[dependencies.atspi-proxies]
version = "0.14.0"
optional = true

[dependencies.zbus]
version = "5.5"
features = ["async-io"]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "=0.5.0"

[dev-dependencies.fastrand]
version = "2.3"

[dev-dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

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

[dev-dependencies.half]
version = "=2.4.0"

[dev-dependencies.smol-macros]
version = "0.1.1"

[dev-dependencies.tokio]
version = "1.38.2"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

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

[dev-dependencies.zbus]
version = "5.5"
features = ["async-io"]
default-features = false