# 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.75.0" name = "atspi-proxies" version = "0.8.0" build = false include = [ "src/**/*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "AT-SPI2 proxies to query or manipulate UI objects" homepage = "https://github.com/odilia-app/atspi" readme = "README.md" keywords = [ "screen-reader", "accessibility", "a11y", "tts", "linux", ] categories = [ "accessibility", "api-bindings", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/odilia-app/atspi" [package.metadata.release] publish = true release = true [lib] name = "atspi_proxies" path = "src/lib.rs" [dependencies.atspi-common] version = "0.8.0" default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] default-features = false [dependencies.zbus] version = "4.2" default-features = false [dependencies.zvariant] version = "4.1" default-features = false [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.atspi-common] version = "0.8.0" features = ["async-std"] [dev-dependencies.byteorder] version = "1.4" [dev-dependencies.futures-lite] version = "2" default-features = false [dev-dependencies.rename-item] version = "0.1.0" [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.serde_plain] version = "1.0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tracing] version = "0.1.37" [features] async-std = [ "zbus/async-io", "atspi-common/async-std", ] default = ["async-std"] gvariant = ["zvariant/gvariant"] tokio = [ "zbus/tokio", "atspi-common/tokio", ]