agnix-rules 0.16.3

Validation rules for agnix - agent configuration linter
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 = "2024"
name = "agnix-rules"
version = "0.16.3"
authors = ["Avi Fenesh <avifenesh@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Validation rules for agnix - agent configuration linter"
homepage = "https://github.com/avifenesh/agnix"
readme = "README.md"
keywords = [
    "agent",
    "linter",
    "rules",
    "validation",
    "mcp",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/avifenesh/agnix"
resolver = "2"

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

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

[dev-dependencies.serde_json]
version = "1"

[build-dependencies.serde_json]
version = "1"