openethereum/util/Cargo.toml

20 lines
509 B
TOML
Raw Normal View History

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]
ethcore-bigint = { path = "bigint", features = ["heapsizeof"] }
hashdb = { path = "hashdb" }
memorydb = { path = "memorydb" }
2016-02-12 22:01:23 +01:00
[dev-dependencies]
ethcore-bytes = { path = "bytes" }
keccak-hash = { path = "hash" }
log = "0.3"
patricia-trie = { path = "patricia_trie" }
triehash = { path = "triehash" }