|
2 | 2 | name = "libp2p" |
3 | 3 | edition = "2018" |
4 | 4 | description = "Peer-to-peer networking library" |
5 | | -version = "0.40.0" |
| 5 | +version = "0.40.0-rc.1-rc.1" |
6 | 6 | authors = [ "Parity Technologies <[email protected]>"] |
7 | 7 | license = "MIT" |
8 | 8 | repository = "https://github.com/libp2p/rust-libp2p" |
@@ -68,37 +68,37 @@ atomic = "0.5.0" |
68 | 68 | bytes = "1" |
69 | 69 | futures = "0.3.1" |
70 | 70 | lazy_static = "1.2" |
71 | | -libp2p-core = { version = "0.30.0", path = "core", default-features = false } |
72 | | -libp2p-floodsub = { version = "0.31.0", path = "protocols/floodsub", optional = true } |
73 | | -libp2p-gossipsub = { version = "0.33.0", path = "./protocols/gossipsub", optional = true } |
74 | | -libp2p-identify = { version = "0.31.0", path = "protocols/identify", optional = true } |
75 | | -libp2p-kad = { version = "0.32.0", path = "protocols/kad", optional = true } |
76 | | -libp2p-metrics = { version = "0.1.0", path = "misc/metrics", optional = true } |
77 | | -libp2p-mplex = { version = "0.30.0", path = "muxers/mplex", optional = true } |
78 | | -libp2p-noise = { version = "0.33.0", path = "transports/noise", optional = true } |
79 | | -libp2p-ping = { version = "0.31.0", path = "protocols/ping", optional = true } |
80 | | -libp2p-plaintext = { version = "0.30.0", path = "transports/plaintext", optional = true } |
81 | | -libp2p-pnet = { version = "0.22.0", path = "transports/pnet", optional = true } |
82 | | -libp2p-relay = { version = "0.4.0", path = "protocols/relay", optional = true } |
83 | | -libp2p-rendezvous = { version = "0.1.0", path = "protocols/rendezvous", optional = true } |
84 | | -libp2p-request-response = { version = "0.13.0", path = "protocols/request-response", optional = true } |
85 | | -libp2p-swarm = { version = "0.31.0", path = "swarm" } |
86 | | -libp2p-swarm-derive = { version = "0.25.0", path = "swarm-derive" } |
87 | | -libp2p-uds = { version = "0.30.0", path = "transports/uds", optional = true } |
88 | | -libp2p-wasm-ext = { version = "0.30.0", path = "transports/wasm-ext", default-features = false, optional = true } |
89 | | -libp2p-yamux = { version = "0.34.0", path = "muxers/yamux", optional = true } |
90 | | -multiaddr = { version = "0.13.0" } |
| 71 | +libp2p-core = { version = "0.30.0-rc.1", path = "core", default-features = false } |
| 72 | +libp2p-floodsub = { version = "0.31.0-rc.1", path = "protocols/floodsub", optional = true } |
| 73 | +libp2p-gossipsub = { version = "0.33.0-rc.1", path = "./protocols/gossipsub", optional = true } |
| 74 | +libp2p-identify = { version = "0.31.0-rc.1", path = "protocols/identify", optional = true } |
| 75 | +libp2p-kad = { version = "0.32.0-rc.1", path = "protocols/kad", optional = true } |
| 76 | +libp2p-metrics = { version = "0.1.0-rc.1", path = "misc/metrics", optional = true } |
| 77 | +libp2p-mplex = { version = "0.30.0-rc.1", path = "muxers/mplex", optional = true } |
| 78 | +libp2p-noise = { version = "0.33.0-rc.1", path = "transports/noise", optional = true } |
| 79 | +libp2p-ping = { version = "0.31.0-rc.1", path = "protocols/ping", optional = true } |
| 80 | +libp2p-plaintext = { version = "0.30.0-rc.1", path = "transports/plaintext", optional = true } |
| 81 | +libp2p-pnet = { version = "0.22.0-rc.1", path = "transports/pnet", optional = true } |
| 82 | +libp2p-relay = { version = "0.4.0-rc.1", path = "protocols/relay", optional = true } |
| 83 | +libp2p-rendezvous = { version = "0.1.0-rc.1", path = "protocols/rendezvous", optional = true } |
| 84 | +libp2p-request-response = { version = "0.13.0-rc.1", path = "protocols/request-response", optional = true } |
| 85 | +libp2p-swarm = { version = "0.31.0-rc.1", path = "swarm" } |
| 86 | +libp2p-swarm-derive = { version = "0.25.0-rc.1", path = "swarm-derive" } |
| 87 | +libp2p-uds = { version = "0.30.0-rc.1", path = "transports/uds", optional = true } |
| 88 | +libp2p-wasm-ext = { version = "0.30.0-rc.1", path = "transports/wasm-ext", default-features = false, optional = true } |
| 89 | +libp2p-yamux = { version = "0.34.0-rc.1", path = "muxers/yamux", optional = true } |
| 90 | +multiaddr = { version = "0.13.0-rc.1" } |
91 | 91 | parking_lot = "0.11.0" |
92 | 92 | pin-project = "1.0.0" |
93 | 93 | smallvec = "1.6.1" |
94 | 94 | wasm-timer = "0.2.4" |
95 | 95 |
|
96 | 96 | [target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies] |
97 | | -libp2p-deflate = { version = "0.30.0", path = "transports/deflate", optional = true } |
98 | | -libp2p-dns = { version = "0.30.0", path = "transports/dns", optional = true, default-features = false } |
99 | | -libp2p-mdns = { version = "0.32.0", path = "protocols/mdns", optional = true } |
100 | | -libp2p-tcp = { version = "0.30.0", path = "transports/tcp", default-features = false, optional = true } |
101 | | -libp2p-websocket = { version = "0.31.0", path = "transports/websocket", optional = true } |
| 97 | +libp2p-deflate = { version = "0.30.0-rc.1", path = "transports/deflate", optional = true } |
| 98 | +libp2p-dns = { version = "0.30.0-rc.1", path = "transports/dns", optional = true, default-features = false } |
| 99 | +libp2p-mdns = { version = "0.32.0-rc.1", path = "protocols/mdns", optional = true } |
| 100 | +libp2p-tcp = { version = "0.30.0-rc.1", path = "transports/tcp", default-features = false, optional = true } |
| 101 | +libp2p-websocket = { version = "0.31.0-rc.1", path = "transports/websocket", optional = true } |
102 | 102 |
|
103 | 103 | [dev-dependencies] |
104 | 104 | async-std = { version = "1.6.2", features = ["attributes"] } |
|
0 commit comments