Cargo.toml 1.03 KiB
Newer Older
[package]
name = "polkadot-statement-distribution"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Statement Distribution Subsystem"
edition = "2018"

[dependencies]
futures = "0.3.5"
log = "0.4.8"
futures-timer = "3.0.2"
streamunordered = "0.5.1"
polkadot-primitives = { path = "../../../primitives" }
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
parity-scale-codec = "1.3.0"
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-staking = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool", default-features = false }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
arrayvec = "0.5.1"
indexmap = "1.4.0"

[dev-dependencies]
parking_lot = "0.10.0"
subsystem-test = { package = "polkadot-subsystem-test-helpers", path = "../../test-helpers/subsystem" }
assert_matches = "1.3.0"
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }