diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 100 |
1 files changed, 98 insertions, 2 deletions
| @@ -199,6 +199,95 @@ dependencies = [ | |||
| 199 | ] | 199 | ] |
| 200 | 200 | ||
| 201 | [[package]] | 201 | [[package]] |
| 202 | name = "futures" | ||
| 203 | version = "0.3.31" | ||
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 205 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" | ||
| 206 | dependencies = [ | ||
| 207 | "futures-channel", | ||
| 208 | "futures-core", | ||
| 209 | "futures-executor", | ||
| 210 | "futures-io", | ||
| 211 | "futures-sink", | ||
| 212 | "futures-task", | ||
| 213 | "futures-util", | ||
| 214 | ] | ||
| 215 | |||
| 216 | [[package]] | ||
| 217 | name = "futures-channel" | ||
| 218 | version = "0.3.31" | ||
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 220 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" | ||
| 221 | dependencies = [ | ||
| 222 | "futures-core", | ||
| 223 | "futures-sink", | ||
| 224 | ] | ||
| 225 | |||
| 226 | [[package]] | ||
| 227 | name = "futures-core" | ||
| 228 | version = "0.3.31" | ||
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 230 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" | ||
| 231 | |||
| 232 | [[package]] | ||
| 233 | name = "futures-executor" | ||
| 234 | version = "0.3.31" | ||
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 236 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" | ||
| 237 | dependencies = [ | ||
| 238 | "futures-core", | ||
| 239 | "futures-task", | ||
| 240 | "futures-util", | ||
| 241 | ] | ||
| 242 | |||
| 243 | [[package]] | ||
| 244 | name = "futures-io" | ||
| 245 | version = "0.3.31" | ||
| 246 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 247 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" | ||
| 248 | |||
| 249 | [[package]] | ||
| 250 | name = "futures-macro" | ||
| 251 | version = "0.3.31" | ||
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 253 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" | ||
| 254 | dependencies = [ | ||
| 255 | "proc-macro2", | ||
| 256 | "quote", | ||
| 257 | "syn", | ||
| 258 | ] | ||
| 259 | |||
| 260 | [[package]] | ||
| 261 | name = "futures-sink" | ||
| 262 | version = "0.3.31" | ||
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 264 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" | ||
| 265 | |||
| 266 | [[package]] | ||
| 267 | name = "futures-task" | ||
| 268 | version = "0.3.31" | ||
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 270 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" | ||
| 271 | |||
| 272 | [[package]] | ||
| 273 | name = "futures-util" | ||
| 274 | version = "0.3.31" | ||
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 276 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" | ||
| 277 | dependencies = [ | ||
| 278 | "futures-channel", | ||
| 279 | "futures-core", | ||
| 280 | "futures-io", | ||
| 281 | "futures-macro", | ||
| 282 | "futures-sink", | ||
| 283 | "futures-task", | ||
| 284 | "memchr", | ||
| 285 | "pin-project-lite", | ||
| 286 | "pin-utils", | ||
| 287 | "slab", | ||
| 288 | ] | ||
| 289 | |||
| 290 | [[package]] | ||
| 202 | name = "gimli" | 291 | name = "gimli" |
| 203 | version = "0.31.1" | 292 | version = "0.31.1" |
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" | 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -313,12 +402,13 @@ dependencies = [ | |||
| 313 | ] | 402 | ] |
| 314 | 403 | ||
| 315 | [[package]] | 404 | [[package]] |
| 316 | name = "oar-p2p-net" | 405 | name = "oar-p2p" |
| 317 | version = "0.1.0" | 406 | version = "0.0.0" |
| 318 | dependencies = [ | 407 | dependencies = [ |
| 319 | "clap", | 408 | "clap", |
| 320 | "color-eyre", | 409 | "color-eyre", |
| 321 | "eyre", | 410 | "eyre", |
| 411 | "futures", | ||
| 322 | "serde", | 412 | "serde", |
| 323 | "serde_json", | 413 | "serde_json", |
| 324 | "thiserror", | 414 | "thiserror", |
| @@ -390,6 +480,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 390 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" | 480 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 391 | 481 | ||
| 392 | [[package]] | 482 | [[package]] |
| 483 | name = "pin-utils" | ||
| 484 | version = "0.1.0" | ||
| 485 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 486 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | ||
| 487 | |||
| 488 | [[package]] | ||
| 393 | name = "proc-macro2" | 489 | name = "proc-macro2" |
| 394 | version = "1.0.95" | 490 | version = "1.0.95" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" | 491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
