[package]
edition = "2024"
name = "mesh-llm-protocol"
version = "0.68.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mesh LLM wire protocol types, constants, and frame helpers"
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_protocol"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.hex]
version = "0.4"
[dependencies.iroh]
version = "1.0.0-rc.0"
[dependencies.prost]
version = "0.14"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"