[package] name = "polkadot-transaction-pool" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] log = "0.4.0" transaction-pool = "1.12.0" error-chain = "0.11" polkadot-api = { path = "../api" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } substrate-client = { path = "../../substrate/client" } substrate-rpc = { path = "../../substrate/rpc" } substrate-primitives = { path = "../../substrate/primitives" } substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" } substrate-codec = { path = "../../substrate/codec" } ed25519 = { path = "../../substrate/ed25519" }