mcp-execution-skill 0.6.5

SKILL.md generation for Claude Code integration with MCP tools
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"
rust-version = "1.89"
name = "mcp-execution-skill"
version = "0.6.5"
authors = ["Andrei G <k05h31@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SKILL.md generation for Claude Code integration with MCP tools"
homepage = "https://github.com/bug-ops/mcp-execution"
readme = "README.md"
keywords = [
    "mcp",
    "skill",
    "claude-code",
    "codegen",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bug-ops/mcp-execution"

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

[dependencies.dirs]
version = "6.0"

[dependencies.handlebars]
version = "6.4"

[dependencies.mcp-execution-core]
version = "0.6.5"

[dependencies.regex]
version = "1.12"

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = ["fs"]

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy.cargo_common_metadata]
level = "allow"
priority = 10

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 10

[lints.clippy.needless_borrows_for_generic_args]
level = "allow"
priority = 10

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

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

[lints.clippy.too_many_lines]
level = "allow"
priority = 10

[lints.rust]
missing_debug_implementations = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_lifetimes = "warn"