[package] name = "fvm_ipld_blockstore" description = "Sharded IPLD Blockstore." version = "0.3.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2021" repository = "https://github.com/filecoin-project/ref-fvm" [dependencies] cid = { workspace = true, features = ["serde-codec", "std"] } anyhow = { workspace = true } multihash-codetable = { workspace = true } [features] default = []