macp-modes 0.4.0

MACP coordination mode implementations (decision, proposal, task, handoff, quorum, multi_round) and the mode registry. Policy is injected via macp_core::PolicyEvaluator.
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 = "2021"
rust-version = "1.89.0"
name = "macp-modes"
version = "0.4.0"
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/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.4.0"

[dependencies.macp-pb]
version = "0.4.0"

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