[package] name = "polkadot-availability-store" description = "Persistent database for parachain data" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] polkadot-primitives = { path = "../primitives" } parking_lot = "0.4" log = "0.3" substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } kvdb = { git = "https://github.com/paritytech/parity-common.git" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common.git" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common.git" }