openethereum/util/network/Cargo.toml

18 lines
514 B
TOML
Raw Normal View History

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