Cargo Features
[dependencies]
ical = { version = "0.11.0", default-features = false, features = ["ical", "line", "property", "vcard", "serde-derive", "generator"] }
- default = ical, vcard
-
These default features are set whenever
ical
is added without
somewhere in the dependency tree.default-features = false - ical default generator? = property
-
Affects
ical::parser
… - line property?
-
Affects
ical::line
… - property ical vcard = line
-
Affects
ical::property
… - vcard default = property
-
Affects
ical::parser
… - serde-derive = serde
- generator = ical
-
Affects
ical::generator
…
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.