c7f608ec74
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
23 lines
638 B
TOML
23 lines
638 B
TOML
[package]
|
|
description = "Ethcore network library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-network"
|
|
version = "1.12.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = { version = "0.12", default-features = false }
|
|
parity-crypto = { git = "https://github.com/paritytech/parity-common" }
|
|
ethcore-io = { path = "../io" }
|
|
ethereum-types = "0.3"
|
|
ethkey = { path = "../../ethkey" }
|
|
ipnetwork = "0.12.6"
|
|
rlp = { git = "https://github.com/paritytech/parity-common" }
|
|
libc = "0.2"
|
|
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|
|
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.2"
|