Cargo Features

[dependencies]
pickledb = { version = "0.5.1", default-features = false, features = ["json", "bincode", "yaml", "cbor"] }
default = json

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

json default

Enables serde_json

bincode

Enables bincode

yaml

Enables serde_yaml ^0.8

cbor

Enables serde_cbor

PickleDB has 5 features without comments.