taskvisor 0.0.13

Event-driven task orchestration with restart, backoff, and user-defined subscribers
Documentation
[package]
name = "taskvisor"
version = "0.0.13"
edition = "2024"

description = "Event-driven task orchestration with restart, backoff, and user-defined subscribers"
repository = "https://github.com/soltiHQ/taskvisor"
documentation = "https://docs.rs/taskvisor"
license = "Apache-2.0"
readme = "README.md"

keywords = ["async", "tasks", "supervisor", "backoff", "orchestration"]
categories = ["asynchronous", "concurrency", "development-tools"]

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

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

[dependencies]
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros", "time", "sync", "signal"] }
async-trait = "0.1.89"
tokio-util = "0.7.16"
thiserror = "2.0.16"
anyhow = "1.0.100"
futures = "0.3.31"
rand = "0.9.2"
dashmap = "6.1.0"