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 wheneverpickledb
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
- bincode
-
Enables bincode
- yaml
-
Enables serde_yaml ^0.8
- cbor
-
Enables serde_cbor
PickleDB has 5 features without comments.