[package]
name = "vastlint-cli"
version = "0.4.21"
edition = "2021"
rust-version = "1.86"
authors = ["Aleks <aleks@vastlint.org>"]
description = "VAST XML validator and inspector — validate, inspect wrapper chains, and auto-fix IAB VAST 2.0–4.3 ad tags"
license = "Apache-2.0"
repository = "https://github.com/aleksUIX/vastlint"
homepage = "https://vastlint.org"
readme = "../../README.md"
keywords = ["vast", "xml", "validator", "simid", "ctv"]
categories = ["command-line-utilities", "development-tools"]
[[bin]]
name = "vastlint"
path = "src/main.rs"
[dependencies]
vastlint-core = { path = "../vastlint-core", version = "0.4.21" }
mimalloc = { version = "0.1", default-features = false }
clap = { version = "4", features = ["derive"] }
anstream = "1.0"
anstyle = "1"
toml = { version = "1.1", default-features = false, features = ["parse", "serde"] }
ureq = { version = "2", default-features = false, features = ["tls"] }
regex = { version = "1", default-features = false, features = ["std"] }