rmcp-server-builder 0.1.6

Composable MCP server builder for zero-boilerplate capability composition
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 = "rmcp-server-builder"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable MCP server builder for zero-boilerplate capability composition"
readme = "README.md"
keywords = [
    "mcp",
    "rmcp",
    "modelcontextprotocol",
    "server",
    "builder",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://gitlab.com/lx-industries/rmcp-server-builder"

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

[dependencies.rmcp]
version = "0.14"
features = ["server"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]