Cargo Features

[dependencies]
ronf = { version = "0.4.2", default-features = false, features = ["env", "json", "yaml", "ini", "toml", "ron"] }
default = json

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

load_after_build read_file env
json default

Enables serde_json

Affects format::json

yaml

Enables yaml-rust2

Affects format::yaml

ini

Enables rust-ini

Affects format::ini

toml

Enables toml

Affects format::toml

ron

Enables ron ^0.9.0

Affects format::ron