[package]
edition = "2024"
name = "mesh-llm-plugin"
version = "0.75.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin protocol and runtime primitives for mesh-llm"
homepage = "https://github.com/Mesh-LLM/mesh-llm"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mesh-LLM/mesh-llm"
resolver = "2"
[lib]
name = "mesh_llm_plugin"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.prost]
version = "0.14"
[dependencies.rmcp]
version = "1.8"
features = ["server"]
[dependencies.schemars]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[build-dependencies.prost-build]
version = "0.14"
[build-dependencies.protoc-bin-vendored]
version = "3"
[lints.clippy]
cognitive_complexity = "warn"
too_many_lines = "warn"