Cargo Features
[dependencies]
reloadify = { version = "0.1.2", default-features = false, features = ["json", "yaml", "toml", "xml", "ini"] }
- default = ini, json, toml, xml, yaml
-
These default features are set whenever
reloadify
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
- yaml default
-
Enables serde_yaml
- toml default
-
Enables toml
- xml default
-
Enables serde-xml-rs
- ini default
-
Enables serde_ini
Reloadify has 6 features without comments.