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

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.

serde serde-derive?