simple-agents-workflow 0.5.2

Workflow IR and validation for SimpleAgents
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.75"
name = "simple-agents-workflow"
version = "0.5.2"
authors = ["SimpleAgents Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflow IR and validation for SimpleAgents"
homepage = "https://github.com/CraftsMan-Labs/SimpleAgents"
documentation = "https://docs.rs/simple-agent-type"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/CraftsMan-Labs/SimpleAgents"

[package.metadata.simpleagents.dependency-policy]
minimum-release-age = "182 days"

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

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

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

[dependencies.futures]
version = "=0.3.32"

[dependencies.jsonschema]
version = "=0.18.3"

[dependencies.opentelemetry]
version = "=0.24.0"
features = ["trace"]

[dependencies.opentelemetry-otlp]
version = "=0.17.0"
features = [
    "grpc-tonic",
    "http-proto",
    "reqwest-client",
]

[dependencies.opentelemetry_sdk]
version = "=0.24.1"
features = [
    "rt-tokio",
    "trace",
]

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

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.serde_yaml]
version = "=0.9.34"

[dependencies.simple-agent-type]
version = "0.5.2"

[dependencies.simple-agents-core]
version = "0.5.2"

[dependencies.simple-agents-healing]
version = "0.5.2"

[dependencies.thiserror]
version = "=1.0.69"

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

[dependencies.tonic]
version = "=0.12.3"
features = ["transport"]

[dev-dependencies.async-trait]
version = "=0.1.89"

[dev-dependencies.criterion]
version = "=0.5.1"
features = ["html_reports"]

[dev-dependencies.futures]
version = "=0.3.32"

[dev-dependencies.proptest]
version = "=1.11.0"