Cargo Features

ipld_blockstore has no features set by default.

[dependencies]
ipld_blockstore = { version = "0.1.1", features = ["rocksdb", "buffered", "tracking", "resolve", "sled"] }
rocksdb

Enables rocksdb of forest_db

buffered = forest_ipld
tracking
resolve = forest_ipld

Affects ipld_blockstore::resolve

sled

Enables sled of forest_db

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.

forest_ipld buffered? resolve?