swink-agent-patterns 0.9.0

Multi-agent pipeline patterns for swink-agent
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"
rust-version = "1.95"
name = "swink-agent-patterns"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-agent pipeline patterns for swink-agent"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "pipeline",
    "multi-agent",
    "orchestration",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/SuperSwinkAI/Swink-Agent"
resolver = "2"

[features]
default = ["pipelines"]
pipelines = []
testkit = ["swink-agent/testkit"]

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

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.swink-agent]
version = "0.9.0"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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