skillzy 0.1.0

Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh
# 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 = "skillzy"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh"
readme = "README.md"
keywords = [
    "skills",
    "coding-agent",
    "cli",
    "validation",
]
license-file = "LICENSE"
repository = "https://github.com/AstraBert/skillzy"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.markdown-frontmatter]
version = "0.5.1"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"