Cargo.toml 1.46 KiB
Newer Older
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot-specific networking protocol"
edition = "2018"
parking_lot = "0.9.0"
av_store = { package = "polkadot-availability-store", path = "../availability-store" }
polkadot-validation = { path = "../validation" }
polkadot-primitives = { path = "../primitives" }
polkadot-erasure-coding = { path = "../erasure-coding" }
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
Bastian Köcher's avatar
Bastian Köcher committed
sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
futures = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
exit-future = "0.2.0"
Bastian Köcher's avatar
Bastian Köcher committed
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
wasm-timer = "0.2.4"

[dev-dependencies]
Bastian Köcher's avatar
Bastian Köcher committed
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }