Cargo Features
RRule has no features set by default.
[dependencies]
rrule = { version = "0.14.0", features = ["by-easter", "cli-tool", "serde", "exrule"] }
- by-easter
-
Allows the enabling of the
by_easterfield andBYEASTERparser. - cli-tool = clap
-
Required only for building CLI
rruletool.Required by the binary
- serde = serde_with
-
Enable serde for some of the public structs.
- exrule
-
Allows EXRULE's to be used in the
RRuleSet.
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.