agent-skills-cli 0.4.1

CLI for validating and working with Agent Skills
# 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 = "agent-skills-cli"
version = "0.4.1"
authors = ["Roland Rodriguez <roland@govcraft.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for validating and working with Agent Skills"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Govcraft/agent-skills"
resolver = "2"

[[bin]]
name = "agent-skills"
path = "src/main.rs"

[dependencies.agent-skills]
version = "0.2.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.toml]
version = "0.9.11"

[dev-dependencies.tempfile]
version = "3.24.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"