Cargo Features
[dependencies]
cruct_proc = { version = "1.0.0", default-features = false, features = ["toml", "yaml", "json"] }
- default = toml
-
The
tomlfeature is set by default whenevercruct_procis added withoutsomewhere in the dependency tree.default-features = false - 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.