Cargo Features
typed-sled has no features set by default.
[dependencies]
typed-sled = { version = "0.2.3", features = ["key-generating", "convert", "search", "chrono"] }
- key-generating
-
Affects
custom_serde::key_generating
,typed-sled::key_generating
… - convert
-
Affects
custom_serde::convert
,typed-sled::convert
… - search = tantivy
-
Affects
typed-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