2016-01-17 13:11:25 +01:00
|
|
|
[package]
|
|
|
|
description = "Ethcore utility library"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-01-17 13:11:25 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-util"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-01-17 13:11:25 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2017-07-06 11:26:14 +02:00
|
|
|
ethcore-bigint = { path = "bigint", features = ["heapsizeof"] }
|
2017-09-06 20:47:45 +02:00
|
|
|
hashdb = { path = "hashdb" }
|
|
|
|
memorydb = { path = "memorydb" }
|
2016-02-12 22:01:23 +01:00
|
|
|
|
2017-10-12 15:36:27 +02:00
|
|
|
[dev-dependencies]
|
2017-12-22 14:37:39 +01:00
|
|
|
ethcore-bytes = { path = "bytes" }
|
|
|
|
keccak-hash = { path = "hash" }
|
|
|
|
log = "0.3"
|
|
|
|
patricia-trie = { path = "patricia_trie" }
|
|
|
|
triehash = { path = "triehash" }
|