2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore network library"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-08-05 10:32:04 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-network"
|
2018-03-03 22:02:33 +01:00
|
|
|
version = "1.11.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-05 10:32:04 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethcore-io = { path = "../io" }
|
2018-02-09 09:32:06 +01:00
|
|
|
ethereum-types = "0.2"
|
2016-08-24 18:35:21 +02:00
|
|
|
ethkey = { path = "../../ethkey" }
|
|
|
|
ethcrypto = { path = "../../ethcrypto" }
|
2016-09-01 14:49:12 +02:00
|
|
|
rlp = { path = "../rlp" }
|
2017-07-28 19:06:39 +02:00
|
|
|
ipnetwork = "0.12.6"
|
2017-12-02 10:08:04 +01:00
|
|
|
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|
2017-11-13 14:37:08 +01:00
|
|
|
error-chain = { version = "0.11", default-features = false }
|