Cargo Features

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

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

json

Enables json of edres_core

toml default

Enables toml of edres_core

yaml

Enables yaml of edres_core

edres has 4 features without comments.