[package]
edition = "2024"
rust-version = "1.88"
name = "mant-protocol"
version = "0.11.0"
build = false
include = [
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-neutral query contracts and projections for ManT"
homepage = "https://github.com/BryanHeBY/ManT"
readme = "README.md"
keywords = [
"man",
"markdown",
"schema",
"protocol",
"mcp",
]
categories = [
"data-structures",
"text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/BryanHeBY/ManT"
[lib]
name = "mant_protocol"
path = "src/lib.rs"
[dependencies.mant-ir]
version = "^0.11.0"
[dependencies.schemars]
version = "=1.2.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
unsafe_code = "deny"