taskbot-rs 0.1.0

Scheduler Rust to repetitive task with retry, timeout, logs et callbacks.
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 = "taskbot-rs"
version = "0.1.0"
authors = ["Kanmuruuruu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scheduler Rust to repetitive task with retry, timeout, logs et callbacks."
homepage = "https://github.com/Kanmuruuruu/taskbot-rs"
readme = "README.md"
keywords = [
    "tasks",
    "retry",
    "timeout",
    "async",
    "tokio",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kanmuruuruu/taskbot-rs"

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

[[bin]]
name = "taskbot-rs"
path = "src/main.rs"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.tokio]
version = "1.42"
features = ["full"]