Cargo.lock (61080B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "aho-corasick" 7 version = "1.1.4" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10 dependencies = [ 11 "memchr", 12 ] 13 14 [[package]] 15 name = "anstyle" 16 version = "1.0.13" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 19 20 [[package]] 21 name = "atomic-waker" 22 version = "1.1.2" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 25 26 [[package]] 27 name = "base64" 28 version = "0.22.1" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 30 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 31 32 [[package]] 33 name = "beegram_network" 34 version = "0.1.0" 35 dependencies = [ 36 "cxx", 37 "cxx-qt", 38 "cxx-qt-build", 39 "cxx-qt-lib", 40 "futures", 41 "reqwest", 42 "reqwest-eventsource", 43 "serde", 44 "serde_json", 45 "thiserror 2.0.18", 46 "tokio", 47 "tracing", 48 "tracing-subscriber", 49 "trailbase-client", 50 ] 51 52 [[package]] 53 name = "bitflags" 54 version = "2.11.0" 55 source = "registry+https://github.com/rust-lang/crates.io-index" 56 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 57 58 [[package]] 59 name = "bumpalo" 60 version = "3.19.1" 61 source = "registry+https://github.com/rust-lang/crates.io-index" 62 checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 63 64 [[package]] 65 name = "bytes" 66 version = "1.11.1" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 69 70 [[package]] 71 name = "cc" 72 version = "1.2.56" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 75 dependencies = [ 76 "find-msvc-tools", 77 "jobserver", 78 "libc", 79 "shlex", 80 ] 81 82 [[package]] 83 name = "cfg-if" 84 version = "1.0.4" 85 source = "registry+https://github.com/rust-lang/crates.io-index" 86 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 87 88 [[package]] 89 name = "cfg_aliases" 90 version = "0.2.1" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 93 94 [[package]] 95 name = "clang-format" 96 version = "0.3.0" 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 checksum = "696283b40e1a39d208ee614b92e5f6521d16962edeb47c48372585ec92419943" 99 dependencies = [ 100 "thiserror 1.0.69", 101 ] 102 103 [[package]] 104 name = "clap" 105 version = "4.5.58" 106 source = "registry+https://github.com/rust-lang/crates.io-index" 107 checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" 108 dependencies = [ 109 "clap_builder", 110 ] 111 112 [[package]] 113 name = "clap_builder" 114 version = "4.5.58" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" 117 dependencies = [ 118 "anstyle", 119 "clap_lex", 120 "strsim", 121 ] 122 123 [[package]] 124 name = "clap_lex" 125 version = "1.0.0" 126 source = "registry+https://github.com/rust-lang/crates.io-index" 127 checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 128 129 [[package]] 130 name = "codespan-reporting" 131 version = "0.11.1" 132 source = "registry+https://github.com/rust-lang/crates.io-index" 133 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 134 dependencies = [ 135 "termcolor", 136 "unicode-width 0.1.14", 137 ] 138 139 [[package]] 140 name = "codespan-reporting" 141 version = "0.13.1" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" 144 dependencies = [ 145 "serde", 146 "termcolor", 147 "unicode-width 0.2.2", 148 ] 149 150 [[package]] 151 name = "convert_case" 152 version = "0.6.0" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 155 dependencies = [ 156 "unicode-segmentation", 157 ] 158 159 [[package]] 160 name = "core-foundation" 161 version = "0.9.4" 162 source = "registry+https://github.com/rust-lang/crates.io-index" 163 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 164 dependencies = [ 165 "core-foundation-sys", 166 "libc", 167 ] 168 169 [[package]] 170 name = "core-foundation" 171 version = "0.10.1" 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 174 dependencies = [ 175 "core-foundation-sys", 176 "libc", 177 ] 178 179 [[package]] 180 name = "core-foundation-sys" 181 version = "0.8.7" 182 source = "registry+https://github.com/rust-lang/crates.io-index" 183 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 184 185 [[package]] 186 name = "cxx" 187 version = "1.0.194" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e" 190 dependencies = [ 191 "cc", 192 "cxx-build", 193 "cxxbridge-cmd", 194 "cxxbridge-flags", 195 "cxxbridge-macro", 196 "foldhash", 197 "link-cplusplus", 198 ] 199 200 [[package]] 201 name = "cxx-build" 202 version = "1.0.194" 203 source = "registry+https://github.com/rust-lang/crates.io-index" 204 checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e" 205 dependencies = [ 206 "cc", 207 "codespan-reporting 0.13.1", 208 "indexmap", 209 "proc-macro2", 210 "quote", 211 "scratch", 212 "syn", 213 ] 214 215 [[package]] 216 name = "cxx-gen" 217 version = "0.7.194" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 checksum = "035b6c61a944483e8a4b2ad4fb8b13830d63491bd004943716ad16d85dcc64bc" 220 dependencies = [ 221 "codespan-reporting 0.13.1", 222 "indexmap", 223 "proc-macro2", 224 "quote", 225 "syn", 226 ] 227 228 [[package]] 229 name = "cxx-qt" 230 version = "0.7.3" 231 source = "registry+https://github.com/rust-lang/crates.io-index" 232 checksum = "fb4ce9106b3ee7ef85f77d5f69ec30ec3037ea1edacd3e29a61b26ff47ecc637" 233 dependencies = [ 234 "cxx", 235 "cxx-qt-build", 236 "cxx-qt-macro", 237 "qt-build-utils", 238 "static_assertions", 239 "thiserror 1.0.69", 240 ] 241 242 [[package]] 243 name = "cxx-qt-build" 244 version = "0.7.3" 245 source = "registry+https://github.com/rust-lang/crates.io-index" 246 checksum = "23a7884708e645dc34a2c475bd8c505a2ffeb7c9cb0843f5c580c002c939ea30" 247 dependencies = [ 248 "cc", 249 "codespan-reporting 0.11.1", 250 "cxx-gen", 251 "cxx-qt-gen", 252 "proc-macro2", 253 "qt-build-utils", 254 "quote", 255 "serde", 256 "serde_json", 257 "version_check", 258 ] 259 260 [[package]] 261 name = "cxx-qt-gen" 262 version = "0.7.3" 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 checksum = "ea6b431dc58e4a9b7a55b675be0941331cc2cab0a494e4742ebf7bb393c3fc39" 265 dependencies = [ 266 "clang-format", 267 "convert_case", 268 "indoc", 269 "proc-macro2", 270 "quote", 271 "syn", 272 ] 273 274 [[package]] 275 name = "cxx-qt-lib" 276 version = "0.7.3" 277 source = "registry+https://github.com/rust-lang/crates.io-index" 278 checksum = "527b46c28be6bf3dd02f1567706641fe247a8798defab8268c84602955741217" 279 dependencies = [ 280 "cxx", 281 "cxx-qt", 282 "cxx-qt-build", 283 "qt-build-utils", 284 ] 285 286 [[package]] 287 name = "cxx-qt-macro" 288 version = "0.7.3" 289 source = "registry+https://github.com/rust-lang/crates.io-index" 290 checksum = "971d8811fd1c8dd06c17284edcfc8e9663dac30d7e3d52159405f836a81923f1" 291 dependencies = [ 292 "cxx-qt-gen", 293 "proc-macro2", 294 "syn", 295 ] 296 297 [[package]] 298 name = "cxxbridge-cmd" 299 version = "1.0.194" 300 source = "registry+https://github.com/rust-lang/crates.io-index" 301 checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328" 302 dependencies = [ 303 "clap", 304 "codespan-reporting 0.13.1", 305 "indexmap", 306 "proc-macro2", 307 "quote", 308 "syn", 309 ] 310 311 [[package]] 312 name = "cxxbridge-flags" 313 version = "1.0.194" 314 source = "registry+https://github.com/rust-lang/crates.io-index" 315 checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a" 316 317 [[package]] 318 name = "cxxbridge-macro" 319 version = "1.0.194" 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf" 322 dependencies = [ 323 "indexmap", 324 "proc-macro2", 325 "quote", 326 "syn", 327 ] 328 329 [[package]] 330 name = "displaydoc" 331 version = "0.2.5" 332 source = "registry+https://github.com/rust-lang/crates.io-index" 333 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 334 dependencies = [ 335 "proc-macro2", 336 "quote", 337 "syn", 338 ] 339 340 [[package]] 341 name = "either" 342 version = "1.15.0" 343 source = "registry+https://github.com/rust-lang/crates.io-index" 344 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 345 346 [[package]] 347 name = "encoding_rs" 348 version = "0.8.35" 349 source = "registry+https://github.com/rust-lang/crates.io-index" 350 checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 351 dependencies = [ 352 "cfg-if", 353 ] 354 355 [[package]] 356 name = "equivalent" 357 version = "1.0.2" 358 source = "registry+https://github.com/rust-lang/crates.io-index" 359 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 360 361 [[package]] 362 name = "errno" 363 version = "0.3.14" 364 source = "registry+https://github.com/rust-lang/crates.io-index" 365 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 366 dependencies = [ 367 "libc", 368 "windows-sys 0.61.2", 369 ] 370 371 [[package]] 372 name = "eventsource-stream" 373 version = "0.2.3" 374 source = "registry+https://github.com/rust-lang/crates.io-index" 375 checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab" 376 dependencies = [ 377 "futures-core", 378 "nom", 379 "pin-project-lite", 380 ] 381 382 [[package]] 383 name = "fastrand" 384 version = "2.3.0" 385 source = "registry+https://github.com/rust-lang/crates.io-index" 386 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 387 388 [[package]] 389 name = "find-msvc-tools" 390 version = "0.1.9" 391 source = "registry+https://github.com/rust-lang/crates.io-index" 392 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 393 394 [[package]] 395 name = "fnv" 396 version = "1.0.7" 397 source = "registry+https://github.com/rust-lang/crates.io-index" 398 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 399 400 [[package]] 401 name = "foldhash" 402 version = "0.2.0" 403 source = "registry+https://github.com/rust-lang/crates.io-index" 404 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 405 406 [[package]] 407 name = "foreign-types" 408 version = "0.3.2" 409 source = "registry+https://github.com/rust-lang/crates.io-index" 410 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 411 dependencies = [ 412 "foreign-types-shared", 413 ] 414 415 [[package]] 416 name = "foreign-types-shared" 417 version = "0.1.1" 418 source = "registry+https://github.com/rust-lang/crates.io-index" 419 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 420 421 [[package]] 422 name = "form_urlencoded" 423 version = "1.2.2" 424 source = "registry+https://github.com/rust-lang/crates.io-index" 425 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 426 dependencies = [ 427 "percent-encoding", 428 ] 429 430 [[package]] 431 name = "futures" 432 version = "0.3.32" 433 source = "registry+https://github.com/rust-lang/crates.io-index" 434 checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 435 dependencies = [ 436 "futures-channel", 437 "futures-core", 438 "futures-executor", 439 "futures-io", 440 "futures-sink", 441 "futures-task", 442 "futures-util", 443 ] 444 445 [[package]] 446 name = "futures-channel" 447 version = "0.3.32" 448 source = "registry+https://github.com/rust-lang/crates.io-index" 449 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 450 dependencies = [ 451 "futures-core", 452 "futures-sink", 453 ] 454 455 [[package]] 456 name = "futures-core" 457 version = "0.3.32" 458 source = "registry+https://github.com/rust-lang/crates.io-index" 459 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 460 461 [[package]] 462 name = "futures-executor" 463 version = "0.3.32" 464 source = "registry+https://github.com/rust-lang/crates.io-index" 465 checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 466 dependencies = [ 467 "futures-core", 468 "futures-task", 469 "futures-util", 470 ] 471 472 [[package]] 473 name = "futures-io" 474 version = "0.3.32" 475 source = "registry+https://github.com/rust-lang/crates.io-index" 476 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 477 478 [[package]] 479 name = "futures-macro" 480 version = "0.3.32" 481 source = "registry+https://github.com/rust-lang/crates.io-index" 482 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 483 dependencies = [ 484 "proc-macro2", 485 "quote", 486 "syn", 487 ] 488 489 [[package]] 490 name = "futures-sink" 491 version = "0.3.32" 492 source = "registry+https://github.com/rust-lang/crates.io-index" 493 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 494 495 [[package]] 496 name = "futures-task" 497 version = "0.3.32" 498 source = "registry+https://github.com/rust-lang/crates.io-index" 499 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 500 501 [[package]] 502 name = "futures-timer" 503 version = "3.0.3" 504 source = "registry+https://github.com/rust-lang/crates.io-index" 505 checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 506 507 [[package]] 508 name = "futures-util" 509 version = "0.3.32" 510 source = "registry+https://github.com/rust-lang/crates.io-index" 511 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 512 dependencies = [ 513 "futures-channel", 514 "futures-core", 515 "futures-io", 516 "futures-macro", 517 "futures-sink", 518 "futures-task", 519 "memchr", 520 "pin-project-lite", 521 "slab", 522 ] 523 524 [[package]] 525 name = "getrandom" 526 version = "0.2.17" 527 source = "registry+https://github.com/rust-lang/crates.io-index" 528 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 529 dependencies = [ 530 "cfg-if", 531 "js-sys", 532 "libc", 533 "wasi", 534 "wasm-bindgen", 535 ] 536 537 [[package]] 538 name = "getrandom" 539 version = "0.3.4" 540 source = "registry+https://github.com/rust-lang/crates.io-index" 541 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 542 dependencies = [ 543 "cfg-if", 544 "js-sys", 545 "libc", 546 "r-efi", 547 "wasip2", 548 "wasm-bindgen", 549 ] 550 551 [[package]] 552 name = "h2" 553 version = "0.4.13" 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 556 dependencies = [ 557 "atomic-waker", 558 "bytes", 559 "fnv", 560 "futures-core", 561 "futures-sink", 562 "http", 563 "indexmap", 564 "slab", 565 "tokio", 566 "tokio-util", 567 "tracing", 568 ] 569 570 [[package]] 571 name = "hashbrown" 572 version = "0.16.1" 573 source = "registry+https://github.com/rust-lang/crates.io-index" 574 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 575 576 [[package]] 577 name = "http" 578 version = "1.4.0" 579 source = "registry+https://github.com/rust-lang/crates.io-index" 580 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 581 dependencies = [ 582 "bytes", 583 "itoa", 584 ] 585 586 [[package]] 587 name = "http-body" 588 version = "1.0.1" 589 source = "registry+https://github.com/rust-lang/crates.io-index" 590 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 591 dependencies = [ 592 "bytes", 593 "http", 594 ] 595 596 [[package]] 597 name = "http-body-util" 598 version = "0.1.3" 599 source = "registry+https://github.com/rust-lang/crates.io-index" 600 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 601 dependencies = [ 602 "bytes", 603 "futures-core", 604 "http", 605 "http-body", 606 "pin-project-lite", 607 ] 608 609 [[package]] 610 name = "httparse" 611 version = "1.10.1" 612 source = "registry+https://github.com/rust-lang/crates.io-index" 613 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 614 615 [[package]] 616 name = "hyper" 617 version = "1.8.1" 618 source = "registry+https://github.com/rust-lang/crates.io-index" 619 checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 620 dependencies = [ 621 "atomic-waker", 622 "bytes", 623 "futures-channel", 624 "futures-core", 625 "h2", 626 "http", 627 "http-body", 628 "httparse", 629 "itoa", 630 "pin-project-lite", 631 "pin-utils", 632 "smallvec", 633 "tokio", 634 "want", 635 ] 636 637 [[package]] 638 name = "hyper-rustls" 639 version = "0.27.7" 640 source = "registry+https://github.com/rust-lang/crates.io-index" 641 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 642 dependencies = [ 643 "http", 644 "hyper", 645 "hyper-util", 646 "rustls", 647 "rustls-pki-types", 648 "tokio", 649 "tokio-rustls", 650 "tower-service", 651 "webpki-roots", 652 ] 653 654 [[package]] 655 name = "hyper-tls" 656 version = "0.6.0" 657 source = "registry+https://github.com/rust-lang/crates.io-index" 658 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 659 dependencies = [ 660 "bytes", 661 "http-body-util", 662 "hyper", 663 "hyper-util", 664 "native-tls", 665 "tokio", 666 "tokio-native-tls", 667 "tower-service", 668 ] 669 670 [[package]] 671 name = "hyper-util" 672 version = "0.1.20" 673 source = "registry+https://github.com/rust-lang/crates.io-index" 674 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 675 dependencies = [ 676 "base64", 677 "bytes", 678 "futures-channel", 679 "futures-util", 680 "http", 681 "http-body", 682 "hyper", 683 "ipnet", 684 "libc", 685 "percent-encoding", 686 "pin-project-lite", 687 "socket2", 688 "system-configuration", 689 "tokio", 690 "tower-service", 691 "tracing", 692 "windows-registry", 693 ] 694 695 [[package]] 696 name = "icu_collections" 697 version = "2.1.1" 698 source = "registry+https://github.com/rust-lang/crates.io-index" 699 checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 700 dependencies = [ 701 "displaydoc", 702 "potential_utf", 703 "yoke", 704 "zerofrom", 705 "zerovec", 706 ] 707 708 [[package]] 709 name = "icu_locale_core" 710 version = "2.1.1" 711 source = "registry+https://github.com/rust-lang/crates.io-index" 712 checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 713 dependencies = [ 714 "displaydoc", 715 "litemap", 716 "tinystr", 717 "writeable", 718 "zerovec", 719 ] 720 721 [[package]] 722 name = "icu_normalizer" 723 version = "2.1.1" 724 source = "registry+https://github.com/rust-lang/crates.io-index" 725 checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 726 dependencies = [ 727 "icu_collections", 728 "icu_normalizer_data", 729 "icu_properties", 730 "icu_provider", 731 "smallvec", 732 "zerovec", 733 ] 734 735 [[package]] 736 name = "icu_normalizer_data" 737 version = "2.1.1" 738 source = "registry+https://github.com/rust-lang/crates.io-index" 739 checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 740 741 [[package]] 742 name = "icu_properties" 743 version = "2.1.2" 744 source = "registry+https://github.com/rust-lang/crates.io-index" 745 checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 746 dependencies = [ 747 "icu_collections", 748 "icu_locale_core", 749 "icu_properties_data", 750 "icu_provider", 751 "zerotrie", 752 "zerovec", 753 ] 754 755 [[package]] 756 name = "icu_properties_data" 757 version = "2.1.2" 758 source = "registry+https://github.com/rust-lang/crates.io-index" 759 checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 760 761 [[package]] 762 name = "icu_provider" 763 version = "2.1.1" 764 source = "registry+https://github.com/rust-lang/crates.io-index" 765 checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 766 dependencies = [ 767 "displaydoc", 768 "icu_locale_core", 769 "writeable", 770 "yoke", 771 "zerofrom", 772 "zerotrie", 773 "zerovec", 774 ] 775 776 [[package]] 777 name = "idna" 778 version = "1.1.0" 779 source = "registry+https://github.com/rust-lang/crates.io-index" 780 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 781 dependencies = [ 782 "idna_adapter", 783 "smallvec", 784 "utf8_iter", 785 ] 786 787 [[package]] 788 name = "idna_adapter" 789 version = "1.2.1" 790 source = "registry+https://github.com/rust-lang/crates.io-index" 791 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 792 dependencies = [ 793 "icu_normalizer", 794 "icu_properties", 795 ] 796 797 [[package]] 798 name = "indexmap" 799 version = "2.13.0" 800 source = "registry+https://github.com/rust-lang/crates.io-index" 801 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 802 dependencies = [ 803 "equivalent", 804 "hashbrown", 805 ] 806 807 [[package]] 808 name = "indoc" 809 version = "2.0.7" 810 source = "registry+https://github.com/rust-lang/crates.io-index" 811 checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 812 dependencies = [ 813 "rustversion", 814 ] 815 816 [[package]] 817 name = "ipnet" 818 version = "2.11.0" 819 source = "registry+https://github.com/rust-lang/crates.io-index" 820 checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 821 822 [[package]] 823 name = "iri-string" 824 version = "0.7.10" 825 source = "registry+https://github.com/rust-lang/crates.io-index" 826 checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 827 dependencies = [ 828 "memchr", 829 "serde", 830 ] 831 832 [[package]] 833 name = "itertools" 834 version = "0.13.0" 835 source = "registry+https://github.com/rust-lang/crates.io-index" 836 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 837 dependencies = [ 838 "either", 839 ] 840 841 [[package]] 842 name = "itoa" 843 version = "1.0.17" 844 source = "registry+https://github.com/rust-lang/crates.io-index" 845 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 846 847 [[package]] 848 name = "jobserver" 849 version = "0.1.34" 850 source = "registry+https://github.com/rust-lang/crates.io-index" 851 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 852 dependencies = [ 853 "getrandom 0.3.4", 854 "libc", 855 ] 856 857 [[package]] 858 name = "js-sys" 859 version = "0.3.85" 860 source = "registry+https://github.com/rust-lang/crates.io-index" 861 checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 862 dependencies = [ 863 "once_cell", 864 "wasm-bindgen", 865 ] 866 867 [[package]] 868 name = "jsonwebtoken" 869 version = "9.3.1" 870 source = "registry+https://github.com/rust-lang/crates.io-index" 871 checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" 872 dependencies = [ 873 "base64", 874 "js-sys", 875 "ring", 876 "serde", 877 "serde_json", 878 ] 879 880 [[package]] 881 name = "lazy_static" 882 version = "1.5.0" 883 source = "registry+https://github.com/rust-lang/crates.io-index" 884 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 885 886 [[package]] 887 name = "libc" 888 version = "0.2.182" 889 source = "registry+https://github.com/rust-lang/crates.io-index" 890 checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 891 892 [[package]] 893 name = "link-cplusplus" 894 version = "1.0.12" 895 source = "registry+https://github.com/rust-lang/crates.io-index" 896 checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" 897 dependencies = [ 898 "cc", 899 ] 900 901 [[package]] 902 name = "linux-raw-sys" 903 version = "0.11.0" 904 source = "registry+https://github.com/rust-lang/crates.io-index" 905 checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 906 907 [[package]] 908 name = "litemap" 909 version = "0.8.1" 910 source = "registry+https://github.com/rust-lang/crates.io-index" 911 checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 912 913 [[package]] 914 name = "lock_api" 915 version = "0.4.14" 916 source = "registry+https://github.com/rust-lang/crates.io-index" 917 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 918 dependencies = [ 919 "scopeguard", 920 ] 921 922 [[package]] 923 name = "log" 924 version = "0.4.29" 925 source = "registry+https://github.com/rust-lang/crates.io-index" 926 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 927 928 [[package]] 929 name = "lru-slab" 930 version = "0.1.2" 931 source = "registry+https://github.com/rust-lang/crates.io-index" 932 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 933 934 [[package]] 935 name = "matchers" 936 version = "0.2.0" 937 source = "registry+https://github.com/rust-lang/crates.io-index" 938 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 939 dependencies = [ 940 "regex-automata", 941 ] 942 943 [[package]] 944 name = "memchr" 945 version = "2.8.0" 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 948 949 [[package]] 950 name = "mime" 951 version = "0.3.17" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 954 955 [[package]] 956 name = "minimal-lexical" 957 version = "0.2.1" 958 source = "registry+https://github.com/rust-lang/crates.io-index" 959 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 960 961 [[package]] 962 name = "mio" 963 version = "1.1.1" 964 source = "registry+https://github.com/rust-lang/crates.io-index" 965 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 966 dependencies = [ 967 "libc", 968 "wasi", 969 "windows-sys 0.61.2", 970 ] 971 972 [[package]] 973 name = "native-tls" 974 version = "0.2.16" 975 source = "registry+https://github.com/rust-lang/crates.io-index" 976 checksum = "9d5d26952a508f321b4d3d2e80e78fc2603eaefcdf0c30783867f19586518bdc" 977 dependencies = [ 978 "libc", 979 "log", 980 "openssl", 981 "openssl-probe", 982 "openssl-sys", 983 "schannel", 984 "security-framework", 985 "security-framework-sys", 986 "tempfile", 987 ] 988 989 [[package]] 990 name = "nom" 991 version = "7.1.3" 992 source = "registry+https://github.com/rust-lang/crates.io-index" 993 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 994 dependencies = [ 995 "memchr", 996 "minimal-lexical", 997 ] 998 999 [[package]] 1000 name = "nu-ansi-term" 1001 version = "0.50.3" 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1004 dependencies = [ 1005 "windows-sys 0.61.2", 1006 ] 1007 1008 [[package]] 1009 name = "once_cell" 1010 version = "1.21.3" 1011 source = "registry+https://github.com/rust-lang/crates.io-index" 1012 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1013 1014 [[package]] 1015 name = "openssl" 1016 version = "0.10.75" 1017 source = "registry+https://github.com/rust-lang/crates.io-index" 1018 checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1019 dependencies = [ 1020 "bitflags", 1021 "cfg-if", 1022 "foreign-types", 1023 "libc", 1024 "once_cell", 1025 "openssl-macros", 1026 "openssl-sys", 1027 ] 1028 1029 [[package]] 1030 name = "openssl-macros" 1031 version = "0.1.1" 1032 source = "registry+https://github.com/rust-lang/crates.io-index" 1033 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1034 dependencies = [ 1035 "proc-macro2", 1036 "quote", 1037 "syn", 1038 ] 1039 1040 [[package]] 1041 name = "openssl-probe" 1042 version = "0.2.1" 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1045 1046 [[package]] 1047 name = "openssl-sys" 1048 version = "0.9.111" 1049 source = "registry+https://github.com/rust-lang/crates.io-index" 1050 checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1051 dependencies = [ 1052 "cc", 1053 "libc", 1054 "pkg-config", 1055 "vcpkg", 1056 ] 1057 1058 [[package]] 1059 name = "parking_lot" 1060 version = "0.12.5" 1061 source = "registry+https://github.com/rust-lang/crates.io-index" 1062 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1063 dependencies = [ 1064 "lock_api", 1065 "parking_lot_core", 1066 ] 1067 1068 [[package]] 1069 name = "parking_lot_core" 1070 version = "0.9.12" 1071 source = "registry+https://github.com/rust-lang/crates.io-index" 1072 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1073 dependencies = [ 1074 "cfg-if", 1075 "libc", 1076 "redox_syscall", 1077 "smallvec", 1078 "windows-link", 1079 ] 1080 1081 [[package]] 1082 name = "percent-encoding" 1083 version = "2.3.2" 1084 source = "registry+https://github.com/rust-lang/crates.io-index" 1085 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1086 1087 [[package]] 1088 name = "pin-project-lite" 1089 version = "0.2.16" 1090 source = "registry+https://github.com/rust-lang/crates.io-index" 1091 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1092 1093 [[package]] 1094 name = "pin-utils" 1095 version = "0.1.0" 1096 source = "registry+https://github.com/rust-lang/crates.io-index" 1097 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1098 1099 [[package]] 1100 name = "pkg-config" 1101 version = "0.3.32" 1102 source = "registry+https://github.com/rust-lang/crates.io-index" 1103 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1104 1105 [[package]] 1106 name = "potential_utf" 1107 version = "0.1.4" 1108 source = "registry+https://github.com/rust-lang/crates.io-index" 1109 checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1110 dependencies = [ 1111 "zerovec", 1112 ] 1113 1114 [[package]] 1115 name = "ppv-lite86" 1116 version = "0.2.21" 1117 source = "registry+https://github.com/rust-lang/crates.io-index" 1118 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1119 dependencies = [ 1120 "zerocopy", 1121 ] 1122 1123 [[package]] 1124 name = "proc-macro2" 1125 version = "1.0.106" 1126 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1128 dependencies = [ 1129 "unicode-ident", 1130 ] 1131 1132 [[package]] 1133 name = "qt-build-utils" 1134 version = "0.7.3" 1135 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 checksum = "63c7e24653d0b3084180066306b26e532b152470b13a050c2d2960284d4b9f53" 1137 dependencies = [ 1138 "cc", 1139 "thiserror 1.0.69", 1140 "versions", 1141 ] 1142 1143 [[package]] 1144 name = "quinn" 1145 version = "0.11.9" 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1147 checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1148 dependencies = [ 1149 "bytes", 1150 "cfg_aliases", 1151 "pin-project-lite", 1152 "quinn-proto", 1153 "quinn-udp", 1154 "rustc-hash", 1155 "rustls", 1156 "socket2", 1157 "thiserror 2.0.18", 1158 "tokio", 1159 "tracing", 1160 "web-time", 1161 ] 1162 1163 [[package]] 1164 name = "quinn-proto" 1165 version = "0.11.13" 1166 source = "registry+https://github.com/rust-lang/crates.io-index" 1167 checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1168 dependencies = [ 1169 "bytes", 1170 "getrandom 0.3.4", 1171 "lru-slab", 1172 "rand", 1173 "ring", 1174 "rustc-hash", 1175 "rustls", 1176 "rustls-pki-types", 1177 "slab", 1178 "thiserror 2.0.18", 1179 "tinyvec", 1180 "tracing", 1181 "web-time", 1182 ] 1183 1184 [[package]] 1185 name = "quinn-udp" 1186 version = "0.5.14" 1187 source = "registry+https://github.com/rust-lang/crates.io-index" 1188 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1189 dependencies = [ 1190 "cfg_aliases", 1191 "libc", 1192 "once_cell", 1193 "socket2", 1194 "tracing", 1195 "windows-sys 0.60.2", 1196 ] 1197 1198 [[package]] 1199 name = "quote" 1200 version = "1.0.44" 1201 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 1203 dependencies = [ 1204 "proc-macro2", 1205 ] 1206 1207 [[package]] 1208 name = "r-efi" 1209 version = "5.3.0" 1210 source = "registry+https://github.com/rust-lang/crates.io-index" 1211 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1212 1213 [[package]] 1214 name = "rand" 1215 version = "0.9.2" 1216 source = "registry+https://github.com/rust-lang/crates.io-index" 1217 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1218 dependencies = [ 1219 "rand_chacha", 1220 "rand_core", 1221 ] 1222 1223 [[package]] 1224 name = "rand_chacha" 1225 version = "0.9.0" 1226 source = "registry+https://github.com/rust-lang/crates.io-index" 1227 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1228 dependencies = [ 1229 "ppv-lite86", 1230 "rand_core", 1231 ] 1232 1233 [[package]] 1234 name = "rand_core" 1235 version = "0.9.5" 1236 source = "registry+https://github.com/rust-lang/crates.io-index" 1237 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1238 dependencies = [ 1239 "getrandom 0.3.4", 1240 ] 1241 1242 [[package]] 1243 name = "redox_syscall" 1244 version = "0.5.18" 1245 source = "registry+https://github.com/rust-lang/crates.io-index" 1246 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1247 dependencies = [ 1248 "bitflags", 1249 ] 1250 1251 [[package]] 1252 name = "regex-automata" 1253 version = "0.4.14" 1254 source = "registry+https://github.com/rust-lang/crates.io-index" 1255 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1256 dependencies = [ 1257 "aho-corasick", 1258 "memchr", 1259 "regex-syntax", 1260 ] 1261 1262 [[package]] 1263 name = "regex-syntax" 1264 version = "0.8.9" 1265 source = "registry+https://github.com/rust-lang/crates.io-index" 1266 checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 1267 1268 [[package]] 1269 name = "reqwest" 1270 version = "0.12.28" 1271 source = "registry+https://github.com/rust-lang/crates.io-index" 1272 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1273 dependencies = [ 1274 "base64", 1275 "bytes", 1276 "encoding_rs", 1277 "futures-core", 1278 "futures-util", 1279 "h2", 1280 "http", 1281 "http-body", 1282 "http-body-util", 1283 "hyper", 1284 "hyper-rustls", 1285 "hyper-tls", 1286 "hyper-util", 1287 "js-sys", 1288 "log", 1289 "mime", 1290 "native-tls", 1291 "percent-encoding", 1292 "pin-project-lite", 1293 "quinn", 1294 "rustls", 1295 "rustls-pki-types", 1296 "serde", 1297 "serde_json", 1298 "serde_urlencoded", 1299 "sync_wrapper", 1300 "tokio", 1301 "tokio-native-tls", 1302 "tokio-rustls", 1303 "tokio-util", 1304 "tower", 1305 "tower-http", 1306 "tower-service", 1307 "url", 1308 "wasm-bindgen", 1309 "wasm-bindgen-futures", 1310 "wasm-streams", 1311 "web-sys", 1312 "webpki-roots", 1313 ] 1314 1315 [[package]] 1316 name = "reqwest-eventsource" 1317 version = "0.6.0" 1318 source = "registry+https://github.com/rust-lang/crates.io-index" 1319 checksum = "632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde" 1320 dependencies = [ 1321 "eventsource-stream", 1322 "futures-core", 1323 "futures-timer", 1324 "mime", 1325 "nom", 1326 "pin-project-lite", 1327 "reqwest", 1328 "thiserror 1.0.69", 1329 ] 1330 1331 [[package]] 1332 name = "ring" 1333 version = "0.17.14" 1334 source = "registry+https://github.com/rust-lang/crates.io-index" 1335 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1336 dependencies = [ 1337 "cc", 1338 "cfg-if", 1339 "getrandom 0.2.17", 1340 "libc", 1341 "untrusted", 1342 "windows-sys 0.52.0", 1343 ] 1344 1345 [[package]] 1346 name = "rustc-hash" 1347 version = "2.1.1" 1348 source = "registry+https://github.com/rust-lang/crates.io-index" 1349 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1350 1351 [[package]] 1352 name = "rustix" 1353 version = "1.1.3" 1354 source = "registry+https://github.com/rust-lang/crates.io-index" 1355 checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 1356 dependencies = [ 1357 "bitflags", 1358 "errno", 1359 "libc", 1360 "linux-raw-sys", 1361 "windows-sys 0.61.2", 1362 ] 1363 1364 [[package]] 1365 name = "rustls" 1366 version = "0.23.36" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" 1368 checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 1369 dependencies = [ 1370 "once_cell", 1371 "ring", 1372 "rustls-pki-types", 1373 "rustls-webpki", 1374 "subtle", 1375 "zeroize", 1376 ] 1377 1378 [[package]] 1379 name = "rustls-pki-types" 1380 version = "1.14.0" 1381 source = "registry+https://github.com/rust-lang/crates.io-index" 1382 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 1383 dependencies = [ 1384 "web-time", 1385 "zeroize", 1386 ] 1387 1388 [[package]] 1389 name = "rustls-webpki" 1390 version = "0.103.9" 1391 source = "registry+https://github.com/rust-lang/crates.io-index" 1392 checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 1393 dependencies = [ 1394 "ring", 1395 "rustls-pki-types", 1396 "untrusted", 1397 ] 1398 1399 [[package]] 1400 name = "rustversion" 1401 version = "1.0.22" 1402 source = "registry+https://github.com/rust-lang/crates.io-index" 1403 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1404 1405 [[package]] 1406 name = "ryu" 1407 version = "1.0.23" 1408 source = "registry+https://github.com/rust-lang/crates.io-index" 1409 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1410 1411 [[package]] 1412 name = "schannel" 1413 version = "0.1.28" 1414 source = "registry+https://github.com/rust-lang/crates.io-index" 1415 checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1416 dependencies = [ 1417 "windows-sys 0.61.2", 1418 ] 1419 1420 [[package]] 1421 name = "scopeguard" 1422 version = "1.2.0" 1423 source = "registry+https://github.com/rust-lang/crates.io-index" 1424 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1425 1426 [[package]] 1427 name = "scratch" 1428 version = "1.0.9" 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 1430 checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2" 1431 1432 [[package]] 1433 name = "security-framework" 1434 version = "3.6.0" 1435 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38" 1437 dependencies = [ 1438 "bitflags", 1439 "core-foundation 0.10.1", 1440 "core-foundation-sys", 1441 "libc", 1442 "security-framework-sys", 1443 ] 1444 1445 [[package]] 1446 name = "security-framework-sys" 1447 version = "2.16.0" 1448 source = "registry+https://github.com/rust-lang/crates.io-index" 1449 checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a" 1450 dependencies = [ 1451 "core-foundation-sys", 1452 "libc", 1453 ] 1454 1455 [[package]] 1456 name = "serde" 1457 version = "1.0.228" 1458 source = "registry+https://github.com/rust-lang/crates.io-index" 1459 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1460 dependencies = [ 1461 "serde_core", 1462 "serde_derive", 1463 ] 1464 1465 [[package]] 1466 name = "serde_core" 1467 version = "1.0.228" 1468 source = "registry+https://github.com/rust-lang/crates.io-index" 1469 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1470 dependencies = [ 1471 "serde_derive", 1472 ] 1473 1474 [[package]] 1475 name = "serde_derive" 1476 version = "1.0.228" 1477 source = "registry+https://github.com/rust-lang/crates.io-index" 1478 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1479 dependencies = [ 1480 "proc-macro2", 1481 "quote", 1482 "syn", 1483 ] 1484 1485 [[package]] 1486 name = "serde_json" 1487 version = "1.0.149" 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1489 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1490 dependencies = [ 1491 "itoa", 1492 "memchr", 1493 "serde", 1494 "serde_core", 1495 "zmij", 1496 ] 1497 1498 [[package]] 1499 name = "serde_urlencoded" 1500 version = "0.7.1" 1501 source = "registry+https://github.com/rust-lang/crates.io-index" 1502 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1503 dependencies = [ 1504 "form_urlencoded", 1505 "itoa", 1506 "ryu", 1507 "serde", 1508 ] 1509 1510 [[package]] 1511 name = "sharded-slab" 1512 version = "0.1.7" 1513 source = "registry+https://github.com/rust-lang/crates.io-index" 1514 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1515 dependencies = [ 1516 "lazy_static", 1517 ] 1518 1519 [[package]] 1520 name = "shlex" 1521 version = "1.3.0" 1522 source = "registry+https://github.com/rust-lang/crates.io-index" 1523 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1524 1525 [[package]] 1526 name = "slab" 1527 version = "0.4.12" 1528 source = "registry+https://github.com/rust-lang/crates.io-index" 1529 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1530 1531 [[package]] 1532 name = "smallvec" 1533 version = "1.15.1" 1534 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1536 1537 [[package]] 1538 name = "socket2" 1539 version = "0.6.2" 1540 source = "registry+https://github.com/rust-lang/crates.io-index" 1541 checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 1542 dependencies = [ 1543 "libc", 1544 "windows-sys 0.60.2", 1545 ] 1546 1547 [[package]] 1548 name = "stable_deref_trait" 1549 version = "1.2.1" 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1551 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1552 1553 [[package]] 1554 name = "static_assertions" 1555 version = "1.1.0" 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1558 1559 [[package]] 1560 name = "strsim" 1561 version = "0.11.1" 1562 source = "registry+https://github.com/rust-lang/crates.io-index" 1563 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1564 1565 [[package]] 1566 name = "subtle" 1567 version = "2.6.1" 1568 source = "registry+https://github.com/rust-lang/crates.io-index" 1569 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1570 1571 [[package]] 1572 name = "syn" 1573 version = "2.0.115" 1574 source = "registry+https://github.com/rust-lang/crates.io-index" 1575 checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" 1576 dependencies = [ 1577 "proc-macro2", 1578 "quote", 1579 "unicode-ident", 1580 ] 1581 1582 [[package]] 1583 name = "sync_wrapper" 1584 version = "1.0.2" 1585 source = "registry+https://github.com/rust-lang/crates.io-index" 1586 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1587 dependencies = [ 1588 "futures-core", 1589 ] 1590 1591 [[package]] 1592 name = "synstructure" 1593 version = "0.13.2" 1594 source = "registry+https://github.com/rust-lang/crates.io-index" 1595 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1596 dependencies = [ 1597 "proc-macro2", 1598 "quote", 1599 "syn", 1600 ] 1601 1602 [[package]] 1603 name = "system-configuration" 1604 version = "0.7.0" 1605 source = "registry+https://github.com/rust-lang/crates.io-index" 1606 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 1607 dependencies = [ 1608 "bitflags", 1609 "core-foundation 0.9.4", 1610 "system-configuration-sys", 1611 ] 1612 1613 [[package]] 1614 name = "system-configuration-sys" 1615 version = "0.6.0" 1616 source = "registry+https://github.com/rust-lang/crates.io-index" 1617 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1618 dependencies = [ 1619 "core-foundation-sys", 1620 "libc", 1621 ] 1622 1623 [[package]] 1624 name = "tempfile" 1625 version = "3.25.0" 1626 source = "registry+https://github.com/rust-lang/crates.io-index" 1627 checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 1628 dependencies = [ 1629 "fastrand", 1630 "getrandom 0.3.4", 1631 "once_cell", 1632 "rustix", 1633 "windows-sys 0.61.2", 1634 ] 1635 1636 [[package]] 1637 name = "termcolor" 1638 version = "1.4.1" 1639 source = "registry+https://github.com/rust-lang/crates.io-index" 1640 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 1641 dependencies = [ 1642 "winapi-util", 1643 ] 1644 1645 [[package]] 1646 name = "thiserror" 1647 version = "1.0.69" 1648 source = "registry+https://github.com/rust-lang/crates.io-index" 1649 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1650 dependencies = [ 1651 "thiserror-impl 1.0.69", 1652 ] 1653 1654 [[package]] 1655 name = "thiserror" 1656 version = "2.0.18" 1657 source = "registry+https://github.com/rust-lang/crates.io-index" 1658 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1659 dependencies = [ 1660 "thiserror-impl 2.0.18", 1661 ] 1662 1663 [[package]] 1664 name = "thiserror-impl" 1665 version = "1.0.69" 1666 source = "registry+https://github.com/rust-lang/crates.io-index" 1667 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1668 dependencies = [ 1669 "proc-macro2", 1670 "quote", 1671 "syn", 1672 ] 1673 1674 [[package]] 1675 name = "thiserror-impl" 1676 version = "2.0.18" 1677 source = "registry+https://github.com/rust-lang/crates.io-index" 1678 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1679 dependencies = [ 1680 "proc-macro2", 1681 "quote", 1682 "syn", 1683 ] 1684 1685 [[package]] 1686 name = "thread_local" 1687 version = "1.1.9" 1688 source = "registry+https://github.com/rust-lang/crates.io-index" 1689 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1690 dependencies = [ 1691 "cfg-if", 1692 ] 1693 1694 [[package]] 1695 name = "tinystr" 1696 version = "0.8.2" 1697 source = "registry+https://github.com/rust-lang/crates.io-index" 1698 checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1699 dependencies = [ 1700 "displaydoc", 1701 "zerovec", 1702 ] 1703 1704 [[package]] 1705 name = "tinyvec" 1706 version = "1.10.0" 1707 source = "registry+https://github.com/rust-lang/crates.io-index" 1708 checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 1709 dependencies = [ 1710 "tinyvec_macros", 1711 ] 1712 1713 [[package]] 1714 name = "tinyvec_macros" 1715 version = "0.1.1" 1716 source = "registry+https://github.com/rust-lang/crates.io-index" 1717 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1718 1719 [[package]] 1720 name = "tokio" 1721 version = "1.49.0" 1722 source = "registry+https://github.com/rust-lang/crates.io-index" 1723 checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 1724 dependencies = [ 1725 "bytes", 1726 "libc", 1727 "mio", 1728 "pin-project-lite", 1729 "socket2", 1730 "tokio-macros", 1731 "windows-sys 0.61.2", 1732 ] 1733 1734 [[package]] 1735 name = "tokio-macros" 1736 version = "2.6.0" 1737 source = "registry+https://github.com/rust-lang/crates.io-index" 1738 checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 1739 dependencies = [ 1740 "proc-macro2", 1741 "quote", 1742 "syn", 1743 ] 1744 1745 [[package]] 1746 name = "tokio-native-tls" 1747 version = "0.3.1" 1748 source = "registry+https://github.com/rust-lang/crates.io-index" 1749 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1750 dependencies = [ 1751 "native-tls", 1752 "tokio", 1753 ] 1754 1755 [[package]] 1756 name = "tokio-rustls" 1757 version = "0.26.4" 1758 source = "registry+https://github.com/rust-lang/crates.io-index" 1759 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1760 dependencies = [ 1761 "rustls", 1762 "tokio", 1763 ] 1764 1765 [[package]] 1766 name = "tokio-util" 1767 version = "0.7.18" 1768 source = "registry+https://github.com/rust-lang/crates.io-index" 1769 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1770 dependencies = [ 1771 "bytes", 1772 "futures-core", 1773 "futures-sink", 1774 "pin-project-lite", 1775 "tokio", 1776 ] 1777 1778 [[package]] 1779 name = "tower" 1780 version = "0.5.3" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1782 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1783 dependencies = [ 1784 "futures-core", 1785 "futures-util", 1786 "pin-project-lite", 1787 "sync_wrapper", 1788 "tokio", 1789 "tower-layer", 1790 "tower-service", 1791 ] 1792 1793 [[package]] 1794 name = "tower-http" 1795 version = "0.6.8" 1796 source = "registry+https://github.com/rust-lang/crates.io-index" 1797 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 1798 dependencies = [ 1799 "bitflags", 1800 "bytes", 1801 "futures-util", 1802 "http", 1803 "http-body", 1804 "iri-string", 1805 "pin-project-lite", 1806 "tower", 1807 "tower-layer", 1808 "tower-service", 1809 ] 1810 1811 [[package]] 1812 name = "tower-layer" 1813 version = "0.3.3" 1814 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1816 1817 [[package]] 1818 name = "tower-service" 1819 version = "0.3.3" 1820 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1822 1823 [[package]] 1824 name = "tracing" 1825 version = "0.1.44" 1826 source = "registry+https://github.com/rust-lang/crates.io-index" 1827 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1828 dependencies = [ 1829 "pin-project-lite", 1830 "tracing-attributes", 1831 "tracing-core", 1832 ] 1833 1834 [[package]] 1835 name = "tracing-attributes" 1836 version = "0.1.31" 1837 source = "registry+https://github.com/rust-lang/crates.io-index" 1838 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1839 dependencies = [ 1840 "proc-macro2", 1841 "quote", 1842 "syn", 1843 ] 1844 1845 [[package]] 1846 name = "tracing-core" 1847 version = "0.1.36" 1848 source = "registry+https://github.com/rust-lang/crates.io-index" 1849 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1850 dependencies = [ 1851 "once_cell", 1852 "valuable", 1853 ] 1854 1855 [[package]] 1856 name = "tracing-log" 1857 version = "0.2.0" 1858 source = "registry+https://github.com/rust-lang/crates.io-index" 1859 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1860 dependencies = [ 1861 "log", 1862 "once_cell", 1863 "tracing-core", 1864 ] 1865 1866 [[package]] 1867 name = "tracing-subscriber" 1868 version = "0.3.22" 1869 source = "registry+https://github.com/rust-lang/crates.io-index" 1870 checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 1871 dependencies = [ 1872 "matchers", 1873 "nu-ansi-term", 1874 "once_cell", 1875 "regex-automata", 1876 "sharded-slab", 1877 "smallvec", 1878 "thread_local", 1879 "tracing", 1880 "tracing-core", 1881 "tracing-log", 1882 ] 1883 1884 [[package]] 1885 name = "trailbase-client" 1886 version = "0.5.0" 1887 source = "registry+https://github.com/rust-lang/crates.io-index" 1888 checksum = "7079308aed930a095f807b3bab795986d8fc7073d1266b96437fa251521d8daa" 1889 dependencies = [ 1890 "eventsource-stream", 1891 "futures", 1892 "jsonwebtoken", 1893 "parking_lot", 1894 "reqwest", 1895 "serde", 1896 "serde_json", 1897 "thiserror 2.0.18", 1898 "tracing", 1899 "url", 1900 ] 1901 1902 [[package]] 1903 name = "try-lock" 1904 version = "0.2.5" 1905 source = "registry+https://github.com/rust-lang/crates.io-index" 1906 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1907 1908 [[package]] 1909 name = "unicode-ident" 1910 version = "1.0.23" 1911 source = "registry+https://github.com/rust-lang/crates.io-index" 1912 checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" 1913 1914 [[package]] 1915 name = "unicode-segmentation" 1916 version = "1.12.0" 1917 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1919 1920 [[package]] 1921 name = "unicode-width" 1922 version = "0.1.14" 1923 source = "registry+https://github.com/rust-lang/crates.io-index" 1924 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1925 1926 [[package]] 1927 name = "unicode-width" 1928 version = "0.2.2" 1929 source = "registry+https://github.com/rust-lang/crates.io-index" 1930 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1931 1932 [[package]] 1933 name = "untrusted" 1934 version = "0.9.0" 1935 source = "registry+https://github.com/rust-lang/crates.io-index" 1936 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1937 1938 [[package]] 1939 name = "url" 1940 version = "2.5.8" 1941 source = "registry+https://github.com/rust-lang/crates.io-index" 1942 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 1943 dependencies = [ 1944 "form_urlencoded", 1945 "idna", 1946 "percent-encoding", 1947 "serde", 1948 ] 1949 1950 [[package]] 1951 name = "utf8_iter" 1952 version = "1.0.4" 1953 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1955 1956 [[package]] 1957 name = "valuable" 1958 version = "0.1.1" 1959 source = "registry+https://github.com/rust-lang/crates.io-index" 1960 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1961 1962 [[package]] 1963 name = "vcpkg" 1964 version = "0.2.15" 1965 source = "registry+https://github.com/rust-lang/crates.io-index" 1966 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1967 1968 [[package]] 1969 name = "version_check" 1970 version = "0.9.5" 1971 source = "registry+https://github.com/rust-lang/crates.io-index" 1972 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1973 1974 [[package]] 1975 name = "versions" 1976 version = "6.3.2" 1977 source = "registry+https://github.com/rust-lang/crates.io-index" 1978 checksum = "f25d498b63d1fdb376b4250f39ab3a5ee8d103957346abacd911e2d8b612c139" 1979 dependencies = [ 1980 "itertools", 1981 "nom", 1982 ] 1983 1984 [[package]] 1985 name = "want" 1986 version = "0.3.1" 1987 source = "registry+https://github.com/rust-lang/crates.io-index" 1988 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1989 dependencies = [ 1990 "try-lock", 1991 ] 1992 1993 [[package]] 1994 name = "wasi" 1995 version = "0.11.1+wasi-snapshot-preview1" 1996 source = "registry+https://github.com/rust-lang/crates.io-index" 1997 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1998 1999 [[package]] 2000 name = "wasip2" 2001 version = "1.0.2+wasi-0.2.9" 2002 source = "registry+https://github.com/rust-lang/crates.io-index" 2003 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 2004 dependencies = [ 2005 "wit-bindgen", 2006 ] 2007 2008 [[package]] 2009 name = "wasm-bindgen" 2010 version = "0.2.108" 2011 source = "registry+https://github.com/rust-lang/crates.io-index" 2012 checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 2013 dependencies = [ 2014 "cfg-if", 2015 "once_cell", 2016 "rustversion", 2017 "wasm-bindgen-macro", 2018 "wasm-bindgen-shared", 2019 ] 2020 2021 [[package]] 2022 name = "wasm-bindgen-futures" 2023 version = "0.4.58" 2024 source = "registry+https://github.com/rust-lang/crates.io-index" 2025 checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 2026 dependencies = [ 2027 "cfg-if", 2028 "futures-util", 2029 "js-sys", 2030 "once_cell", 2031 "wasm-bindgen", 2032 "web-sys", 2033 ] 2034 2035 [[package]] 2036 name = "wasm-bindgen-macro" 2037 version = "0.2.108" 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 2040 dependencies = [ 2041 "quote", 2042 "wasm-bindgen-macro-support", 2043 ] 2044 2045 [[package]] 2046 name = "wasm-bindgen-macro-support" 2047 version = "0.2.108" 2048 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 2050 dependencies = [ 2051 "bumpalo", 2052 "proc-macro2", 2053 "quote", 2054 "syn", 2055 "wasm-bindgen-shared", 2056 ] 2057 2058 [[package]] 2059 name = "wasm-bindgen-shared" 2060 version = "0.2.108" 2061 source = "registry+https://github.com/rust-lang/crates.io-index" 2062 checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 2063 dependencies = [ 2064 "unicode-ident", 2065 ] 2066 2067 [[package]] 2068 name = "wasm-streams" 2069 version = "0.4.2" 2070 source = "registry+https://github.com/rust-lang/crates.io-index" 2071 checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 2072 dependencies = [ 2073 "futures-util", 2074 "js-sys", 2075 "wasm-bindgen", 2076 "wasm-bindgen-futures", 2077 "web-sys", 2078 ] 2079 2080 [[package]] 2081 name = "web-sys" 2082 version = "0.3.85" 2083 source = "registry+https://github.com/rust-lang/crates.io-index" 2084 checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 2085 dependencies = [ 2086 "js-sys", 2087 "wasm-bindgen", 2088 ] 2089 2090 [[package]] 2091 name = "web-time" 2092 version = "1.1.0" 2093 source = "registry+https://github.com/rust-lang/crates.io-index" 2094 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2095 dependencies = [ 2096 "js-sys", 2097 "wasm-bindgen", 2098 ] 2099 2100 [[package]] 2101 name = "webpki-roots" 2102 version = "1.0.6" 2103 source = "registry+https://github.com/rust-lang/crates.io-index" 2104 checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 2105 dependencies = [ 2106 "rustls-pki-types", 2107 ] 2108 2109 [[package]] 2110 name = "winapi-util" 2111 version = "0.1.11" 2112 source = "registry+https://github.com/rust-lang/crates.io-index" 2113 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2114 dependencies = [ 2115 "windows-sys 0.61.2", 2116 ] 2117 2118 [[package]] 2119 name = "windows-link" 2120 version = "0.2.1" 2121 source = "registry+https://github.com/rust-lang/crates.io-index" 2122 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2123 2124 [[package]] 2125 name = "windows-registry" 2126 version = "0.6.1" 2127 source = "registry+https://github.com/rust-lang/crates.io-index" 2128 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2129 dependencies = [ 2130 "windows-link", 2131 "windows-result", 2132 "windows-strings", 2133 ] 2134 2135 [[package]] 2136 name = "windows-result" 2137 version = "0.4.1" 2138 source = "registry+https://github.com/rust-lang/crates.io-index" 2139 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2140 dependencies = [ 2141 "windows-link", 2142 ] 2143 2144 [[package]] 2145 name = "windows-strings" 2146 version = "0.5.1" 2147 source = "registry+https://github.com/rust-lang/crates.io-index" 2148 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2149 dependencies = [ 2150 "windows-link", 2151 ] 2152 2153 [[package]] 2154 name = "windows-sys" 2155 version = "0.52.0" 2156 source = "registry+https://github.com/rust-lang/crates.io-index" 2157 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2158 dependencies = [ 2159 "windows-targets 0.52.6", 2160 ] 2161 2162 [[package]] 2163 name = "windows-sys" 2164 version = "0.60.2" 2165 source = "registry+https://github.com/rust-lang/crates.io-index" 2166 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2167 dependencies = [ 2168 "windows-targets 0.53.5", 2169 ] 2170 2171 [[package]] 2172 name = "windows-sys" 2173 version = "0.61.2" 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2176 dependencies = [ 2177 "windows-link", 2178 ] 2179 2180 [[package]] 2181 name = "windows-targets" 2182 version = "0.52.6" 2183 source = "registry+https://github.com/rust-lang/crates.io-index" 2184 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2185 dependencies = [ 2186 "windows_aarch64_gnullvm 0.52.6", 2187 "windows_aarch64_msvc 0.52.6", 2188 "windows_i686_gnu 0.52.6", 2189 "windows_i686_gnullvm 0.52.6", 2190 "windows_i686_msvc 0.52.6", 2191 "windows_x86_64_gnu 0.52.6", 2192 "windows_x86_64_gnullvm 0.52.6", 2193 "windows_x86_64_msvc 0.52.6", 2194 ] 2195 2196 [[package]] 2197 name = "windows-targets" 2198 version = "0.53.5" 2199 source = "registry+https://github.com/rust-lang/crates.io-index" 2200 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2201 dependencies = [ 2202 "windows-link", 2203 "windows_aarch64_gnullvm 0.53.1", 2204 "windows_aarch64_msvc 0.53.1", 2205 "windows_i686_gnu 0.53.1", 2206 "windows_i686_gnullvm 0.53.1", 2207 "windows_i686_msvc 0.53.1", 2208 "windows_x86_64_gnu 0.53.1", 2209 "windows_x86_64_gnullvm 0.53.1", 2210 "windows_x86_64_msvc 0.53.1", 2211 ] 2212 2213 [[package]] 2214 name = "windows_aarch64_gnullvm" 2215 version = "0.52.6" 2216 source = "registry+https://github.com/rust-lang/crates.io-index" 2217 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2218 2219 [[package]] 2220 name = "windows_aarch64_gnullvm" 2221 version = "0.53.1" 2222 source = "registry+https://github.com/rust-lang/crates.io-index" 2223 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2224 2225 [[package]] 2226 name = "windows_aarch64_msvc" 2227 version = "0.52.6" 2228 source = "registry+https://github.com/rust-lang/crates.io-index" 2229 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2230 2231 [[package]] 2232 name = "windows_aarch64_msvc" 2233 version = "0.53.1" 2234 source = "registry+https://github.com/rust-lang/crates.io-index" 2235 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2236 2237 [[package]] 2238 name = "windows_i686_gnu" 2239 version = "0.52.6" 2240 source = "registry+https://github.com/rust-lang/crates.io-index" 2241 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2242 2243 [[package]] 2244 name = "windows_i686_gnu" 2245 version = "0.53.1" 2246 source = "registry+https://github.com/rust-lang/crates.io-index" 2247 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2248 2249 [[package]] 2250 name = "windows_i686_gnullvm" 2251 version = "0.52.6" 2252 source = "registry+https://github.com/rust-lang/crates.io-index" 2253 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2254 2255 [[package]] 2256 name = "windows_i686_gnullvm" 2257 version = "0.53.1" 2258 source = "registry+https://github.com/rust-lang/crates.io-index" 2259 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2260 2261 [[package]] 2262 name = "windows_i686_msvc" 2263 version = "0.52.6" 2264 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2266 2267 [[package]] 2268 name = "windows_i686_msvc" 2269 version = "0.53.1" 2270 source = "registry+https://github.com/rust-lang/crates.io-index" 2271 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2272 2273 [[package]] 2274 name = "windows_x86_64_gnu" 2275 version = "0.52.6" 2276 source = "registry+https://github.com/rust-lang/crates.io-index" 2277 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2278 2279 [[package]] 2280 name = "windows_x86_64_gnu" 2281 version = "0.53.1" 2282 source = "registry+https://github.com/rust-lang/crates.io-index" 2283 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2284 2285 [[package]] 2286 name = "windows_x86_64_gnullvm" 2287 version = "0.52.6" 2288 source = "registry+https://github.com/rust-lang/crates.io-index" 2289 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2290 2291 [[package]] 2292 name = "windows_x86_64_gnullvm" 2293 version = "0.53.1" 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 2295 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2296 2297 [[package]] 2298 name = "windows_x86_64_msvc" 2299 version = "0.52.6" 2300 source = "registry+https://github.com/rust-lang/crates.io-index" 2301 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2302 2303 [[package]] 2304 name = "windows_x86_64_msvc" 2305 version = "0.53.1" 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2308 2309 [[package]] 2310 name = "wit-bindgen" 2311 version = "0.51.0" 2312 source = "registry+https://github.com/rust-lang/crates.io-index" 2313 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2314 2315 [[package]] 2316 name = "writeable" 2317 version = "0.6.2" 2318 source = "registry+https://github.com/rust-lang/crates.io-index" 2319 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2320 2321 [[package]] 2322 name = "yoke" 2323 version = "0.8.1" 2324 source = "registry+https://github.com/rust-lang/crates.io-index" 2325 checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2326 dependencies = [ 2327 "stable_deref_trait", 2328 "yoke-derive", 2329 "zerofrom", 2330 ] 2331 2332 [[package]] 2333 name = "yoke-derive" 2334 version = "0.8.1" 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2337 dependencies = [ 2338 "proc-macro2", 2339 "quote", 2340 "syn", 2341 "synstructure", 2342 ] 2343 2344 [[package]] 2345 name = "zerocopy" 2346 version = "0.8.39" 2347 source = "registry+https://github.com/rust-lang/crates.io-index" 2348 checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 2349 dependencies = [ 2350 "zerocopy-derive", 2351 ] 2352 2353 [[package]] 2354 name = "zerocopy-derive" 2355 version = "0.8.39" 2356 source = "registry+https://github.com/rust-lang/crates.io-index" 2357 checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 2358 dependencies = [ 2359 "proc-macro2", 2360 "quote", 2361 "syn", 2362 ] 2363 2364 [[package]] 2365 name = "zerofrom" 2366 version = "0.1.6" 2367 source = "registry+https://github.com/rust-lang/crates.io-index" 2368 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2369 dependencies = [ 2370 "zerofrom-derive", 2371 ] 2372 2373 [[package]] 2374 name = "zerofrom-derive" 2375 version = "0.1.6" 2376 source = "registry+https://github.com/rust-lang/crates.io-index" 2377 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2378 dependencies = [ 2379 "proc-macro2", 2380 "quote", 2381 "syn", 2382 "synstructure", 2383 ] 2384 2385 [[package]] 2386 name = "zeroize" 2387 version = "1.8.2" 2388 source = "registry+https://github.com/rust-lang/crates.io-index" 2389 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2390 2391 [[package]] 2392 name = "zerotrie" 2393 version = "0.2.3" 2394 source = "registry+https://github.com/rust-lang/crates.io-index" 2395 checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2396 dependencies = [ 2397 "displaydoc", 2398 "yoke", 2399 "zerofrom", 2400 ] 2401 2402 [[package]] 2403 name = "zerovec" 2404 version = "0.11.5" 2405 source = "registry+https://github.com/rust-lang/crates.io-index" 2406 checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2407 dependencies = [ 2408 "yoke", 2409 "zerofrom", 2410 "zerovec-derive", 2411 ] 2412 2413 [[package]] 2414 name = "zerovec-derive" 2415 version = "0.11.2" 2416 source = "registry+https://github.com/rust-lang/crates.io-index" 2417 checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2418 dependencies = [ 2419 "proc-macro2", 2420 "quote", 2421 "syn", 2422 ] 2423 2424 [[package]] 2425 name = "zmij" 2426 version = "1.0.21" 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2428 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"