Cargo Features

[dependencies]
reloadify = { version = "0.1.1", 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 default-features = false somewhere in the dependency tree.

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.