Cargo Features

[dependencies]
wick-interface-types = { version = "0.17.0", default-features = false, features = ["parser", "yaml", "typeid", "value"] }
default = parser, yaml

These default features are set whenever wick-interface-types is added without default-features = false somewhere in the dependency tree.

parser default = nom
yaml default = serde_yaml
typeid = serde_json
value = serde_json

Affects field::Field.default, field::FieldValue

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.

nom parser
serde_yaml yaml
serde_json typeid? value?