Cargo Features
[dependencies]
sembas = { version = "0.3.0", default-features = false, features = ["all", "api", "global_search", "io", "surfacing", "metrics", "sps"] }
- default all? = global_search, io, surfacing
-
These default features are set whenever
sembas
is added without
somewhere in the dependency tree.default-features = false - all = api, default, metrics, sps
- api all? = bytemuck
-
Affects
sembas::api
… - global_search default = rand, rand_chacha
-
Affects
search::global_search
… - io default = serde, serde_json
- surfacing default
-
Affects
search::surfacing
… - metrics all?
-
Affects
sembas::metrics
… - sps all?
-
Affects
sembas::sps
…
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.