agent-workspace-contract 0.5.2

Transport-neutral contracts for Agent Infra workspace APIs
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 = "2024"
name = "agent-workspace-contract"
version = "0.5.2"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-neutral contracts for Agent Infra workspace APIs"
documentation = "https://docs.rs/agent-workspace-contract"
readme = "README.md"
keywords = [
    "agent",
    "workspace",
    "contract",
    "api",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "Apache-2.0"

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

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

[dependencies.agent-registry-contract]
version = "0.2.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.7"

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

[dependencies.sha2]
version = "0.10"

[dev-dependencies.serde_json]
version = "1"