[package] name = "polkadot-transaction-pool" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] log = "0.3.0" error-chain = "0.12" parking_lot = "0.4" polkadot-api = { path = "../api" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } substrate-client = { path = "../../substrate/client" } substrate-codec = { path = "../../substrate/codec" } substrate-keyring = { path = "../../substrate/keyring" } substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" } substrate-primitives = { path = "../../substrate/primitives" } substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" } ed25519 = { path = "../../substrate/ed25519" }