Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.24.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "android-tzdata" 31version = "0.1.1" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 34 35[[package]] 36name = "android_system_properties" 37version = "0.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40dependencies = [ 41 "libc", 42] 43 44[[package]] 45name = "anyhow" 46version = "1.0.89" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 49 50[[package]] 51name = "ascii-canvas" 52version = "3.0.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 55dependencies = [ 56 "term", 57] 58 59[[package]] 60name = "assert-json-diff" 61version = "2.0.2" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 64dependencies = [ 65 "serde", 66 "serde_json", 67] 68 69[[package]] 70name = "async-attributes" 71version = "1.1.2" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 74dependencies = [ 75 "quote", 76 "syn 1.0.109", 77] 78 79[[package]] 80name = "async-channel" 81version = "1.9.0" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 84dependencies = [ 85 "concurrent-queue", 86 "event-listener 2.5.3", 87 "futures-core", 88] 89 90[[package]] 91name = "async-channel" 92version = "2.3.1" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 95dependencies = [ 96 "concurrent-queue", 97 "event-listener-strategy", 98 "futures-core", 99 "pin-project-lite", 100] 101 102[[package]] 103name = "async-executor" 104version = "1.13.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 107dependencies = [ 108 "async-task", 109 "concurrent-queue", 110 "fastrand", 111 "futures-lite", 112 "slab", 113] 114 115[[package]] 116name = "async-global-executor" 117version = "2.4.1" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 120dependencies = [ 121 "async-channel 2.3.1", 122 "async-executor", 123 "async-io", 124 "async-lock", 125 "blocking", 126 "futures-lite", 127 "once_cell", 128] 129 130[[package]] 131name = "async-io" 132version = "2.3.4" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 135dependencies = [ 136 "async-lock", 137 "cfg-if", 138 "concurrent-queue", 139 "futures-io", 140 "futures-lite", 141 "parking", 142 "polling", 143 "rustix", 144 "slab", 145 "tracing", 146 "windows-sys 0.59.0", 147] 148 149[[package]] 150name = "async-lock" 151version = "3.4.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 154dependencies = [ 155 "event-listener 5.3.1", 156 "event-listener-strategy", 157 "pin-project-lite", 158] 159 160[[package]] 161name = "async-object-pool" 162version = "0.1.5" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "333c456b97c3f2d50604e8b2624253b7f787208cb72eb75e64b0ad11b221652c" 165dependencies = [ 166 "async-std", 167] 168 169[[package]] 170name = "async-process" 171version = "2.3.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" 174dependencies = [ 175 "async-channel 2.3.1", 176 "async-io", 177 "async-lock", 178 "async-signal", 179 "async-task", 180 "blocking", 181 "cfg-if", 182 "event-listener 5.3.1", 183 "futures-lite", 184 "rustix", 185 "tracing", 186] 187 188[[package]] 189name = "async-signal" 190version = "0.2.10" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 193dependencies = [ 194 "async-io", 195 "async-lock", 196 "atomic-waker", 197 "cfg-if", 198 "futures-core", 199 "futures-io", 200 "rustix", 201 "signal-hook-registry", 202 "slab", 203 "windows-sys 0.59.0", 204] 205 206[[package]] 207name = "async-socks5" 208version = "0.5.1" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7" 211dependencies = [ 212 "async-trait", 213 "thiserror", 214 "tokio", 215] 216 217[[package]] 218name = "async-std" 219version = "1.13.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 222dependencies = [ 223 "async-attributes", 224 "async-channel 1.9.0", 225 "async-global-executor", 226 "async-io", 227 "async-lock", 228 "async-process", 229 "crossbeam-utils", 230 "futures-channel", 231 "futures-core", 232 "futures-io", 233 "futures-lite", 234 "gloo-timers", 235 "kv-log-macro", 236 "log", 237 "memchr", 238 "once_cell", 239 "pin-project-lite", 240 "pin-utils", 241 "slab", 242 "wasm-bindgen-futures", 243] 244 245[[package]] 246name = "async-stream" 247version = "0.3.5" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 250dependencies = [ 251 "async-stream-impl", 252 "futures-core", 253 "pin-project-lite", 254] 255 256[[package]] 257name = "async-stream-impl" 258version = "0.3.5" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 261dependencies = [ 262 "proc-macro2", 263 "quote", 264 "syn 2.0.77", 265] 266 267[[package]] 268name = "async-task" 269version = "4.7.1" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 272 273[[package]] 274name = "async-trait" 275version = "0.1.82" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" 278dependencies = [ 279 "proc-macro2", 280 "quote", 281 "syn 2.0.77", 282] 283 284[[package]] 285name = "atomic" 286version = "0.6.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 289dependencies = [ 290 "bytemuck", 291] 292 293[[package]] 294name = "atomic-waker" 295version = "1.1.2" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 298 299[[package]] 300name = "autocfg" 301version = "1.3.0" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 304 305[[package]] 306name = "axum" 307version = "0.6.20" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 310dependencies = [ 311 "async-trait", 312 "axum-core", 313 "bitflags 1.3.2", 314 "bytes", 315 "futures-util", 316 "http", 317 "http-body", 318 "hyper", 319 "itoa", 320 "matchit", 321 "memchr", 322 "mime", 323 "percent-encoding", 324 "pin-project-lite", 325 "rustversion", 326 "serde", 327 "sync_wrapper", 328 "tower", 329 "tower-layer", 330 "tower-service", 331] 332 333[[package]] 334name = "axum-core" 335version = "0.3.4" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 338dependencies = [ 339 "async-trait", 340 "bytes", 341 "futures-util", 342 "http", 343 "http-body", 344 "mime", 345 "rustversion", 346 "tower-layer", 347 "tower-service", 348] 349 350[[package]] 351name = "backoff" 352version = "0.4.0" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 355dependencies = [ 356 "futures-core", 357 "getrandom", 358 "instant", 359 "pin-project-lite", 360 "rand", 361 "tokio", 362] 363 364[[package]] 365name = "backtrace" 366version = "0.3.74" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 369dependencies = [ 370 "addr2line", 371 "cfg-if", 372 "libc", 373 "miniz_oxide", 374 "object", 375 "rustc-demangle", 376 "windows-targets 0.52.6", 377] 378 379[[package]] 380name = "base64" 381version = "0.21.7" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 384 385[[package]] 386name = "base64" 387version = "0.22.1" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 390 391[[package]] 392name = "basic-cookies" 393version = "0.1.5" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "67bd8fd42c16bdb08688243dc5f0cc117a3ca9efeeaba3a345a18a6159ad96f7" 396dependencies = [ 397 "lalrpop", 398 "lalrpop-util", 399 "regex", 400] 401 402[[package]] 403name = "bit-set" 404version = "0.5.3" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 407dependencies = [ 408 "bit-vec", 409] 410 411[[package]] 412name = "bit-vec" 413version = "0.6.3" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 416 417[[package]] 418name = "bitflags" 419version = "1.3.2" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 422 423[[package]] 424name = "bitflags" 425version = "2.6.0" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 428 429[[package]] 430name = "block-buffer" 431version = "0.10.4" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 434dependencies = [ 435 "generic-array", 436] 437 438[[package]] 439name = "blocking" 440version = "1.6.1" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 443dependencies = [ 444 "async-channel 2.3.1", 445 "async-task", 446 "futures-io", 447 "futures-lite", 448 "piper", 449] 450 451[[package]] 452name = "bumpalo" 453version = "3.16.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 456 457[[package]] 458name = "bytemuck" 459version = "1.18.0" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 462 463[[package]] 464name = "byteorder" 465version = "1.5.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 468 469[[package]] 470name = "bytes" 471version = "1.7.1" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" 474 475[[package]] 476name = "cc" 477version = "1.1.20" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "45bcde016d64c21da4be18b655631e5ab6d3107607e71a73a9f53eb48aae23fb" 480dependencies = [ 481 "shlex", 482] 483 484[[package]] 485name = "cfg-if" 486version = "1.0.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 489 490[[package]] 491name = "chrono" 492version = "0.4.38" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 495dependencies = [ 496 "android-tzdata", 497 "iana-time-zone", 498 "js-sys", 499 "num-traits", 500 "wasm-bindgen", 501 "windows-targets 0.52.6", 502] 503 504[[package]] 505name = "concurrent-queue" 506version = "2.5.0" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 509dependencies = [ 510 "crossbeam-utils", 511] 512 513[[package]] 514name = "convert_case" 515version = "0.4.0" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 518 519[[package]] 520name = "core-foundation" 521version = "0.9.4" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 524dependencies = [ 525 "core-foundation-sys", 526 "libc", 527] 528 529[[package]] 530name = "core-foundation-sys" 531version = "0.8.7" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 534 535[[package]] 536name = "cpufeatures" 537version = "0.2.14" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 540dependencies = [ 541 "libc", 542] 543 544[[package]] 545name = "crossbeam-channel" 546version = "0.5.13" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 549dependencies = [ 550 "crossbeam-utils", 551] 552 553[[package]] 554name = "crossbeam-utils" 555version = "0.8.20" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 558 559[[package]] 560name = "crunchy" 561version = "0.2.2" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 564 565[[package]] 566name = "crypto-common" 567version = "0.1.6" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 570dependencies = [ 571 "generic-array", 572 "typenum", 573] 574 575[[package]] 576name = "darling" 577version = "0.20.10" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 580dependencies = [ 581 "darling_core", 582 "darling_macro", 583] 584 585[[package]] 586name = "darling_core" 587version = "0.20.10" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 590dependencies = [ 591 "fnv", 592 "ident_case", 593 "proc-macro2", 594 "quote", 595 "strsim", 596 "syn 2.0.77", 597] 598 599[[package]] 600name = "darling_macro" 601version = "0.20.10" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 604dependencies = [ 605 "darling_core", 606 "quote", 607 "syn 2.0.77", 608] 609 610[[package]] 611name = "deranged" 612version = "0.3.11" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 615dependencies = [ 616 "powerfmt", 617] 618 619[[package]] 620name = "derive_builder" 621version = "0.20.1" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b" 624dependencies = [ 625 "derive_builder_macro", 626] 627 628[[package]] 629name = "derive_builder_core" 630version = "0.20.1" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38" 633dependencies = [ 634 "darling", 635 "proc-macro2", 636 "quote", 637 "syn 2.0.77", 638] 639 640[[package]] 641name = "derive_builder_macro" 642version = "0.20.1" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc" 645dependencies = [ 646 "derive_builder_core", 647 "syn 2.0.77", 648] 649 650[[package]] 651name = "derive_more" 652version = "0.99.18" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 655dependencies = [ 656 "convert_case", 657 "proc-macro2", 658 "quote", 659 "rustc_version", 660 "syn 2.0.77", 661] 662 663[[package]] 664name = "digest" 665version = "0.10.7" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 668dependencies = [ 669 "block-buffer", 670 "crypto-common", 671] 672 673[[package]] 674name = "dirs" 675version = "5.0.1" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 678dependencies = [ 679 "dirs-sys", 680] 681 682[[package]] 683name = "dirs-next" 684version = "2.0.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 687dependencies = [ 688 "cfg-if", 689 "dirs-sys-next", 690] 691 692[[package]] 693name = "dirs-sys" 694version = "0.4.1" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 697dependencies = [ 698 "libc", 699 "option-ext", 700 "redox_users", 701 "windows-sys 0.48.0", 702] 703 704[[package]] 705name = "dirs-sys-next" 706version = "0.1.2" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 709dependencies = [ 710 "libc", 711 "redox_users", 712 "winapi", 713] 714 715[[package]] 716name = "either" 717version = "1.13.0" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 720 721[[package]] 722name = "ena" 723version = "0.14.3" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" 726dependencies = [ 727 "log", 728] 729 730[[package]] 731name = "encoding_rs" 732version = "0.8.34" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 735dependencies = [ 736 "cfg-if", 737] 738 739[[package]] 740name = "equivalent" 741version = "1.0.1" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 744 745[[package]] 746name = "errno" 747version = "0.3.9" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 750dependencies = [ 751 "libc", 752 "windows-sys 0.52.0", 753] 754 755[[package]] 756name = "event-listener" 757version = "2.5.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 760 761[[package]] 762name = "event-listener" 763version = "5.3.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 766dependencies = [ 767 "concurrent-queue", 768 "parking", 769 "pin-project-lite", 770] 771 772[[package]] 773name = "event-listener-strategy" 774version = "0.5.2" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 777dependencies = [ 778 "event-listener 5.3.1", 779 "pin-project-lite", 780] 781 782[[package]] 783name = "fastrand" 784version = "2.1.1" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 787 788[[package]] 789name = "figment" 790version = "0.10.19" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 793dependencies = [ 794 "atomic", 795 "parking_lot", 796 "pear", 797 "serde", 798 "tempfile", 799 "toml", 800 "uncased", 801 "version_check", 802] 803 804[[package]] 805name = "fixedbitset" 806version = "0.4.2" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 809 810[[package]] 811name = "fnv" 812version = "1.0.7" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 815 816[[package]] 817name = "form_urlencoded" 818version = "1.2.1" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 821dependencies = [ 822 "percent-encoding", 823] 824 825[[package]] 826name = "futures" 827version = "0.3.30" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 830dependencies = [ 831 "futures-channel", 832 "futures-core", 833 "futures-executor", 834 "futures-io", 835 "futures-sink", 836 "futures-task", 837 "futures-util", 838] 839 840[[package]] 841name = "futures-channel" 842version = "0.3.30" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 845dependencies = [ 846 "futures-core", 847 "futures-sink", 848] 849 850[[package]] 851name = "futures-core" 852version = "0.3.30" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 855 856[[package]] 857name = "futures-executor" 858version = "0.3.30" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 861dependencies = [ 862 "futures-core", 863 "futures-task", 864 "futures-util", 865] 866 867[[package]] 868name = "futures-io" 869version = "0.3.30" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 872 873[[package]] 874name = "futures-lite" 875version = "2.3.0" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 878dependencies = [ 879 "fastrand", 880 "futures-core", 881 "futures-io", 882 "parking", 883 "pin-project-lite", 884] 885 886[[package]] 887name = "futures-macro" 888version = "0.3.30" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 891dependencies = [ 892 "proc-macro2", 893 "quote", 894 "syn 2.0.77", 895] 896 897[[package]] 898name = "futures-sink" 899version = "0.3.30" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 902 903[[package]] 904name = "futures-task" 905version = "0.3.30" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 908 909[[package]] 910name = "futures-timer" 911version = "3.0.3" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 914 915[[package]] 916name = "futures-util" 917version = "0.3.30" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 920dependencies = [ 921 "futures-channel", 922 "futures-core", 923 "futures-io", 924 "futures-macro", 925 "futures-sink", 926 "futures-task", 927 "memchr", 928 "pin-project-lite", 929 "pin-utils", 930 "slab", 931] 932 933[[package]] 934name = "generic-array" 935version = "0.14.7" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 938dependencies = [ 939 "typenum", 940 "version_check", 941] 942 943[[package]] 944name = "getrandom" 945version = "0.2.15" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 948dependencies = [ 949 "cfg-if", 950 "js-sys", 951 "libc", 952 "wasi", 953 "wasm-bindgen", 954] 955 956[[package]] 957name = "gimli" 958version = "0.31.0" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" 961 962[[package]] 963name = "glob" 964version = "0.3.1" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 967 968[[package]] 969name = "gloo-timers" 970version = "0.3.0" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 973dependencies = [ 974 "futures-channel", 975 "futures-core", 976 "js-sys", 977 "wasm-bindgen", 978] 979 980[[package]] 981name = "h2" 982version = "0.3.26" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 985dependencies = [ 986 "bytes", 987 "fnv", 988 "futures-core", 989 "futures-sink", 990 "futures-util", 991 "http", 992 "indexmap 2.5.0", 993 "slab", 994 "tokio", 995 "tokio-util", 996 "tracing", 997] 998 999[[package]] 1000name = "hashbrown" 1001version = "0.12.3" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1004 1005[[package]] 1006name = "hashbrown" 1007version = "0.14.5" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1010 1011[[package]] 1012name = "headers" 1013version = "0.3.9" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 1016dependencies = [ 1017 "base64 0.21.7", 1018 "bytes", 1019 "headers-core", 1020 "http", 1021 "httpdate", 1022 "mime", 1023 "sha1", 1024] 1025 1026[[package]] 1027name = "headers-core" 1028version = "0.2.0" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1031dependencies = [ 1032 "http", 1033] 1034 1035[[package]] 1036name = "heck" 1037version = "0.4.1" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1040 1041[[package]] 1042name = "heck" 1043version = "0.5.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1046 1047[[package]] 1048name = "hermit-abi" 1049version = "0.3.9" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1052 1053[[package]] 1054name = "hermit-abi" 1055version = "0.4.0" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1058 1059[[package]] 1060name = "home" 1061version = "0.5.9" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1064dependencies = [ 1065 "windows-sys 0.52.0", 1066] 1067 1068[[package]] 1069name = "http" 1070version = "0.2.12" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1073dependencies = [ 1074 "bytes", 1075 "fnv", 1076 "itoa", 1077] 1078 1079[[package]] 1080name = "http-body" 1081version = "0.4.6" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1084dependencies = [ 1085 "bytes", 1086 "http", 1087 "pin-project-lite", 1088] 1089 1090[[package]] 1091name = "http-range-header" 1092version = "0.3.1" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 1095 1096[[package]] 1097name = "httparse" 1098version = "1.9.4" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 1101 1102[[package]] 1103name = "httpdate" 1104version = "1.0.3" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1107 1108[[package]] 1109name = "httpmock" 1110version = "0.7.0" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "08ec9586ee0910472dec1a1f0f8acf52f0fdde93aea74d70d4a3107b4be0fd5b" 1113dependencies = [ 1114 "assert-json-diff", 1115 "async-object-pool", 1116 "async-std", 1117 "async-trait", 1118 "base64 0.21.7", 1119 "basic-cookies", 1120 "crossbeam-utils", 1121 "form_urlencoded", 1122 "futures-util", 1123 "hyper", 1124 "lazy_static", 1125 "levenshtein", 1126 "log", 1127 "regex", 1128 "serde", 1129 "serde_json", 1130 "serde_regex", 1131 "similar", 1132 "tokio", 1133 "url", 1134] 1135 1136[[package]] 1137name = "hyper" 1138version = "0.14.30" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 1141dependencies = [ 1142 "bytes", 1143 "futures-channel", 1144 "futures-core", 1145 "futures-util", 1146 "h2", 1147 "http", 1148 "http-body", 1149 "httparse", 1150 "httpdate", 1151 "itoa", 1152 "pin-project-lite", 1153 "socket2", 1154 "tokio", 1155 "tower-service", 1156 "tracing", 1157 "want", 1158] 1159 1160[[package]] 1161name = "hyper-proxy" 1162version = "0.9.1" 1163source = "git+https://github.com/rigetti/hyper-proxy#e08329b56787326d6ec8d0bbcc1f96913af105c8" 1164dependencies = [ 1165 "bytes", 1166 "futures-util", 1167 "headers", 1168 "http", 1169 "hyper", 1170 "hyper-rustls", 1171 "rustls-native-certs 0.6.3", 1172 "tokio", 1173 "tokio-rustls 0.24.1", 1174 "tower-service", 1175 "webpki", 1176] 1177 1178[[package]] 1179name = "hyper-rustls" 1180version = "0.24.2" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1183dependencies = [ 1184 "futures-util", 1185 "http", 1186 "hyper", 1187 "log", 1188 "rustls 0.21.12", 1189 "rustls-native-certs 0.6.3", 1190 "tokio", 1191 "tokio-rustls 0.24.1", 1192] 1193 1194[[package]] 1195name = "hyper-socks2" 1196version = "0.8.0" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "cc38166fc2732d450e9372388d269eb38ff0b75a3cfb4c542e65b2f6893629c4" 1199dependencies = [ 1200 "async-socks5", 1201 "futures", 1202 "http", 1203 "hyper", 1204 "thiserror", 1205 "tokio", 1206] 1207 1208[[package]] 1209name = "hyper-timeout" 1210version = "0.4.1" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 1213dependencies = [ 1214 "hyper", 1215 "pin-project-lite", 1216 "tokio", 1217 "tokio-io-timeout", 1218] 1219 1220[[package]] 1221name = "iana-time-zone" 1222version = "0.1.61" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1225dependencies = [ 1226 "android_system_properties", 1227 "core-foundation-sys", 1228 "iana-time-zone-haiku", 1229 "js-sys", 1230 "wasm-bindgen", 1231 "windows-core", 1232] 1233 1234[[package]] 1235name = "iana-time-zone-haiku" 1236version = "0.1.2" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1239dependencies = [ 1240 "cc", 1241] 1242 1243[[package]] 1244name = "ident_case" 1245version = "1.0.1" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1248 1249[[package]] 1250name = "idna" 1251version = "0.5.0" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1254dependencies = [ 1255 "unicode-bidi", 1256 "unicode-normalization", 1257] 1258 1259[[package]] 1260name = "indexmap" 1261version = "1.9.3" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1264dependencies = [ 1265 "autocfg", 1266 "hashbrown 0.12.3", 1267] 1268 1269[[package]] 1270name = "indexmap" 1271version = "2.5.0" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" 1274dependencies = [ 1275 "equivalent", 1276 "hashbrown 0.14.5", 1277] 1278 1279[[package]] 1280name = "indoc" 1281version = "2.0.5" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 1284 1285[[package]] 1286name = "inlinable_string" 1287version = "0.1.15" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1290 1291[[package]] 1292name = "instant" 1293version = "0.1.13" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1296dependencies = [ 1297 "cfg-if", 1298] 1299 1300[[package]] 1301name = "inventory" 1302version = "0.3.15" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" 1305 1306[[package]] 1307name = "ipnet" 1308version = "2.10.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" 1311 1312[[package]] 1313name = "itertools" 1314version = "0.11.0" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1317dependencies = [ 1318 "either", 1319] 1320 1321[[package]] 1322name = "itertools" 1323version = "0.12.1" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1326dependencies = [ 1327 "either", 1328] 1329 1330[[package]] 1331name = "itoa" 1332version = "1.0.11" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1335 1336[[package]] 1337name = "js-sys" 1338version = "0.3.70" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 1341dependencies = [ 1342 "wasm-bindgen", 1343] 1344 1345[[package]] 1346name = "jsonwebtoken" 1347version = "9.3.0" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 1350dependencies = [ 1351 "base64 0.21.7", 1352 "js-sys", 1353 "pem", 1354 "ring", 1355 "serde", 1356 "serde_json", 1357 "simple_asn1", 1358] 1359 1360[[package]] 1361name = "kv-log-macro" 1362version = "1.0.7" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1365dependencies = [ 1366 "log", 1367] 1368 1369[[package]] 1370name = "lalrpop" 1371version = "0.20.2" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" 1374dependencies = [ 1375 "ascii-canvas", 1376 "bit-set", 1377 "ena", 1378 "itertools 0.11.0", 1379 "lalrpop-util", 1380 "petgraph", 1381 "pico-args", 1382 "regex", 1383 "regex-syntax", 1384 "string_cache", 1385 "term", 1386 "tiny-keccak", 1387 "unicode-xid", 1388 "walkdir", 1389] 1390 1391[[package]] 1392name = "lalrpop-util" 1393version = "0.20.2" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" 1396dependencies = [ 1397 "regex-automata", 1398] 1399 1400[[package]] 1401name = "lazy_static" 1402version = "1.5.0" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1405 1406[[package]] 1407name = "levenshtein" 1408version = "1.0.5" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 1411 1412[[package]] 1413name = "libc" 1414version = "0.2.158" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" 1417 1418[[package]] 1419name = "libredox" 1420version = "0.1.3" 1421source = "registry+https://github.com/rust-lang/crates.io-index" 1422checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1423dependencies = [ 1424 "bitflags 2.6.0", 1425 "libc", 1426] 1427 1428[[package]] 1429name = "linux-raw-sys" 1430version = "0.4.14" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1433 1434[[package]] 1435name = "lock_api" 1436version = "0.4.12" 1437source = "registry+https://github.com/rust-lang/crates.io-index" 1438checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1439dependencies = [ 1440 "autocfg", 1441 "scopeguard", 1442] 1443 1444[[package]] 1445name = "log" 1446version = "0.4.22" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1449dependencies = [ 1450 "value-bag", 1451] 1452 1453[[package]] 1454name = "matchit" 1455version = "0.7.3" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 1458 1459[[package]] 1460name = "memchr" 1461version = "2.7.4" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1464 1465[[package]] 1466name = "memoffset" 1467version = "0.9.1" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1470dependencies = [ 1471 "autocfg", 1472] 1473 1474[[package]] 1475name = "mime" 1476version = "0.3.17" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1479 1480[[package]] 1481name = "mime_guess" 1482version = "2.0.5" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1485dependencies = [ 1486 "mime", 1487 "unicase", 1488] 1489 1490[[package]] 1491name = "miniz_oxide" 1492version = "0.8.0" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 1495dependencies = [ 1496 "adler2", 1497] 1498 1499[[package]] 1500name = "mio" 1501version = "1.0.2" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 1504dependencies = [ 1505 "hermit-abi 0.3.9", 1506 "libc", 1507 "wasi", 1508 "windows-sys 0.52.0", 1509] 1510 1511[[package]] 1512name = "multimap" 1513version = "0.10.0" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 1516 1517[[package]] 1518name = "new_debug_unreachable" 1519version = "1.0.6" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1522 1523[[package]] 1524name = "nu-ansi-term" 1525version = "0.46.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1528dependencies = [ 1529 "overload", 1530 "winapi", 1531] 1532 1533[[package]] 1534name = "num-bigint" 1535version = "0.4.6" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1538dependencies = [ 1539 "num-integer", 1540 "num-traits", 1541] 1542 1543[[package]] 1544name = "num-complex" 1545version = "0.4.6" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1548dependencies = [ 1549 "num-traits", 1550] 1551 1552[[package]] 1553name = "num-conv" 1554version = "0.1.0" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1557 1558[[package]] 1559name = "num-integer" 1560version = "0.1.46" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1563dependencies = [ 1564 "num-traits", 1565] 1566 1567[[package]] 1568name = "num-traits" 1569version = "0.2.19" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1572dependencies = [ 1573 "autocfg", 1574] 1575 1576[[package]] 1577name = "object" 1578version = "0.36.4" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" 1581dependencies = [ 1582 "memchr", 1583] 1584 1585[[package]] 1586name = "once_cell" 1587version = "1.19.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1590 1591[[package]] 1592name = "openssl-probe" 1593version = "0.1.5" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1596 1597[[package]] 1598name = "opentelemetry" 1599version = "0.20.0" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54" 1602dependencies = [ 1603 "opentelemetry_api", 1604 "opentelemetry_sdk", 1605] 1606 1607[[package]] 1608name = "opentelemetry-http" 1609version = "0.9.0" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "c7594ec0e11d8e33faf03530a4c49af7064ebba81c1480e01be67d90b356508b" 1612dependencies = [ 1613 "async-trait", 1614 "bytes", 1615 "http", 1616 "opentelemetry_api", 1617] 1618 1619[[package]] 1620name = "opentelemetry_api" 1621version = "0.20.0" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b" 1624dependencies = [ 1625 "futures-channel", 1626 "futures-util", 1627 "indexmap 1.9.3", 1628 "js-sys", 1629 "once_cell", 1630 "pin-project-lite", 1631 "thiserror", 1632 "urlencoding", 1633] 1634 1635[[package]] 1636name = "opentelemetry_sdk" 1637version = "0.20.0" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026" 1640dependencies = [ 1641 "async-trait", 1642 "crossbeam-channel", 1643 "futures-channel", 1644 "futures-executor", 1645 "futures-util", 1646 "once_cell", 1647 "opentelemetry_api", 1648 "ordered-float", 1649 "percent-encoding", 1650 "rand", 1651 "regex", 1652 "thiserror", 1653 "tokio", 1654 "tokio-stream", 1655] 1656 1657[[package]] 1658name = "option-ext" 1659version = "0.2.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1662 1663[[package]] 1664name = "ordered-float" 1665version = "3.9.2" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" 1668dependencies = [ 1669 "num-traits", 1670] 1671 1672[[package]] 1673name = "overload" 1674version = "0.1.1" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1677 1678[[package]] 1679name = "parking" 1680version = "2.2.1" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1683 1684[[package]] 1685name = "parking_lot" 1686version = "0.12.3" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1689dependencies = [ 1690 "lock_api", 1691 "parking_lot_core", 1692] 1693 1694[[package]] 1695name = "parking_lot_core" 1696version = "0.9.10" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1699dependencies = [ 1700 "cfg-if", 1701 "libc", 1702 "redox_syscall", 1703 "smallvec", 1704 "windows-targets 0.52.6", 1705] 1706 1707[[package]] 1708name = "paste" 1709version = "1.0.15" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1712 1713[[package]] 1714name = "pbjson" 1715version = "0.6.0" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90" 1718dependencies = [ 1719 "base64 0.21.7", 1720 "serde", 1721] 1722 1723[[package]] 1724name = "pbjson-build" 1725version = "0.6.2" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735" 1728dependencies = [ 1729 "heck 0.4.1", 1730 "itertools 0.11.0", 1731 "prost", 1732 "prost-types", 1733] 1734 1735[[package]] 1736name = "pbjson-types" 1737version = "0.6.0" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12" 1740dependencies = [ 1741 "bytes", 1742 "chrono", 1743 "pbjson", 1744 "pbjson-build", 1745 "prost", 1746 "prost-build", 1747 "serde", 1748] 1749 1750[[package]] 1751name = "pear" 1752version = "0.2.9" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 1755dependencies = [ 1756 "inlinable_string", 1757 "pear_codegen", 1758 "yansi", 1759] 1760 1761[[package]] 1762name = "pear_codegen" 1763version = "0.2.9" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 1766dependencies = [ 1767 "proc-macro2", 1768 "proc-macro2-diagnostics", 1769 "quote", 1770 "syn 2.0.77", 1771] 1772 1773[[package]] 1774name = "pem" 1775version = "3.0.4" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 1778dependencies = [ 1779 "base64 0.22.1", 1780 "serde", 1781] 1782 1783[[package]] 1784name = "percent-encoding" 1785version = "2.3.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1788 1789[[package]] 1790name = "petgraph" 1791version = "0.6.5" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 1794dependencies = [ 1795 "fixedbitset", 1796 "indexmap 2.5.0", 1797] 1798 1799[[package]] 1800name = "phf_shared" 1801version = "0.10.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1804dependencies = [ 1805 "siphasher", 1806] 1807 1808[[package]] 1809name = "pico-args" 1810version = "0.5.0" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 1813 1814[[package]] 1815name = "pin-project" 1816version = "1.1.5" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 1819dependencies = [ 1820 "pin-project-internal", 1821] 1822 1823[[package]] 1824name = "pin-project-internal" 1825version = "1.1.5" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 1828dependencies = [ 1829 "proc-macro2", 1830 "quote", 1831 "syn 2.0.77", 1832] 1833 1834[[package]] 1835name = "pin-project-lite" 1836version = "0.2.14" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1839 1840[[package]] 1841name = "pin-utils" 1842version = "0.1.0" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1845 1846[[package]] 1847name = "piper" 1848version = "0.2.4" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 1851dependencies = [ 1852 "atomic-waker", 1853 "fastrand", 1854 "futures-io", 1855] 1856 1857[[package]] 1858name = "polling" 1859version = "3.7.3" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 1862dependencies = [ 1863 "cfg-if", 1864 "concurrent-queue", 1865 "hermit-abi 0.4.0", 1866 "pin-project-lite", 1867 "rustix", 1868 "tracing", 1869 "windows-sys 0.59.0", 1870] 1871 1872[[package]] 1873name = "portable-atomic" 1874version = "1.7.0" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" 1877 1878[[package]] 1879name = "powerfmt" 1880version = "0.2.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1883 1884[[package]] 1885name = "ppv-lite86" 1886version = "0.2.20" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1889dependencies = [ 1890 "zerocopy", 1891] 1892 1893[[package]] 1894name = "precomputed-hash" 1895version = "0.1.1" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1898 1899[[package]] 1900name = "prettyplease" 1901version = "0.2.22" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 1904dependencies = [ 1905 "proc-macro2", 1906 "syn 2.0.77", 1907] 1908 1909[[package]] 1910name = "proc-macro-crate" 1911version = "3.2.0" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 1914dependencies = [ 1915 "toml_edit", 1916] 1917 1918[[package]] 1919name = "proc-macro2" 1920version = "1.0.86" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 1923dependencies = [ 1924 "unicode-ident", 1925] 1926 1927[[package]] 1928name = "proc-macro2-diagnostics" 1929version = "0.10.1" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1932dependencies = [ 1933 "proc-macro2", 1934 "quote", 1935 "syn 2.0.77", 1936 "version_check", 1937 "yansi", 1938] 1939 1940[[package]] 1941name = "prost" 1942version = "0.12.6" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 1945dependencies = [ 1946 "bytes", 1947 "prost-derive", 1948] 1949 1950[[package]] 1951name = "prost-build" 1952version = "0.12.6" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 1955dependencies = [ 1956 "bytes", 1957 "heck 0.5.0", 1958 "itertools 0.12.1", 1959 "log", 1960 "multimap", 1961 "once_cell", 1962 "petgraph", 1963 "prettyplease", 1964 "prost", 1965 "prost-types", 1966 "regex", 1967 "syn 2.0.77", 1968 "tempfile", 1969] 1970 1971[[package]] 1972name = "prost-derive" 1973version = "0.12.6" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 1976dependencies = [ 1977 "anyhow", 1978 "itertools 0.12.1", 1979 "proc-macro2", 1980 "quote", 1981 "syn 2.0.77", 1982] 1983 1984[[package]] 1985name = "prost-types" 1986version = "0.12.6" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 1989dependencies = [ 1990 "prost", 1991] 1992 1993[[package]] 1994name = "pyo3" 1995version = "0.20.3" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" 1998dependencies = [ 1999 "cfg-if", 2000 "indoc", 2001 "inventory", 2002 "libc", 2003 "memoffset", 2004 "num-complex", 2005 "parking_lot", 2006 "portable-atomic", 2007 "pyo3-build-config 0.20.3", 2008 "pyo3-ffi", 2009 "pyo3-macros", 2010 "unindent", 2011] 2012 2013[[package]] 2014name = "pyo3-asyncio" 2015version = "0.20.0" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "6ea6b68e93db3622f3bb3bf363246cf948ed5375afe7abff98ccbdd50b184995" 2018dependencies = [ 2019 "futures", 2020 "once_cell", 2021 "pin-project-lite", 2022 "pyo3", 2023 "tokio", 2024] 2025 2026[[package]] 2027name = "pyo3-build-config" 2028version = "0.20.3" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" 2031dependencies = [ 2032 "once_cell", 2033 "target-lexicon", 2034] 2035 2036[[package]] 2037name = "pyo3-build-config" 2038version = "0.22.3" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3" 2041dependencies = [ 2042 "once_cell", 2043 "target-lexicon", 2044] 2045 2046[[package]] 2047name = "pyo3-ffi" 2048version = "0.20.3" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" 2051dependencies = [ 2052 "libc", 2053 "pyo3-build-config 0.20.3", 2054] 2055 2056[[package]] 2057name = "pyo3-macros" 2058version = "0.20.3" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" 2061dependencies = [ 2062 "proc-macro2", 2063 "pyo3-macros-backend", 2064 "quote", 2065 "syn 2.0.77", 2066] 2067 2068[[package]] 2069name = "pyo3-macros-backend" 2070version = "0.20.3" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" 2073dependencies = [ 2074 "heck 0.4.1", 2075 "proc-macro2", 2076 "pyo3-build-config 0.20.3", 2077 "quote", 2078 "syn 2.0.77", 2079] 2080 2081[[package]] 2082name = "qcs-api-client-common" 2083version = "0.10.2" 2084dependencies = [ 2085 "async-trait", 2086 "backoff", 2087 "base64 0.22.1", 2088 "chrono", 2089 "derive_builder", 2090 "figment", 2091 "futures", 2092 "home", 2093 "http", 2094 "httpmock", 2095 "jsonwebtoken", 2096 "paste", 2097 "pyo3", 2098 "pyo3-asyncio", 2099 "pyo3-build-config 0.22.3", 2100 "reqwest", 2101 "rigetti-pyo3", 2102 "rstest 0.21.0", 2103 "serde", 2104 "serial_test", 2105 "shellexpand", 2106 "thiserror", 2107 "time", 2108 "tokio", 2109 "toml", 2110 "tracing", 2111 "url", 2112 "urlpattern", 2113] 2114 2115[[package]] 2116name = "qcs-api-client-grpc" 2117version = "0.10.2" 2118dependencies = [ 2119 "async-std", 2120 "backoff", 2121 "futures-util", 2122 "http", 2123 "http-body", 2124 "hyper", 2125 "hyper-proxy", 2126 "hyper-socks2", 2127 "jsonwebtoken", 2128 "once_cell", 2129 "opentelemetry", 2130 "opentelemetry-http", 2131 "opentelemetry_api", 2132 "opentelemetry_sdk", 2133 "pbjson", 2134 "pbjson-build", 2135 "pbjson-types", 2136 "prost", 2137 "prost-build", 2138 "qcs-api-client-common", 2139 "rstest 0.17.0", 2140 "serde", 2141 "serde_json", 2142 "tempfile", 2143 "thiserror", 2144 "tokio", 2145 "tokio-stream", 2146 "tonic", 2147 "tonic-build", 2148 "tonic-health", 2149 "tonic-web", 2150 "tower", 2151 "tracing", 2152 "tracing-opentelemetry", 2153 "tracing-subscriber", 2154 "url", 2155 "urlpattern", 2156] 2157 2158[[package]] 2159name = "qcs-api-client-openapi" 2160version = "0.11.2" 2161dependencies = [ 2162 "anyhow", 2163 "qcs-api-client-common", 2164 "reqwest", 2165 "reqwest-middleware", 2166 "reqwest-tracing", 2167 "rstest 0.17.0", 2168 "serde", 2169 "serde_json", 2170 "task-local-extensions", 2171 "tokio", 2172 "tracing", 2173 "url", 2174 "urlpattern", 2175] 2176 2177[[package]] 2178name = "quote" 2179version = "1.0.37" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 2182dependencies = [ 2183 "proc-macro2", 2184] 2185 2186[[package]] 2187name = "rand" 2188version = "0.8.5" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2191dependencies = [ 2192 "libc", 2193 "rand_chacha", 2194 "rand_core", 2195] 2196 2197[[package]] 2198name = "rand_chacha" 2199version = "0.3.1" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2202dependencies = [ 2203 "ppv-lite86", 2204 "rand_core", 2205] 2206 2207[[package]] 2208name = "rand_core" 2209version = "0.6.4" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2212dependencies = [ 2213 "getrandom", 2214] 2215 2216[[package]] 2217name = "redox_syscall" 2218version = "0.5.4" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" 2221dependencies = [ 2222 "bitflags 2.6.0", 2223] 2224 2225[[package]] 2226name = "redox_users" 2227version = "0.4.6" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 2230dependencies = [ 2231 "getrandom", 2232 "libredox", 2233 "thiserror", 2234] 2235 2236[[package]] 2237name = "regex" 2238version = "1.10.6" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 2241dependencies = [ 2242 "aho-corasick", 2243 "memchr", 2244 "regex-automata", 2245 "regex-syntax", 2246] 2247 2248[[package]] 2249name = "regex-automata" 2250version = "0.4.7" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 2253dependencies = [ 2254 "aho-corasick", 2255 "memchr", 2256 "regex-syntax", 2257] 2258 2259[[package]] 2260name = "regex-syntax" 2261version = "0.8.4" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 2264 2265[[package]] 2266name = "relative-path" 2267version = "1.9.3" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" 2270 2271[[package]] 2272name = "reqwest" 2273version = "0.11.27" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 2276dependencies = [ 2277 "base64 0.21.7", 2278 "bytes", 2279 "encoding_rs", 2280 "futures-core", 2281 "futures-util", 2282 "h2", 2283 "http", 2284 "http-body", 2285 "hyper", 2286 "hyper-rustls", 2287 "ipnet", 2288 "js-sys", 2289 "log", 2290 "mime", 2291 "mime_guess", 2292 "once_cell", 2293 "percent-encoding", 2294 "pin-project-lite", 2295 "rustls 0.21.12", 2296 "rustls-native-certs 0.6.3", 2297 "rustls-pemfile 1.0.4", 2298 "serde", 2299 "serde_json", 2300 "serde_urlencoded", 2301 "sync_wrapper", 2302 "system-configuration", 2303 "tokio", 2304 "tokio-rustls 0.24.1", 2305 "tokio-socks", 2306 "tower-service", 2307 "url", 2308 "wasm-bindgen", 2309 "wasm-bindgen-futures", 2310 "web-sys", 2311 "winreg", 2312] 2313 2314[[package]] 2315name = "reqwest-middleware" 2316version = "0.2.5" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216" 2319dependencies = [ 2320 "anyhow", 2321 "async-trait", 2322 "http", 2323 "reqwest", 2324 "serde", 2325 "task-local-extensions", 2326 "thiserror", 2327] 2328 2329[[package]] 2330name = "reqwest-tracing" 2331version = "0.4.8" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "190838e54153d7a7e2ea98851304b3ce92daeabf14c54d32b01b84a3e636f683" 2334dependencies = [ 2335 "anyhow", 2336 "async-trait", 2337 "getrandom", 2338 "matchit", 2339 "opentelemetry", 2340 "reqwest", 2341 "reqwest-middleware", 2342 "task-local-extensions", 2343 "tracing", 2344 "tracing-opentelemetry", 2345] 2346 2347[[package]] 2348name = "rigetti-pyo3" 2349version = "0.3.6" 2350source = "registry+https://github.com/rust-lang/crates.io-index" 2351checksum = "c59068763670399bb3e895a17cc631d9214c3172b64fc74d3ab63dac7371c340" 2352dependencies = [ 2353 "num-complex", 2354 "num-traits", 2355 "paste", 2356 "pyo3", 2357 "time", 2358] 2359 2360[[package]] 2361name = "ring" 2362version = "0.17.8" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2365dependencies = [ 2366 "cc", 2367 "cfg-if", 2368 "getrandom", 2369 "libc", 2370 "spin", 2371 "untrusted", 2372 "windows-sys 0.52.0", 2373] 2374 2375[[package]] 2376name = "rstest" 2377version = "0.17.0" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962" 2380dependencies = [ 2381 "futures", 2382 "futures-timer", 2383 "rstest_macros 0.17.0", 2384 "rustc_version", 2385] 2386 2387[[package]] 2388name = "rstest" 2389version = "0.21.0" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" 2392dependencies = [ 2393 "futures", 2394 "futures-timer", 2395 "rstest_macros 0.21.0", 2396 "rustc_version", 2397] 2398 2399[[package]] 2400name = "rstest_macros" 2401version = "0.17.0" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8" 2404dependencies = [ 2405 "cfg-if", 2406 "proc-macro2", 2407 "quote", 2408 "rustc_version", 2409 "syn 1.0.109", 2410 "unicode-ident", 2411] 2412 2413[[package]] 2414name = "rstest_macros" 2415version = "0.21.0" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" 2418dependencies = [ 2419 "cfg-if", 2420 "glob", 2421 "proc-macro-crate", 2422 "proc-macro2", 2423 "quote", 2424 "regex", 2425 "relative-path", 2426 "rustc_version", 2427 "syn 2.0.77", 2428 "unicode-ident", 2429] 2430 2431[[package]] 2432name = "rustc-demangle" 2433version = "0.1.24" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2436 2437[[package]] 2438name = "rustc_version" 2439version = "0.4.1" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2442dependencies = [ 2443 "semver", 2444] 2445 2446[[package]] 2447name = "rustix" 2448version = "0.38.37" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 2451dependencies = [ 2452 "bitflags 2.6.0", 2453 "errno", 2454 "libc", 2455 "linux-raw-sys", 2456 "windows-sys 0.52.0", 2457] 2458 2459[[package]] 2460name = "rustls" 2461version = "0.21.12" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 2464dependencies = [ 2465 "log", 2466 "ring", 2467 "rustls-webpki 0.101.7", 2468 "sct", 2469] 2470 2471[[package]] 2472name = "rustls" 2473version = "0.22.4" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 2476dependencies = [ 2477 "log", 2478 "ring", 2479 "rustls-pki-types", 2480 "rustls-webpki 0.102.8", 2481 "subtle", 2482 "zeroize", 2483] 2484 2485[[package]] 2486name = "rustls-native-certs" 2487version = "0.6.3" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 2490dependencies = [ 2491 "openssl-probe", 2492 "rustls-pemfile 1.0.4", 2493 "schannel", 2494 "security-framework", 2495] 2496 2497[[package]] 2498name = "rustls-native-certs" 2499version = "0.7.3" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 2502dependencies = [ 2503 "openssl-probe", 2504 "rustls-pemfile 2.1.3", 2505 "rustls-pki-types", 2506 "schannel", 2507 "security-framework", 2508] 2509 2510[[package]] 2511name = "rustls-pemfile" 2512version = "1.0.4" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2515dependencies = [ 2516 "base64 0.21.7", 2517] 2518 2519[[package]] 2520name = "rustls-pemfile" 2521version = "2.1.3" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 2524dependencies = [ 2525 "base64 0.22.1", 2526 "rustls-pki-types", 2527] 2528 2529[[package]] 2530name = "rustls-pki-types" 2531version = "1.8.0" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" 2534 2535[[package]] 2536name = "rustls-webpki" 2537version = "0.101.7" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2540dependencies = [ 2541 "ring", 2542 "untrusted", 2543] 2544 2545[[package]] 2546name = "rustls-webpki" 2547version = "0.102.8" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2550dependencies = [ 2551 "ring", 2552 "rustls-pki-types", 2553 "untrusted", 2554] 2555 2556[[package]] 2557name = "rustversion" 2558version = "1.0.17" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 2561 2562[[package]] 2563name = "ryu" 2564version = "1.0.18" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2567 2568[[package]] 2569name = "same-file" 2570version = "1.0.6" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2573dependencies = [ 2574 "winapi-util", 2575] 2576 2577[[package]] 2578name = "scc" 2579version = "2.1.17" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "0c947adb109a8afce5fc9c7bf951f87f146e9147b3a6a58413105628fb1d1e66" 2582dependencies = [ 2583 "sdd", 2584] 2585 2586[[package]] 2587name = "schannel" 2588version = "0.1.24" 2589source = "registry+https://github.com/rust-lang/crates.io-index" 2590checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" 2591dependencies = [ 2592 "windows-sys 0.59.0", 2593] 2594 2595[[package]] 2596name = "scopeguard" 2597version = "1.2.0" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2600 2601[[package]] 2602name = "sct" 2603version = "0.7.1" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2606dependencies = [ 2607 "ring", 2608 "untrusted", 2609] 2610 2611[[package]] 2612name = "sdd" 2613version = "3.0.3" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "60a7b59a5d9b0099720b417b6325d91a52cbf5b3dcb5041d864be53eefa58abc" 2616 2617[[package]] 2618name = "security-framework" 2619version = "2.11.1" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2622dependencies = [ 2623 "bitflags 2.6.0", 2624 "core-foundation", 2625 "core-foundation-sys", 2626 "libc", 2627 "security-framework-sys", 2628] 2629 2630[[package]] 2631name = "security-framework-sys" 2632version = "2.11.1" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" 2635dependencies = [ 2636 "core-foundation-sys", 2637 "libc", 2638] 2639 2640[[package]] 2641name = "semver" 2642version = "1.0.23" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2645 2646[[package]] 2647name = "serde" 2648version = "1.0.210" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 2651dependencies = [ 2652 "serde_derive", 2653] 2654 2655[[package]] 2656name = "serde_derive" 2657version = "1.0.210" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 2660dependencies = [ 2661 "proc-macro2", 2662 "quote", 2663 "syn 2.0.77", 2664] 2665 2666[[package]] 2667name = "serde_json" 2668version = "1.0.128" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 2671dependencies = [ 2672 "itoa", 2673 "memchr", 2674 "ryu", 2675 "serde", 2676] 2677 2678[[package]] 2679name = "serde_regex" 2680version = "1.1.0" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 2683dependencies = [ 2684 "regex", 2685 "serde", 2686] 2687 2688[[package]] 2689name = "serde_spanned" 2690version = "0.6.7" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 2693dependencies = [ 2694 "serde", 2695] 2696 2697[[package]] 2698name = "serde_urlencoded" 2699version = "0.7.1" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2702dependencies = [ 2703 "form_urlencoded", 2704 "itoa", 2705 "ryu", 2706 "serde", 2707] 2708 2709[[package]] 2710name = "serial_test" 2711version = "3.1.1" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" 2714dependencies = [ 2715 "futures", 2716 "log", 2717 "once_cell", 2718 "parking_lot", 2719 "scc", 2720 "serial_test_derive", 2721] 2722 2723[[package]] 2724name = "serial_test_derive" 2725version = "3.1.1" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" 2728dependencies = [ 2729 "proc-macro2", 2730 "quote", 2731 "syn 2.0.77", 2732] 2733 2734[[package]] 2735name = "sha1" 2736version = "0.10.6" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2739dependencies = [ 2740 "cfg-if", 2741 "cpufeatures", 2742 "digest", 2743] 2744 2745[[package]] 2746name = "sharded-slab" 2747version = "0.1.7" 2748source = "registry+https://github.com/rust-lang/crates.io-index" 2749checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2750dependencies = [ 2751 "lazy_static", 2752] 2753 2754[[package]] 2755name = "shellexpand" 2756version = "3.1.0" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 2759dependencies = [ 2760 "dirs", 2761] 2762 2763[[package]] 2764name = "shlex" 2765version = "1.3.0" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2768 2769[[package]] 2770name = "signal-hook-registry" 2771version = "1.4.2" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2774dependencies = [ 2775 "libc", 2776] 2777 2778[[package]] 2779name = "similar" 2780version = "2.6.0" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" 2783 2784[[package]] 2785name = "simple_asn1" 2786version = "0.6.2" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 2789dependencies = [ 2790 "num-bigint", 2791 "num-traits", 2792 "thiserror", 2793 "time", 2794] 2795 2796[[package]] 2797name = "siphasher" 2798version = "0.3.11" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2801 2802[[package]] 2803name = "slab" 2804version = "0.4.9" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2807dependencies = [ 2808 "autocfg", 2809] 2810 2811[[package]] 2812name = "smallvec" 2813version = "1.13.2" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2816 2817[[package]] 2818name = "socket2" 2819version = "0.5.7" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2822dependencies = [ 2823 "libc", 2824 "windows-sys 0.52.0", 2825] 2826 2827[[package]] 2828name = "spin" 2829version = "0.9.8" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2832 2833[[package]] 2834name = "string_cache" 2835version = "0.8.7" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 2838dependencies = [ 2839 "new_debug_unreachable", 2840 "once_cell", 2841 "parking_lot", 2842 "phf_shared", 2843 "precomputed-hash", 2844] 2845 2846[[package]] 2847name = "strsim" 2848version = "0.11.1" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2851 2852[[package]] 2853name = "subtle" 2854version = "2.6.1" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2857 2858[[package]] 2859name = "syn" 2860version = "1.0.109" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2863dependencies = [ 2864 "proc-macro2", 2865 "quote", 2866 "unicode-ident", 2867] 2868 2869[[package]] 2870name = "syn" 2871version = "2.0.77" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" 2874dependencies = [ 2875 "proc-macro2", 2876 "quote", 2877 "unicode-ident", 2878] 2879 2880[[package]] 2881name = "sync_wrapper" 2882version = "0.1.2" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2885 2886[[package]] 2887name = "system-configuration" 2888version = "0.5.1" 2889source = "registry+https://github.com/rust-lang/crates.io-index" 2890checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2891dependencies = [ 2892 "bitflags 1.3.2", 2893 "core-foundation", 2894 "system-configuration-sys", 2895] 2896 2897[[package]] 2898name = "system-configuration-sys" 2899version = "0.5.0" 2900source = "registry+https://github.com/rust-lang/crates.io-index" 2901checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2902dependencies = [ 2903 "core-foundation-sys", 2904 "libc", 2905] 2906 2907[[package]] 2908name = "target-lexicon" 2909version = "0.12.16" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 2912 2913[[package]] 2914name = "task-local-extensions" 2915version = "0.1.4" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8" 2918dependencies = [ 2919 "pin-utils", 2920] 2921 2922[[package]] 2923name = "tempfile" 2924version = "3.12.0" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 2927dependencies = [ 2928 "cfg-if", 2929 "fastrand", 2930 "once_cell", 2931 "rustix", 2932 "windows-sys 0.59.0", 2933] 2934 2935[[package]] 2936name = "term" 2937version = "0.7.0" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 2940dependencies = [ 2941 "dirs-next", 2942 "rustversion", 2943 "winapi", 2944] 2945 2946[[package]] 2947name = "thiserror" 2948version = "1.0.63" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 2951dependencies = [ 2952 "thiserror-impl", 2953] 2954 2955[[package]] 2956name = "thiserror-impl" 2957version = "1.0.63" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 2960dependencies = [ 2961 "proc-macro2", 2962 "quote", 2963 "syn 2.0.77", 2964] 2965 2966[[package]] 2967name = "thread_local" 2968version = "1.1.8" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2971dependencies = [ 2972 "cfg-if", 2973 "once_cell", 2974] 2975 2976[[package]] 2977name = "time" 2978version = "0.3.36" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2981dependencies = [ 2982 "deranged", 2983 "itoa", 2984 "num-conv", 2985 "powerfmt", 2986 "serde", 2987 "time-core", 2988 "time-macros", 2989] 2990 2991[[package]] 2992name = "time-core" 2993version = "0.1.2" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2996 2997[[package]] 2998name = "time-macros" 2999version = "0.2.18" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3002dependencies = [ 3003 "num-conv", 3004 "time-core", 3005] 3006 3007[[package]] 3008name = "tiny-keccak" 3009version = "2.0.2" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 3012dependencies = [ 3013 "crunchy", 3014] 3015 3016[[package]] 3017name = "tinyvec" 3018version = "1.8.0" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 3021dependencies = [ 3022 "tinyvec_macros", 3023] 3024 3025[[package]] 3026name = "tinyvec_macros" 3027version = "0.1.1" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3030 3031[[package]] 3032name = "tokio" 3033version = "1.40.0" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 3036dependencies = [ 3037 "backtrace", 3038 "bytes", 3039 "libc", 3040 "mio", 3041 "parking_lot", 3042 "pin-project-lite", 3043 "signal-hook-registry", 3044 "socket2", 3045 "tokio-macros", 3046 "windows-sys 0.52.0", 3047] 3048 3049[[package]] 3050name = "tokio-io-timeout" 3051version = "1.2.0" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 3054dependencies = [ 3055 "pin-project-lite", 3056 "tokio", 3057] 3058 3059[[package]] 3060name = "tokio-macros" 3061version = "2.4.0" 3062source = "registry+https://github.com/rust-lang/crates.io-index" 3063checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 3064dependencies = [ 3065 "proc-macro2", 3066 "quote", 3067 "syn 2.0.77", 3068] 3069 3070[[package]] 3071name = "tokio-rustls" 3072version = "0.24.1" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3075dependencies = [ 3076 "rustls 0.21.12", 3077 "tokio", 3078] 3079 3080[[package]] 3081name = "tokio-rustls" 3082version = "0.25.0" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 3085dependencies = [ 3086 "rustls 0.22.4", 3087 "rustls-pki-types", 3088 "tokio", 3089] 3090 3091[[package]] 3092name = "tokio-socks" 3093version = "0.5.2" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" 3096dependencies = [ 3097 "either", 3098 "futures-util", 3099 "thiserror", 3100 "tokio", 3101] 3102 3103[[package]] 3104name = "tokio-stream" 3105version = "0.1.16" 3106source = "registry+https://github.com/rust-lang/crates.io-index" 3107checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 3108dependencies = [ 3109 "futures-core", 3110 "pin-project-lite", 3111 "tokio", 3112] 3113 3114[[package]] 3115name = "tokio-util" 3116version = "0.7.12" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 3119dependencies = [ 3120 "bytes", 3121 "futures-core", 3122 "futures-sink", 3123 "pin-project-lite", 3124 "tokio", 3125] 3126 3127[[package]] 3128name = "toml" 3129version = "0.8.19" 3130source = "registry+https://github.com/rust-lang/crates.io-index" 3131checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 3132dependencies = [ 3133 "serde", 3134 "serde_spanned", 3135 "toml_datetime", 3136 "toml_edit", 3137] 3138 3139[[package]] 3140name = "toml_datetime" 3141version = "0.6.8" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 3144dependencies = [ 3145 "serde", 3146] 3147 3148[[package]] 3149name = "toml_edit" 3150version = "0.22.21" 3151source = "registry+https://github.com/rust-lang/crates.io-index" 3152checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf" 3153dependencies = [ 3154 "indexmap 2.5.0", 3155 "serde", 3156 "serde_spanned", 3157 "toml_datetime", 3158 "winnow", 3159] 3160 3161[[package]] 3162name = "tonic" 3163version = "0.11.0" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" 3166dependencies = [ 3167 "async-stream", 3168 "async-trait", 3169 "axum", 3170 "base64 0.21.7", 3171 "bytes", 3172 "h2", 3173 "http", 3174 "http-body", 3175 "hyper", 3176 "hyper-timeout", 3177 "percent-encoding", 3178 "pin-project", 3179 "prost", 3180 "rustls-native-certs 0.7.3", 3181 "rustls-pemfile 2.1.3", 3182 "rustls-pki-types", 3183 "tokio", 3184 "tokio-rustls 0.25.0", 3185 "tokio-stream", 3186 "tower", 3187 "tower-layer", 3188 "tower-service", 3189 "tracing", 3190] 3191 3192[[package]] 3193name = "tonic-build" 3194version = "0.11.0" 3195source = "registry+https://github.com/rust-lang/crates.io-index" 3196checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2" 3197dependencies = [ 3198 "prettyplease", 3199 "proc-macro2", 3200 "prost-build", 3201 "quote", 3202 "syn 2.0.77", 3203] 3204 3205[[package]] 3206name = "tonic-health" 3207version = "0.11.0" 3208source = "registry+https://github.com/rust-lang/crates.io-index" 3209checksum = "2cef6e24bc96871001a7e48e820ab240b3de2201e59b517cf52835df2f1d2350" 3210dependencies = [ 3211 "async-stream", 3212 "prost", 3213 "tokio", 3214 "tokio-stream", 3215 "tonic", 3216] 3217 3218[[package]] 3219name = "tonic-web" 3220version = "0.11.0" 3221source = "registry+https://github.com/rust-lang/crates.io-index" 3222checksum = "dc3b0e1cedbf19fdfb78ef3d672cb9928e0a91a9cb4629cc0c916e8cff8aaaa1" 3223dependencies = [ 3224 "base64 0.21.7", 3225 "bytes", 3226 "http", 3227 "http-body", 3228 "hyper", 3229 "pin-project", 3230 "tokio-stream", 3231 "tonic", 3232 "tower-http", 3233 "tower-layer", 3234 "tower-service", 3235 "tracing", 3236] 3237 3238[[package]] 3239name = "tower" 3240version = "0.4.13" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3243dependencies = [ 3244 "futures-core", 3245 "futures-util", 3246 "indexmap 1.9.3", 3247 "pin-project", 3248 "pin-project-lite", 3249 "rand", 3250 "slab", 3251 "tokio", 3252 "tokio-util", 3253 "tower-layer", 3254 "tower-service", 3255 "tracing", 3256] 3257 3258[[package]] 3259name = "tower-http" 3260version = "0.4.4" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 3263dependencies = [ 3264 "bitflags 2.6.0", 3265 "bytes", 3266 "futures-core", 3267 "futures-util", 3268 "http", 3269 "http-body", 3270 "http-range-header", 3271 "pin-project-lite", 3272 "tower-layer", 3273 "tower-service", 3274] 3275 3276[[package]] 3277name = "tower-layer" 3278version = "0.3.3" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3281 3282[[package]] 3283name = "tower-service" 3284version = "0.3.3" 3285source = "registry+https://github.com/rust-lang/crates.io-index" 3286checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3287 3288[[package]] 3289name = "tracing" 3290version = "0.1.40" 3291source = "registry+https://github.com/rust-lang/crates.io-index" 3292checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3293dependencies = [ 3294 "log", 3295 "pin-project-lite", 3296 "tracing-attributes", 3297 "tracing-core", 3298] 3299 3300[[package]] 3301name = "tracing-attributes" 3302version = "0.1.27" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3305dependencies = [ 3306 "proc-macro2", 3307 "quote", 3308 "syn 2.0.77", 3309] 3310 3311[[package]] 3312name = "tracing-core" 3313version = "0.1.32" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3316dependencies = [ 3317 "once_cell", 3318 "valuable", 3319] 3320 3321[[package]] 3322name = "tracing-log" 3323version = "0.1.4" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 3326dependencies = [ 3327 "log", 3328 "once_cell", 3329 "tracing-core", 3330] 3331 3332[[package]] 3333name = "tracing-log" 3334version = "0.2.0" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3337dependencies = [ 3338 "log", 3339 "once_cell", 3340 "tracing-core", 3341] 3342 3343[[package]] 3344name = "tracing-opentelemetry" 3345version = "0.20.0" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19" 3348dependencies = [ 3349 "once_cell", 3350 "opentelemetry", 3351 "tracing", 3352 "tracing-core", 3353 "tracing-log 0.1.4", 3354 "tracing-subscriber", 3355] 3356 3357[[package]] 3358name = "tracing-subscriber" 3359version = "0.3.18" 3360source = "registry+https://github.com/rust-lang/crates.io-index" 3361checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3362dependencies = [ 3363 "nu-ansi-term", 3364 "sharded-slab", 3365 "smallvec", 3366 "thread_local", 3367 "tracing-core", 3368 "tracing-log 0.2.0", 3369] 3370 3371[[package]] 3372name = "try-lock" 3373version = "0.2.5" 3374source = "registry+https://github.com/rust-lang/crates.io-index" 3375checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3376 3377[[package]] 3378name = "typenum" 3379version = "1.17.0" 3380source = "registry+https://github.com/rust-lang/crates.io-index" 3381checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3382 3383[[package]] 3384name = "uncased" 3385version = "0.9.10" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 3388dependencies = [ 3389 "version_check", 3390] 3391 3392[[package]] 3393name = "unic-char-property" 3394version = "0.9.0" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 3397dependencies = [ 3398 "unic-char-range", 3399] 3400 3401[[package]] 3402name = "unic-char-range" 3403version = "0.9.0" 3404source = "registry+https://github.com/rust-lang/crates.io-index" 3405checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 3406 3407[[package]] 3408name = "unic-common" 3409version = "0.9.0" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 3412 3413[[package]] 3414name = "unic-ucd-ident" 3415version = "0.9.0" 3416source = "registry+https://github.com/rust-lang/crates.io-index" 3417checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 3418dependencies = [ 3419 "unic-char-property", 3420 "unic-char-range", 3421 "unic-ucd-version", 3422] 3423 3424[[package]] 3425name = "unic-ucd-version" 3426version = "0.9.0" 3427source = "registry+https://github.com/rust-lang/crates.io-index" 3428checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 3429dependencies = [ 3430 "unic-common", 3431] 3432 3433[[package]] 3434name = "unicase" 3435version = "2.7.0" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 3438dependencies = [ 3439 "version_check", 3440] 3441 3442[[package]] 3443name = "unicode-bidi" 3444version = "0.3.15" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3447 3448[[package]] 3449name = "unicode-ident" 3450version = "1.0.13" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 3453 3454[[package]] 3455name = "unicode-normalization" 3456version = "0.1.24" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 3459dependencies = [ 3460 "tinyvec", 3461] 3462 3463[[package]] 3464name = "unicode-xid" 3465version = "0.2.5" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" 3468 3469[[package]] 3470name = "unindent" 3471version = "0.2.3" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 3474 3475[[package]] 3476name = "untrusted" 3477version = "0.9.0" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3480 3481[[package]] 3482name = "url" 3483version = "2.5.2" 3484source = "registry+https://github.com/rust-lang/crates.io-index" 3485checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 3486dependencies = [ 3487 "form_urlencoded", 3488 "idna", 3489 "percent-encoding", 3490] 3491 3492[[package]] 3493name = "urlencoding" 3494version = "2.1.3" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3497 3498[[package]] 3499name = "urlpattern" 3500version = "0.2.0" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" 3503dependencies = [ 3504 "derive_more", 3505 "regex", 3506 "serde", 3507 "unic-ucd-ident", 3508 "url", 3509] 3510 3511[[package]] 3512name = "valuable" 3513version = "0.1.0" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3516 3517[[package]] 3518name = "value-bag" 3519version = "1.9.0" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 3522 3523[[package]] 3524name = "version_check" 3525version = "0.9.5" 3526source = "registry+https://github.com/rust-lang/crates.io-index" 3527checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3528 3529[[package]] 3530name = "walkdir" 3531version = "2.5.0" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3534dependencies = [ 3535 "same-file", 3536 "winapi-util", 3537] 3538 3539[[package]] 3540name = "want" 3541version = "0.3.1" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3544dependencies = [ 3545 "try-lock", 3546] 3547 3548[[package]] 3549name = "wasi" 3550version = "0.11.0+wasi-snapshot-preview1" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3553 3554[[package]] 3555name = "wasm-bindgen" 3556version = "0.2.93" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 3559dependencies = [ 3560 "cfg-if", 3561 "once_cell", 3562 "wasm-bindgen-macro", 3563] 3564 3565[[package]] 3566name = "wasm-bindgen-backend" 3567version = "0.2.93" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 3570dependencies = [ 3571 "bumpalo", 3572 "log", 3573 "once_cell", 3574 "proc-macro2", 3575 "quote", 3576 "syn 2.0.77", 3577 "wasm-bindgen-shared", 3578] 3579 3580[[package]] 3581name = "wasm-bindgen-futures" 3582version = "0.4.43" 3583source = "registry+https://github.com/rust-lang/crates.io-index" 3584checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 3585dependencies = [ 3586 "cfg-if", 3587 "js-sys", 3588 "wasm-bindgen", 3589 "web-sys", 3590] 3591 3592[[package]] 3593name = "wasm-bindgen-macro" 3594version = "0.2.93" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 3597dependencies = [ 3598 "quote", 3599 "wasm-bindgen-macro-support", 3600] 3601 3602[[package]] 3603name = "wasm-bindgen-macro-support" 3604version = "0.2.93" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 3607dependencies = [ 3608 "proc-macro2", 3609 "quote", 3610 "syn 2.0.77", 3611 "wasm-bindgen-backend", 3612 "wasm-bindgen-shared", 3613] 3614 3615[[package]] 3616name = "wasm-bindgen-shared" 3617version = "0.2.93" 3618source = "registry+https://github.com/rust-lang/crates.io-index" 3619checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 3620 3621[[package]] 3622name = "web-sys" 3623version = "0.3.70" 3624source = "registry+https://github.com/rust-lang/crates.io-index" 3625checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 3626dependencies = [ 3627 "js-sys", 3628 "wasm-bindgen", 3629] 3630 3631[[package]] 3632name = "webpki" 3633version = "0.22.4" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 3636dependencies = [ 3637 "ring", 3638 "untrusted", 3639] 3640 3641[[package]] 3642name = "winapi" 3643version = "0.3.9" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3646dependencies = [ 3647 "winapi-i686-pc-windows-gnu", 3648 "winapi-x86_64-pc-windows-gnu", 3649] 3650 3651[[package]] 3652name = "winapi-i686-pc-windows-gnu" 3653version = "0.4.0" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3656 3657[[package]] 3658name = "winapi-util" 3659version = "0.1.9" 3660source = "registry+https://github.com/rust-lang/crates.io-index" 3661checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 3662dependencies = [ 3663 "windows-sys 0.59.0", 3664] 3665 3666[[package]] 3667name = "winapi-x86_64-pc-windows-gnu" 3668version = "0.4.0" 3669source = "registry+https://github.com/rust-lang/crates.io-index" 3670checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3671 3672[[package]] 3673name = "windows-core" 3674version = "0.52.0" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 3677dependencies = [ 3678 "windows-targets 0.52.6", 3679] 3680 3681[[package]] 3682name = "windows-sys" 3683version = "0.48.0" 3684source = "registry+https://github.com/rust-lang/crates.io-index" 3685checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3686dependencies = [ 3687 "windows-targets 0.48.5", 3688] 3689 3690[[package]] 3691name = "windows-sys" 3692version = "0.52.0" 3693source = "registry+https://github.com/rust-lang/crates.io-index" 3694checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3695dependencies = [ 3696 "windows-targets 0.52.6", 3697] 3698 3699[[package]] 3700name = "windows-sys" 3701version = "0.59.0" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3704dependencies = [ 3705 "windows-targets 0.52.6", 3706] 3707 3708[[package]] 3709name = "windows-targets" 3710version = "0.48.5" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3713dependencies = [ 3714 "windows_aarch64_gnullvm 0.48.5", 3715 "windows_aarch64_msvc 0.48.5", 3716 "windows_i686_gnu 0.48.5", 3717 "windows_i686_msvc 0.48.5", 3718 "windows_x86_64_gnu 0.48.5", 3719 "windows_x86_64_gnullvm 0.48.5", 3720 "windows_x86_64_msvc 0.48.5", 3721] 3722 3723[[package]] 3724name = "windows-targets" 3725version = "0.52.6" 3726source = "registry+https://github.com/rust-lang/crates.io-index" 3727checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3728dependencies = [ 3729 "windows_aarch64_gnullvm 0.52.6", 3730 "windows_aarch64_msvc 0.52.6", 3731 "windows_i686_gnu 0.52.6", 3732 "windows_i686_gnullvm", 3733 "windows_i686_msvc 0.52.6", 3734 "windows_x86_64_gnu 0.52.6", 3735 "windows_x86_64_gnullvm 0.52.6", 3736 "windows_x86_64_msvc 0.52.6", 3737] 3738 3739[[package]] 3740name = "windows_aarch64_gnullvm" 3741version = "0.48.5" 3742source = "registry+https://github.com/rust-lang/crates.io-index" 3743checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3744 3745[[package]] 3746name = "windows_aarch64_gnullvm" 3747version = "0.52.6" 3748source = "registry+https://github.com/rust-lang/crates.io-index" 3749checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3750 3751[[package]] 3752name = "windows_aarch64_msvc" 3753version = "0.48.5" 3754source = "registry+https://github.com/rust-lang/crates.io-index" 3755checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3756 3757[[package]] 3758name = "windows_aarch64_msvc" 3759version = "0.52.6" 3760source = "registry+https://github.com/rust-lang/crates.io-index" 3761checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3762 3763[[package]] 3764name = "windows_i686_gnu" 3765version = "0.48.5" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3768 3769[[package]] 3770name = "windows_i686_gnu" 3771version = "0.52.6" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3774 3775[[package]] 3776name = "windows_i686_gnullvm" 3777version = "0.52.6" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3780 3781[[package]] 3782name = "windows_i686_msvc" 3783version = "0.48.5" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3786 3787[[package]] 3788name = "windows_i686_msvc" 3789version = "0.52.6" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3792 3793[[package]] 3794name = "windows_x86_64_gnu" 3795version = "0.48.5" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3798 3799[[package]] 3800name = "windows_x86_64_gnu" 3801version = "0.52.6" 3802source = "registry+https://github.com/rust-lang/crates.io-index" 3803checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3804 3805[[package]] 3806name = "windows_x86_64_gnullvm" 3807version = "0.48.5" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3810 3811[[package]] 3812name = "windows_x86_64_gnullvm" 3813version = "0.52.6" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3816 3817[[package]] 3818name = "windows_x86_64_msvc" 3819version = "0.48.5" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3822 3823[[package]] 3824name = "windows_x86_64_msvc" 3825version = "0.52.6" 3826source = "registry+https://github.com/rust-lang/crates.io-index" 3827checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3828 3829[[package]] 3830name = "winnow" 3831version = "0.6.18" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 3834dependencies = [ 3835 "memchr", 3836] 3837 3838[[package]] 3839name = "winreg" 3840version = "0.50.0" 3841source = "registry+https://github.com/rust-lang/crates.io-index" 3842checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3843dependencies = [ 3844 "cfg-if", 3845 "windows-sys 0.48.0", 3846] 3847 3848[[package]] 3849name = "yansi" 3850version = "1.0.1" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3853 3854[[package]] 3855name = "zerocopy" 3856version = "0.7.35" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 3859dependencies = [ 3860 "byteorder", 3861 "zerocopy-derive", 3862] 3863 3864[[package]] 3865name = "zerocopy-derive" 3866version = "0.7.35" 3867source = "registry+https://github.com/rust-lang/crates.io-index" 3868checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 3869dependencies = [ 3870 "proc-macro2", 3871 "quote", 3872 "syn 2.0.77", 3873] 3874 3875[[package]] 3876name = "zeroize" 3877version = "1.8.1" 3878source = "registry+https://github.com/rust-lang/crates.io-index" 3879checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"