Cargo Features
[dependencies]
ronf = { version = "0.3.0", default-features = false, features = ["ordered", "env", "json", "yaml", "ini", "toml", "ron"] }
- default = json, ordered
-
These default features are set whenever
ronf
is added without
somewhere in the dependency tree.default-features = false - ordered default
-
Enables indexmap
- 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
…