mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-21 13:51:33 +00:00
20
Cargo.toml
20
Cargo.toml
@ -3,16 +3,16 @@ members = [
|
||||
"multistream-select",
|
||||
"datastore",
|
||||
"example",
|
||||
"libp2p-dns",
|
||||
"libp2p-floodsub",
|
||||
"libp2p-identify",
|
||||
"libp2p-kad",
|
||||
"libp2p-peerstore",
|
||||
"libp2p-ping",
|
||||
"libp2p-secio",
|
||||
"libp2p-swarm",
|
||||
"libp2p-tcp-transport",
|
||||
"libp2p-websocket",
|
||||
"dns",
|
||||
"floodsub",
|
||||
"identify",
|
||||
"kad",
|
||||
"peerstore",
|
||||
"ping",
|
||||
"secio",
|
||||
"swarm",
|
||||
"tcp-transport",
|
||||
"websocket",
|
||||
"multistream-select",
|
||||
"datastore",
|
||||
"rw-stream-sink",
|
||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
futures = "0.1"
|
||||
multiaddr = "0.2.0"
|
||||
@ -12,4 +12,4 @@ tokio-dns-unofficial = "0.1"
|
||||
tokio-io = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
@ -10,15 +10,15 @@ env_logger = "0.5.4"
|
||||
futures = "0.1"
|
||||
multiaddr = "0.2"
|
||||
multiplex = { path = "../multiplex-rs" }
|
||||
libp2p-identify = { path = "../libp2p-identify" }
|
||||
libp2p-kad = { path = "../libp2p-kad" }
|
||||
libp2p-floodsub = { path = "../libp2p-floodsub" }
|
||||
libp2p-peerstore = { path = "../libp2p-peerstore" }
|
||||
libp2p-ping = { path = "../libp2p-ping" }
|
||||
libp2p-secio = { path = "../libp2p-secio" }
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-websocket = { path = "../libp2p-websocket" }
|
||||
libp2p-identify = { path = "../identify" }
|
||||
libp2p-kad = { path = "../kad" }
|
||||
libp2p-floodsub = { path = "../floodsub" }
|
||||
libp2p-peerstore = { path = "../peerstore" }
|
||||
libp2p-ping = { path = "../ping" }
|
||||
libp2p-secio = { path = "../secio" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
libp2p-websocket = { path = "../websocket" }
|
||||
rand = "0.4"
|
||||
tokio-core = "0.1"
|
||||
tokio-io = "0.1"
|
||||
|
@ -9,8 +9,8 @@ byteorder = "1.2.1"
|
||||
bytes = "0.4"
|
||||
fnv = "1.0"
|
||||
futures = "0.1"
|
||||
libp2p-peerstore = { path = "../libp2p-peerstore" }
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-peerstore = { path = "../peerstore" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
multiaddr = "0.2"
|
||||
parking_lot = "0.5.3"
|
@ -6,8 +6,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
libp2p-peerstore = { path = "../libp2p-peerstore" }
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-peerstore = { path = "../peerstore" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
multiaddr = "0.2.0"
|
||||
protobuf = "1.4.2"
|
||||
@ -15,5 +15,5 @@ tokio-io = "0.1.0"
|
||||
varint = { path = "../varint-rs" }
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
tokio-core = "0.1.0"
|
@ -11,10 +11,10 @@ bytes = "0.4"
|
||||
datastore = { path = "../datastore" }
|
||||
fnv = "1.0"
|
||||
futures = "0.1"
|
||||
libp2p-identify = { path = "../libp2p-identify" }
|
||||
libp2p-peerstore = { path = "../libp2p-peerstore" }
|
||||
libp2p-ping = { path = "../libp2p-ping" }
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-identify = { path = "../identify" }
|
||||
libp2p-peerstore = { path = "../peerstore" }
|
||||
libp2p-ping = { path = "../ping" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
multiaddr = "0.2"
|
||||
parking_lot = "0.5.1"
|
||||
protobuf = "1.4.2"
|
||||
@ -25,6 +25,6 @@ tokio-timer = "0.1.2"
|
||||
varint = { path = "../varint-rs" }
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
rand = "0.4.2"
|
||||
tokio-core = "0.1"
|
@ -12,11 +12,11 @@ futures = "0.1"
|
||||
parking_lot = "0.4.8"
|
||||
arrayvec = "0.4.6"
|
||||
rand = "0.3.17"
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
varint = { path = "../varint-rs" }
|
||||
error-chain = "0.11.0"
|
||||
futures-mutex = { git = "https://github.com/paritytech/futures-mutex" }
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
tokio-core = "0.1"
|
||||
|
@ -5,7 +5,7 @@ authors = ["pierre <pierre.krieger1708@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
multiaddr = "0.2.0"
|
||||
multistream-select = { path = "../multistream-select" }
|
||||
@ -15,5 +15,5 @@ rand = "0.3"
|
||||
tokio-io = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
tokio-core = "0.1"
|
@ -6,7 +6,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
protobuf = "1.4.2"
|
||||
rand = "0.3.17"
|
||||
@ -17,5 +17,5 @@ tokio-io = "0.1.0"
|
||||
untrusted = "0.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
tokio-core = "0.1.6"
|
@ -15,7 +15,7 @@ smallvec = "0.5"
|
||||
tokio-io = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-ping = { path = "../libp2p-ping" }
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-ping = { path = "../ping" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
multiplex = { path = "../multiplex-rs" }
|
||||
tokio-core = "0.1"
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
log = "0.4.1"
|
||||
futures = "0.1"
|
||||
multiaddr = "0.2.0"
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
libp2p-swarm = { path = "../libp2p-swarm" }
|
||||
libp2p-swarm = { path = "../swarm" }
|
||||
futures = "0.1"
|
||||
multiaddr = "0.2.0"
|
||||
log = "0.4.1"
|
||||
@ -18,5 +18,5 @@ websocket = { version = "0.20.2", default-features = false, features = ["async",
|
||||
stdweb = { version = "0.1.3", default-features = false }
|
||||
|
||||
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies]
|
||||
libp2p-tcp-transport = { path = "../libp2p-tcp-transport" }
|
||||
libp2p-tcp-transport = { path = "../tcp-transport" }
|
||||
tokio-core = "0.1"
|
Reference in New Issue
Block a user