1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "ansi_term" 7version = "0.12.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 10dependencies = [ 11 "winapi", 12] 13 14[[package]] 15name = "async-stream" 16version = "0.3.3" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 19dependencies = [ 20 "async-stream-impl", 21 "futures-core", 22] 23 24[[package]] 25name = "async-stream-impl" 26version = "0.3.3" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 29dependencies = [ 30 "proc-macro2", 31 "quote", 32 "syn", 33] 34 35[[package]] 36name = "autocfg" 37version = "1.1.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 40 41[[package]] 42name = "byteorder" 43version = "1.4.3" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 46 47[[package]] 48name = "bytes" 49version = "1.1.0" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 52 53[[package]] 54name = "cfg-if" 55version = "1.0.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 58 59[[package]] 60name = "fnv" 61version = "1.0.7" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 64 65[[package]] 66name = "futures" 67version = "0.3.21" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 70dependencies = [ 71 "futures-channel", 72 "futures-core", 73 "futures-executor", 74 "futures-io", 75 "futures-sink", 76 "futures-task", 77 "futures-util", 78] 79 80[[package]] 81name = "futures-channel" 82version = "0.3.21" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 85dependencies = [ 86 "futures-core", 87 "futures-sink", 88] 89 90[[package]] 91name = "futures-core" 92version = "0.3.21" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 95 96[[package]] 97name = "futures-executor" 98version = "0.3.21" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 101dependencies = [ 102 "futures-core", 103 "futures-task", 104 "futures-util", 105] 106 107[[package]] 108name = "futures-io" 109version = "0.3.21" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" 112 113[[package]] 114name = "futures-macro" 115version = "0.3.21" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" 118dependencies = [ 119 "proc-macro2", 120 "quote", 121 "syn", 122] 123 124[[package]] 125name = "futures-sink" 126version = "0.3.21" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 129 130[[package]] 131name = "futures-task" 132version = "0.3.21" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 135 136[[package]] 137name = "futures-util" 138version = "0.3.21" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 141dependencies = [ 142 "futures-channel", 143 "futures-core", 144 "futures-io", 145 "futures-macro", 146 "futures-sink", 147 "futures-task", 148 "memchr", 149 "pin-project-lite", 150 "pin-utils", 151 "slab", 152] 153 154[[package]] 155name = "getrandom" 156version = "0.2.7" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 159dependencies = [ 160 "cfg-if", 161 "libc", 162 "wasi", 163] 164 165[[package]] 166name = "hashbrown" 167version = "0.12.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" 170 171[[package]] 172name = "hdrhistogram" 173version = "7.5.0" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "31672b7011be2c4f7456c4ddbcb40e7e9a4a9fad8efe49a6ebaf5f307d0109c0" 176dependencies = [ 177 "byteorder", 178 "num-traits", 179] 180 181[[package]] 182name = "hermit-abi" 183version = "0.1.19" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 186dependencies = [ 187 "libc", 188] 189 190[[package]] 191name = "http" 192version = "0.2.8" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 195dependencies = [ 196 "bytes", 197 "fnv", 198 "itoa", 199] 200 201[[package]] 202name = "indexmap" 203version = "1.9.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3" 206dependencies = [ 207 "autocfg", 208 "hashbrown", 209] 210 211[[package]] 212name = "itoa" 213version = "1.0.2" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" 216 217[[package]] 218name = "lazy_static" 219version = "1.4.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 222 223[[package]] 224name = "libc" 225version = "0.2.126" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 228 229[[package]] 230name = "log" 231version = "0.4.17" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 234dependencies = [ 235 "cfg-if", 236] 237 238[[package]] 239name = "memchr" 240version = "2.5.0" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 243 244[[package]] 245name = "num-traits" 246version = "0.2.15" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 249dependencies = [ 250 "autocfg", 251] 252 253[[package]] 254name = "num_cpus" 255version = "1.13.1" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 258dependencies = [ 259 "hermit-abi", 260 "libc", 261] 262 263[[package]] 264name = "once_cell" 265version = "1.12.0" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" 268 269[[package]] 270name = "pin-project" 271version = "1.0.10" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" 274dependencies = [ 275 "pin-project-internal", 276] 277 278[[package]] 279name = "pin-project-internal" 280version = "1.0.10" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" 283dependencies = [ 284 "proc-macro2", 285 "quote", 286 "syn", 287] 288 289[[package]] 290name = "pin-project-lite" 291version = "0.2.9" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 294 295[[package]] 296name = "pin-utils" 297version = "0.1.0" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 300 301[[package]] 302name = "ppv-lite86" 303version = "0.2.16" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 306 307[[package]] 308name = "proc-macro2" 309version = "1.0.39" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" 312dependencies = [ 313 "unicode-ident", 314] 315 316[[package]] 317name = "quote" 318version = "1.0.18" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" 321dependencies = [ 322 "proc-macro2", 323] 324 325[[package]] 326name = "rand" 327version = "0.8.5" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 330dependencies = [ 331 "libc", 332 "rand_chacha", 333 "rand_core", 334] 335 336[[package]] 337name = "rand_chacha" 338version = "0.3.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 341dependencies = [ 342 "ppv-lite86", 343 "rand_core", 344] 345 346[[package]] 347name = "rand_core" 348version = "0.6.3" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 351dependencies = [ 352 "getrandom", 353] 354 355[[package]] 356name = "sharded-slab" 357version = "0.1.4" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 360dependencies = [ 361 "lazy_static", 362] 363 364[[package]] 365name = "slab" 366version = "0.4.6" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" 369 370[[package]] 371name = "syn" 372version = "1.0.96" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" 375dependencies = [ 376 "proc-macro2", 377 "quote", 378 "unicode-ident", 379] 380 381[[package]] 382name = "thread_local" 383version = "1.1.4" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 386dependencies = [ 387 "once_cell", 388] 389 390[[package]] 391name = "tokio" 392version = "1.19.2" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" 395dependencies = [ 396 "num_cpus", 397 "once_cell", 398 "pin-project-lite", 399 "tokio-macros", 400] 401 402[[package]] 403name = "tokio-macros" 404version = "1.8.0" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 407dependencies = [ 408 "proc-macro2", 409 "quote", 410 "syn", 411] 412 413[[package]] 414name = "tokio-stream" 415version = "0.1.9" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 418dependencies = [ 419 "futures-core", 420 "pin-project-lite", 421 "tokio", 422] 423 424[[package]] 425name = "tokio-test" 426version = "0.4.2" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 429dependencies = [ 430 "async-stream", 431 "bytes", 432 "futures-core", 433 "tokio", 434 "tokio-stream", 435] 436 437[[package]] 438name = "tokio-util" 439version = "0.7.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 442dependencies = [ 443 "bytes", 444 "futures-core", 445 "futures-sink", 446 "pin-project-lite", 447 "tokio", 448] 449 450[[package]] 451name = "tower" 452version = "0.4.13" 453dependencies = [ 454 "futures", 455 "futures-core", 456 "futures-util", 457 "hdrhistogram", 458 "http", 459 "indexmap", 460 "lazy_static", 461 "pin-project", 462 "pin-project-lite", 463 "rand", 464 "slab", 465 "tokio", 466 "tokio-stream", 467 "tokio-test", 468 "tokio-util", 469 "tower-layer", 470 "tower-service", 471 "tower-test", 472 "tracing", 473 "tracing-subscriber", 474] 475 476[[package]] 477name = "tower-layer" 478version = "0.3.1" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" 481 482[[package]] 483name = "tower-service" 484version = "0.3.2" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 487 488[[package]] 489name = "tower-test" 490version = "0.4.0" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7" 493dependencies = [ 494 "futures-util", 495 "pin-project", 496 "tokio", 497 "tokio-test", 498 "tower-layer", 499 "tower-service", 500] 501 502[[package]] 503name = "tracing" 504version = "0.1.35" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 507dependencies = [ 508 "cfg-if", 509 "log", 510 "pin-project-lite", 511 "tracing-core", 512] 513 514[[package]] 515name = "tracing-core" 516version = "0.1.27" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" 519dependencies = [ 520 "once_cell", 521 "valuable", 522] 523 524[[package]] 525name = "tracing-subscriber" 526version = "0.3.11" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" 529dependencies = [ 530 "ansi_term", 531 "sharded-slab", 532 "thread_local", 533 "tracing-core", 534] 535 536[[package]] 537name = "unicode-ident" 538version = "1.0.1" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" 541 542[[package]] 543name = "valuable" 544version = "0.1.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 547 548[[package]] 549name = "wasi" 550version = "0.11.0+wasi-snapshot-preview1" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 553 554[[package]] 555name = "winapi" 556version = "0.3.9" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 559dependencies = [ 560 "winapi-i686-pc-windows-gnu", 561 "winapi-x86_64-pc-windows-gnu", 562] 563 564[[package]] 565name = "winapi-i686-pc-windows-gnu" 566version = "0.4.0" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 569 570[[package]] 571name = "winapi-x86_64-pc-windows-gnu" 572version = "0.4.0" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 575