Cargo Features
tinysearch has no features set by default.
[dependencies]
tinysearch = { version = "0.8.2", features = ["bin"] }
- bin = anyhow, argh, log, phf, serde_derive, serde_json, strip_markdown, strum, tempfile, toml_edit
-
Required by the binary
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.
- argh bin?
- log bin?
- serde_json bin?
- anyhow bin?
- tempfile bin?
- serde_derive bin?
- phf bin?
- strip_markdown bin?
- strum bin?
-
Enables strum ^0.25.0
- toml_edit bin?
-
Enables toml_edit ^0.19.14