Cargo Features

[dependencies]
cruct_proc = { version = "1.0.0", default-features = false, features = ["toml", "yaml", "json"] }
default = toml

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

toml default

Enables toml of cruct_shared

yaml

Enables yaml of cruct_shared

json

Enables json of cruct_shared

cruct_proc has 4 features without comments.