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
somewhere in the dependency tree.default-features = false - full = backoff, cron, log, tokio
- backoff full?
-
Enables backoff
- cron full?
- log default full?
-
Enables log
- tokio default full?
-
Enables tokio
Periodically has 6 features without comments.