parity-zcash/p2p/Cargo.toml

24 lines
484 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"
2019-03-25 02:34:16 -07:00
parking_lot = "0.7"
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"
2018-02-05 06:25:36 -08:00
rand = "0.4"
log = "0.4"
abstract-ns = "0.3"
ns-dns-tokio = "0.3"
csv = "1"
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" }