manabrew-agent-interface 0.2.6

Prompt protocol between the manabrew engine and agents (UI, AI, network)
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"
name = "manabrew-agent-interface"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prompt protocol between the manabrew engine and agents (UI, AI, network)"
readme = false
license = "AGPL-3.0-or-later"

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

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

[dependencies.forge-foundation]
version = "0.2.0"

[dependencies.manabrew-engine]
version = "0.2.1"

[dependencies.manabrew-protocol]
version = "0.7.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.28"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.tracing]
version = "0.1"