a11y-rules 0.2.0

Accessibility rules generic over the document model: one rule set for build-time, CI and in-page surfaces.
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"
rust-version = "1.85"
name = "a11y-rules"
version = "0.2.0"
authors = ["Jörn Seidel <info@casoon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Accessibility rules generic over the document model: one rule set for build-time, CI and in-page surfaces."
readme = "README.md"
keywords = [
    "accessibility",
    "a11y",
    "wcag",
    "rules",
    "audit",
]
categories = [
    "accessibility",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/casoon/a11y-core"

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

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

[dependencies.a11y-dom]
version = "0.2.0"

[dependencies.a11y-report]
version = "0.2.0"

[dev-dependencies.accname]
version = "0.2.0"