2016-03-15 18:17:48 +01:00
|
|
|
[package]
|
2020-03-25 17:16:51 +01:00
|
|
|
description = "OpenEthereum 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>"]
|
2019-09-10 20:46:50 +02:00
|
|
|
edition = "2018"
|
2016-03-15 18:17:48 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-08 14:18:44 +02:00
|
|
|
ethereum-types = "0.8.0"
|
2020-02-21 15:10:00 +01:00
|
|
|
rustc-hex = "2.1.0"
|
2019-09-10 20:46:50 +02:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2017-07-06 11:36:15 +02:00
|
|
|
serde_json = "1.0"
|
2019-09-10 20:46:50 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-02-19 13:07:33 +01:00
|
|
|
maplit = "1.0.2"
|
2019-09-10 20:46:50 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
test-helpers = []
|