taskbot-rs 0.1.0

Scheduler Rust to repetitive task with retry, timeout, logs et callbacks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "taskbot-rs"
version = "0.1.0"
edition = "2021"
authors = ["Kanmuruuruu"]
description = "Scheduler Rust to repetitive task with retry, timeout, logs et callbacks."
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kanmuruuruu/taskbot-rs"
readme = "README.md"
keywords = ["tasks", "retry", "timeout", "async", "tokio"]
categories = ["asynchronous"]
homepage = "https://github.com/Kanmuruuruu/taskbot-rs"

[dependencies]
tokio = { version = "1.42", features = ["full"] }
rand = "0.8"
futures = "0.3"