Cargo Features
[dependencies]
okv = { version = "0.3.1", default-features = false, features = ["serde", "serde_json", "rmp-serde", "uuid", "rocksdb", "memory"] }
- default = memory
-
The
memory
feature is set by default wheneverokv
is added without
somewhere in the dependency tree.default-features = false - serde
-
serialization
- serde_json
-
Enables serde_json of okv_core
- rmp-serde
- uuid
- rocksdb = okv_rocksdb
- memory default = okv_memory
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.