dom-accessibility-api 0.0.3

Rust port of dom-accessibility-api.
Documentation
[dependencies.regex]
version = "1.10.6"

[dependencies.web-sys]
features = ["Attr", "CssStyleDeclaration", "Document", "DocumentFragment", "Element", "HtmlCollection", "HtmlFieldSetElement", "HtmlInputElement", "HtmlLabelElement", "HtmlLegendElement", "HtmlOptGroupElement", "HtmlSelectElement", "HtmlSlotElement", "HtmlTableElement", "HtmlTableCaptionElement", "HtmlTextAreaElement", "Node", "NodeList", "SvgElement", "SvgTitleElement", "Window"]
version = "0.3.69"

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

[package]
authors = ["Rust For Web <info@rustforweb.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust port of dom-accessibility-api."
edition = "2021"
license = "MIT"
name = "dom-accessibility-api"
readme = "README.md"
repository = "https://github.com/RustForWeb/dom"
version = "0.0.3"