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 default-features = false somewhere in the dependency tree.

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.

serde serde-derive?