Cargo Features

grovedb-storage has no features set by default.

[dependencies]
grovedb-storage = { version = "1.0.0-rc.1", features = ["rocksdb_storage"] }
rocksdb_storage = blake3, integer-encoding, lazy_static, num_cpus, rocksdb, tempfile

Affects grovedb-storage::rocksdb_storage

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.

blake3 rocksdb_storage?
integer-encoding rocksdb_storage?

Enables integer-encoding ^3.0.4

lazy_static rocksdb_storage?
num_cpus rocksdb_storage?
rocksdb rocksdb_storage?

Enables rocksdb ^0.21.0

tempfile rocksdb_storage?