worldinterface-coordinator 0.1.2

ActionQueue handler for WorldInterface FlowRun orchestration
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 = "worldinterface-coordinator"
version = "0.1.2"
authors = ["Keith <zed.colonel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ActionQueue handler for WorldInterface FlowRun orchestration"
readme = "README.md"
keywords = [
    "worldinterface",
    "coordinator",
    "orchestration",
    "workflow",
    "actionqueue",
]
categories = ["concurrency"]
license = "Apache-2.0"
repository = "https://github.com/zed-colonel/worldinterface"

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

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

[dependencies.actionqueue-core]
version = "0.1.0"

[dependencies.actionqueue-executor-local]
version = "0.1.1"

[dependencies.actionqueue-workflow]
version = "0.1.0"

[dependencies.serde]
version = ">=1.0, <1.0.224"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

[dependencies.worldinterface-connector]
version = "0.1.2"

[dependencies.worldinterface-contextstore]
version = "0.1.2"

[dependencies.worldinterface-core]
version = "0.1.2"

[dependencies.worldinterface-flowspec]
version = "0.1.2"

[dev-dependencies.actionqueue-engine]
version = "0.1.0"

[dev-dependencies.actionqueue-runtime]
version = "0.1.1"
features = ["budget"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "signal",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]