claude-plugin-validate 0.1.1

CLI validator for Claude Code plugin manifests and plugin content schemas.
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 = "claude-plugin-validate"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI validator for Claude Code plugin manifests and plugin content schemas."
homepage = "https://github.com/situ2001/claude-plugin-validate"
documentation = "https://github.com/situ2001/claude-plugin-validate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/situ2001/claude-plugin-validate"

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

[[bin]]
name = "claude-plugin-validate"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.once_cell]
version = "1"

[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.url]
version = "2"

[dependencies.walkdir]
version = "2"