2018-01-11 17:49:10 +01:00
|
|
|
[package]
|
|
|
|
name = "ethcore-transaction"
|
|
|
|
description = "Transaction type"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethjson = { path = "../../json" }
|
|
|
|
ethkey = { path = "../../ethkey" }
|
|
|
|
evm = { path = "../evm" }
|
|
|
|
heapsize = "0.4"
|
2018-09-04 20:13:51 +02:00
|
|
|
keccak-hash = "0.1"
|
2018-10-09 22:07:25 +02:00
|
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
2018-01-11 17:49:10 +01:00
|
|
|
unexpected = { path = "../../util/unexpected" }
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2018-01-11 17:49:10 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rustc-hex= "1.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
json-tests = []
|