[package] name = "ipld_blockstore" description = "Filecoin storage interface" version = "0.1.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems "] edition = "2018" repository = "https://github.com/ChainSafe/forest" [dependencies] cid = { package = "forest_cid", path = "../cid", features = ["cbor"], version = "0.3" } db = { package = "forest_db", path = "../../node/db", version = "0.1" } encoding = { package = "forest_encoding", path = "../../encoding", version = "0.2" } forest_ipld = { path = "../", optional = true, version = "0.1" } [dev-dependencies] commcid = { path = "../../utils/commcid" } [features] rocksdb = ["db/rocksdb"] buffered = ["forest_ipld"] tracking = [] resolve = ["forest_ipld"] sled = ["db/sled"]