1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anyhow" 7version = "1.0.71" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 10 11[[package]] 12name = "async-trait" 13version = "0.1.68" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 16dependencies = [ 17 "proc-macro2", 18 "quote", 19 "syn 2.0.18", 20] 21 22[[package]] 23name = "autocfg" 24version = "1.1.0" 25source = "registry+https://github.com/rust-lang/crates.io-index" 26checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 27 28[[package]] 29name = "axum" 30version = "0.6.18" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" 33dependencies = [ 34 "async-trait", 35 "axum-core", 36 "bitflags", 37 "bytes", 38 "futures-util", 39 "http", 40 "http-body", 41 "hyper", 42 "itoa", 43 "matchit", 44 "memchr", 45 "mime", 46 "percent-encoding", 47 "pin-project-lite", 48 "rustversion", 49 "serde", 50 "sync_wrapper", 51 "tower", 52 "tower-layer", 53 "tower-service", 54] 55 56[[package]] 57name = "axum-core" 58version = "0.3.4" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 61dependencies = [ 62 "async-trait", 63 "bytes", 64 "futures-util", 65 "http", 66 "http-body", 67 "mime", 68 "rustversion", 69 "tower-layer", 70 "tower-service", 71] 72 73[[package]] 74name = "base64" 75version = "0.21.2" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 78 79[[package]] 80name = "bitflags" 81version = "1.3.2" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 84 85[[package]] 86name = "bytes" 87version = "1.4.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 90 91[[package]] 92name = "cc" 93version = "1.0.79" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 96 97[[package]] 98name = "cfg-if" 99version = "1.0.0" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 102 103[[package]] 104name = "direct-cargo-bazel-deps" 105version = "0.0.1" 106dependencies = [ 107 "h2", 108 "prost", 109 "prost-types", 110 "protoc-gen-prost", 111 "protoc-gen-tonic", 112 "tokio", 113 "tokio-stream", 114 "tonic", 115] 116 117[[package]] 118name = "either" 119version = "1.8.1" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 122 123[[package]] 124name = "errno" 125version = "0.3.1" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 128dependencies = [ 129 "errno-dragonfly", 130 "libc", 131 "windows-sys", 132] 133 134[[package]] 135name = "errno-dragonfly" 136version = "0.1.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 139dependencies = [ 140 "cc", 141 "libc", 142] 143 144[[package]] 145name = "fastrand" 146version = "1.9.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 149dependencies = [ 150 "instant", 151] 152 153[[package]] 154name = "fixedbitset" 155version = "0.4.2" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 158 159[[package]] 160name = "fnv" 161version = "1.0.7" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 164 165[[package]] 166name = "futures-channel" 167version = "0.3.28" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 170dependencies = [ 171 "futures-core", 172] 173 174[[package]] 175name = "futures-core" 176version = "0.3.28" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 179 180[[package]] 181name = "futures-sink" 182version = "0.3.28" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 185 186[[package]] 187name = "futures-task" 188version = "0.3.28" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 191 192[[package]] 193name = "futures-util" 194version = "0.3.28" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 197dependencies = [ 198 "futures-core", 199 "futures-task", 200 "pin-project-lite", 201 "pin-utils", 202] 203 204[[package]] 205name = "getrandom" 206version = "0.2.10" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 209dependencies = [ 210 "cfg-if", 211 "libc", 212 "wasi", 213] 214 215[[package]] 216name = "h2" 217version = "0.3.19" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 220dependencies = [ 221 "bytes", 222 "fnv", 223 "futures-core", 224 "futures-sink", 225 "futures-util", 226 "http", 227 "indexmap", 228 "slab", 229 "tokio", 230 "tokio-util", 231 "tracing", 232] 233 234[[package]] 235name = "hashbrown" 236version = "0.12.3" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 239 240[[package]] 241name = "heck" 242version = "0.4.1" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 245 246[[package]] 247name = "hermit-abi" 248version = "0.2.6" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 251dependencies = [ 252 "libc", 253] 254 255[[package]] 256name = "hermit-abi" 257version = "0.3.1" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 260 261[[package]] 262name = "http" 263version = "0.2.9" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 266dependencies = [ 267 "bytes", 268 "fnv", 269 "itoa", 270] 271 272[[package]] 273name = "http-body" 274version = "0.4.5" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 277dependencies = [ 278 "bytes", 279 "http", 280 "pin-project-lite", 281] 282 283[[package]] 284name = "httparse" 285version = "1.8.0" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 288 289[[package]] 290name = "httpdate" 291version = "1.0.2" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 294 295[[package]] 296name = "hyper" 297version = "0.14.26" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 300dependencies = [ 301 "bytes", 302 "futures-channel", 303 "futures-core", 304 "futures-util", 305 "h2", 306 "http", 307 "http-body", 308 "httparse", 309 "httpdate", 310 "itoa", 311 "pin-project-lite", 312 "socket2", 313 "tokio", 314 "tower-service", 315 "tracing", 316 "want", 317] 318 319[[package]] 320name = "hyper-timeout" 321version = "0.4.1" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 324dependencies = [ 325 "hyper", 326 "pin-project-lite", 327 "tokio", 328 "tokio-io-timeout", 329] 330 331[[package]] 332name = "indexmap" 333version = "1.9.3" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 336dependencies = [ 337 "autocfg", 338 "hashbrown", 339] 340 341[[package]] 342name = "instant" 343version = "0.1.12" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 346dependencies = [ 347 "cfg-if", 348] 349 350[[package]] 351name = "io-lifetimes" 352version = "1.0.11" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 355dependencies = [ 356 "hermit-abi 0.3.1", 357 "libc", 358 "windows-sys", 359] 360 361[[package]] 362name = "itertools" 363version = "0.10.5" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 366dependencies = [ 367 "either", 368] 369 370[[package]] 371name = "itoa" 372version = "1.0.6" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 375 376[[package]] 377name = "lazy_static" 378version = "1.4.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 381 382[[package]] 383name = "libc" 384version = "0.2.146" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 387 388[[package]] 389name = "linux-raw-sys" 390version = "0.3.8" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 393 394[[package]] 395name = "lock_api" 396version = "0.4.10" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 399dependencies = [ 400 "autocfg", 401 "scopeguard", 402] 403 404[[package]] 405name = "log" 406version = "0.4.19" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 409 410[[package]] 411name = "matchit" 412version = "0.7.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 415 416[[package]] 417name = "memchr" 418version = "2.5.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 421 422[[package]] 423name = "mime" 424version = "0.3.17" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 427 428[[package]] 429name = "mio" 430version = "0.8.8" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 433dependencies = [ 434 "libc", 435 "wasi", 436 "windows-sys", 437] 438 439[[package]] 440name = "multimap" 441version = "0.8.3" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 444 445[[package]] 446name = "num_cpus" 447version = "1.15.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 450dependencies = [ 451 "hermit-abi 0.2.6", 452 "libc", 453] 454 455[[package]] 456name = "once_cell" 457version = "1.18.0" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 460 461[[package]] 462name = "parking_lot" 463version = "0.12.1" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 466dependencies = [ 467 "lock_api", 468 "parking_lot_core", 469] 470 471[[package]] 472name = "parking_lot_core" 473version = "0.9.8" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 476dependencies = [ 477 "cfg-if", 478 "libc", 479 "redox_syscall", 480 "smallvec", 481 "windows-targets", 482] 483 484[[package]] 485name = "percent-encoding" 486version = "2.3.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 489 490[[package]] 491name = "petgraph" 492version = "0.6.3" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" 495dependencies = [ 496 "fixedbitset", 497 "indexmap", 498] 499 500[[package]] 501name = "pin-project" 502version = "1.1.0" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 505dependencies = [ 506 "pin-project-internal", 507] 508 509[[package]] 510name = "pin-project-internal" 511version = "1.1.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 514dependencies = [ 515 "proc-macro2", 516 "quote", 517 "syn 2.0.18", 518] 519 520[[package]] 521name = "pin-project-lite" 522version = "0.2.9" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 525 526[[package]] 527name = "pin-utils" 528version = "0.1.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 531 532[[package]] 533name = "ppv-lite86" 534version = "0.2.17" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 537 538[[package]] 539name = "prettyplease" 540version = "0.1.25" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 543dependencies = [ 544 "proc-macro2", 545 "syn 1.0.109", 546] 547 548[[package]] 549name = "proc-macro2" 550version = "1.0.60" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 553dependencies = [ 554 "unicode-ident", 555] 556 557[[package]] 558name = "prost" 559version = "0.11.9" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 562dependencies = [ 563 "bytes", 564 "prost-derive", 565] 566 567[[package]] 568name = "prost-build" 569version = "0.11.9" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 572dependencies = [ 573 "bytes", 574 "heck", 575 "itertools", 576 "lazy_static", 577 "log", 578 "multimap", 579 "petgraph", 580 "prettyplease", 581 "prost", 582 "prost-types", 583 "regex", 584 "syn 1.0.109", 585 "tempfile", 586 "which", 587] 588 589[[package]] 590name = "prost-derive" 591version = "0.11.9" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 594dependencies = [ 595 "anyhow", 596 "itertools", 597 "proc-macro2", 598 "quote", 599 "syn 1.0.109", 600] 601 602[[package]] 603name = "prost-types" 604version = "0.11.9" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 607dependencies = [ 608 "prost", 609] 610 611[[package]] 612name = "protoc-gen-prost" 613version = "0.2.2" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "a81e3a9bb429fec47008b209896f0b9ab99fbcbc1c3733b385d43fbfd64dd2ca" 616dependencies = [ 617 "once_cell", 618 "prost", 619 "prost-build", 620 "prost-types", 621 "regex", 622] 623 624[[package]] 625name = "protoc-gen-tonic" 626version = "0.2.2" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "725a07a704f9cf7a956b302c21d81b5516ed5ee6cfbbf827edb69beeaae6cc30" 629dependencies = [ 630 "heck", 631 "prettyplease", 632 "prost", 633 "prost-build", 634 "prost-types", 635 "protoc-gen-prost", 636 "regex", 637 "syn 1.0.109", 638 "tonic-build", 639] 640 641[[package]] 642name = "quote" 643version = "1.0.28" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 646dependencies = [ 647 "proc-macro2", 648] 649 650[[package]] 651name = "rand" 652version = "0.8.5" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 655dependencies = [ 656 "libc", 657 "rand_chacha", 658 "rand_core", 659] 660 661[[package]] 662name = "rand_chacha" 663version = "0.3.1" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 666dependencies = [ 667 "ppv-lite86", 668 "rand_core", 669] 670 671[[package]] 672name = "rand_core" 673version = "0.6.4" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 676dependencies = [ 677 "getrandom", 678] 679 680[[package]] 681name = "redox_syscall" 682version = "0.3.5" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 685dependencies = [ 686 "bitflags", 687] 688 689[[package]] 690name = "regex" 691version = "1.8.4" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 694dependencies = [ 695 "regex-syntax", 696] 697 698[[package]] 699name = "regex-syntax" 700version = "0.7.2" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 703 704[[package]] 705name = "rustix" 706version = "0.37.20" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 709dependencies = [ 710 "bitflags", 711 "errno", 712 "io-lifetimes", 713 "libc", 714 "linux-raw-sys", 715 "windows-sys", 716] 717 718[[package]] 719name = "rustversion" 720version = "1.0.12" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 723 724[[package]] 725name = "scopeguard" 726version = "1.1.0" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 729 730[[package]] 731name = "serde" 732version = "1.0.164" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 735 736[[package]] 737name = "signal-hook-registry" 738version = "1.4.1" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 741dependencies = [ 742 "libc", 743] 744 745[[package]] 746name = "slab" 747version = "0.4.8" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 750dependencies = [ 751 "autocfg", 752] 753 754[[package]] 755name = "smallvec" 756version = "1.10.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 759 760[[package]] 761name = "socket2" 762version = "0.4.9" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 765dependencies = [ 766 "libc", 767 "winapi", 768] 769 770[[package]] 771name = "syn" 772version = "1.0.109" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 775dependencies = [ 776 "proc-macro2", 777 "quote", 778 "unicode-ident", 779] 780 781[[package]] 782name = "syn" 783version = "2.0.18" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 786dependencies = [ 787 "proc-macro2", 788 "quote", 789 "unicode-ident", 790] 791 792[[package]] 793name = "sync_wrapper" 794version = "0.1.2" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 797 798[[package]] 799name = "tempfile" 800version = "3.6.0" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 803dependencies = [ 804 "autocfg", 805 "cfg-if", 806 "fastrand", 807 "redox_syscall", 808 "rustix", 809 "windows-sys", 810] 811 812[[package]] 813name = "tokio" 814version = "1.28.2" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 817dependencies = [ 818 "autocfg", 819 "bytes", 820 "libc", 821 "mio", 822 "num_cpus", 823 "parking_lot", 824 "pin-project-lite", 825 "signal-hook-registry", 826 "socket2", 827 "tokio-macros", 828 "windows-sys", 829] 830 831[[package]] 832name = "tokio-io-timeout" 833version = "1.2.0" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 836dependencies = [ 837 "pin-project-lite", 838 "tokio", 839] 840 841[[package]] 842name = "tokio-macros" 843version = "2.1.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 846dependencies = [ 847 "proc-macro2", 848 "quote", 849 "syn 2.0.18", 850] 851 852[[package]] 853name = "tokio-stream" 854version = "0.1.14" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 857dependencies = [ 858 "futures-core", 859 "pin-project-lite", 860 "tokio", 861] 862 863[[package]] 864name = "tokio-util" 865version = "0.7.8" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 868dependencies = [ 869 "bytes", 870 "futures-core", 871 "futures-sink", 872 "pin-project-lite", 873 "tokio", 874 "tracing", 875] 876 877[[package]] 878name = "tonic" 879version = "0.9.2" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" 882dependencies = [ 883 "async-trait", 884 "axum", 885 "base64", 886 "bytes", 887 "futures-core", 888 "futures-util", 889 "h2", 890 "http", 891 "http-body", 892 "hyper", 893 "hyper-timeout", 894 "percent-encoding", 895 "pin-project", 896 "prost", 897 "tokio", 898 "tokio-stream", 899 "tower", 900 "tower-layer", 901 "tower-service", 902 "tracing", 903] 904 905[[package]] 906name = "tonic-build" 907version = "0.8.4" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" 910dependencies = [ 911 "prettyplease", 912 "proc-macro2", 913 "prost-build", 914 "quote", 915 "syn 1.0.109", 916] 917 918[[package]] 919name = "tower" 920version = "0.4.13" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 923dependencies = [ 924 "futures-core", 925 "futures-util", 926 "indexmap", 927 "pin-project", 928 "pin-project-lite", 929 "rand", 930 "slab", 931 "tokio", 932 "tokio-util", 933 "tower-layer", 934 "tower-service", 935 "tracing", 936] 937 938[[package]] 939name = "tower-layer" 940version = "0.3.2" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 943 944[[package]] 945name = "tower-service" 946version = "0.3.2" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 949 950[[package]] 951name = "tracing" 952version = "0.1.37" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 955dependencies = [ 956 "cfg-if", 957 "pin-project-lite", 958 "tracing-attributes", 959 "tracing-core", 960] 961 962[[package]] 963name = "tracing-attributes" 964version = "0.1.26" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 967dependencies = [ 968 "proc-macro2", 969 "quote", 970 "syn 2.0.18", 971] 972 973[[package]] 974name = "tracing-core" 975version = "0.1.31" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 978dependencies = [ 979 "once_cell", 980] 981 982[[package]] 983name = "try-lock" 984version = "0.2.4" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 987 988[[package]] 989name = "unicode-ident" 990version = "1.0.9" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 993 994[[package]] 995name = "want" 996version = "0.3.1" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 999dependencies = [ 1000 "try-lock", 1001] 1002 1003[[package]] 1004name = "wasi" 1005version = "0.11.0+wasi-snapshot-preview1" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1008 1009[[package]] 1010name = "which" 1011version = "4.4.0" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 1014dependencies = [ 1015 "either", 1016 "libc", 1017 "once_cell", 1018] 1019 1020[[package]] 1021name = "winapi" 1022version = "0.3.9" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1025dependencies = [ 1026 "winapi-i686-pc-windows-gnu", 1027 "winapi-x86_64-pc-windows-gnu", 1028] 1029 1030[[package]] 1031name = "winapi-i686-pc-windows-gnu" 1032version = "0.4.0" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1035 1036[[package]] 1037name = "winapi-x86_64-pc-windows-gnu" 1038version = "0.4.0" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1041 1042[[package]] 1043name = "windows-sys" 1044version = "0.48.0" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1047dependencies = [ 1048 "windows-targets", 1049] 1050 1051[[package]] 1052name = "windows-targets" 1053version = "0.48.0" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1056dependencies = [ 1057 "windows_aarch64_gnullvm", 1058 "windows_aarch64_msvc", 1059 "windows_i686_gnu", 1060 "windows_i686_msvc", 1061 "windows_x86_64_gnu", 1062 "windows_x86_64_gnullvm", 1063 "windows_x86_64_msvc", 1064] 1065 1066[[package]] 1067name = "windows_aarch64_gnullvm" 1068version = "0.48.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1071 1072[[package]] 1073name = "windows_aarch64_msvc" 1074version = "0.48.0" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1077 1078[[package]] 1079name = "windows_i686_gnu" 1080version = "0.48.0" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1083 1084[[package]] 1085name = "windows_i686_msvc" 1086version = "0.48.0" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1089 1090[[package]] 1091name = "windows_x86_64_gnu" 1092version = "0.48.0" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1095 1096[[package]] 1097name = "windows_x86_64_gnullvm" 1098version = "0.48.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1101 1102[[package]] 1103name = "windows_x86_64_msvc" 1104version = "0.48.0" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1107