mcp-execution-codegen 0.6.6

TypeScript code generation with progressive loading for 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-codegen"
version = "0.6.6"
authors = ["Andrei G <k05h31@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript code generation with progressive loading for MCP tools"
homepage = "https://github.com/bug-ops/mcp-execution"
readme = "README.md"
keywords = [
    "mcp",
    "codegen",
    "typescript",
    "progressive-loading",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bug-ops/mcp-execution"

[features]
default = []

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

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

[[bench]]
name = "code_generation"
path = "benches/code_generation.rs"
harness = false

[dependencies.handlebars]
version = "6.4"

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

[dependencies.mcp-execution-introspector]
version = "0.6.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"

[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"