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