Cargo Features

[dependencies]
plist = { version = "1.6.1", default-features = false, features = ["enable_unstable_features_that_may_break_with_minor_version_bumps", "serde"] }
default = serde

The serde feature is set by default whenever plist is added without default-features = false somewhere in the dependency tree.

enable_unstable_features_that_may_break_with_minor_version_bumps

Affects plist::stream

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 default

Affects date::serde_impls, dictionary::serde_impls, integer::serde_impls, uid::serde_impls, value::serde_impls