monoloop-contracts 0.1.1

Shared identities, dialect descriptors, errors, and port contracts for Monoloop
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.88"
name = "monoloop-contracts"
version = "0.1.1"
authors = ["Alexander R. Croft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared identities, dialect descriptors, errors, and port contracts for Monoloop"
homepage = "https://frogfish.io"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "async",
    "tokio",
    "acp",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/frogfishio/monoloop"

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

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

[dependencies.bytes]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.16"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tokio]
version = "1.44"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "io-util",
    "net",
    "macros",
    "rt",
]