eeee90def5
* Rename ethcore-network to ethcore-network-devp2p * Fix typo * Extract generic traits into util/network * Simplify util/network * Fix devp2p tests * Remove old feature * Fix RPC tests
18 lines
514 B
TOML
18 lines
514 B
TOML
[package]
|
|
description = "Ethcore network library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-network"
|
|
version = "1.11.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-io = { path = "../io" }
|
|
ethereum-types = "0.2"
|
|
ethkey = { path = "../../ethkey" }
|
|
ethcrypto = { path = "../../ethcrypto" }
|
|
rlp = { path = "../rlp" }
|
|
ipnetwork = "0.12.6"
|
|
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|
|
error-chain = { version = "0.11", default-features = false }
|