2017-04-08 18:26:05 +02:00
|
|
|
[package]
|
2018-05-16 12:59:36 +02:00
|
|
|
name = "libp2p-core"
|
2017-04-08 18:26:05 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2018-07-21 12:15:42 +02:00
|
|
|
license = "MIT"
|
2017-04-08 18:26:05 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2018-05-24 00:54:08 +02:00
|
|
|
bs58 = "0.2.0"
|
2017-11-02 11:58:02 +01:00
|
|
|
bytes = "0.4"
|
2018-03-07 11:51:52 +01:00
|
|
|
fnv = "1.0"
|
2018-03-16 16:39:02 +01:00
|
|
|
log = "0.4"
|
2018-08-29 11:24:44 +02:00
|
|
|
multiaddr = { path = "../misc/multiaddr" }
|
|
|
|
multihash = { path = "../misc/multihash" }
|
|
|
|
multistream-select = { path = "../misc/multistream-select" }
|
2017-12-07 15:10:46 +01:00
|
|
|
futures = { version = "0.1", features = ["use_std"] }
|
2018-07-30 16:06:03 +02:00
|
|
|
parking_lot = "0.6"
|
2018-07-10 20:07:28 +08:00
|
|
|
protobuf = "2.0.2"
|
2018-05-24 00:54:08 +02:00
|
|
|
quick-error = "1.2"
|
2018-08-29 11:24:44 +02:00
|
|
|
rw-stream-sink = { path = "../misc/rw-stream-sink" }
|
2017-11-28 12:20:28 +01:00
|
|
|
smallvec = "0.5"
|
2017-04-08 18:26:05 +02:00
|
|
|
tokio-io = "0.1"
|
2017-12-04 18:49:47 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-29 11:24:44 +02:00
|
|
|
libp2p-ping = { path = "../protocols/ping" }
|
|
|
|
libp2p-tcp-transport = { path = "../transports/tcp" }
|
|
|
|
libp2p-mplex = { path = "../muxers/mplex" }
|
2018-06-05 19:01:18 +02:00
|
|
|
rand = "0.5"
|
2018-08-08 12:00:38 +02:00
|
|
|
tokio = "0.1"
|
2018-07-25 13:44:27 +02:00
|
|
|
tokio-codec = "0.1"
|
2018-07-16 12:15:27 +02:00
|
|
|
tokio-current-thread = "0.1"
|
2018-08-08 12:00:38 +02:00
|
|
|
tokio-timer = "0.2"
|