[package]
edition = "2021"
name = "xa11y"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform accessibility client library — unified API for reading and interacting with accessibility trees"
readme = "README.md"
license = "MIT"
repository = "https://github.com/xa11y/xa11y"
[features]
strict-roles = ["xa11y-core/strict-roles"]
test-support = ["xa11y-core/test-support"]
testing = []
[lib]
name = "xa11y"
path = "src/lib.rs"
[[bin]]
name = "xa11y"
path = "src/bin/xa11y.rs"
[[test]]
name = "integ_test"
path = "tests/integ_test.rs"
[[test]]
name = "unit_test"
path = "tests/unit_test.rs"
[dependencies.serde_json]
version = "1"
[dependencies.xa11y-core]
version = "0.7.1"
default-features = false
[dev-dependencies.serde_json]
version = "1"
[target.'cfg(target_os = "linux")'.dependencies.xa11y-linux]
version = "0.7.1"
[target.'cfg(target_os = "macos")'.dependencies.xa11y-macos]
version = "0.7.1"
[target.'cfg(target_os = "windows")'.dependencies.xa11y-windows]
version = "0.7.1"