mcp-cli-builder 0.1.4

Command-line interface generation for MCP servers built with mcp-utils
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 = "mcp-cli-builder"
version = "0.1.4"
authors = ["jeparlefrancais <jeparlefrancais21@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface generation for MCP servers built with mcp-utils"
readme = "README.md"
keywords = [
    "mcp",
    "builder",
    "utils",
    "tools",
    "cli",
]
license = "MIT"
repository = "https://github.com/seaofvoices/rust-mcp-utils"

[badges.github]
repository = "seaofvoices/rust-mcp-utils"

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

[dependencies.clap]
version = "4.6.1"
features = [
    "env",
    "unicode",
    "string",
    "wrap_help",
]

[dependencies.humantime]
version = "2.4.0"

[dependencies.mcp-utils]
version = "0.1.4"

[dependencies.rust-mcp-sdk]
version = "0.10.0"
features = [
    "server",
    "macros",
    "stdio",
]
default-features = false

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dev-dependencies.insta]
version = "1.48.0"

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

[dev-dependencies.serde_json]
version = "1.0"