mant-protocol 0.11.0

Transport-neutral query contracts and projections for ManT
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"