Cargo.toml 1.44 KiB
Newer Older
[package]
name = "polkadot-node-core-backing"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
futures = "0.3.8"
asynchronous rob's avatar
asynchronous rob committed
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" }
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
tracing = "0.1.22"
tracing-futures = "0.2.4"
thiserror = "1.0.22"

[dev-dependencies]
asynchronous rob's avatar
asynchronous rob committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
futures = { version = "0.3.8", features = ["thread-pool"] }
assert_matches = "1.4.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }