Cargo Features

[dependencies]
exocore-store = { version = "0.1.25", default-features = false, features = ["local", "remote", "tests-utils"] }
default = local, remote

These default features are set whenever exocore-store is added without default-features = false somewhere in the dependency tree.

local default = byteorder, crc, exocore-chain, exocore-core, extsort, lru, serde, serde_derive, serde_json, tantivy

Enables engine of exocore-chain

local or remote

Affects exocore-store::local, remote::server, seri::query_from_request_frame, seri::query_results_to_response_frame, seri::mutation_from_request_frame, seri::mutation_result_to_response_frame

remote default = exocore-core, exocore-transport

Affects exocore-store::remote

tests-utils

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.

exocore-chain local
exocore-core local remote
exocore-transport remote
byteorder local

Enables byteorder

local

crc local
extsort local

Enables extsort ^0.4.2

lru local

Enables lru ^0.10.0

serde local
serde_derive local
serde_json local
tantivy local

Enables tantivy ^0.19.2