macp-runtime 0.7.5

MACP reference runtime: a coordination kernel and gRPC server enforcing session boundaries, message validation, append-only history, modes, and governance policy.
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-runtime"
version = "0.7.5"
authors = ["Ajit Koti <ajitkoti@zer07labs.com>"]
build = "build.rs"
exclude = [
    "/temp",
    "/.macp-data",
    "/plans",
    "/scripts",
    "/.githooks",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "macp-runtime"
description = "MACP reference runtime: a coordination kernel and gRPC server enforcing session boundaries, message validation, append-only history, modes, and governance policy."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/multiagentcoordinationprotocol/macp-runtime"

[features]
default = []
otel = [
    "dep:opentelemetry",
    "dep:opentelemetry_sdk",
    "dep:opentelemetry-otlp",
    "dep:tracing-opentelemetry",
]
redis-backend = ["macp-storage/redis-backend"]
rocksdb-backend = ["macp-storage/rocksdb-backend"]

[lib]
name = "macp_runtime"
path = "src/lib.rs"

[[bin]]
name = "client"
path = "src/bin/client.rs"

[[bin]]
name = "fuzz_client"
path = "src/bin/fuzz_client.rs"

[[bin]]
name = "handoff_client"
path = "src/bin/handoff_client.rs"

[[bin]]
name = "macp-runtime"
path = "src/main.rs"

[[bin]]
name = "macp-transcript-viz"
path = "src/bin/macp-transcript-viz.rs"

[[bin]]
name = "multi_round_client"
path = "src/bin/multi_round_client.rs"

[[bin]]
name = "proposal_client"
path = "src/bin/proposal_client.rs"

[[bin]]
name = "quorum_client"
path = "src/bin/quorum_client.rs"

[[bin]]
name = "task_client"
path = "src/bin/task_client.rs"

[[test]]
name = "cmt_hash_vectors"
path = "tests/cmt_hash_vectors.rs"

[[test]]
name = "concurrent_messages"
path = "tests/concurrent_messages.rs"

[[test]]
name = "conformance_loader"
path = "tests/conformance_loader.rs"

[[test]]
name = "file_backend_integration"
path = "tests/file_backend_integration.rs"

[[test]]
name = "integration_mode_lifecycle"
path = "tests/integration_mode_lifecycle.rs"

[[test]]
name = "policies_dry_run"
path = "tests/policies_dry_run.rs"

[[test]]
name = "quorum_threshold_public_api"
path = "tests/quorum_threshold_public_api.rs"

[[test]]
name = "replay_round_trip"
path = "tests/replay_round_trip.rs"

[[test]]
name = "stream_integration"
path = "tests/stream_integration.rs"

[[bench]]
name = "replay_bench"
path = "benches/replay_bench.rs"
harness = false

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.23"

[dependencies.chrono]
version = "0.4"

[dependencies.futures-core]
version = "0.3"

[dependencies.macp-auth]
version = "0.7.5"

[dependencies.macp-core]
version = "0.7.5"

[dependencies.macp-modes]
version = "0.7.5"

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

[dependencies.macp-policy]
version = "0.7.5"

[dependencies.macp-proto]
version = "0.1.9"

[dependencies.macp-storage]
version = "0.7.5"

[dependencies.opentelemetry]
version = "0.32"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "grpc-tonic",
    "trace",
]
optional = true
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.32"
optional = true

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.14"
features = [
    "transport",
    "tls-ring",
]

[dependencies.tonic-health]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.33"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.macp-proto]
version = "0.1.9"

[build-dependencies.tonic-prost-build]
version = "0.14"