[package] name = "polkadot-gossip-support" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-primitives = { path = "../../../primitives" } futures = "0.3.8" tracing = "0.1.25" rand = "0.8.3"