2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore network library"
|
2020-09-22 14:53:52 +02:00
|
|
|
homepage = "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]
|
2018-06-25 14:20:44 +02:00
|
|
|
error-chain = { version = "0.12", default-features = false }
|
2019-02-06 17:53:34 +01:00
|
|
|
parity-crypto = "0.3.0"
|
2021-01-13 18:03:12 +01:00
|
|
|
ethcore-io = { path = "../../runtime/io" }
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2021-01-13 18:03:12 +01:00
|
|
|
ethkey = { path = "../../../crates/accounts/ethkey" }
|
2017-07-28 19:06:39 +02:00
|
|
|
ipnetwork = "0.12.6"
|
2019-02-07 15:27:09 +01:00
|
|
|
lazy_static = "1.0"
|
2018-10-09 22:07:25 +02:00
|
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
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"
|