vastlint-core 0.4.21

VAST XML validator, SIMID linter, and VPAID detector — IAB VAST 2.0–4.3, 121 rules, zero runtime dependencies
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.86"
name = "vastlint-core"
version = "0.4.21"
authors = ["Aleks <aleks@vastlint.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VAST XML validator, SIMID linter, and VPAID detector — IAB VAST 2.0–4.3, 121 rules, zero runtime dependencies"
homepage = "https://vastlint.org"
readme = "README.md"
keywords = [
    "vast",
    "xml",
    "validator",
    "simid",
    "ctv",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/aleksUIX/vastlint"

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

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

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

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

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.quick-xml]
version = "0.40"
features = []

[dependencies.url]
version = "2"

[dev-dependencies]