mcpserver 0.3.1

MCP (Model Context Protocol) server library for Rust — a pure protocol handler implementing the 2025-03-26 spec
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.85"
name = "mcpserver"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP (Model Context Protocol) server library for Rust — a pure protocol handler implementing the 2025-03-26 spec"
readme = "README.md"
keywords = [
    "mcp",
    "context-protocol",
    "ai",
    "llm",
    "jsonrpc",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/hackemy/mcp_server"

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

[[example]]
name = "basic_server"
path = "examples/basic_server.rs"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tower]
version = "0.5"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.uuid]
version = "1"
features = ["v4"]