Cargo Features
bincode-sled has no features set by default.
[dependencies]
bincode-sled = { version = "0.0.3", features = ["key-generating", "convert", "search", "chrono"] }
- key-generating
-
Affects
bincode-sled::key_generating
… - convert
-
Affects
bincode-sled::convert
… - search = tantivy
-
Affects
bincode-sled::search
…
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.
- tantivy search?
-
Enables tantivy ^0.19
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust