taskvisor 0.0.13

Event-driven task orchestration with restart, backoff, and user-defined subscribers
Documentation
[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.16"

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

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

[[example]]
name = "control"
path = "examples/control.rs"

[[example]]
name = "controller"
path = "examples/controller.rs"

[[example]]
name = "subscriber"
path = "examples/subscriber.rs"

[features]
controller = []
default = []
logging = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "development-tools"]
description = "Event-driven task orchestration with restart, backoff, and user-defined subscribers"
documentation = "https://docs.rs/taskvisor"
edition = "2024"
keywords = ["async", "tasks", "supervisor", "backoff", "orchestration"]
license = "Apache-2.0"
name = "taskvisor"
readme = "README.md"
repository = "https://github.com/soltiHQ/taskvisor"
version = "0.0.13"

[package.metadata.docs.rs]
features = ["logging", "controller"]