2017-12-19 10:20:49 +01:00
|
|
|
[package]
|
|
|
|
description = "Generic transaction pool."
|
|
|
|
name = "transaction-pool"
|
|
|
|
version = "1.9.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
error-chain = "0.11"
|
2018-01-10 13:35:18 +01:00
|
|
|
log = "0.3"
|
2017-12-19 10:20:49 +01:00
|
|
|
smallvec = "0.4"
|
2018-01-10 13:35:18 +01:00
|
|
|
ethereum-types = { version = "0.1", features = ["heapsizeof"] }
|