parity-zcash/p2p/Cargo.toml

24 lines
487 B
TOML
Raw Normal View History

2016-09-20 23:54:08 -07:00
[package]
name = "p2p"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
2017-03-25 02:05:49 -07:00
tokio-core = "0.1.6"
tokio-io = "0.1.1"
2017-03-26 01:17:28 -07:00
parking_lot = "0.4"
2016-09-20 23:54:08 -07:00
futures = "0.1"
2016-10-12 10:39:50 -07:00
futures-cpupool = "0.1"
2016-09-29 08:09:15 -07:00
time = "0.1"
2016-09-29 10:30:17 -07:00
rand = "0.3"
log = "0.3"
abstract-ns = "0.3"
ns-dns-tokio = "0.3"
2017-03-12 08:05:35 -07:00
csv = "0.15"
2016-09-20 23:54:08 -07:00
primitives = { path = "../primitives" }
2016-09-29 09:53:18 -07:00
bitcrypto = { path = "../crypto" }
2016-10-03 07:29:07 -07:00
message = { path = "../message" }
serialization = { path = "../serialization" }
network = { path = "../network" }