openethereum/json/Cargo.toml

19 lines
362 B
TOML
Raw Normal View History

2016-03-15 18:17:48 +01:00
[package]
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>"]
edition = "2018"
2016-03-15 18:17:48 +01:00
[dependencies]
ethereum-types = "0.8.0"
rustc-hex = "2.1.0"
serde = { version = "1.0", features = ["derive"] }
2017-07-06 11:36:15 +02:00
serde_json = "1.0"
[dev-dependencies]
maplit = "1.0.2"
[features]
test-helpers = []