tokio-cron-scheduler 0.9.1

Schedule tasks on tokio using cron-like annotation, at an instant or repeat them at a fixed duration. Tasks can optionally be persisted using PostgreSQL or Nats.
Documentation
language: rust
rust:
  - stable
script:
  - cargo build
  - cargo test
  - cargo doc