Cargo Features

general_storage has no features set by default.

[dependencies]
general_storage = { version = "0.3.0", features = ["yaml", "json", "compress", "bincode", "toml"] }
yaml = serde_yaml

Affects format::Yaml

json = serde_json

Affects format::Json, format::JsonPretty

compress = flate2

Affects format::Compress, format::CompressSerializeError, format::DecompressDeserializeError

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.

flate2 compress?
serde_yaml yaml?
serde_json json?
bincode implicit feature

Affects format::Bincode

toml implicit feature

Enables toml ^0.7

Affects format::Toml, format::TomlDeserializeError