Cargo Features

[dependencies]
periodically = { version = "0.2.0", default-features = false, features = ["full", "backoff", "cron", "log", "tokio"] }
default = log, tokio

These default features are set whenever periodically is added without default-features = false somewhere in the dependency tree.

full = backoff, cron, log, tokio
backoff full?

Enables backoff

cron full?

Enables chrono and cron

log default full?

Enables log

tokio default full?

Enables tokio

Periodically has 6 features without comments.