actionqueue-workflow 0.1.0

Workflow primitives for ActionQueue: DAG dependencies, task hierarchy, cron scheduling, and dynamic submission.
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 = "actionqueue-workflow"
version = "0.1.0"
authors = ["Keith <zed.colonel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflow primitives for ActionQueue: DAG dependencies, task hierarchy, cron scheduling, and dynamic submission."
readme = "README.md"
keywords = [
    "workflow",
    "dag",
    "cron",
    "task-queue",
    "hierarchy",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/zed-colonel/actionqueue"

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

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

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

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

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]