[package]
edition = "2024"
name = "mesh-native-serving-plugin-api"
version = "0.75.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable native serving-plugin ABI for Mesh Skippy lifecycle and proposals"
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_native_serving_plugin_api"
path = "src/lib.rs"
[lints.clippy]
cognitive_complexity = "warn"
too_many_lines = "warn"