Cargo Features

[dependencies]
systemd-crontab-generator = { version = "1.0.2", default-features = false, features = ["sched-quarterly", "sched-yearly", "sched-daily", "sched-weekly"] }
default = randomized-delay, sched-boot, sched-daily, sched-hourly, sched-monthly, sched-weekly

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

persistent sched-minutely sched-quarterly
sched-semi-annually sched-yearly
randomized-delay sched-boot sched-daily default
sched-hourly sched-monthly sched-weekly default

systemd-crontab-generator has 5 features without comments.