openethereum/json/Cargo.toml

14 lines
262 B
TOML
Raw Normal View History

2016-03-15 18:17:48 +01:00
[package]
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]
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