2016-03-15 18:17:48 +01:00
|
|
|
[package]
|
2019-08-12 18:55:11 +02:00
|
|
|
description = "Parity Ethereum JSON Deserialization"
|
2016-03-15 18:17:48 +01:00
|
|
|
name = "ethjson"
|
|
|
|
version = "0.1.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-03-15 18:17:48 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2021-03-03 15:57:25 +01:00
|
|
|
common-types = { path = "../ethcore/types", features = ["test-helpers"] }
|
|
|
|
ethkey = { path = "../accounts/ethkey" }
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2017-07-06 11:36:15 +02:00
|
|
|
rustc-hex = "1.0"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2016-03-15 18:17:48 +01:00
|
|
|
|
2019-11-11 21:57:38 +01:00
|
|
|
[dev-dependencies]
|
|
|
|
macros = { path = "../util/macros" }
|
2020-09-03 01:26:06 +02:00
|
|
|
maplit = "1.0.2"
|