Cargo.toml 1.14 KiB
Newer Older
[package]
name = "polkadot-availability-bitfield-distribution"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
futures = "0.3.5"
futures-timer = "3.0.2"
log = "0.4.8"
streamunordered = "0.5.1"
codec = { package="parity-scale-codec", version = "1.3.4" }
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
polkadot-network-bridge = { path = "../../network/bridge" }
polkadot-network = { path = "../../../network" }
Bastian Köcher's avatar
Bastian Köcher committed
sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }

[dev-dependencies]
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] }
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
Bastian Köcher's avatar
Bastian Köcher committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
parking_lot = "0.10.0"
maplit = "1.0.2"
smol = "0.2.0"
smol-timeout = "0.1.0"
env_logger = "0.7.1"