easy-schedule 0.11.3

A flexible task scheduler built on Tokio with multiple scheduling options and skip conditions
Documentation
[dependencies.async-trait]
version = "0.1.79"

[dependencies.crossbeam-deque]
version = "0.8.6"

[dependencies.time]
features = ["macros", "parsing", "formatting"]
version = "0.3.41"

[dependencies.tokio]
features = ["time", "rt", "macros"]
version = "1.44.2"

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

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

[package]
authors = ["rain2307 snow20250406@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "A flexible task scheduler built on Tokio with multiple scheduling options and skip conditions"
edition = "2024"
keywords = ["tokio", "scheduler", "task", "async"]
license = "MIT"
name = "easy-schedule"
readme = "README.md"
repository = "https://github.com/rain2307/easy-schedule"
version = "0.11.3"

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

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

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

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