2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore network library"
|
2020-03-25 17:16:51 +01:00
|
|
|
repository = "https://github.com/openethereum/openethereum"
|
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]
|
2020-01-24 14:52:50 +01:00
|
|
|
derive_more = "0.99"
|
2020-04-14 10:12:40 +02:00
|
|
|
parity-crypto = { version = "0.6.1", features = ["publickey"] }
|
2016-08-05 10:32:04 +02:00
|
|
|
ethcore-io = { path = "../io" }
|
2020-04-11 13:16:37 +02:00
|
|
|
ethereum-types = "0.9.0"
|
2017-07-28 19:06:39 +02:00
|
|
|
ipnetwork = "0.12.6"
|
2019-02-07 15:27:09 +01:00
|
|
|
lazy_static = "1.0"
|
2020-04-11 13:16:37 +02:00
|
|
|
rlp = "0.4.5"
|
2018-06-01 13:37:43 +02:00
|
|
|
libc = "0.2"
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-snappy = "0.1"
|
2019-02-07 15:27:09 +01:00
|
|
|
semver = {version="0.9.0", features=["serde"]}
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-06-01 13:37:43 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_matches = "1.2"
|