python313Packages.qcs-api-client-common: 0.10.2 -> 0.11.8

Diff: https://github.com/rigetti/qcs-api-client-rust/compare/refs/tags/common/v0.10.2...0.11.8

Changelog: https://github.com/rigetti/qcs-api-client-rust/blob/refs/tags/common/v0.11.8/qcs-api-client-common/CHANGELOG-py.md

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