[package] description = "Parity Ethereum JSON Deserialization" name = "ethjson" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] common-types = { path = "../ethcore/types", features = ["test-helpers"] } ethkey = { path = "../accounts/ethkey" } ethereum-types = "0.4" rustc-hex = "1.0" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" [dev-dependencies] macros = { path = "../util/macros" } maplit = "1.0.2"