Cargo Features

[dependencies]
easy-config-store = { version = "0.1.0", default-features = false, features = ["tokio", "toml", "json", "yaml", "ciborium"] }
default = toml

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

tokio

Enables tokio

toml default

Enables toml

json

Enables serde_json

yaml

Enables serde_yaml

Features from optional dependencies

ciborium implicit feature

Enables ciborium

ciborium:

serde implementation of CBOR using ciborium-basic