Cargo Features
kv has no features set by default.
[dependencies]
kv = { version = "0.24.0", features = ["json-value", "msgpack-value", "bincode-value", "lexpr-value", "compression"] }
- json-value = serde_json
- msgpack-value = rmp-serde
- bincode-value = bincode
- lexpr-value = serde-lexpr
- compression
-
Enables compression of sled
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.