[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3"
[dependencies.kuri_macros]
version = "0.1.1"
[dependencies.kuri_mcp_protocol]
version = "0.2.0"
[dependencies.pin-project]
version = "1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-util]
features = ["codec", "io"]
version = "0.7"
[dependencies.tower]
version = "0.5"
[dependencies.tracing]
features = ["valuable"]
version = "0.1"
[dependencies.uuid]
features = ["v7"]
version = "1.16"
[dependencies.valuable]
version = "0.1"
[dev-dependencies.schemars]
version = "0.8"
[dev-dependencies.tempfile]
version = "3.19"
[dev-dependencies.tracing-appender]
version = "0.2"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[lib]
name = "kuri"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming", "asynchronous"]
description = """
An SDK for building MCP servers, focused on elegant developer experience, where tools and prompts
are just plain old Rust functions.
"""
documentation = "https://docs.rs/kuri"
edition = "2021"
homepage = "https://github.com/itsaphel/kuri"
keywords = ["mcp", "modelcontextprotocol", "protocol", "sdk", "async"]
license = "MIT"
name = "kuri"
publish = true
readme = "README.md"
repository = "https://github.com/itsaphel/kuri"
version = "0.2.0"
[[test]]
name = "errors"
path = "tests/errors.rs"
[[test]]
name = "general"
path = "tests/general.rs"
[[test]]
name = "prompts"
path = "tests/prompts.rs"
[[test]]
name = "tools"
path = "tests/tools.rs"