Cargo Features

prototty_storage has no features set by default.

[dependencies]
prototty_storage = { version = "0.29.0", features = ["yaml", "json", "bincode", "toml"] }
yaml = serde_yaml

Affects format::Yaml

json = serde_json

Affects format::Json

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde_yaml yaml?

Enables serde_yaml ^0.8

serde_json json?
bincode implicit feature

Affects format::Bincode

toml implicit feature

Enables toml ^0.5

Affects format::Toml