Cargo Features

[dependencies]
edres_core = { version = "0.7.1", default-features = false, features = ["json", "toml", "yaml"] }
default = toml

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

json

Enables serde_json

Affects parsing::json

toml default

Enables toml ^0.5

Affects parsing::toml

yaml

Enables serde_yaml

Affects parsing::yaml