rtblint-mcp 0.0.1

MCP server for rtblint — exposes OpenRTB validation as a callable tool
# 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.74"
name = "rtblint-mcp"
version = "0.0.1"
authors = ["Aleks <aleks@vastlint.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for rtblint — exposes OpenRTB validation as a callable tool"
homepage = "https://github.com/aleksUIX/rtblint"
readme = "README.md"
keywords = [
    "openrtb",
    "rtb",
    "adtech",
    "mcp",
    "validator",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/aleksUIX/rtblint"

[[bin]]
name = "rtblint-mcp"
path = "src/main.rs"

[dependencies.rtblint-core]
version = "0.0.1"