xa11y 0.7.1

Cross-platform accessibility client library — unified API for reading and interacting with accessibility trees
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"
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"