[package] name = "polkadot-availability-store" description = "Persistent database for parachain data" version = "0.7.9" authors = ["Parity Technologies "] edition = "2018" [dependencies] polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } polkadot-runtime = { path = "../runtime" } parking_lot = "0.9.0" derive_more = "0.99" log = "0.4.8" futures01 = "0.1.17" futures = { package = "futures", version = "0.3.1", features = ["compat"] } tokio = { version = "0.2.1", features = ["rt-core"] } exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } kvdb = "0.1.1" kvdb-memorydb = "0.1.2" [target.'cfg(not(target_os = "unknown"))'.dependencies] kvdb-rocksdb = "0.2"