Cargo Features
[dependencies]
cron_tab = { version = "0.2.5", default-features = false, features = ["all", "sync", "async"] }
- default = sync
-
The
sync
feature is set by default whenevercron_tab
is added without
somewhere in the dependency tree.default-features = false - all = async, sync
- sync default all?
- async all?
CronTab has 4 features without comments.