[package]
edition = "2021"
rust-version = "1.89.0"
name = "macp-modes"
version = "0.7.3"
authors = ["Ajit Koti <ajitkoti@zer07labs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MACP coordination mode implementations (decision, proposal, task, handoff, quorum, multi_round) and the mode registry. Policy is injected via macp_core::PolicyEvaluator."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/multiagentcoordinationprotocol/macp-runtime"
[lib]
name = "macp_modes"
path = "src/lib.rs"
[[test]]
name = "coordination_library"
path = "tests/coordination_library.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.macp-core]
version = "0.7.3"
[dependencies.macp-pb]
version = "0.7.3"
[dependencies.prost]
version = "0.14"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.macp-policy]
version = "0.7.3"