[[bin]]
name = "aligned-task-scheduler"
path = "src/main.rs"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"
[lib]
name = "aligned_task_scheduler"
path = "src/lib.rs"
[package]
authors = ["starry-ABG <johnstarrysky@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A scheduler that runs tasks at exact minute intervals with an optional offset, ensuring tasks are aligned to precise time boundaries."
documentation = "https://docs.rs/aligned-task-scheduler"
edition = "2021"
license = "MIT"
name = "aligned-task-scheduler"
readme = "README.md"
repository = "https://github.com/starry-ABG/aligned-task-scheduler"
version = "0.1.0"