argui-accessibility 0.2.0

Native and web accessibility bridges for Argui interfaces
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 = "2024"
rust-version = "1.89"
name = "argui-accessibility"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native and web accessibility bridges for Argui interfaces"
homepage = "https://extrabinoss.github.io/argui/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ExtraBinoss/argui"

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

[[test]]
name = "native"
path = "tests/native.rs"

[[test]]
name = "schema"
path = "tests/schema.rs"

[[test]]
name = "tree"
path = "tests/tree.rs"

[dependencies.argui-core]
version = "0.2.0"

[dev-dependencies.accesskit_consumer]
version = "=0.38.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.accesskit]
version = "=0.24.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "=0.2.127"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "=0.3.104"
features = [
    "CssStyleDeclaration",
    "Document",
    "DomRect",
    "Element",
    "Event",
    "EventTarget",
    "HtmlCanvasElement",
    "HtmlElement",
    "HtmlInputElement",
    "HtmlTextAreaElement",
    "KeyboardEvent",
    "Node",
    "Window",
]

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]