# 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 = "aligned-task-scheduler" version = "0.1.0" authors = ["starry-ABG "] build = false autobins = false autoexamples = false autotests = false autobenches = 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" readme = "README.md" license = "MIT" repository = "https://github.com/starry-ABG/aligned-task-scheduler" [lib] name = "aligned_task_scheduler" path = "src/lib.rs" [[bin]] name = "aligned-task-scheduler" path = "src/main.rs" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ]