Cargo.toml 1.46 KiB
Newer Older
version = "0.8.14"
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.0", default-features = false, features = ["derive"] }
Ashley Ruglys's avatar
Ashley Ruglys committed
sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
Gavin Wood's avatar
Gavin Wood committed
futures = "0.3.4"
Gavin Wood's avatar
Gavin Wood committed
exit-future = "0.2.0"
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
wasm-timer = "0.2.4"

[dev-dependencies]
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }