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-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-05 10:32:04 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2018-04-10 13:56:56 +02:00
|
|
|
error-chain = { version = "0.11", default-features = false }
|
|
|
|
ethcore-crypto = { path = "../../ethcore/crypto" }
|
2016-08-05 10:32:04 +02:00
|
|
|
ethcore-io = { path = "../io" }
|
2018-04-02 13:12:52 +02:00
|
|
|
ethereum-types = "0.3"
|
2016-08-24 18:35:21 +02:00
|
|
|
ethkey = { path = "../../ethkey" }
|
2017-07-28 19:06:39 +02:00
|
|
|
ipnetwork = "0.12.6"
|
2018-04-10 13:56:56 +02:00
|
|
|
rlp = { path = "../rlp" }
|
2017-12-02 10:08:04 +01:00
|
|
|
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|