vastlint-cli 0.3.0

Command-line VAST XML validator — checks tags against IAB VAST 2.0 through 4.3
# 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.75"
name = "vastlint-cli"
version = "0.3.0"
authors = ["Aleks <aleks@vastlint.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line VAST XML validator — checks tags against IAB VAST 2.0 through 4.3"
homepage = "https://github.com/aleksUIX/vastlint"
readme = "README.md"
keywords = [
    "vast",
    "xml",
    "validator",
    "adtech",
    "iab",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/aleksUIX/vastlint"

[[bin]]
name = "vastlint"
path = "src/main.rs"

[dependencies.anstream]
version = "0.6"

[dependencies.anstyle]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false

[dependencies.vastlint-core]
version = "0.3.0"