actionqueue-executor-local 0.1.0

Local executor with dispatch queue, retry, backoff, and timeout for the ActionQueue task queue engine.
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-executor-local"
version = "0.1.0"
authors = ["Keith <zed.colonel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local executor with dispatch queue, retry, backoff, and timeout for the ActionQueue task queue engine."
readme = "README.md"
keywords = [
    "executor",
    "retry",
    "backoff",
    "timeout",
    "task-queue",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/zed-colonel/actionqueue"

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

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

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

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

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

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.actionqueue-core]
version = "0.1.0"
features = ["testing"]

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