[package] name = "polkadot-node-core-backing" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] futures = "0.3.5" sp-api = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" } derive_more = "0.99.9" bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } [dev-dependencies] sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" } futures = { version = "0.3.5", features = ["thread-pool"] } subsystem-test = { package = "polkadot-subsystem-test-helpers", path = "../../test-helpers/subsystem" } assert_matches = "1.3.0"