Cargo Features
ledb-types has no features set by default.
[dependencies]
ledb-types = { version = "0.4.0", features = ["json", "cbor", "bytes"] }
- json = serde_json
- cbor = serde_cbor
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.
- serde_json json?
- serde_cbor cbor?
- bytes implicit feature
-
Enables bytes ^0.5
bytes:
Types and traits for working with bytes