[package] name = "polkadot-node-core-av-store" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] futures = "0.3.5" futures-timer = "3.0.2" kvdb = "0.7.0" kvdb-rocksdb = "0.9.1" log = "0.4.11" thiserror = "1.0.21" codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive"] } erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } [dev-dependencies] env_logger = "0.7.1" assert_matches = "1.3.0" smallvec = "1.4.2" kvdb-memorydb = "0.7.0" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }