Cargo Features

edres_core has no features set by default.

[dependencies]
edres_core = { version = "0.6.0", features = ["json", "toml", "yaml"] }
json

Enables serde_json

Affects parsing::json

toml

Enables toml ^0.5

Affects parsing::toml

yaml

Enables serde_yaml

Affects parsing::yaml