symbolicator: use fetchCargoVendor

authored by TomaSajt and committed by Masum Reza 022304af 9c8e2844

+2 -6284
-6277
pkgs/by-name/sy/symbolicator/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 = "Inflector" 7 - version = "0.11.4" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 - dependencies = [ 11 - "lazy_static", 12 - "regex", 13 - ] 14 - 15 - [[package]] 16 - name = "addr2line" 17 - version = "0.22.0" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 20 - dependencies = [ 21 - "gimli 0.29.0", 22 - ] 23 - 24 - [[package]] 25 - name = "adler" 26 - version = "1.0.2" 27 - source = "registry+https://github.com/rust-lang/crates.io-index" 28 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 29 - 30 - [[package]] 31 - name = "ahash" 32 - version = "0.8.11" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 35 - dependencies = [ 36 - "cfg-if", 37 - "once_cell", 38 - "version_check", 39 - "zerocopy", 40 - ] 41 - 42 - [[package]] 43 - name = "aho-corasick" 44 - version = "1.1.3" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 47 - dependencies = [ 48 - "memchr", 49 - ] 50 - 51 - [[package]] 52 - name = "alloc-no-stdlib" 53 - version = "2.0.4" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 56 - 57 - [[package]] 58 - name = "alloc-stdlib" 59 - version = "0.2.2" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 62 - dependencies = [ 63 - "alloc-no-stdlib", 64 - ] 65 - 66 - [[package]] 67 - name = "allocator-api2" 68 - version = "0.2.18" 69 - source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 71 - 72 - [[package]] 73 - name = "android-tzdata" 74 - version = "0.1.1" 75 - source = "registry+https://github.com/rust-lang/crates.io-index" 76 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 77 - 78 - [[package]] 79 - name = "android_system_properties" 80 - version = "0.1.5" 81 - source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 83 - dependencies = [ 84 - "libc", 85 - ] 86 - 87 - [[package]] 88 - name = "anstream" 89 - version = "0.6.14" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 92 - dependencies = [ 93 - "anstyle", 94 - "anstyle-parse", 95 - "anstyle-query", 96 - "anstyle-wincon", 97 - "colorchoice", 98 - "is_terminal_polyfill", 99 - "utf8parse", 100 - ] 101 - 102 - [[package]] 103 - name = "anstyle" 104 - version = "1.0.7" 105 - source = "registry+https://github.com/rust-lang/crates.io-index" 106 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 107 - 108 - [[package]] 109 - name = "anstyle-parse" 110 - version = "0.2.4" 111 - source = "registry+https://github.com/rust-lang/crates.io-index" 112 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 113 - dependencies = [ 114 - "utf8parse", 115 - ] 116 - 117 - [[package]] 118 - name = "anstyle-query" 119 - version = "1.1.0" 120 - source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 122 - dependencies = [ 123 - "windows-sys 0.52.0", 124 - ] 125 - 126 - [[package]] 127 - name = "anstyle-wincon" 128 - version = "3.0.3" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 131 - dependencies = [ 132 - "anstyle", 133 - "windows-sys 0.52.0", 134 - ] 135 - 136 - [[package]] 137 - name = "anyhow" 138 - version = "1.0.86" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 141 - dependencies = [ 142 - "backtrace", 143 - ] 144 - 145 - [[package]] 146 - name = "apple-crash-report-parser" 147 - version = "0.5.1" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "8fc62d1d734597ddedd2ba0673780ee0a57b4de9a6e05f8731f2361d90b9c3e3" 150 - dependencies = [ 151 - "chrono", 152 - "lazy_static", 153 - "regex", 154 - "uuid", 155 - ] 156 - 157 - [[package]] 158 - name = "arbitrary" 159 - version = "1.3.2" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 162 - dependencies = [ 163 - "derive_arbitrary", 164 - ] 165 - 166 - [[package]] 167 - name = "arc-swap" 168 - version = "1.7.1" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 171 - 172 - [[package]] 173 - name = "arrayvec" 174 - version = "0.7.4" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 177 - 178 - [[package]] 179 - name = "ast_node" 180 - version = "0.9.8" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "2ab31376d309dd3bfc9cfb3c11c93ce0e0741bbe0354b20e7f8c60b044730b79" 183 - dependencies = [ 184 - "proc-macro2", 185 - "quote", 186 - "swc_macros_common", 187 - "syn", 188 - ] 189 - 190 - [[package]] 191 - name = "async-compression" 192 - version = "0.4.11" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" 195 - dependencies = [ 196 - "brotli", 197 - "flate2", 198 - "futures-core", 199 - "memchr", 200 - "pin-project-lite", 201 - "tokio", 202 - ] 203 - 204 - [[package]] 205 - name = "async-lock" 206 - version = "3.4.0" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 209 - dependencies = [ 210 - "event-listener", 211 - "event-listener-strategy", 212 - "pin-project-lite", 213 - ] 214 - 215 - [[package]] 216 - name = "async-trait" 217 - version = "0.1.81" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 220 - dependencies = [ 221 - "proc-macro2", 222 - "quote", 223 - "syn", 224 - ] 225 - 226 - [[package]] 227 - name = "atomic-waker" 228 - version = "1.1.2" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 231 - 232 - [[package]] 233 - name = "autocfg" 234 - version = "1.3.0" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 237 - 238 - [[package]] 239 - name = "aws-config" 240 - version = "1.5.4" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "caf6cfe2881cb1fcbba9ae946fb9a6480d3b7a714ca84c74925014a89ef3387a" 243 - dependencies = [ 244 - "aws-credential-types", 245 - "aws-runtime", 246 - "aws-sdk-sso", 247 - "aws-sdk-ssooidc", 248 - "aws-sdk-sts", 249 - "aws-smithy-async", 250 - "aws-smithy-http", 251 - "aws-smithy-json", 252 - "aws-smithy-runtime", 253 - "aws-smithy-runtime-api", 254 - "aws-smithy-types", 255 - "aws-types", 256 - "bytes", 257 - "fastrand", 258 - "hex", 259 - "http 0.2.12", 260 - "hyper 0.14.30", 261 - "ring", 262 - "time", 263 - "tokio", 264 - "tracing", 265 - "url", 266 - "zeroize", 267 - ] 268 - 269 - [[package]] 270 - name = "aws-credential-types" 271 - version = "1.2.0" 272 - source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" 274 - dependencies = [ 275 - "aws-smithy-async", 276 - "aws-smithy-runtime-api", 277 - "aws-smithy-types", 278 - "zeroize", 279 - ] 280 - 281 - [[package]] 282 - name = "aws-runtime" 283 - version = "1.3.1" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "87c5f920ffd1e0526ec9e70e50bf444db50b204395a0fa7016bbf9e31ea1698f" 286 - dependencies = [ 287 - "aws-credential-types", 288 - "aws-sigv4", 289 - "aws-smithy-async", 290 - "aws-smithy-eventstream", 291 - "aws-smithy-http", 292 - "aws-smithy-runtime-api", 293 - "aws-smithy-types", 294 - "aws-types", 295 - "bytes", 296 - "fastrand", 297 - "http 0.2.12", 298 - "http-body 0.4.6", 299 - "percent-encoding", 300 - "pin-project-lite", 301 - "tracing", 302 - "uuid", 303 - ] 304 - 305 - [[package]] 306 - name = "aws-sdk-s3" 307 - version = "1.40.0" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "8367c403fdf27690684b926a46ed9524099a69dd5dfcef62028bf4096b5b809f" 310 - dependencies = [ 311 - "ahash", 312 - "aws-credential-types", 313 - "aws-runtime", 314 - "aws-sigv4", 315 - "aws-smithy-async", 316 - "aws-smithy-checksums", 317 - "aws-smithy-eventstream", 318 - "aws-smithy-http", 319 - "aws-smithy-json", 320 - "aws-smithy-runtime", 321 - "aws-smithy-runtime-api", 322 - "aws-smithy-types", 323 - "aws-smithy-xml", 324 - "aws-types", 325 - "bytes", 326 - "fastrand", 327 - "hex", 328 - "hmac", 329 - "http 0.2.12", 330 - "http-body 0.4.6", 331 - "lru", 332 - "once_cell", 333 - "percent-encoding", 334 - "regex-lite", 335 - "sha2", 336 - "tracing", 337 - "url", 338 - ] 339 - 340 - [[package]] 341 - name = "aws-sdk-sso" 342 - version = "1.34.0" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "cdcfae7bf8b8f14cade7579ffa8956fcee91dc23633671096b4b5de7d16f682a" 345 - dependencies = [ 346 - "aws-credential-types", 347 - "aws-runtime", 348 - "aws-smithy-async", 349 - "aws-smithy-http", 350 - "aws-smithy-json", 351 - "aws-smithy-runtime", 352 - "aws-smithy-runtime-api", 353 - "aws-smithy-types", 354 - "aws-types", 355 - "bytes", 356 - "http 0.2.12", 357 - "once_cell", 358 - "regex-lite", 359 - "tracing", 360 - ] 361 - 362 - [[package]] 363 - name = "aws-sdk-ssooidc" 364 - version = "1.35.0" 365 - source = "registry+https://github.com/rust-lang/crates.io-index" 366 - checksum = "33b30def8f02ba81276d5dbc22e7bf3bed20d62d1b175eef82680d6bdc7a6f4c" 367 - dependencies = [ 368 - "aws-credential-types", 369 - "aws-runtime", 370 - "aws-smithy-async", 371 - "aws-smithy-http", 372 - "aws-smithy-json", 373 - "aws-smithy-runtime", 374 - "aws-smithy-runtime-api", 375 - "aws-smithy-types", 376 - "aws-types", 377 - "bytes", 378 - "http 0.2.12", 379 - "once_cell", 380 - "regex-lite", 381 - "tracing", 382 - ] 383 - 384 - [[package]] 385 - name = "aws-sdk-sts" 386 - version = "1.34.0" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "0804f840ad31537d5d1a4ec48d59de5e674ad05f1db7d3def2c9acadaf1f7e60" 389 - dependencies = [ 390 - "aws-credential-types", 391 - "aws-runtime", 392 - "aws-smithy-async", 393 - "aws-smithy-http", 394 - "aws-smithy-json", 395 - "aws-smithy-query", 396 - "aws-smithy-runtime", 397 - "aws-smithy-runtime-api", 398 - "aws-smithy-types", 399 - "aws-smithy-xml", 400 - "aws-types", 401 - "http 0.2.12", 402 - "once_cell", 403 - "regex-lite", 404 - "tracing", 405 - ] 406 - 407 - [[package]] 408 - name = "aws-sigv4" 409 - version = "1.2.3" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be" 412 - dependencies = [ 413 - "aws-credential-types", 414 - "aws-smithy-eventstream", 415 - "aws-smithy-http", 416 - "aws-smithy-runtime-api", 417 - "aws-smithy-types", 418 - "bytes", 419 - "crypto-bigint 0.5.5", 420 - "form_urlencoded", 421 - "hex", 422 - "hmac", 423 - "http 0.2.12", 424 - "http 1.1.0", 425 - "once_cell", 426 - "p256", 427 - "percent-encoding", 428 - "ring", 429 - "sha2", 430 - "subtle", 431 - "time", 432 - "tracing", 433 - "zeroize", 434 - ] 435 - 436 - [[package]] 437 - name = "aws-smithy-async" 438 - version = "1.2.1" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 441 - dependencies = [ 442 - "futures-util", 443 - "pin-project-lite", 444 - "tokio", 445 - ] 446 - 447 - [[package]] 448 - name = "aws-smithy-checksums" 449 - version = "0.60.11" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "48c4134cf3adaeacff34d588dbe814200357b0c466d730cf1c0d8054384a2de4" 452 - dependencies = [ 453 - "aws-smithy-http", 454 - "aws-smithy-types", 455 - "bytes", 456 - "crc32c", 457 - "crc32fast", 458 - "hex", 459 - "http 0.2.12", 460 - "http-body 0.4.6", 461 - "md-5", 462 - "pin-project-lite", 463 - "sha1", 464 - "sha2", 465 - "tracing", 466 - ] 467 - 468 - [[package]] 469 - name = "aws-smithy-eventstream" 470 - version = "0.60.4" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858" 473 - dependencies = [ 474 - "aws-smithy-types", 475 - "bytes", 476 - "crc32fast", 477 - ] 478 - 479 - [[package]] 480 - name = "aws-smithy-http" 481 - version = "0.60.9" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "d9cd0ae3d97daa0a2bf377a4d8e8e1362cae590c4a1aad0d40058ebca18eb91e" 484 - dependencies = [ 485 - "aws-smithy-eventstream", 486 - "aws-smithy-runtime-api", 487 - "aws-smithy-types", 488 - "bytes", 489 - "bytes-utils", 490 - "futures-core", 491 - "http 0.2.12", 492 - "http-body 0.4.6", 493 - "once_cell", 494 - "percent-encoding", 495 - "pin-project-lite", 496 - "pin-utils", 497 - "tracing", 498 - ] 499 - 500 - [[package]] 501 - name = "aws-smithy-json" 502 - version = "0.60.7" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 505 - dependencies = [ 506 - "aws-smithy-types", 507 - ] 508 - 509 - [[package]] 510 - name = "aws-smithy-query" 511 - version = "0.60.7" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 514 - dependencies = [ 515 - "aws-smithy-types", 516 - "urlencoding", 517 - ] 518 - 519 - [[package]] 520 - name = "aws-smithy-runtime" 521 - version = "1.6.2" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "ce87155eba55e11768b8c1afa607f3e864ae82f03caf63258b37455b0ad02537" 524 - dependencies = [ 525 - "aws-smithy-async", 526 - "aws-smithy-http", 527 - "aws-smithy-runtime-api", 528 - "aws-smithy-types", 529 - "bytes", 530 - "fastrand", 531 - "h2 0.3.26", 532 - "http 0.2.12", 533 - "http-body 0.4.6", 534 - "http-body 1.0.0", 535 - "httparse", 536 - "hyper 0.14.30", 537 - "hyper-rustls 0.24.2", 538 - "once_cell", 539 - "pin-project-lite", 540 - "pin-utils", 541 - "rustls 0.21.12", 542 - "tokio", 543 - "tracing", 544 - ] 545 - 546 - [[package]] 547 - name = "aws-smithy-runtime-api" 548 - version = "1.7.1" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "30819352ed0a04ecf6a2f3477e344d2d1ba33d43e0f09ad9047c12e0d923616f" 551 - dependencies = [ 552 - "aws-smithy-async", 553 - "aws-smithy-types", 554 - "bytes", 555 - "http 0.2.12", 556 - "http 1.1.0", 557 - "pin-project-lite", 558 - "tokio", 559 - "tracing", 560 - "zeroize", 561 - ] 562 - 563 - [[package]] 564 - name = "aws-smithy-types" 565 - version = "1.2.0" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" 568 - dependencies = [ 569 - "base64-simd 0.8.0", 570 - "bytes", 571 - "bytes-utils", 572 - "futures-core", 573 - "http 0.2.12", 574 - "http 1.1.0", 575 - "http-body 0.4.6", 576 - "http-body 1.0.0", 577 - "http-body-util", 578 - "itoa", 579 - "num-integer", 580 - "pin-project-lite", 581 - "pin-utils", 582 - "ryu", 583 - "serde", 584 - "time", 585 - "tokio", 586 - "tokio-util", 587 - ] 588 - 589 - [[package]] 590 - name = "aws-smithy-xml" 591 - version = "0.60.8" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55" 594 - dependencies = [ 595 - "xmlparser", 596 - ] 597 - 598 - [[package]] 599 - name = "aws-types" 600 - version = "1.3.3" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 603 - dependencies = [ 604 - "aws-credential-types", 605 - "aws-smithy-async", 606 - "aws-smithy-runtime-api", 607 - "aws-smithy-types", 608 - "rustc_version 0.4.0", 609 - "tracing", 610 - ] 611 - 612 - [[package]] 613 - name = "axum" 614 - version = "0.7.5" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" 617 - dependencies = [ 618 - "async-trait", 619 - "axum-core", 620 - "bytes", 621 - "futures-util", 622 - "http 1.1.0", 623 - "http-body 1.0.0", 624 - "http-body-util", 625 - "hyper 1.4.1", 626 - "hyper-util", 627 - "itoa", 628 - "matchit", 629 - "memchr", 630 - "mime", 631 - "multer", 632 - "percent-encoding", 633 - "pin-project-lite", 634 - "rustversion", 635 - "serde", 636 - "serde_json", 637 - "serde_path_to_error", 638 - "serde_urlencoded", 639 - "sync_wrapper 1.0.1", 640 - "tokio", 641 - "tower", 642 - "tower-layer", 643 - "tower-service", 644 - "tracing", 645 - ] 646 - 647 - [[package]] 648 - name = "axum-core" 649 - version = "0.4.3" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" 652 - dependencies = [ 653 - "async-trait", 654 - "bytes", 655 - "futures-util", 656 - "http 1.1.0", 657 - "http-body 1.0.0", 658 - "http-body-util", 659 - "mime", 660 - "pin-project-lite", 661 - "rustversion", 662 - "sync_wrapper 0.1.2", 663 - "tower-layer", 664 - "tower-service", 665 - "tracing", 666 - ] 667 - 668 - [[package]] 669 - name = "axum-server" 670 - version = "0.6.0" 671 - source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" 673 - dependencies = [ 674 - "arc-swap", 675 - "bytes", 676 - "futures-util", 677 - "http 1.1.0", 678 - "http-body 1.0.0", 679 - "http-body-util", 680 - "hyper 1.4.1", 681 - "hyper-util", 682 - "pin-project-lite", 683 - "rustls 0.21.12", 684 - "rustls-pemfile 2.1.2", 685 - "tokio", 686 - "tokio-rustls 0.24.1", 687 - "tower", 688 - "tower-service", 689 - ] 690 - 691 - [[package]] 692 - name = "backtrace" 693 - version = "0.3.73" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 696 - dependencies = [ 697 - "addr2line", 698 - "cc", 699 - "cfg-if", 700 - "libc", 701 - "miniz_oxide", 702 - "object", 703 - "rustc-demangle", 704 - ] 705 - 706 - [[package]] 707 - name = "base16ct" 708 - version = "0.1.1" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 711 - 712 - [[package]] 713 - name = "base64" 714 - version = "0.21.7" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 717 - 718 - [[package]] 719 - name = "base64" 720 - version = "0.22.1" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 723 - 724 - [[package]] 725 - name = "base64-simd" 726 - version = "0.7.0" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 729 - dependencies = [ 730 - "simd-abstraction", 731 - ] 732 - 733 - [[package]] 734 - name = "base64-simd" 735 - version = "0.8.0" 736 - source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 738 - dependencies = [ 739 - "outref 0.5.1", 740 - "vsimd", 741 - ] 742 - 743 - [[package]] 744 - name = "base64ct" 745 - version = "1.6.0" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 748 - 749 - [[package]] 750 - name = "better_scoped_tls" 751 - version = "0.1.1" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de" 754 - dependencies = [ 755 - "scoped-tls", 756 - ] 757 - 758 - [[package]] 759 - name = "binary-merge" 760 - version = "0.1.2" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "597bb81c80a54b6a4381b23faba8d7774b144c94cbd1d6fe3f1329bd776554ab" 763 - 764 - [[package]] 765 - name = "bindgen" 766 - version = "0.69.4" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 769 - dependencies = [ 770 - "bitflags 2.6.0", 771 - "cexpr", 772 - "clang-sys", 773 - "itertools 0.12.1", 774 - "lazy_static", 775 - "lazycell", 776 - "log", 777 - "prettyplease", 778 - "proc-macro2", 779 - "quote", 780 - "regex", 781 - "rustc-hash 1.1.0", 782 - "shlex", 783 - "syn", 784 - "which", 785 - ] 786 - 787 - [[package]] 788 - name = "bitflags" 789 - version = "1.3.2" 790 - source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 792 - 793 - [[package]] 794 - name = "bitflags" 795 - version = "2.6.0" 796 - source = "registry+https://github.com/rust-lang/crates.io-index" 797 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 798 - 799 - [[package]] 800 - name = "bitvec" 801 - version = "1.0.1" 802 - source = "registry+https://github.com/rust-lang/crates.io-index" 803 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 804 - dependencies = [ 805 - "funty", 806 - "radium", 807 - "tap", 808 - "wyz", 809 - ] 810 - 811 - [[package]] 812 - name = "block-buffer" 813 - version = "0.10.4" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 816 - dependencies = [ 817 - "generic-array", 818 - ] 819 - 820 - [[package]] 821 - name = "breakpad-symbols" 822 - version = "0.22.0" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "7e1ad3f5e2e5c8a42fccedd6792cc05968b39b69c3fe7b5544072ac052f3fe85" 825 - dependencies = [ 826 - "async-trait", 827 - "cachemap2", 828 - "circular", 829 - "debugid", 830 - "futures-util", 831 - "minidump-common", 832 - "nom", 833 - "range-map", 834 - "thiserror", 835 - "tracing", 836 - ] 837 - 838 - [[package]] 839 - name = "brotli" 840 - version = "6.0.0" 841 - source = "registry+https://github.com/rust-lang/crates.io-index" 842 - checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 843 - dependencies = [ 844 - "alloc-no-stdlib", 845 - "alloc-stdlib", 846 - "brotli-decompressor", 847 - ] 848 - 849 - [[package]] 850 - name = "brotli-decompressor" 851 - version = "4.0.1" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 854 - dependencies = [ 855 - "alloc-no-stdlib", 856 - "alloc-stdlib", 857 - ] 858 - 859 - [[package]] 860 - name = "brownstone" 861 - version = "3.0.0" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "c5839ee4f953e811bfdcf223f509cb2c6a3e1447959b0bff459405575bc17f22" 864 - dependencies = [ 865 - "arrayvec", 866 - ] 867 - 868 - [[package]] 869 - name = "bumpalo" 870 - version = "3.16.0" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 873 - 874 - [[package]] 875 - name = "byteorder" 876 - version = "1.5.0" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 879 - 880 - [[package]] 881 - name = "bytes" 882 - version = "1.6.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 885 - 886 - [[package]] 887 - name = "bytes-utils" 888 - version = "0.1.4" 889 - source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 891 - dependencies = [ 892 - "bytes", 893 - "either", 894 - ] 895 - 896 - [[package]] 897 - name = "bzip2" 898 - version = "0.4.4" 899 - source = "registry+https://github.com/rust-lang/crates.io-index" 900 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 901 - dependencies = [ 902 - "bzip2-sys", 903 - "libc", 904 - ] 905 - 906 - [[package]] 907 - name = "bzip2-sys" 908 - version = "0.1.11+1.0.8" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 911 - dependencies = [ 912 - "cc", 913 - "libc", 914 - "pkg-config", 915 - ] 916 - 917 - [[package]] 918 - name = "cachemap2" 919 - version = "0.3.0" 920 - source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "68ccbd3153aa153b2f5eff557537ffce81e4dd6c50ae0eddc41dc8d0c388436f" 922 - 923 - [[package]] 924 - name = "cadence" 925 - version = "1.4.0" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "2f338b979d9ebfff4bb9801ae8f3af0dc3615f7f1ca963f2e4782bcf9acb3753" 928 - dependencies = [ 929 - "crossbeam-channel", 930 - ] 931 - 932 - [[package]] 933 - name = "cc" 934 - version = "1.1.0" 935 - source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" 937 - dependencies = [ 938 - "jobserver", 939 - "libc", 940 - "once_cell", 941 - ] 942 - 943 - [[package]] 944 - name = "cexpr" 945 - version = "0.6.0" 946 - source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 948 - dependencies = [ 949 - "nom", 950 - ] 951 - 952 - [[package]] 953 - name = "cfg-if" 954 - version = "1.0.0" 955 - source = "registry+https://github.com/rust-lang/crates.io-index" 956 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 957 - 958 - [[package]] 959 - name = "chrono" 960 - version = "0.4.38" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 963 - dependencies = [ 964 - "android-tzdata", 965 - "iana-time-zone", 966 - "js-sys", 967 - "num-traits", 968 - "serde", 969 - "wasm-bindgen", 970 - "windows-targets 0.52.6", 971 - ] 972 - 973 - [[package]] 974 - name = "circular" 975 - version = "0.3.0" 976 - source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "b0fc239e0f6cb375d2402d48afb92f76f5404fd1df208a41930ec81eda078bea" 978 - 979 - [[package]] 980 - name = "clang-sys" 981 - version = "1.8.1" 982 - source = "registry+https://github.com/rust-lang/crates.io-index" 983 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 984 - dependencies = [ 985 - "glob", 986 - "libc", 987 - "libloading", 988 - ] 989 - 990 - [[package]] 991 - name = "clap" 992 - version = "4.5.9" 993 - source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" 995 - dependencies = [ 996 - "clap_builder", 997 - "clap_derive", 998 - ] 999 - 1000 - [[package]] 1001 - name = "clap_builder" 1002 - version = "4.5.9" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" 1005 - dependencies = [ 1006 - "anstream", 1007 - "anstyle", 1008 - "clap_lex", 1009 - "strsim", 1010 - ] 1011 - 1012 - [[package]] 1013 - name = "clap_derive" 1014 - version = "4.5.8" 1015 - source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" 1017 - dependencies = [ 1018 - "heck 0.5.0", 1019 - "proc-macro2", 1020 - "quote", 1021 - "syn", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "clap_lex" 1026 - version = "0.7.1" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 1029 - 1030 - [[package]] 1031 - name = "cmake" 1032 - version = "0.1.50" 1033 - source = "registry+https://github.com/rust-lang/crates.io-index" 1034 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 1035 - dependencies = [ 1036 - "cc", 1037 - ] 1038 - 1039 - [[package]] 1040 - name = "colorchoice" 1041 - version = "1.0.1" 1042 - source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 1044 - 1045 - [[package]] 1046 - name = "concurrent-queue" 1047 - version = "2.5.0" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1050 - dependencies = [ 1051 - "crossbeam-utils", 1052 - ] 1053 - 1054 - [[package]] 1055 - name = "console" 1056 - version = "0.15.8" 1057 - source = "registry+https://github.com/rust-lang/crates.io-index" 1058 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1059 - dependencies = [ 1060 - "encode_unicode 0.3.6", 1061 - "lazy_static", 1062 - "libc", 1063 - "unicode-width", 1064 - "windows-sys 0.52.0", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "const-oid" 1069 - version = "0.9.6" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1072 - 1073 - [[package]] 1074 - name = "core-foundation" 1075 - version = "0.9.4" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1078 - dependencies = [ 1079 - "core-foundation-sys", 1080 - "libc", 1081 - ] 1082 - 1083 - [[package]] 1084 - name = "core-foundation-sys" 1085 - version = "0.8.6" 1086 - source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 1088 - 1089 - [[package]] 1090 - name = "cpp_demangle" 1091 - version = "0.4.1" 1092 - source = "git+https://github.com/getsentry/cpp_demangle?branch=sentry-patches#88aad3dbf8964b002ab581d8d21f35b2c73895e9" 1093 - dependencies = [ 1094 - "cfg-if", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "cpufeatures" 1099 - version = "0.2.12" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 1102 - dependencies = [ 1103 - "libc", 1104 - ] 1105 - 1106 - [[package]] 1107 - name = "crc32c" 1108 - version = "0.6.8" 1109 - source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 1111 - dependencies = [ 1112 - "rustc_version 0.4.0", 1113 - ] 1114 - 1115 - [[package]] 1116 - name = "crc32fast" 1117 - version = "1.4.2" 1118 - source = "registry+https://github.com/rust-lang/crates.io-index" 1119 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1120 - dependencies = [ 1121 - "cfg-if", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "crossbeam-channel" 1126 - version = "0.5.13" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1129 - dependencies = [ 1130 - "crossbeam-utils", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "crossbeam-deque" 1135 - version = "0.8.5" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1138 - dependencies = [ 1139 - "crossbeam-epoch", 1140 - "crossbeam-utils", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "crossbeam-epoch" 1145 - version = "0.9.18" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1148 - dependencies = [ 1149 - "crossbeam-utils", 1150 - ] 1151 - 1152 - [[package]] 1153 - name = "crossbeam-utils" 1154 - version = "0.8.20" 1155 - source = "registry+https://github.com/rust-lang/crates.io-index" 1156 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1157 - 1158 - [[package]] 1159 - name = "crossterm" 1160 - version = "0.27.0" 1161 - source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 1163 - dependencies = [ 1164 - "bitflags 2.6.0", 1165 - "crossterm_winapi", 1166 - "libc", 1167 - "mio", 1168 - "parking_lot", 1169 - "signal-hook", 1170 - "signal-hook-mio", 1171 - "winapi", 1172 - ] 1173 - 1174 - [[package]] 1175 - name = "crossterm_winapi" 1176 - version = "0.9.1" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1179 - dependencies = [ 1180 - "winapi", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "crypto-bigint" 1185 - version = "0.4.9" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1188 - dependencies = [ 1189 - "generic-array", 1190 - "rand_core", 1191 - "subtle", 1192 - "zeroize", 1193 - ] 1194 - 1195 - [[package]] 1196 - name = "crypto-bigint" 1197 - version = "0.5.5" 1198 - source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1200 - dependencies = [ 1201 - "rand_core", 1202 - "subtle", 1203 - ] 1204 - 1205 - [[package]] 1206 - name = "crypto-common" 1207 - version = "0.1.6" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1210 - dependencies = [ 1211 - "generic-array", 1212 - "typenum", 1213 - ] 1214 - 1215 - [[package]] 1216 - name = "csv" 1217 - version = "1.3.0" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1220 - dependencies = [ 1221 - "csv-core", 1222 - "itoa", 1223 - "ryu", 1224 - "serde", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "csv-core" 1229 - version = "0.1.11" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1232 - dependencies = [ 1233 - "memchr", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "custom_debug" 1238 - version = "0.6.1" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "14e715bf0e503e909c7076c052e39dd215202e8edeb32f1c194fd630c314d256" 1241 - dependencies = [ 1242 - "custom_debug_derive", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "custom_debug_derive" 1247 - version = "0.6.1" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "f731440b39c73910e253cb465ec1fac97732b3c7af215639881ec0c2a38f4f69" 1250 - dependencies = [ 1251 - "darling", 1252 - "itertools 0.12.1", 1253 - "proc-macro2", 1254 - "quote", 1255 - "syn", 1256 - "synstructure", 1257 - ] 1258 - 1259 - [[package]] 1260 - name = "darling" 1261 - version = "0.20.10" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1264 - dependencies = [ 1265 - "darling_core", 1266 - "darling_macro", 1267 - ] 1268 - 1269 - [[package]] 1270 - name = "darling_core" 1271 - version = "0.20.10" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1274 - dependencies = [ 1275 - "fnv", 1276 - "ident_case", 1277 - "proc-macro2", 1278 - "quote", 1279 - "strsim", 1280 - "syn", 1281 - ] 1282 - 1283 - [[package]] 1284 - name = "darling_macro" 1285 - version = "0.20.10" 1286 - source = "registry+https://github.com/rust-lang/crates.io-index" 1287 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1288 - dependencies = [ 1289 - "darling_core", 1290 - "quote", 1291 - "syn", 1292 - ] 1293 - 1294 - [[package]] 1295 - name = "data-encoding" 1296 - version = "2.6.0" 1297 - source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1299 - 1300 - [[package]] 1301 - name = "data-url" 1302 - version = "0.3.1" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1305 - 1306 - [[package]] 1307 - name = "debugid" 1308 - version = "0.8.0" 1309 - source = "registry+https://github.com/rust-lang/crates.io-index" 1310 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1311 - dependencies = [ 1312 - "serde", 1313 - "uuid", 1314 - ] 1315 - 1316 - [[package]] 1317 - name = "der" 1318 - version = "0.6.1" 1319 - source = "registry+https://github.com/rust-lang/crates.io-index" 1320 - checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 1321 - dependencies = [ 1322 - "const-oid", 1323 - "zeroize", 1324 - ] 1325 - 1326 - [[package]] 1327 - name = "deranged" 1328 - version = "0.3.11" 1329 - source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1331 - dependencies = [ 1332 - "powerfmt", 1333 - ] 1334 - 1335 - [[package]] 1336 - name = "derive_arbitrary" 1337 - version = "1.3.2" 1338 - source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 1340 - dependencies = [ 1341 - "proc-macro2", 1342 - "quote", 1343 - "syn", 1344 - ] 1345 - 1346 - [[package]] 1347 - name = "digest" 1348 - version = "0.10.7" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1351 - dependencies = [ 1352 - "block-buffer", 1353 - "crypto-common", 1354 - "subtle", 1355 - ] 1356 - 1357 - [[package]] 1358 - name = "dirs" 1359 - version = "5.0.1" 1360 - source = "registry+https://github.com/rust-lang/crates.io-index" 1361 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1362 - dependencies = [ 1363 - "dirs-sys", 1364 - ] 1365 - 1366 - [[package]] 1367 - name = "dirs-next" 1368 - version = "2.0.0" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1371 - dependencies = [ 1372 - "cfg-if", 1373 - "dirs-sys-next", 1374 - ] 1375 - 1376 - [[package]] 1377 - name = "dirs-sys" 1378 - version = "0.4.1" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1381 - dependencies = [ 1382 - "libc", 1383 - "option-ext", 1384 - "redox_users", 1385 - "windows-sys 0.48.0", 1386 - ] 1387 - 1388 - [[package]] 1389 - name = "dirs-sys-next" 1390 - version = "0.1.2" 1391 - source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1393 - dependencies = [ 1394 - "libc", 1395 - "redox_users", 1396 - "winapi", 1397 - ] 1398 - 1399 - [[package]] 1400 - name = "displaydoc" 1401 - version = "0.2.5" 1402 - source = "registry+https://github.com/rust-lang/crates.io-index" 1403 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1404 - dependencies = [ 1405 - "proc-macro2", 1406 - "quote", 1407 - "syn", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "dmsort" 1412 - version = "1.0.2" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "f0bc8fbe9441c17c9f46f75dfe27fa1ddb6c68a461ccaed0481419219d4f10d3" 1415 - 1416 - [[package]] 1417 - name = "ecdsa" 1418 - version = "0.14.8" 1419 - source = "registry+https://github.com/rust-lang/crates.io-index" 1420 - checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 1421 - dependencies = [ 1422 - "der", 1423 - "elliptic-curve", 1424 - "rfc6979", 1425 - "signature", 1426 - ] 1427 - 1428 - [[package]] 1429 - name = "either" 1430 - version = "1.13.0" 1431 - source = "registry+https://github.com/rust-lang/crates.io-index" 1432 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1433 - 1434 - [[package]] 1435 - name = "elementtree" 1436 - version = "1.2.3" 1437 - source = "registry+https://github.com/rust-lang/crates.io-index" 1438 - checksum = "3efd4742acf458718a6456e0adf0b4d734d6b783e452bbf1ac36bf31f4085cb3" 1439 - dependencies = [ 1440 - "string_cache", 1441 - ] 1442 - 1443 - [[package]] 1444 - name = "elliptic-curve" 1445 - version = "0.12.3" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 1448 - dependencies = [ 1449 - "base16ct", 1450 - "crypto-bigint 0.4.9", 1451 - "der", 1452 - "digest", 1453 - "ff", 1454 - "generic-array", 1455 - "group", 1456 - "pkcs8", 1457 - "rand_core", 1458 - "sec1", 1459 - "subtle", 1460 - "zeroize", 1461 - ] 1462 - 1463 - [[package]] 1464 - name = "elsa" 1465 - version = "1.10.0" 1466 - source = "registry+https://github.com/rust-lang/crates.io-index" 1467 - checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10" 1468 - dependencies = [ 1469 - "stable_deref_trait", 1470 - ] 1471 - 1472 - [[package]] 1473 - name = "encode_unicode" 1474 - version = "0.3.6" 1475 - source = "registry+https://github.com/rust-lang/crates.io-index" 1476 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1477 - 1478 - [[package]] 1479 - name = "encode_unicode" 1480 - version = "1.0.0" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1483 - 1484 - [[package]] 1485 - name = "encoding_rs" 1486 - version = "0.8.34" 1487 - source = "registry+https://github.com/rust-lang/crates.io-index" 1488 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1489 - dependencies = [ 1490 - "cfg-if", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "enum-as-inner" 1495 - version = "0.6.0" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" 1498 - dependencies = [ 1499 - "heck 0.4.1", 1500 - "proc-macro2", 1501 - "quote", 1502 - "syn", 1503 - ] 1504 - 1505 - [[package]] 1506 - name = "equivalent" 1507 - version = "1.0.1" 1508 - source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1510 - 1511 - [[package]] 1512 - name = "errno" 1513 - version = "0.3.9" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1516 - dependencies = [ 1517 - "libc", 1518 - "windows-sys 0.52.0", 1519 - ] 1520 - 1521 - [[package]] 1522 - name = "event-listener" 1523 - version = "5.3.1" 1524 - source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1526 - dependencies = [ 1527 - "concurrent-queue", 1528 - "parking", 1529 - "pin-project-lite", 1530 - ] 1531 - 1532 - [[package]] 1533 - name = "event-listener-strategy" 1534 - version = "0.5.2" 1535 - source = "registry+https://github.com/rust-lang/crates.io-index" 1536 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1537 - dependencies = [ 1538 - "event-listener", 1539 - "pin-project-lite", 1540 - ] 1541 - 1542 - [[package]] 1543 - name = "fallible-iterator" 1544 - version = "0.2.0" 1545 - source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1547 - 1548 - [[package]] 1549 - name = "fallible-iterator" 1550 - version = "0.3.0" 1551 - source = "registry+https://github.com/rust-lang/crates.io-index" 1552 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1553 - 1554 - [[package]] 1555 - name = "fastrand" 1556 - version = "2.1.0" 1557 - source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1559 - 1560 - [[package]] 1561 - name = "ff" 1562 - version = "0.12.1" 1563 - source = "registry+https://github.com/rust-lang/crates.io-index" 1564 - checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 1565 - dependencies = [ 1566 - "rand_core", 1567 - "subtle", 1568 - ] 1569 - 1570 - [[package]] 1571 - name = "filetime" 1572 - version = "0.2.23" 1573 - source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1575 - dependencies = [ 1576 - "cfg-if", 1577 - "libc", 1578 - "redox_syscall 0.4.1", 1579 - "windows-sys 0.52.0", 1580 - ] 1581 - 1582 - [[package]] 1583 - name = "findshlibs" 1584 - version = "0.10.2" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1587 - dependencies = [ 1588 - "cc", 1589 - "lazy_static", 1590 - "libc", 1591 - "winapi", 1592 - ] 1593 - 1594 - [[package]] 1595 - name = "flate2" 1596 - version = "1.0.30" 1597 - source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1599 - dependencies = [ 1600 - "crc32fast", 1601 - "miniz_oxide", 1602 - ] 1603 - 1604 - [[package]] 1605 - name = "fnv" 1606 - version = "1.0.7" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1609 - 1610 - [[package]] 1611 - name = "foreign-types" 1612 - version = "0.3.2" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1615 - dependencies = [ 1616 - "foreign-types-shared", 1617 - ] 1618 - 1619 - [[package]] 1620 - name = "foreign-types-shared" 1621 - version = "0.1.1" 1622 - source = "registry+https://github.com/rust-lang/crates.io-index" 1623 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1624 - 1625 - [[package]] 1626 - name = "form_urlencoded" 1627 - version = "1.2.1" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1630 - dependencies = [ 1631 - "percent-encoding", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "from_variant" 1636 - version = "0.1.8" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "fdc9cc75639b041067353b9bce2450d6847e547276c6fbe4487d7407980e07db" 1639 - dependencies = [ 1640 - "proc-macro2", 1641 - "swc_macros_common", 1642 - "syn", 1643 - ] 1644 - 1645 - [[package]] 1646 - name = "funty" 1647 - version = "2.0.0" 1648 - source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1650 - 1651 - [[package]] 1652 - name = "futures" 1653 - version = "0.3.30" 1654 - source = "registry+https://github.com/rust-lang/crates.io-index" 1655 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1656 - dependencies = [ 1657 - "futures-channel", 1658 - "futures-core", 1659 - "futures-executor", 1660 - "futures-io", 1661 - "futures-sink", 1662 - "futures-task", 1663 - "futures-util", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "futures-channel" 1668 - version = "0.3.30" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1671 - dependencies = [ 1672 - "futures-core", 1673 - "futures-sink", 1674 - ] 1675 - 1676 - [[package]] 1677 - name = "futures-core" 1678 - version = "0.3.30" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1681 - 1682 - [[package]] 1683 - name = "futures-executor" 1684 - version = "0.3.30" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1687 - dependencies = [ 1688 - "futures-core", 1689 - "futures-task", 1690 - "futures-util", 1691 - ] 1692 - 1693 - [[package]] 1694 - name = "futures-io" 1695 - version = "0.3.30" 1696 - source = "registry+https://github.com/rust-lang/crates.io-index" 1697 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1698 - 1699 - [[package]] 1700 - name = "futures-macro" 1701 - version = "0.3.30" 1702 - source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1704 - dependencies = [ 1705 - "proc-macro2", 1706 - "quote", 1707 - "syn", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "futures-sink" 1712 - version = "0.3.30" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1715 - 1716 - [[package]] 1717 - name = "futures-task" 1718 - version = "0.3.30" 1719 - source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1721 - 1722 - [[package]] 1723 - name = "futures-util" 1724 - version = "0.3.30" 1725 - source = "registry+https://github.com/rust-lang/crates.io-index" 1726 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1727 - dependencies = [ 1728 - "futures-channel", 1729 - "futures-core", 1730 - "futures-io", 1731 - "futures-macro", 1732 - "futures-sink", 1733 - "futures-task", 1734 - "memchr", 1735 - "pin-project-lite", 1736 - "pin-utils", 1737 - "slab", 1738 - ] 1739 - 1740 - [[package]] 1741 - name = "gcp_auth" 1742 - version = "0.12.2" 1743 - source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "536c79e79dde296a800738474691e97031769bed9b54e6dd0401b169d35d693d" 1745 - dependencies = [ 1746 - "async-trait", 1747 - "base64 0.22.1", 1748 - "bytes", 1749 - "chrono", 1750 - "home", 1751 - "http 1.1.0", 1752 - "http-body-util", 1753 - "hyper 1.4.1", 1754 - "hyper-rustls 0.27.2", 1755 - "hyper-util", 1756 - "ring", 1757 - "rustls-pemfile 2.1.2", 1758 - "serde", 1759 - "serde_json", 1760 - "thiserror", 1761 - "tokio", 1762 - "tracing", 1763 - "tracing-futures", 1764 - "url", 1765 - ] 1766 - 1767 - [[package]] 1768 - name = "generic-array" 1769 - version = "0.14.7" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1772 - dependencies = [ 1773 - "typenum", 1774 - "version_check", 1775 - ] 1776 - 1777 - [[package]] 1778 - name = "getrandom" 1779 - version = "0.2.15" 1780 - source = "registry+https://github.com/rust-lang/crates.io-index" 1781 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1782 - dependencies = [ 1783 - "cfg-if", 1784 - "js-sys", 1785 - "libc", 1786 - "wasi", 1787 - "wasm-bindgen", 1788 - ] 1789 - 1790 - [[package]] 1791 - name = "gimli" 1792 - version = "0.29.0" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1795 - 1796 - [[package]] 1797 - name = "gimli" 1798 - version = "0.30.0" 1799 - source = "registry+https://github.com/rust-lang/crates.io-index" 1800 - checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9" 1801 - dependencies = [ 1802 - "fallible-iterator 0.3.0", 1803 - "stable_deref_trait", 1804 - ] 1805 - 1806 - [[package]] 1807 - name = "glob" 1808 - version = "0.3.1" 1809 - source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1811 - 1812 - [[package]] 1813 - name = "goblin" 1814 - version = "0.8.2" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" 1817 - dependencies = [ 1818 - "log", 1819 - "plain", 1820 - "scroll 0.12.0", 1821 - ] 1822 - 1823 - [[package]] 1824 - name = "group" 1825 - version = "0.12.1" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 1828 - dependencies = [ 1829 - "ff", 1830 - "rand_core", 1831 - "subtle", 1832 - ] 1833 - 1834 - [[package]] 1835 - name = "h2" 1836 - version = "0.3.26" 1837 - source = "registry+https://github.com/rust-lang/crates.io-index" 1838 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1839 - dependencies = [ 1840 - "bytes", 1841 - "fnv", 1842 - "futures-core", 1843 - "futures-sink", 1844 - "futures-util", 1845 - "http 0.2.12", 1846 - "indexmap", 1847 - "slab", 1848 - "tokio", 1849 - "tokio-util", 1850 - "tracing", 1851 - ] 1852 - 1853 - [[package]] 1854 - name = "h2" 1855 - version = "0.4.5" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 1858 - dependencies = [ 1859 - "atomic-waker", 1860 - "bytes", 1861 - "fnv", 1862 - "futures-core", 1863 - "futures-sink", 1864 - "http 1.1.0", 1865 - "indexmap", 1866 - "slab", 1867 - "tokio", 1868 - "tokio-util", 1869 - "tracing", 1870 - ] 1871 - 1872 - [[package]] 1873 - name = "hashbrown" 1874 - version = "0.14.5" 1875 - source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1877 - dependencies = [ 1878 - "ahash", 1879 - "allocator-api2", 1880 - "serde", 1881 - ] 1882 - 1883 - [[package]] 1884 - name = "heck" 1885 - version = "0.4.1" 1886 - source = "registry+https://github.com/rust-lang/crates.io-index" 1887 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1888 - 1889 - [[package]] 1890 - name = "heck" 1891 - version = "0.5.0" 1892 - source = "registry+https://github.com/rust-lang/crates.io-index" 1893 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1894 - 1895 - [[package]] 1896 - name = "hermit-abi" 1897 - version = "0.3.9" 1898 - source = "registry+https://github.com/rust-lang/crates.io-index" 1899 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1900 - 1901 - [[package]] 1902 - name = "hex" 1903 - version = "0.4.3" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1906 - 1907 - [[package]] 1908 - name = "hickory-proto" 1909 - version = "0.24.1" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" 1912 - dependencies = [ 1913 - "async-trait", 1914 - "cfg-if", 1915 - "data-encoding", 1916 - "enum-as-inner", 1917 - "futures-channel", 1918 - "futures-io", 1919 - "futures-util", 1920 - "idna 0.4.0", 1921 - "ipnet", 1922 - "once_cell", 1923 - "rand", 1924 - "thiserror", 1925 - "tinyvec", 1926 - "tokio", 1927 - "tracing", 1928 - "url", 1929 - ] 1930 - 1931 - [[package]] 1932 - name = "hickory-resolver" 1933 - version = "0.24.1" 1934 - source = "registry+https://github.com/rust-lang/crates.io-index" 1935 - checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" 1936 - dependencies = [ 1937 - "cfg-if", 1938 - "futures-util", 1939 - "hickory-proto", 1940 - "ipconfig", 1941 - "lru-cache", 1942 - "once_cell", 1943 - "parking_lot", 1944 - "rand", 1945 - "resolv-conf", 1946 - "smallvec", 1947 - "thiserror", 1948 - "tokio", 1949 - "tracing", 1950 - ] 1951 - 1952 - [[package]] 1953 - name = "hmac" 1954 - version = "0.12.1" 1955 - source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1957 - dependencies = [ 1958 - "digest", 1959 - ] 1960 - 1961 - [[package]] 1962 - name = "home" 1963 - version = "0.5.9" 1964 - source = "registry+https://github.com/rust-lang/crates.io-index" 1965 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1966 - dependencies = [ 1967 - "windows-sys 0.52.0", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "hostname" 1972 - version = "0.3.1" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1975 - dependencies = [ 1976 - "libc", 1977 - "match_cfg", 1978 - "winapi", 1979 - ] 1980 - 1981 - [[package]] 1982 - name = "hostname" 1983 - version = "0.4.0" 1984 - source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" 1986 - dependencies = [ 1987 - "cfg-if", 1988 - "libc", 1989 - "windows", 1990 - ] 1991 - 1992 - [[package]] 1993 - name = "hstr" 1994 - version = "0.2.10" 1995 - source = "registry+https://github.com/rust-lang/crates.io-index" 1996 - checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4" 1997 - dependencies = [ 1998 - "hashbrown", 1999 - "new_debug_unreachable", 2000 - "once_cell", 2001 - "phf", 2002 - "rustc-hash 1.1.0", 2003 - "triomphe", 2004 - ] 2005 - 2006 - [[package]] 2007 - name = "http" 2008 - version = "0.2.12" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2011 - dependencies = [ 2012 - "bytes", 2013 - "fnv", 2014 - "itoa", 2015 - ] 2016 - 2017 - [[package]] 2018 - name = "http" 2019 - version = "1.1.0" 2020 - source = "registry+https://github.com/rust-lang/crates.io-index" 2021 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2022 - dependencies = [ 2023 - "bytes", 2024 - "fnv", 2025 - "itoa", 2026 - ] 2027 - 2028 - [[package]] 2029 - name = "http-body" 2030 - version = "0.4.6" 2031 - source = "registry+https://github.com/rust-lang/crates.io-index" 2032 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2033 - dependencies = [ 2034 - "bytes", 2035 - "http 0.2.12", 2036 - "pin-project-lite", 2037 - ] 2038 - 2039 - [[package]] 2040 - name = "http-body" 2041 - version = "1.0.0" 2042 - source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 2044 - dependencies = [ 2045 - "bytes", 2046 - "http 1.1.0", 2047 - ] 2048 - 2049 - [[package]] 2050 - name = "http-body-util" 2051 - version = "0.1.2" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2054 - dependencies = [ 2055 - "bytes", 2056 - "futures-util", 2057 - "http 1.1.0", 2058 - "http-body 1.0.0", 2059 - "pin-project-lite", 2060 - ] 2061 - 2062 - [[package]] 2063 - name = "http-range-header" 2064 - version = "0.4.1" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" 2067 - 2068 - [[package]] 2069 - name = "httparse" 2070 - version = "1.9.4" 2071 - source = "registry+https://github.com/rust-lang/crates.io-index" 2072 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 2073 - 2074 - [[package]] 2075 - name = "httpdate" 2076 - version = "1.0.3" 2077 - source = "registry+https://github.com/rust-lang/crates.io-index" 2078 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2079 - 2080 - [[package]] 2081 - name = "humantime" 2082 - version = "2.1.0" 2083 - source = "registry+https://github.com/rust-lang/crates.io-index" 2084 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2085 - 2086 - [[package]] 2087 - name = "humantime-serde" 2088 - version = "1.1.1" 2089 - source = "registry+https://github.com/rust-lang/crates.io-index" 2090 - checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 2091 - dependencies = [ 2092 - "humantime", 2093 - "serde", 2094 - ] 2095 - 2096 - [[package]] 2097 - name = "hyper" 2098 - version = "0.14.30" 2099 - source = "registry+https://github.com/rust-lang/crates.io-index" 2100 - checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 2101 - dependencies = [ 2102 - "bytes", 2103 - "futures-channel", 2104 - "futures-core", 2105 - "futures-util", 2106 - "h2 0.3.26", 2107 - "http 0.2.12", 2108 - "http-body 0.4.6", 2109 - "httparse", 2110 - "httpdate", 2111 - "itoa", 2112 - "pin-project-lite", 2113 - "socket2", 2114 - "tokio", 2115 - "tower-service", 2116 - "tracing", 2117 - "want", 2118 - ] 2119 - 2120 - [[package]] 2121 - name = "hyper" 2122 - version = "1.4.1" 2123 - source = "registry+https://github.com/rust-lang/crates.io-index" 2124 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2125 - dependencies = [ 2126 - "bytes", 2127 - "futures-channel", 2128 - "futures-util", 2129 - "h2 0.4.5", 2130 - "http 1.1.0", 2131 - "http-body 1.0.0", 2132 - "httparse", 2133 - "httpdate", 2134 - "itoa", 2135 - "pin-project-lite", 2136 - "smallvec", 2137 - "tokio", 2138 - "want", 2139 - ] 2140 - 2141 - [[package]] 2142 - name = "hyper-rustls" 2143 - version = "0.24.2" 2144 - source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2146 - dependencies = [ 2147 - "futures-util", 2148 - "http 0.2.12", 2149 - "hyper 0.14.30", 2150 - "log", 2151 - "rustls 0.21.12", 2152 - "rustls-native-certs 0.6.3", 2153 - "tokio", 2154 - "tokio-rustls 0.24.1", 2155 - ] 2156 - 2157 - [[package]] 2158 - name = "hyper-rustls" 2159 - version = "0.27.2" 2160 - source = "registry+https://github.com/rust-lang/crates.io-index" 2161 - checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 2162 - dependencies = [ 2163 - "futures-util", 2164 - "http 1.1.0", 2165 - "hyper 1.4.1", 2166 - "hyper-util", 2167 - "rustls 0.23.11", 2168 - "rustls-native-certs 0.7.1", 2169 - "rustls-pki-types", 2170 - "tokio", 2171 - "tokio-rustls 0.26.0", 2172 - "tower-service", 2173 - ] 2174 - 2175 - [[package]] 2176 - name = "hyper-tls" 2177 - version = "0.6.0" 2178 - source = "registry+https://github.com/rust-lang/crates.io-index" 2179 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2180 - dependencies = [ 2181 - "bytes", 2182 - "http-body-util", 2183 - "hyper 1.4.1", 2184 - "hyper-util", 2185 - "native-tls", 2186 - "tokio", 2187 - "tokio-native-tls", 2188 - "tower-service", 2189 - ] 2190 - 2191 - [[package]] 2192 - name = "hyper-util" 2193 - version = "0.1.6" 2194 - source = "registry+https://github.com/rust-lang/crates.io-index" 2195 - checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" 2196 - dependencies = [ 2197 - "bytes", 2198 - "futures-channel", 2199 - "futures-util", 2200 - "http 1.1.0", 2201 - "http-body 1.0.0", 2202 - "hyper 1.4.1", 2203 - "pin-project-lite", 2204 - "socket2", 2205 - "tokio", 2206 - "tower", 2207 - "tower-service", 2208 - "tracing", 2209 - ] 2210 - 2211 - [[package]] 2212 - name = "iana-time-zone" 2213 - version = "0.1.60" 2214 - source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2216 - dependencies = [ 2217 - "android_system_properties", 2218 - "core-foundation-sys", 2219 - "iana-time-zone-haiku", 2220 - "js-sys", 2221 - "wasm-bindgen", 2222 - "windows-core", 2223 - ] 2224 - 2225 - [[package]] 2226 - name = "iana-time-zone-haiku" 2227 - version = "0.1.2" 2228 - source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2230 - dependencies = [ 2231 - "cc", 2232 - ] 2233 - 2234 - [[package]] 2235 - name = "icu_collections" 2236 - version = "1.5.0" 2237 - source = "registry+https://github.com/rust-lang/crates.io-index" 2238 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2239 - dependencies = [ 2240 - "displaydoc", 2241 - "yoke", 2242 - "zerofrom", 2243 - "zerovec", 2244 - ] 2245 - 2246 - [[package]] 2247 - name = "icu_locid" 2248 - version = "1.5.0" 2249 - source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2251 - dependencies = [ 2252 - "displaydoc", 2253 - "litemap", 2254 - "tinystr", 2255 - "writeable", 2256 - "zerovec", 2257 - ] 2258 - 2259 - [[package]] 2260 - name = "icu_locid_transform" 2261 - version = "1.5.0" 2262 - source = "registry+https://github.com/rust-lang/crates.io-index" 2263 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2264 - dependencies = [ 2265 - "displaydoc", 2266 - "icu_locid", 2267 - "icu_locid_transform_data", 2268 - "icu_provider", 2269 - "tinystr", 2270 - "zerovec", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "icu_locid_transform_data" 2275 - version = "1.5.0" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 2278 - 2279 - [[package]] 2280 - name = "icu_normalizer" 2281 - version = "1.5.0" 2282 - source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2284 - dependencies = [ 2285 - "displaydoc", 2286 - "icu_collections", 2287 - "icu_normalizer_data", 2288 - "icu_properties", 2289 - "icu_provider", 2290 - "smallvec", 2291 - "utf16_iter", 2292 - "utf8_iter", 2293 - "write16", 2294 - "zerovec", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "icu_normalizer_data" 2299 - version = "1.5.0" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 2302 - 2303 - [[package]] 2304 - name = "icu_properties" 2305 - version = "1.5.1" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2308 - dependencies = [ 2309 - "displaydoc", 2310 - "icu_collections", 2311 - "icu_locid_transform", 2312 - "icu_properties_data", 2313 - "icu_provider", 2314 - "tinystr", 2315 - "zerovec", 2316 - ] 2317 - 2318 - [[package]] 2319 - name = "icu_properties_data" 2320 - version = "1.5.0" 2321 - source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 2323 - 2324 - [[package]] 2325 - name = "icu_provider" 2326 - version = "1.5.0" 2327 - source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2329 - dependencies = [ 2330 - "displaydoc", 2331 - "icu_locid", 2332 - "icu_provider_macros", 2333 - "stable_deref_trait", 2334 - "tinystr", 2335 - "writeable", 2336 - "yoke", 2337 - "zerofrom", 2338 - "zerovec", 2339 - ] 2340 - 2341 - [[package]] 2342 - name = "icu_provider_macros" 2343 - version = "1.5.0" 2344 - source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2346 - dependencies = [ 2347 - "proc-macro2", 2348 - "quote", 2349 - "syn", 2350 - ] 2351 - 2352 - [[package]] 2353 - name = "ident_case" 2354 - version = "1.0.1" 2355 - source = "registry+https://github.com/rust-lang/crates.io-index" 2356 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2357 - 2358 - [[package]] 2359 - name = "idna" 2360 - version = "0.4.0" 2361 - source = "registry+https://github.com/rust-lang/crates.io-index" 2362 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 2363 - dependencies = [ 2364 - "unicode-bidi", 2365 - "unicode-normalization", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "idna" 2370 - version = "0.5.0" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2373 - dependencies = [ 2374 - "unicode-bidi", 2375 - "unicode-normalization", 2376 - ] 2377 - 2378 - [[package]] 2379 - name = "idna" 2380 - version = "1.0.2" 2381 - source = "registry+https://github.com/rust-lang/crates.io-index" 2382 - checksum = "bd69211b9b519e98303c015e21a007e293db403b6c85b9b124e133d25e242cdd" 2383 - dependencies = [ 2384 - "icu_normalizer", 2385 - "icu_properties", 2386 - "smallvec", 2387 - "utf8_iter", 2388 - ] 2389 - 2390 - [[package]] 2391 - name = "if_chain" 2392 - version = "1.0.2" 2393 - source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 2395 - 2396 - [[package]] 2397 - name = "indent_write" 2398 - version = "2.2.0" 2399 - source = "registry+https://github.com/rust-lang/crates.io-index" 2400 - checksum = "0cfe9645a18782869361d9c8732246be7b410ad4e919d3609ebabdac00ba12c3" 2401 - 2402 - [[package]] 2403 - name = "indexmap" 2404 - version = "2.2.6" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 2407 - dependencies = [ 2408 - "equivalent", 2409 - "hashbrown", 2410 - "serde", 2411 - ] 2412 - 2413 - [[package]] 2414 - name = "inplace-vec-builder" 2415 - version = "0.1.1" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "cf64c2edc8226891a71f127587a2861b132d2b942310843814d5001d99a1d307" 2418 - dependencies = [ 2419 - "smallvec", 2420 - ] 2421 - 2422 - [[package]] 2423 - name = "insta" 2424 - version = "1.39.0" 2425 - source = "registry+https://github.com/rust-lang/crates.io-index" 2426 - checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" 2427 - dependencies = [ 2428 - "console", 2429 - "lazy_static", 2430 - "linked-hash-map", 2431 - "pest", 2432 - "pest_derive", 2433 - "serde", 2434 - "similar", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "ipconfig" 2439 - version = "0.3.2" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2442 - dependencies = [ 2443 - "socket2", 2444 - "widestring", 2445 - "windows-sys 0.48.0", 2446 - "winreg 0.50.0", 2447 - ] 2448 - 2449 - [[package]] 2450 - name = "ipnet" 2451 - version = "2.9.0" 2452 - source = "registry+https://github.com/rust-lang/crates.io-index" 2453 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2454 - 2455 - [[package]] 2456 - name = "ipnetwork" 2457 - version = "0.20.0" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" 2460 - dependencies = [ 2461 - "serde", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "is-macro" 2466 - version = "0.3.5" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f" 2469 - dependencies = [ 2470 - "Inflector", 2471 - "proc-macro2", 2472 - "quote", 2473 - "syn", 2474 - ] 2475 - 2476 - [[package]] 2477 - name = "is-terminal" 2478 - version = "0.4.12" 2479 - source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 2481 - dependencies = [ 2482 - "hermit-abi", 2483 - "libc", 2484 - "windows-sys 0.52.0", 2485 - ] 2486 - 2487 - [[package]] 2488 - name = "is_terminal_polyfill" 2489 - version = "1.70.0" 2490 - source = "registry+https://github.com/rust-lang/crates.io-index" 2491 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 2492 - 2493 - [[package]] 2494 - name = "itertools" 2495 - version = "0.12.1" 2496 - source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2498 - dependencies = [ 2499 - "either", 2500 - ] 2501 - 2502 - [[package]] 2503 - name = "itertools" 2504 - version = "0.13.0" 2505 - source = "registry+https://github.com/rust-lang/crates.io-index" 2506 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2507 - dependencies = [ 2508 - "either", 2509 - ] 2510 - 2511 - [[package]] 2512 - name = "itoa" 2513 - version = "1.0.11" 2514 - source = "registry+https://github.com/rust-lang/crates.io-index" 2515 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2516 - 2517 - [[package]] 2518 - name = "jemalloc-sys" 2519 - version = "0.5.4+5.3.0-patched" 2520 - source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" 2522 - dependencies = [ 2523 - "cc", 2524 - "libc", 2525 - ] 2526 - 2527 - [[package]] 2528 - name = "jemallocator" 2529 - version = "0.5.4" 2530 - source = "registry+https://github.com/rust-lang/crates.io-index" 2531 - checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" 2532 - dependencies = [ 2533 - "jemalloc-sys", 2534 - "libc", 2535 - ] 2536 - 2537 - [[package]] 2538 - name = "jobserver" 2539 - version = "0.1.31" 2540 - source = "registry+https://github.com/rust-lang/crates.io-index" 2541 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 2542 - dependencies = [ 2543 - "libc", 2544 - ] 2545 - 2546 - [[package]] 2547 - name = "joinery" 2548 - version = "2.1.0" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5" 2551 - 2552 - [[package]] 2553 - name = "js-source-scopes" 2554 - version = "0.5.0" 2555 - source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "adfdc25288ccb82b33c3aa3f14587fd920b825690f3c4f8c5385b1d8998e9a40" 2557 - dependencies = [ 2558 - "indexmap", 2559 - "sourcemap", 2560 - "swc_common", 2561 - "swc_ecma_parser", 2562 - "swc_ecma_visit", 2563 - "thiserror", 2564 - "tracing", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "js-sys" 2569 - version = "0.3.69" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 2572 - dependencies = [ 2573 - "wasm-bindgen", 2574 - ] 2575 - 2576 - [[package]] 2577 - name = "jsonwebtoken" 2578 - version = "9.3.0" 2579 - source = "registry+https://github.com/rust-lang/crates.io-index" 2580 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 2581 - dependencies = [ 2582 - "base64 0.21.7", 2583 - "js-sys", 2584 - "pem", 2585 - "ring", 2586 - "serde", 2587 - "serde_json", 2588 - "simple_asn1", 2589 - ] 2590 - 2591 - [[package]] 2592 - name = "lazy_static" 2593 - version = "1.5.0" 2594 - source = "registry+https://github.com/rust-lang/crates.io-index" 2595 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2596 - 2597 - [[package]] 2598 - name = "lazycell" 2599 - version = "1.3.0" 2600 - source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2602 - 2603 - [[package]] 2604 - name = "leb128" 2605 - version = "0.2.5" 2606 - source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 2608 - 2609 - [[package]] 2610 - name = "libc" 2611 - version = "0.2.155" 2612 - source = "registry+https://github.com/rust-lang/crates.io-index" 2613 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 2614 - 2615 - [[package]] 2616 - name = "libloading" 2617 - version = "0.8.4" 2618 - source = "registry+https://github.com/rust-lang/crates.io-index" 2619 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 2620 - dependencies = [ 2621 - "cfg-if", 2622 - "windows-targets 0.52.6", 2623 - ] 2624 - 2625 - [[package]] 2626 - name = "libredox" 2627 - version = "0.1.3" 2628 - source = "registry+https://github.com/rust-lang/crates.io-index" 2629 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2630 - dependencies = [ 2631 - "bitflags 2.6.0", 2632 - "libc", 2633 - ] 2634 - 2635 - [[package]] 2636 - name = "linked-hash-map" 2637 - version = "0.5.6" 2638 - source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2640 - 2641 - [[package]] 2642 - name = "linux-raw-sys" 2643 - version = "0.4.14" 2644 - source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2646 - 2647 - [[package]] 2648 - name = "litemap" 2649 - version = "0.7.3" 2650 - source = "registry+https://github.com/rust-lang/crates.io-index" 2651 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 2652 - 2653 - [[package]] 2654 - name = "lock_api" 2655 - version = "0.4.12" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2658 - dependencies = [ 2659 - "autocfg", 2660 - "scopeguard", 2661 - ] 2662 - 2663 - [[package]] 2664 - name = "lockfree-object-pool" 2665 - version = "0.1.6" 2666 - source = "registry+https://github.com/rust-lang/crates.io-index" 2667 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 2668 - 2669 - [[package]] 2670 - name = "log" 2671 - version = "0.4.22" 2672 - source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2674 - 2675 - [[package]] 2676 - name = "lru" 2677 - version = "0.12.3" 2678 - source = "registry+https://github.com/rust-lang/crates.io-index" 2679 - checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" 2680 - dependencies = [ 2681 - "hashbrown", 2682 - ] 2683 - 2684 - [[package]] 2685 - name = "lru-cache" 2686 - version = "0.1.2" 2687 - source = "registry+https://github.com/rust-lang/crates.io-index" 2688 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2689 - dependencies = [ 2690 - "linked-hash-map", 2691 - ] 2692 - 2693 - [[package]] 2694 - name = "match_cfg" 2695 - version = "0.1.0" 2696 - source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 2698 - 2699 - [[package]] 2700 - name = "matchers" 2701 - version = "0.1.0" 2702 - source = "registry+https://github.com/rust-lang/crates.io-index" 2703 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2704 - dependencies = [ 2705 - "regex-automata 0.1.10", 2706 - ] 2707 - 2708 - [[package]] 2709 - name = "matchit" 2710 - version = "0.7.3" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 2713 - 2714 - [[package]] 2715 - name = "maybe-owned" 2716 - version = "0.3.4" 2717 - source = "registry+https://github.com/rust-lang/crates.io-index" 2718 - checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" 2719 - 2720 - [[package]] 2721 - name = "md-5" 2722 - version = "0.10.6" 2723 - source = "registry+https://github.com/rust-lang/crates.io-index" 2724 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2725 - dependencies = [ 2726 - "cfg-if", 2727 - "digest", 2728 - ] 2729 - 2730 - [[package]] 2731 - name = "memchr" 2732 - version = "2.7.4" 2733 - source = "registry+https://github.com/rust-lang/crates.io-index" 2734 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2735 - 2736 - [[package]] 2737 - name = "memmap2" 2738 - version = "0.9.4" 2739 - source = "registry+https://github.com/rust-lang/crates.io-index" 2740 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 2741 - dependencies = [ 2742 - "libc", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "mime" 2747 - version = "0.3.17" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2750 - 2751 - [[package]] 2752 - name = "mime_guess" 2753 - version = "2.0.5" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2756 - dependencies = [ 2757 - "mime", 2758 - "unicase", 2759 - ] 2760 - 2761 - [[package]] 2762 - name = "minidump" 2763 - version = "0.22.0" 2764 - source = "registry+https://github.com/rust-lang/crates.io-index" 2765 - checksum = "aefb80650628de087057ed167e3e1ef5bed65dc4b1bd28d47cd707c3848adce2" 2766 - dependencies = [ 2767 - "debugid", 2768 - "encoding_rs", 2769 - "memmap2", 2770 - "minidump-common", 2771 - "num-traits", 2772 - "procfs-core", 2773 - "range-map", 2774 - "scroll 0.12.0", 2775 - "thiserror", 2776 - "time", 2777 - "tracing", 2778 - "uuid", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "minidump-common" 2783 - version = "0.22.0" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "95a2b640f80e5514f49509ff1f97fb24693f95ef5be5ed810d70df4283a68acc" 2786 - dependencies = [ 2787 - "bitflags 2.6.0", 2788 - "debugid", 2789 - "num-derive", 2790 - "num-traits", 2791 - "range-map", 2792 - "scroll 0.12.0", 2793 - "smart-default", 2794 - ] 2795 - 2796 - [[package]] 2797 - name = "minidump-processor" 2798 - version = "0.22.0" 2799 - source = "registry+https://github.com/rust-lang/crates.io-index" 2800 - checksum = "4d330a92d90c5699e8edd32f8036a1b5afadd6df000eb201fac258d149f8ca78" 2801 - dependencies = [ 2802 - "async-trait", 2803 - "breakpad-symbols", 2804 - "debugid", 2805 - "futures-util", 2806 - "minidump", 2807 - "minidump-common", 2808 - "minidump-unwind", 2809 - "scroll 0.12.0", 2810 - "serde", 2811 - "serde_json", 2812 - "thiserror", 2813 - "tracing", 2814 - "yaxpeax-x86", 2815 - ] 2816 - 2817 - [[package]] 2818 - name = "minidump-unwind" 2819 - version = "0.22.0" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "afb5af4cbb631c54fe8c0c058799e9ac95b31c6e282f1afaaaaad10c2c441fcb" 2822 - dependencies = [ 2823 - "async-trait", 2824 - "breakpad-symbols", 2825 - "minidump", 2826 - "minidump-common", 2827 - "scroll 0.12.0", 2828 - "tracing", 2829 - ] 2830 - 2831 - [[package]] 2832 - name = "minimal-lexical" 2833 - version = "0.2.1" 2834 - source = "registry+https://github.com/rust-lang/crates.io-index" 2835 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2836 - 2837 - [[package]] 2838 - name = "miniz_oxide" 2839 - version = "0.7.4" 2840 - source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2842 - dependencies = [ 2843 - "adler", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "mio" 2848 - version = "0.8.11" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2851 - dependencies = [ 2852 - "libc", 2853 - "log", 2854 - "wasi", 2855 - "windows-sys 0.48.0", 2856 - ] 2857 - 2858 - [[package]] 2859 - name = "moka" 2860 - version = "0.12.8" 2861 - source = "registry+https://github.com/rust-lang/crates.io-index" 2862 - checksum = "32cf62eb4dd975d2dde76432fb1075c49e3ee2331cf36f1f8fd4b66550d32b6f" 2863 - dependencies = [ 2864 - "async-lock", 2865 - "async-trait", 2866 - "crossbeam-channel", 2867 - "crossbeam-epoch", 2868 - "crossbeam-utils", 2869 - "event-listener", 2870 - "futures-util", 2871 - "once_cell", 2872 - "parking_lot", 2873 - "quanta", 2874 - "rustc_version 0.4.0", 2875 - "smallvec", 2876 - "tagptr", 2877 - "thiserror", 2878 - "triomphe", 2879 - "uuid", 2880 - ] 2881 - 2882 - [[package]] 2883 - name = "msvc-demangler" 2884 - version = "0.10.1" 2885 - source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "c4c25a3bb7d880e8eceab4822f3141ad0700d20f025991c1f03bd3d00219a5fc" 2887 - dependencies = [ 2888 - "bitflags 2.6.0", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "multer" 2893 - version = "3.1.0" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 2896 - dependencies = [ 2897 - "bytes", 2898 - "encoding_rs", 2899 - "futures-util", 2900 - "http 1.1.0", 2901 - "httparse", 2902 - "memchr", 2903 - "mime", 2904 - "spin", 2905 - "version_check", 2906 - ] 2907 - 2908 - [[package]] 2909 - name = "native-tls" 2910 - version = "0.2.12" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 2913 - dependencies = [ 2914 - "libc", 2915 - "log", 2916 - "openssl", 2917 - "openssl-probe", 2918 - "openssl-sys", 2919 - "schannel", 2920 - "security-framework", 2921 - "security-framework-sys", 2922 - "tempfile", 2923 - ] 2924 - 2925 - [[package]] 2926 - name = "new_debug_unreachable" 2927 - version = "1.0.6" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2930 - 2931 - [[package]] 2932 - name = "nom" 2933 - version = "7.1.3" 2934 - source = "registry+https://github.com/rust-lang/crates.io-index" 2935 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2936 - dependencies = [ 2937 - "memchr", 2938 - "minimal-lexical", 2939 - ] 2940 - 2941 - [[package]] 2942 - name = "nom-supreme" 2943 - version = "0.8.0" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "2bd3ae6c901f1959588759ff51c95d24b491ecb9ff91aa9c2ef4acc5b1dcab27" 2946 - dependencies = [ 2947 - "brownstone", 2948 - "indent_write", 2949 - "joinery", 2950 - "memchr", 2951 - "nom", 2952 - ] 2953 - 2954 - [[package]] 2955 - name = "nu-ansi-term" 2956 - version = "0.46.0" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2959 - dependencies = [ 2960 - "overload", 2961 - "winapi", 2962 - ] 2963 - 2964 - [[package]] 2965 - name = "num-bigint" 2966 - version = "0.4.6" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2969 - dependencies = [ 2970 - "num-integer", 2971 - "num-traits", 2972 - "serde", 2973 - ] 2974 - 2975 - [[package]] 2976 - name = "num-conv" 2977 - version = "0.1.0" 2978 - source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2980 - 2981 - [[package]] 2982 - name = "num-derive" 2983 - version = "0.4.2" 2984 - source = "registry+https://github.com/rust-lang/crates.io-index" 2985 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2986 - dependencies = [ 2987 - "proc-macro2", 2988 - "quote", 2989 - "syn", 2990 - ] 2991 - 2992 - [[package]] 2993 - name = "num-integer" 2994 - version = "0.1.46" 2995 - source = "registry+https://github.com/rust-lang/crates.io-index" 2996 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2997 - dependencies = [ 2998 - "num-traits", 2999 - ] 3000 - 3001 - [[package]] 3002 - name = "num-traits" 3003 - version = "0.2.19" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3006 - dependencies = [ 3007 - "autocfg", 3008 - ] 3009 - 3010 - [[package]] 3011 - name = "num_cpus" 3012 - version = "1.16.0" 3013 - source = "registry+https://github.com/rust-lang/crates.io-index" 3014 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3015 - dependencies = [ 3016 - "hermit-abi", 3017 - "libc", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "object" 3022 - version = "0.36.1" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 3025 - dependencies = [ 3026 - "memchr", 3027 - ] 3028 - 3029 - [[package]] 3030 - name = "once_cell" 3031 - version = "1.19.0" 3032 - source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3034 - 3035 - [[package]] 3036 - name = "openssl" 3037 - version = "0.10.64" 3038 - source = "registry+https://github.com/rust-lang/crates.io-index" 3039 - checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 3040 - dependencies = [ 3041 - "bitflags 2.6.0", 3042 - "cfg-if", 3043 - "foreign-types", 3044 - "libc", 3045 - "once_cell", 3046 - "openssl-macros", 3047 - "openssl-sys", 3048 - ] 3049 - 3050 - [[package]] 3051 - name = "openssl-macros" 3052 - version = "0.1.1" 3053 - source = "registry+https://github.com/rust-lang/crates.io-index" 3054 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3055 - dependencies = [ 3056 - "proc-macro2", 3057 - "quote", 3058 - "syn", 3059 - ] 3060 - 3061 - [[package]] 3062 - name = "openssl-probe" 3063 - version = "0.1.5" 3064 - source = "registry+https://github.com/rust-lang/crates.io-index" 3065 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3066 - 3067 - [[package]] 3068 - name = "openssl-sys" 3069 - version = "0.9.102" 3070 - source = "registry+https://github.com/rust-lang/crates.io-index" 3071 - checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 3072 - dependencies = [ 3073 - "cc", 3074 - "libc", 3075 - "pkg-config", 3076 - "vcpkg", 3077 - ] 3078 - 3079 - [[package]] 3080 - name = "option-ext" 3081 - version = "0.2.0" 3082 - source = "registry+https://github.com/rust-lang/crates.io-index" 3083 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3084 - 3085 - [[package]] 3086 - name = "os_info" 3087 - version = "3.8.2" 3088 - source = "registry+https://github.com/rust-lang/crates.io-index" 3089 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 3090 - dependencies = [ 3091 - "log", 3092 - "serde", 3093 - "windows-sys 0.52.0", 3094 - ] 3095 - 3096 - [[package]] 3097 - name = "outref" 3098 - version = "0.1.0" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 3101 - 3102 - [[package]] 3103 - name = "outref" 3104 - version = "0.5.1" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 3107 - 3108 - [[package]] 3109 - name = "overload" 3110 - version = "0.1.1" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3113 - 3114 - [[package]] 3115 - name = "p256" 3116 - version = "0.11.1" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 3119 - dependencies = [ 3120 - "ecdsa", 3121 - "elliptic-curve", 3122 - "sha2", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "parking" 3127 - version = "2.2.0" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 3130 - 3131 - [[package]] 3132 - name = "parking_lot" 3133 - version = "0.12.3" 3134 - source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3136 - dependencies = [ 3137 - "lock_api", 3138 - "parking_lot_core", 3139 - ] 3140 - 3141 - [[package]] 3142 - name = "parking_lot_core" 3143 - version = "0.9.10" 3144 - source = "registry+https://github.com/rust-lang/crates.io-index" 3145 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3146 - dependencies = [ 3147 - "cfg-if", 3148 - "libc", 3149 - "redox_syscall 0.5.2", 3150 - "smallvec", 3151 - "windows-targets 0.52.6", 3152 - ] 3153 - 3154 - [[package]] 3155 - name = "pdb" 3156 - version = "0.8.0" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "82040a392923abe6279c00ab4aff62d5250d1c8555dc780e4b02783a7aa74863" 3159 - dependencies = [ 3160 - "fallible-iterator 0.2.0", 3161 - "scroll 0.11.0", 3162 - "uuid", 3163 - ] 3164 - 3165 - [[package]] 3166 - name = "pdb-addr2line" 3167 - version = "0.10.4" 3168 - source = "registry+https://github.com/rust-lang/crates.io-index" 3169 - checksum = "c4e89a9f2f40b2389ba6da0814c8044bf942bece03dffa1514f84e3b525f4f9a" 3170 - dependencies = [ 3171 - "bitflags 1.3.2", 3172 - "elsa", 3173 - "maybe-owned", 3174 - "pdb", 3175 - "range-collections", 3176 - "thiserror", 3177 - ] 3178 - 3179 - [[package]] 3180 - name = "pem" 3181 - version = "3.0.4" 3182 - source = "registry+https://github.com/rust-lang/crates.io-index" 3183 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 3184 - dependencies = [ 3185 - "base64 0.22.1", 3186 - "serde", 3187 - ] 3188 - 3189 - [[package]] 3190 - name = "percent-encoding" 3191 - version = "2.3.1" 3192 - source = "registry+https://github.com/rust-lang/crates.io-index" 3193 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3194 - 3195 - [[package]] 3196 - name = "pest" 3197 - version = "2.7.11" 3198 - source = "registry+https://github.com/rust-lang/crates.io-index" 3199 - checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" 3200 - dependencies = [ 3201 - "memchr", 3202 - "thiserror", 3203 - "ucd-trie", 3204 - ] 3205 - 3206 - [[package]] 3207 - name = "pest_derive" 3208 - version = "2.7.11" 3209 - source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" 3211 - dependencies = [ 3212 - "pest", 3213 - "pest_generator", 3214 - ] 3215 - 3216 - [[package]] 3217 - name = "pest_generator" 3218 - version = "2.7.11" 3219 - source = "registry+https://github.com/rust-lang/crates.io-index" 3220 - checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" 3221 - dependencies = [ 3222 - "pest", 3223 - "pest_meta", 3224 - "proc-macro2", 3225 - "quote", 3226 - "syn", 3227 - ] 3228 - 3229 - [[package]] 3230 - name = "pest_meta" 3231 - version = "2.7.11" 3232 - source = "registry+https://github.com/rust-lang/crates.io-index" 3233 - checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" 3234 - dependencies = [ 3235 - "once_cell", 3236 - "pest", 3237 - "sha2", 3238 - ] 3239 - 3240 - [[package]] 3241 - name = "phf" 3242 - version = "0.11.2" 3243 - source = "registry+https://github.com/rust-lang/crates.io-index" 3244 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3245 - dependencies = [ 3246 - "phf_macros", 3247 - "phf_shared 0.11.2", 3248 - ] 3249 - 3250 - [[package]] 3251 - name = "phf_generator" 3252 - version = "0.11.2" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3255 - dependencies = [ 3256 - "phf_shared 0.11.2", 3257 - "rand", 3258 - ] 3259 - 3260 - [[package]] 3261 - name = "phf_macros" 3262 - version = "0.11.2" 3263 - source = "registry+https://github.com/rust-lang/crates.io-index" 3264 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3265 - dependencies = [ 3266 - "phf_generator", 3267 - "phf_shared 0.11.2", 3268 - "proc-macro2", 3269 - "quote", 3270 - "syn", 3271 - ] 3272 - 3273 - [[package]] 3274 - name = "phf_shared" 3275 - version = "0.10.0" 3276 - source = "registry+https://github.com/rust-lang/crates.io-index" 3277 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3278 - dependencies = [ 3279 - "siphasher", 3280 - ] 3281 - 3282 - [[package]] 3283 - name = "phf_shared" 3284 - version = "0.11.2" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3287 - dependencies = [ 3288 - "siphasher", 3289 - ] 3290 - 3291 - [[package]] 3292 - name = "pin-project" 3293 - version = "1.1.5" 3294 - source = "registry+https://github.com/rust-lang/crates.io-index" 3295 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 3296 - dependencies = [ 3297 - "pin-project-internal", 3298 - ] 3299 - 3300 - [[package]] 3301 - name = "pin-project-internal" 3302 - version = "1.1.5" 3303 - source = "registry+https://github.com/rust-lang/crates.io-index" 3304 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 3305 - dependencies = [ 3306 - "proc-macro2", 3307 - "quote", 3308 - "syn", 3309 - ] 3310 - 3311 - [[package]] 3312 - name = "pin-project-lite" 3313 - version = "0.2.14" 3314 - source = "registry+https://github.com/rust-lang/crates.io-index" 3315 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3316 - 3317 - [[package]] 3318 - name = "pin-utils" 3319 - version = "0.1.0" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3322 - 3323 - [[package]] 3324 - name = "pkcs8" 3325 - version = "0.9.0" 3326 - source = "registry+https://github.com/rust-lang/crates.io-index" 3327 - checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 3328 - dependencies = [ 3329 - "der", 3330 - "spki", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "pkg-config" 3335 - version = "0.3.30" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3338 - 3339 - [[package]] 3340 - name = "plain" 3341 - version = "0.2.3" 3342 - source = "registry+https://github.com/rust-lang/crates.io-index" 3343 - checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3344 - 3345 - [[package]] 3346 - name = "powerfmt" 3347 - version = "0.2.0" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3350 - 3351 - [[package]] 3352 - name = "ppv-lite86" 3353 - version = "0.2.17" 3354 - source = "registry+https://github.com/rust-lang/crates.io-index" 3355 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3356 - 3357 - [[package]] 3358 - name = "precomputed-hash" 3359 - version = "0.1.1" 3360 - source = "registry+https://github.com/rust-lang/crates.io-index" 3361 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3362 - 3363 - [[package]] 3364 - name = "prettyplease" 3365 - version = "0.2.20" 3366 - source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" 3368 - dependencies = [ 3369 - "proc-macro2", 3370 - "syn", 3371 - ] 3372 - 3373 - [[package]] 3374 - name = "prettytable-rs" 3375 - version = "0.10.0" 3376 - source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 3378 - dependencies = [ 3379 - "csv", 3380 - "encode_unicode 1.0.0", 3381 - "is-terminal", 3382 - "lazy_static", 3383 - "term", 3384 - "unicode-width", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "proc-macro2" 3389 - version = "1.0.86" 3390 - source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 3392 - dependencies = [ 3393 - "unicode-ident", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "process-event" 3398 - version = "24.7.1" 3399 - dependencies = [ 3400 - "anyhow", 3401 - "clap", 3402 - "reqwest", 3403 - "serde", 3404 - "serde_json", 3405 - "symbolic-common", 3406 - ] 3407 - 3408 - [[package]] 3409 - name = "procfs-core" 3410 - version = "0.16.0" 3411 - source = "registry+https://github.com/rust-lang/crates.io-index" 3412 - checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" 3413 - dependencies = [ 3414 - "bitflags 2.6.0", 3415 - "hex", 3416 - ] 3417 - 3418 - [[package]] 3419 - name = "proguard" 3420 - version = "5.5.0" 3421 - source = "registry+https://github.com/rust-lang/crates.io-index" 3422 - checksum = "bafe48b490e1b00c4b69f24f9ec2957dd850930460515802f5a7399e015f18ed" 3423 - dependencies = [ 3424 - "thiserror", 3425 - "watto", 3426 - ] 3427 - 3428 - [[package]] 3429 - name = "psm" 3430 - version = "0.1.21" 3431 - source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 3433 - dependencies = [ 3434 - "cc", 3435 - ] 3436 - 3437 - [[package]] 3438 - name = "quanta" 3439 - version = "0.12.3" 3440 - source = "registry+https://github.com/rust-lang/crates.io-index" 3441 - checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" 3442 - dependencies = [ 3443 - "crossbeam-utils", 3444 - "libc", 3445 - "once_cell", 3446 - "raw-cpuid", 3447 - "wasi", 3448 - "web-sys", 3449 - "winapi", 3450 - ] 3451 - 3452 - [[package]] 3453 - name = "quick-error" 3454 - version = "1.2.3" 3455 - source = "registry+https://github.com/rust-lang/crates.io-index" 3456 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3457 - 3458 - [[package]] 3459 - name = "quote" 3460 - version = "1.0.36" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 3463 - dependencies = [ 3464 - "proc-macro2", 3465 - ] 3466 - 3467 - [[package]] 3468 - name = "radium" 3469 - version = "0.7.0" 3470 - source = "registry+https://github.com/rust-lang/crates.io-index" 3471 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3472 - 3473 - [[package]] 3474 - name = "rand" 3475 - version = "0.8.5" 3476 - source = "registry+https://github.com/rust-lang/crates.io-index" 3477 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3478 - dependencies = [ 3479 - "libc", 3480 - "rand_chacha", 3481 - "rand_core", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "rand_chacha" 3486 - version = "0.3.1" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3489 - dependencies = [ 3490 - "ppv-lite86", 3491 - "rand_core", 3492 - ] 3493 - 3494 - [[package]] 3495 - name = "rand_core" 3496 - version = "0.6.4" 3497 - source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3499 - dependencies = [ 3500 - "getrandom", 3501 - ] 3502 - 3503 - [[package]] 3504 - name = "range-collections" 3505 - version = "0.2.4" 3506 - source = "registry+https://github.com/rust-lang/crates.io-index" 3507 - checksum = "61fdfd79629e2b44a1d34b4d227957174cb858e6b86ee45fad114edbcfc903ab" 3508 - dependencies = [ 3509 - "binary-merge", 3510 - "inplace-vec-builder", 3511 - "smallvec", 3512 - ] 3513 - 3514 - [[package]] 3515 - name = "range-map" 3516 - version = "0.2.0" 3517 - source = "registry+https://github.com/rust-lang/crates.io-index" 3518 - checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f" 3519 - dependencies = [ 3520 - "num-traits", 3521 - ] 3522 - 3523 - [[package]] 3524 - name = "raw-cpuid" 3525 - version = "11.0.2" 3526 - source = "registry+https://github.com/rust-lang/crates.io-index" 3527 - checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" 3528 - dependencies = [ 3529 - "bitflags 2.6.0", 3530 - ] 3531 - 3532 - [[package]] 3533 - name = "rayon" 3534 - version = "1.10.0" 3535 - source = "registry+https://github.com/rust-lang/crates.io-index" 3536 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 3537 - dependencies = [ 3538 - "either", 3539 - "rayon-core", 3540 - ] 3541 - 3542 - [[package]] 3543 - name = "rayon-core" 3544 - version = "1.12.1" 3545 - source = "registry+https://github.com/rust-lang/crates.io-index" 3546 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3547 - dependencies = [ 3548 - "crossbeam-deque", 3549 - "crossbeam-utils", 3550 - ] 3551 - 3552 - [[package]] 3553 - name = "redox_syscall" 3554 - version = "0.4.1" 3555 - source = "registry+https://github.com/rust-lang/crates.io-index" 3556 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3557 - dependencies = [ 3558 - "bitflags 1.3.2", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "redox_syscall" 3563 - version = "0.5.2" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 3566 - dependencies = [ 3567 - "bitflags 2.6.0", 3568 - ] 3569 - 3570 - [[package]] 3571 - name = "redox_users" 3572 - version = "0.4.5" 3573 - source = "registry+https://github.com/rust-lang/crates.io-index" 3574 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 3575 - dependencies = [ 3576 - "getrandom", 3577 - "libredox", 3578 - "thiserror", 3579 - ] 3580 - 3581 - [[package]] 3582 - name = "regex" 3583 - version = "1.10.5" 3584 - source = "registry+https://github.com/rust-lang/crates.io-index" 3585 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 3586 - dependencies = [ 3587 - "aho-corasick", 3588 - "memchr", 3589 - "regex-automata 0.4.7", 3590 - "regex-syntax 0.8.4", 3591 - ] 3592 - 3593 - [[package]] 3594 - name = "regex-automata" 3595 - version = "0.1.10" 3596 - source = "registry+https://github.com/rust-lang/crates.io-index" 3597 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3598 - dependencies = [ 3599 - "regex-syntax 0.6.29", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "regex-automata" 3604 - version = "0.4.7" 3605 - source = "registry+https://github.com/rust-lang/crates.io-index" 3606 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 3607 - dependencies = [ 3608 - "aho-corasick", 3609 - "memchr", 3610 - "regex-syntax 0.8.4", 3611 - ] 3612 - 3613 - [[package]] 3614 - name = "regex-lite" 3615 - version = "0.1.6" 3616 - source = "registry+https://github.com/rust-lang/crates.io-index" 3617 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 3618 - 3619 - [[package]] 3620 - name = "regex-syntax" 3621 - version = "0.6.29" 3622 - source = "registry+https://github.com/rust-lang/crates.io-index" 3623 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3624 - 3625 - [[package]] 3626 - name = "regex-syntax" 3627 - version = "0.8.4" 3628 - source = "registry+https://github.com/rust-lang/crates.io-index" 3629 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 3630 - 3631 - [[package]] 3632 - name = "reqwest" 3633 - version = "0.12.2" 3634 - source = "git+https://github.com/getsentry/reqwest?branch=restricted-connector#7331a73eb2379c141d65d0cfed4ebcd36927a495" 3635 - dependencies = [ 3636 - "async-compression", 3637 - "base64 0.22.1", 3638 - "bytes", 3639 - "encoding_rs", 3640 - "futures-channel", 3641 - "futures-core", 3642 - "futures-util", 3643 - "h2 0.4.5", 3644 - "hickory-resolver", 3645 - "http 1.1.0", 3646 - "http-body 1.0.0", 3647 - "http-body-util", 3648 - "hyper 1.4.1", 3649 - "hyper-tls", 3650 - "hyper-util", 3651 - "ipnet", 3652 - "js-sys", 3653 - "log", 3654 - "mime", 3655 - "mime_guess", 3656 - "native-tls", 3657 - "once_cell", 3658 - "percent-encoding", 3659 - "pin-project-lite", 3660 - "rustls-pemfile 2.1.2", 3661 - "serde", 3662 - "serde_json", 3663 - "serde_urlencoded", 3664 - "sync_wrapper 0.1.2", 3665 - "system-configuration", 3666 - "tokio", 3667 - "tokio-native-tls", 3668 - "tokio-util", 3669 - "tower-service", 3670 - "url", 3671 - "wasm-bindgen", 3672 - "wasm-bindgen-futures", 3673 - "wasm-streams", 3674 - "web-sys", 3675 - "winreg 0.52.0", 3676 - ] 3677 - 3678 - [[package]] 3679 - name = "resolv-conf" 3680 - version = "0.7.0" 3681 - source = "registry+https://github.com/rust-lang/crates.io-index" 3682 - checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 3683 - dependencies = [ 3684 - "hostname 0.3.1", 3685 - "quick-error", 3686 - ] 3687 - 3688 - [[package]] 3689 - name = "rfc6979" 3690 - version = "0.3.1" 3691 - source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 3693 - dependencies = [ 3694 - "crypto-bigint 0.4.9", 3695 - "hmac", 3696 - "zeroize", 3697 - ] 3698 - 3699 - [[package]] 3700 - name = "ring" 3701 - version = "0.17.8" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3704 - dependencies = [ 3705 - "cc", 3706 - "cfg-if", 3707 - "getrandom", 3708 - "libc", 3709 - "spin", 3710 - "untrusted", 3711 - "windows-sys 0.52.0", 3712 - ] 3713 - 3714 - [[package]] 3715 - name = "rustc-demangle" 3716 - version = "0.1.24" 3717 - source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3719 - 3720 - [[package]] 3721 - name = "rustc-hash" 3722 - version = "1.1.0" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3725 - 3726 - [[package]] 3727 - name = "rustc-hash" 3728 - version = "2.0.0" 3729 - source = "registry+https://github.com/rust-lang/crates.io-index" 3730 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 3731 - 3732 - [[package]] 3733 - name = "rustc_version" 3734 - version = "0.2.3" 3735 - source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 3737 - dependencies = [ 3738 - "semver 0.9.0", 3739 - ] 3740 - 3741 - [[package]] 3742 - name = "rustc_version" 3743 - version = "0.4.0" 3744 - source = "registry+https://github.com/rust-lang/crates.io-index" 3745 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3746 - dependencies = [ 3747 - "semver 1.0.23", 3748 - ] 3749 - 3750 - [[package]] 3751 - name = "rustix" 3752 - version = "0.38.34" 3753 - source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3755 - dependencies = [ 3756 - "bitflags 2.6.0", 3757 - "errno", 3758 - "libc", 3759 - "linux-raw-sys", 3760 - "windows-sys 0.52.0", 3761 - ] 3762 - 3763 - [[package]] 3764 - name = "rustls" 3765 - version = "0.21.12" 3766 - source = "registry+https://github.com/rust-lang/crates.io-index" 3767 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 3768 - dependencies = [ 3769 - "log", 3770 - "ring", 3771 - "rustls-webpki 0.101.7", 3772 - "sct", 3773 - ] 3774 - 3775 - [[package]] 3776 - name = "rustls" 3777 - version = "0.23.11" 3778 - source = "registry+https://github.com/rust-lang/crates.io-index" 3779 - checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0" 3780 - dependencies = [ 3781 - "once_cell", 3782 - "ring", 3783 - "rustls-pki-types", 3784 - "rustls-webpki 0.102.5", 3785 - "subtle", 3786 - "zeroize", 3787 - ] 3788 - 3789 - [[package]] 3790 - name = "rustls-native-certs" 3791 - version = "0.6.3" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3794 - dependencies = [ 3795 - "openssl-probe", 3796 - "rustls-pemfile 1.0.4", 3797 - "schannel", 3798 - "security-framework", 3799 - ] 3800 - 3801 - [[package]] 3802 - name = "rustls-native-certs" 3803 - version = "0.7.1" 3804 - source = "registry+https://github.com/rust-lang/crates.io-index" 3805 - checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba" 3806 - dependencies = [ 3807 - "openssl-probe", 3808 - "rustls-pemfile 2.1.2", 3809 - "rustls-pki-types", 3810 - "schannel", 3811 - "security-framework", 3812 - ] 3813 - 3814 - [[package]] 3815 - name = "rustls-pemfile" 3816 - version = "1.0.4" 3817 - source = "registry+https://github.com/rust-lang/crates.io-index" 3818 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3819 - dependencies = [ 3820 - "base64 0.21.7", 3821 - ] 3822 - 3823 - [[package]] 3824 - name = "rustls-pemfile" 3825 - version = "2.1.2" 3826 - source = "registry+https://github.com/rust-lang/crates.io-index" 3827 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 3828 - dependencies = [ 3829 - "base64 0.22.1", 3830 - "rustls-pki-types", 3831 - ] 3832 - 3833 - [[package]] 3834 - name = "rustls-pki-types" 3835 - version = "1.7.0" 3836 - source = "registry+https://github.com/rust-lang/crates.io-index" 3837 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 3838 - 3839 - [[package]] 3840 - name = "rustls-webpki" 3841 - version = "0.101.7" 3842 - source = "registry+https://github.com/rust-lang/crates.io-index" 3843 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3844 - dependencies = [ 3845 - "ring", 3846 - "untrusted", 3847 - ] 3848 - 3849 - [[package]] 3850 - name = "rustls-webpki" 3851 - version = "0.102.5" 3852 - source = "registry+https://github.com/rust-lang/crates.io-index" 3853 - checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78" 3854 - dependencies = [ 3855 - "ring", 3856 - "rustls-pki-types", 3857 - "untrusted", 3858 - ] 3859 - 3860 - [[package]] 3861 - name = "rustversion" 3862 - version = "1.0.17" 3863 - source = "registry+https://github.com/rust-lang/crates.io-index" 3864 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 3865 - 3866 - [[package]] 3867 - name = "ryu" 3868 - version = "1.0.18" 3869 - source = "registry+https://github.com/rust-lang/crates.io-index" 3870 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3871 - 3872 - [[package]] 3873 - name = "same-file" 3874 - version = "1.0.6" 3875 - source = "registry+https://github.com/rust-lang/crates.io-index" 3876 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3877 - dependencies = [ 3878 - "winapi-util", 3879 - ] 3880 - 3881 - [[package]] 3882 - name = "schannel" 3883 - version = "0.1.23" 3884 - source = "registry+https://github.com/rust-lang/crates.io-index" 3885 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3886 - dependencies = [ 3887 - "windows-sys 0.52.0", 3888 - ] 3889 - 3890 - [[package]] 3891 - name = "scoped-tls" 3892 - version = "1.0.1" 3893 - source = "registry+https://github.com/rust-lang/crates.io-index" 3894 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3895 - 3896 - [[package]] 3897 - name = "scopeguard" 3898 - version = "1.2.0" 3899 - source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3901 - 3902 - [[package]] 3903 - name = "scroll" 3904 - version = "0.11.0" 3905 - source = "registry+https://github.com/rust-lang/crates.io-index" 3906 - checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" 3907 - 3908 - [[package]] 3909 - name = "scroll" 3910 - version = "0.12.0" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" 3913 - dependencies = [ 3914 - "scroll_derive", 3915 - ] 3916 - 3917 - [[package]] 3918 - name = "scroll_derive" 3919 - version = "0.12.0" 3920 - source = "registry+https://github.com/rust-lang/crates.io-index" 3921 - checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" 3922 - dependencies = [ 3923 - "proc-macro2", 3924 - "quote", 3925 - "syn", 3926 - ] 3927 - 3928 - [[package]] 3929 - name = "sct" 3930 - version = "0.7.1" 3931 - source = "registry+https://github.com/rust-lang/crates.io-index" 3932 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3933 - dependencies = [ 3934 - "ring", 3935 - "untrusted", 3936 - ] 3937 - 3938 - [[package]] 3939 - name = "sec1" 3940 - version = "0.3.0" 3941 - source = "registry+https://github.com/rust-lang/crates.io-index" 3942 - checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 3943 - dependencies = [ 3944 - "base16ct", 3945 - "der", 3946 - "generic-array", 3947 - "pkcs8", 3948 - "subtle", 3949 - "zeroize", 3950 - ] 3951 - 3952 - [[package]] 3953 - name = "security-framework" 3954 - version = "2.11.0" 3955 - source = "registry+https://github.com/rust-lang/crates.io-index" 3956 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 3957 - dependencies = [ 3958 - "bitflags 2.6.0", 3959 - "core-foundation", 3960 - "core-foundation-sys", 3961 - "libc", 3962 - "security-framework-sys", 3963 - ] 3964 - 3965 - [[package]] 3966 - name = "security-framework-sys" 3967 - version = "2.11.0" 3968 - source = "registry+https://github.com/rust-lang/crates.io-index" 3969 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 3970 - dependencies = [ 3971 - "core-foundation-sys", 3972 - "libc", 3973 - ] 3974 - 3975 - [[package]] 3976 - name = "semver" 3977 - version = "0.9.0" 3978 - source = "registry+https://github.com/rust-lang/crates.io-index" 3979 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 3980 - dependencies = [ 3981 - "semver-parser", 3982 - ] 3983 - 3984 - [[package]] 3985 - name = "semver" 3986 - version = "1.0.23" 3987 - source = "registry+https://github.com/rust-lang/crates.io-index" 3988 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3989 - 3990 - [[package]] 3991 - name = "semver-parser" 3992 - version = "0.7.0" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 3995 - 3996 - [[package]] 3997 - name = "sentry" 3998 - version = "0.34.0" 3999 - source = "registry+https://github.com/rust-lang/crates.io-index" 4000 - checksum = "5484316556650182f03b43d4c746ce0e3e48074a21e2f51244b648b6542e1066" 4001 - dependencies = [ 4002 - "httpdate", 4003 - "native-tls", 4004 - "reqwest", 4005 - "sentry-anyhow", 4006 - "sentry-backtrace", 4007 - "sentry-contexts", 4008 - "sentry-core", 4009 - "sentry-debug-images", 4010 - "sentry-panic", 4011 - "sentry-tower", 4012 - "sentry-tracing", 4013 - "tokio", 4014 - "ureq", 4015 - ] 4016 - 4017 - [[package]] 4018 - name = "sentry-anyhow" 4019 - version = "0.34.0" 4020 - source = "registry+https://github.com/rust-lang/crates.io-index" 4021 - checksum = "d672bfd1ed4e90978435f3c0704edb71a7a9d86403657839d518cd6aa278aff5" 4022 - dependencies = [ 4023 - "anyhow", 4024 - "sentry-backtrace", 4025 - "sentry-core", 4026 - ] 4027 - 4028 - [[package]] 4029 - name = "sentry-backtrace" 4030 - version = "0.34.0" 4031 - source = "registry+https://github.com/rust-lang/crates.io-index" 4032 - checksum = "40aa225bb41e2ec9d7c90886834367f560efc1af028f1c5478a6cce6a59c463a" 4033 - dependencies = [ 4034 - "backtrace", 4035 - "once_cell", 4036 - "regex", 4037 - "sentry-core", 4038 - ] 4039 - 4040 - [[package]] 4041 - name = "sentry-contexts" 4042 - version = "0.34.0" 4043 - source = "registry+https://github.com/rust-lang/crates.io-index" 4044 - checksum = "1a8dd746da3d16cb8c39751619cefd4fcdbd6df9610f3310fd646b55f6e39910" 4045 - dependencies = [ 4046 - "hostname 0.4.0", 4047 - "libc", 4048 - "os_info", 4049 - "rustc_version 0.4.0", 4050 - "sentry-core", 4051 - "uname", 4052 - ] 4053 - 4054 - [[package]] 4055 - name = "sentry-core" 4056 - version = "0.34.0" 4057 - source = "registry+https://github.com/rust-lang/crates.io-index" 4058 - checksum = "161283cfe8e99c8f6f236a402b9ccf726b201f365988b5bb637ebca0abbd4a30" 4059 - dependencies = [ 4060 - "once_cell", 4061 - "rand", 4062 - "sentry-types", 4063 - "serde", 4064 - "serde_json", 4065 - ] 4066 - 4067 - [[package]] 4068 - name = "sentry-debug-images" 4069 - version = "0.34.0" 4070 - source = "registry+https://github.com/rust-lang/crates.io-index" 4071 - checksum = "8fc6b25e945fcaa5e97c43faee0267eebda9f18d4b09a251775d8fef1086238a" 4072 - dependencies = [ 4073 - "findshlibs", 4074 - "once_cell", 4075 - "sentry-core", 4076 - ] 4077 - 4078 - [[package]] 4079 - name = "sentry-panic" 4080 - version = "0.34.0" 4081 - source = "registry+https://github.com/rust-lang/crates.io-index" 4082 - checksum = "bc74f229c7186dd971a9491ffcbe7883544aa064d1589bd30b83fb856cd22d63" 4083 - dependencies = [ 4084 - "sentry-backtrace", 4085 - "sentry-core", 4086 - ] 4087 - 4088 - [[package]] 4089 - name = "sentry-tower" 4090 - version = "0.34.0" 4091 - source = "registry+https://github.com/rust-lang/crates.io-index" 4092 - checksum = "6c90802b38c899a2c9e557dff25ad186362eddf755d5f5244001b172dd03bead" 4093 - dependencies = [ 4094 - "http 1.1.0", 4095 - "pin-project", 4096 - "sentry-core", 4097 - "tower-layer", 4098 - "tower-service", 4099 - "url", 4100 - ] 4101 - 4102 - [[package]] 4103 - name = "sentry-tracing" 4104 - version = "0.34.0" 4105 - source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "cd3c5faf2103cd01eeda779ea439b68c4ee15adcdb16600836e97feafab362ec" 4107 - dependencies = [ 4108 - "sentry-backtrace", 4109 - "sentry-core", 4110 - "tracing-core", 4111 - "tracing-subscriber", 4112 - ] 4113 - 4114 - [[package]] 4115 - name = "sentry-types" 4116 - version = "0.34.0" 4117 - source = "registry+https://github.com/rust-lang/crates.io-index" 4118 - checksum = "5d68cdf6bc41b8ff3ae2a9c4671e97426dcdd154cc1d4b6b72813f285d6b163f" 4119 - dependencies = [ 4120 - "debugid", 4121 - "hex", 4122 - "rand", 4123 - "serde", 4124 - "serde_json", 4125 - "thiserror", 4126 - "time", 4127 - "url", 4128 - "uuid", 4129 - ] 4130 - 4131 - [[package]] 4132 - name = "serde" 4133 - version = "1.0.204" 4134 - source = "registry+https://github.com/rust-lang/crates.io-index" 4135 - checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 4136 - dependencies = [ 4137 - "serde_derive", 4138 - ] 4139 - 4140 - [[package]] 4141 - name = "serde_derive" 4142 - version = "1.0.204" 4143 - source = "registry+https://github.com/rust-lang/crates.io-index" 4144 - checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 4145 - dependencies = [ 4146 - "proc-macro2", 4147 - "quote", 4148 - "syn", 4149 - ] 4150 - 4151 - [[package]] 4152 - name = "serde_json" 4153 - version = "1.0.120" 4154 - source = "registry+https://github.com/rust-lang/crates.io-index" 4155 - checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 4156 - dependencies = [ 4157 - "itoa", 4158 - "ryu", 4159 - "serde", 4160 - ] 4161 - 4162 - [[package]] 4163 - name = "serde_path_to_error" 4164 - version = "0.1.16" 4165 - source = "registry+https://github.com/rust-lang/crates.io-index" 4166 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 4167 - dependencies = [ 4168 - "itoa", 4169 - "serde", 4170 - ] 4171 - 4172 - [[package]] 4173 - name = "serde_spanned" 4174 - version = "0.6.6" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 4177 - dependencies = [ 4178 - "serde", 4179 - ] 4180 - 4181 - [[package]] 4182 - name = "serde_urlencoded" 4183 - version = "0.7.1" 4184 - source = "registry+https://github.com/rust-lang/crates.io-index" 4185 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4186 - dependencies = [ 4187 - "form_urlencoded", 4188 - "itoa", 4189 - "ryu", 4190 - "serde", 4191 - ] 4192 - 4193 - [[package]] 4194 - name = "serde_yaml" 4195 - version = "0.9.34+deprecated" 4196 - source = "registry+https://github.com/rust-lang/crates.io-index" 4197 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4198 - dependencies = [ 4199 - "indexmap", 4200 - "itoa", 4201 - "ryu", 4202 - "serde", 4203 - "unsafe-libyaml", 4204 - ] 4205 - 4206 - [[package]] 4207 - name = "sha-1" 4208 - version = "0.10.1" 4209 - source = "registry+https://github.com/rust-lang/crates.io-index" 4210 - checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 4211 - dependencies = [ 4212 - "cfg-if", 4213 - "cpufeatures", 4214 - "digest", 4215 - ] 4216 - 4217 - [[package]] 4218 - name = "sha1" 4219 - version = "0.10.6" 4220 - source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4222 - dependencies = [ 4223 - "cfg-if", 4224 - "cpufeatures", 4225 - "digest", 4226 - ] 4227 - 4228 - [[package]] 4229 - name = "sha2" 4230 - version = "0.10.8" 4231 - source = "registry+https://github.com/rust-lang/crates.io-index" 4232 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4233 - dependencies = [ 4234 - "cfg-if", 4235 - "cpufeatures", 4236 - "digest", 4237 - ] 4238 - 4239 - [[package]] 4240 - name = "sharded-slab" 4241 - version = "0.1.7" 4242 - source = "registry+https://github.com/rust-lang/crates.io-index" 4243 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4244 - dependencies = [ 4245 - "lazy_static", 4246 - ] 4247 - 4248 - [[package]] 4249 - name = "shlex" 4250 - version = "1.3.0" 4251 - source = "registry+https://github.com/rust-lang/crates.io-index" 4252 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4253 - 4254 - [[package]] 4255 - name = "signal-hook" 4256 - version = "0.3.17" 4257 - source = "registry+https://github.com/rust-lang/crates.io-index" 4258 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 4259 - dependencies = [ 4260 - "libc", 4261 - "signal-hook-registry", 4262 - ] 4263 - 4264 - [[package]] 4265 - name = "signal-hook-mio" 4266 - version = "0.2.3" 4267 - source = "registry+https://github.com/rust-lang/crates.io-index" 4268 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 4269 - dependencies = [ 4270 - "libc", 4271 - "mio", 4272 - "signal-hook", 4273 - ] 4274 - 4275 - [[package]] 4276 - name = "signal-hook-registry" 4277 - version = "1.4.2" 4278 - source = "registry+https://github.com/rust-lang/crates.io-index" 4279 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4280 - dependencies = [ 4281 - "libc", 4282 - ] 4283 - 4284 - [[package]] 4285 - name = "signature" 4286 - version = "1.6.4" 4287 - source = "registry+https://github.com/rust-lang/crates.io-index" 4288 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 4289 - dependencies = [ 4290 - "digest", 4291 - "rand_core", 4292 - ] 4293 - 4294 - [[package]] 4295 - name = "simd-abstraction" 4296 - version = "0.7.1" 4297 - source = "registry+https://github.com/rust-lang/crates.io-index" 4298 - checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 4299 - dependencies = [ 4300 - "outref 0.1.0", 4301 - ] 4302 - 4303 - [[package]] 4304 - name = "simd-adler32" 4305 - version = "0.3.7" 4306 - source = "registry+https://github.com/rust-lang/crates.io-index" 4307 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4308 - 4309 - [[package]] 4310 - name = "similar" 4311 - version = "2.5.0" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 4314 - 4315 - [[package]] 4316 - name = "simple_asn1" 4317 - version = "0.6.2" 4318 - source = "registry+https://github.com/rust-lang/crates.io-index" 4319 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 4320 - dependencies = [ 4321 - "num-bigint", 4322 - "num-traits", 4323 - "thiserror", 4324 - "time", 4325 - ] 4326 - 4327 - [[package]] 4328 - name = "siphasher" 4329 - version = "0.3.11" 4330 - source = "registry+https://github.com/rust-lang/crates.io-index" 4331 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4332 - 4333 - [[package]] 4334 - name = "sketches-ddsketch" 4335 - version = "0.3.0" 4336 - source = "registry+https://github.com/rust-lang/crates.io-index" 4337 - checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 4338 - 4339 - [[package]] 4340 - name = "slab" 4341 - version = "0.4.9" 4342 - source = "registry+https://github.com/rust-lang/crates.io-index" 4343 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4344 - dependencies = [ 4345 - "autocfg", 4346 - ] 4347 - 4348 - [[package]] 4349 - name = "smallvec" 4350 - version = "1.13.2" 4351 - source = "registry+https://github.com/rust-lang/crates.io-index" 4352 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4353 - 4354 - [[package]] 4355 - name = "smart-default" 4356 - version = "0.7.1" 4357 - source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" 4359 - dependencies = [ 4360 - "proc-macro2", 4361 - "quote", 4362 - "syn", 4363 - ] 4364 - 4365 - [[package]] 4366 - name = "smartstring" 4367 - version = "1.0.1" 4368 - source = "registry+https://github.com/rust-lang/crates.io-index" 4369 - checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 4370 - dependencies = [ 4371 - "autocfg", 4372 - "static_assertions", 4373 - "version_check", 4374 - ] 4375 - 4376 - [[package]] 4377 - name = "socket2" 4378 - version = "0.5.7" 4379 - source = "registry+https://github.com/rust-lang/crates.io-index" 4380 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4381 - dependencies = [ 4382 - "libc", 4383 - "windows-sys 0.52.0", 4384 - ] 4385 - 4386 - [[package]] 4387 - name = "sourcemap" 4388 - version = "8.0.1" 4389 - source = "registry+https://github.com/rust-lang/crates.io-index" 4390 - checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4" 4391 - dependencies = [ 4392 - "base64-simd 0.7.0", 4393 - "bitvec", 4394 - "data-encoding", 4395 - "debugid", 4396 - "if_chain", 4397 - "rustc-hash 1.1.0", 4398 - "rustc_version 0.2.3", 4399 - "serde", 4400 - "serde_json", 4401 - "unicode-id-start", 4402 - "url", 4403 - ] 4404 - 4405 - [[package]] 4406 - name = "spin" 4407 - version = "0.9.8" 4408 - source = "registry+https://github.com/rust-lang/crates.io-index" 4409 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4410 - 4411 - [[package]] 4412 - name = "spki" 4413 - version = "0.6.0" 4414 - source = "registry+https://github.com/rust-lang/crates.io-index" 4415 - checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 4416 - dependencies = [ 4417 - "base64ct", 4418 - "der", 4419 - ] 4420 - 4421 - [[package]] 4422 - name = "stable_deref_trait" 4423 - version = "1.2.0" 4424 - source = "registry+https://github.com/rust-lang/crates.io-index" 4425 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4426 - 4427 - [[package]] 4428 - name = "stacker" 4429 - version = "0.1.15" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 4432 - dependencies = [ 4433 - "cc", 4434 - "cfg-if", 4435 - "libc", 4436 - "psm", 4437 - "winapi", 4438 - ] 4439 - 4440 - [[package]] 4441 - name = "static_assertions" 4442 - version = "1.1.0" 4443 - source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4445 - 4446 - [[package]] 4447 - name = "string_cache" 4448 - version = "0.8.7" 4449 - source = "registry+https://github.com/rust-lang/crates.io-index" 4450 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 4451 - dependencies = [ 4452 - "new_debug_unreachable", 4453 - "once_cell", 4454 - "parking_lot", 4455 - "phf_shared 0.10.0", 4456 - "precomputed-hash", 4457 - "serde", 4458 - ] 4459 - 4460 - [[package]] 4461 - name = "string_enum" 4462 - version = "0.4.4" 4463 - source = "registry+https://github.com/rust-lang/crates.io-index" 4464 - checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90" 4465 - dependencies = [ 4466 - "proc-macro2", 4467 - "quote", 4468 - "swc_macros_common", 4469 - "syn", 4470 - ] 4471 - 4472 - [[package]] 4473 - name = "strsim" 4474 - version = "0.11.1" 4475 - source = "registry+https://github.com/rust-lang/crates.io-index" 4476 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4477 - 4478 - [[package]] 4479 - name = "subtle" 4480 - version = "2.6.1" 4481 - source = "registry+https://github.com/rust-lang/crates.io-index" 4482 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4483 - 4484 - [[package]] 4485 - name = "swc_atoms" 4486 - version = "0.6.7" 4487 - source = "registry+https://github.com/rust-lang/crates.io-index" 4488 - checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125" 4489 - dependencies = [ 4490 - "hstr", 4491 - "once_cell", 4492 - "rustc-hash 1.1.0", 4493 - "serde", 4494 - ] 4495 - 4496 - [[package]] 4497 - name = "swc_common" 4498 - version = "0.33.26" 4499 - source = "registry+https://github.com/rust-lang/crates.io-index" 4500 - checksum = "a2f9706038906e66f3919028f9f7a37f3ed552f1b85578e93f4468742e2da438" 4501 - dependencies = [ 4502 - "ast_node", 4503 - "better_scoped_tls", 4504 - "cfg-if", 4505 - "either", 4506 - "from_variant", 4507 - "new_debug_unreachable", 4508 - "num-bigint", 4509 - "once_cell", 4510 - "rustc-hash 1.1.0", 4511 - "serde", 4512 - "siphasher", 4513 - "swc_atoms", 4514 - "swc_eq_ignore_macros", 4515 - "swc_visit", 4516 - "tracing", 4517 - "unicode-width", 4518 - "url", 4519 - ] 4520 - 4521 - [[package]] 4522 - name = "swc_ecma_ast" 4523 - version = "0.113.7" 4524 - source = "registry+https://github.com/rust-lang/crates.io-index" 4525 - checksum = "98a534a8360a076a030989f6d121ba6044345594bdf0457c4629f432742026b8" 4526 - dependencies = [ 4527 - "bitflags 2.6.0", 4528 - "is-macro", 4529 - "num-bigint", 4530 - "phf", 4531 - "scoped-tls", 4532 - "string_enum", 4533 - "swc_atoms", 4534 - "swc_common", 4535 - "unicode-id-start", 4536 - ] 4537 - 4538 - [[package]] 4539 - name = "swc_ecma_parser" 4540 - version = "0.144.3" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "fc0b4193b9c127db1990a5a08111aafe0122bc8b138646807c63f2a6521b7da4" 4543 - dependencies = [ 4544 - "either", 4545 - "new_debug_unreachable", 4546 - "num-bigint", 4547 - "num-traits", 4548 - "phf", 4549 - "serde", 4550 - "smallvec", 4551 - "smartstring", 4552 - "stacker", 4553 - "swc_atoms", 4554 - "swc_common", 4555 - "swc_ecma_ast", 4556 - "tracing", 4557 - "typed-arena", 4558 - ] 4559 - 4560 - [[package]] 4561 - name = "swc_ecma_visit" 4562 - version = "0.99.1" 4563 - source = "registry+https://github.com/rust-lang/crates.io-index" 4564 - checksum = "28a6ce28ad8e591f8d627f1f9cb26b25e5d83052a9bc1b674d95fc28040cfa98" 4565 - dependencies = [ 4566 - "num-bigint", 4567 - "swc_atoms", 4568 - "swc_common", 4569 - "swc_ecma_ast", 4570 - "swc_visit", 4571 - "tracing", 4572 - ] 4573 - 4574 - [[package]] 4575 - name = "swc_eq_ignore_macros" 4576 - version = "0.1.3" 4577 - source = "registry+https://github.com/rust-lang/crates.io-index" 4578 - checksum = "695a1d8b461033d32429b5befbf0ad4d7a2c4d6ba9cd5ba4e0645c615839e8e4" 4579 - dependencies = [ 4580 - "proc-macro2", 4581 - "quote", 4582 - "syn", 4583 - ] 4584 - 4585 - [[package]] 4586 - name = "swc_macros_common" 4587 - version = "0.3.11" 4588 - source = "registry+https://github.com/rust-lang/crates.io-index" 4589 - checksum = "91745f3561057493d2da768437c427c0e979dff7396507ae02f16c981c4a8466" 4590 - dependencies = [ 4591 - "proc-macro2", 4592 - "quote", 4593 - "syn", 4594 - ] 4595 - 4596 - [[package]] 4597 - name = "swc_visit" 4598 - version = "0.5.14" 4599 - source = "registry+https://github.com/rust-lang/crates.io-index" 4600 - checksum = "043d11fe683dcb934583ead49405c0896a5af5face522e4682c16971ef7871b9" 4601 - dependencies = [ 4602 - "either", 4603 - "swc_visit_macros", 4604 - ] 4605 - 4606 - [[package]] 4607 - name = "swc_visit_macros" 4608 - version = "0.5.12" 4609 - source = "registry+https://github.com/rust-lang/crates.io-index" 4610 - checksum = "4ae9ef18ff8daffa999f729db056d2821cd2f790f3a11e46422d19f46bb193e7" 4611 - dependencies = [ 4612 - "Inflector", 4613 - "proc-macro2", 4614 - "quote", 4615 - "swc_macros_common", 4616 - "syn", 4617 - ] 4618 - 4619 - [[package]] 4620 - name = "symbolic" 4621 - version = "12.9.2" 4622 - source = "registry+https://github.com/rust-lang/crates.io-index" 4623 - checksum = "85aabcf85c883278298596217d678c8d3ca256445d732eac59303ce04863c46f" 4624 - dependencies = [ 4625 - "symbolic-cfi", 4626 - "symbolic-common", 4627 - "symbolic-debuginfo", 4628 - "symbolic-demangle", 4629 - "symbolic-il2cpp", 4630 - "symbolic-ppdb", 4631 - "symbolic-sourcemapcache", 4632 - "symbolic-symcache", 4633 - ] 4634 - 4635 - [[package]] 4636 - name = "symbolic-cfi" 4637 - version = "12.9.2" 4638 - source = "registry+https://github.com/rust-lang/crates.io-index" 4639 - checksum = "63ed43f6b8769d681296cbbf6f108bed81465f04f3bc3358d0cd76dcc6d8cd27" 4640 - dependencies = [ 4641 - "symbolic-common", 4642 - "symbolic-debuginfo", 4643 - "thiserror", 4644 - ] 4645 - 4646 - [[package]] 4647 - name = "symbolic-common" 4648 - version = "12.9.2" 4649 - source = "registry+https://github.com/rust-lang/crates.io-index" 4650 - checksum = "71297dc3e250f7dbdf8adb99e235da783d690f5819fdeb4cce39d9cfb0aca9f1" 4651 - dependencies = [ 4652 - "debugid", 4653 - "memmap2", 4654 - "serde", 4655 - "stable_deref_trait", 4656 - "uuid", 4657 - ] 4658 - 4659 - [[package]] 4660 - name = "symbolic-debuginfo" 4661 - version = "12.9.2" 4662 - source = "registry+https://github.com/rust-lang/crates.io-index" 4663 - checksum = "abdc791ca87a69a5d09913d87f1e5ac95229be414ec0ff6c0fe2ddff6199f3b6" 4664 - dependencies = [ 4665 - "debugid", 4666 - "dmsort", 4667 - "elementtree", 4668 - "elsa", 4669 - "fallible-iterator 0.3.0", 4670 - "flate2", 4671 - "gimli 0.30.0", 4672 - "goblin", 4673 - "lazy_static", 4674 - "nom", 4675 - "nom-supreme", 4676 - "once_cell", 4677 - "parking_lot", 4678 - "pdb-addr2line", 4679 - "regex", 4680 - "scroll 0.12.0", 4681 - "serde", 4682 - "serde_json", 4683 - "smallvec", 4684 - "symbolic-common", 4685 - "symbolic-ppdb", 4686 - "thiserror", 4687 - "wasmparser", 4688 - "zip", 4689 - "zstd", 4690 - ] 4691 - 4692 - [[package]] 4693 - name = "symbolic-demangle" 4694 - version = "12.9.2" 4695 - source = "registry+https://github.com/rust-lang/crates.io-index" 4696 - checksum = "424fa2c9bf2c862891b9cfd354a752751a6730fd838a4691e7f6c2c7957b9daf" 4697 - dependencies = [ 4698 - "cc", 4699 - "cpp_demangle", 4700 - "msvc-demangler", 4701 - "rustc-demangle", 4702 - "symbolic-common", 4703 - ] 4704 - 4705 - [[package]] 4706 - name = "symbolic-il2cpp" 4707 - version = "12.9.2" 4708 - source = "registry+https://github.com/rust-lang/crates.io-index" 4709 - checksum = "88cc2a0a415e3cb2dfb900f6f5b3abf5ccd356c236927b36b3d09046175acbde" 4710 - dependencies = [ 4711 - "indexmap", 4712 - "serde_json", 4713 - "symbolic-common", 4714 - "symbolic-debuginfo", 4715 - ] 4716 - 4717 - [[package]] 4718 - name = "symbolic-ppdb" 4719 - version = "12.9.2" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "92ccffa1e6b313c007dddcc3a91166a64055a0a956e1429ee179a808fa3b2c62" 4722 - dependencies = [ 4723 - "flate2", 4724 - "indexmap", 4725 - "serde", 4726 - "serde_json", 4727 - "symbolic-common", 4728 - "thiserror", 4729 - "uuid", 4730 - "watto", 4731 - ] 4732 - 4733 - [[package]] 4734 - name = "symbolic-sourcemapcache" 4735 - version = "12.9.2" 4736 - source = "registry+https://github.com/rust-lang/crates.io-index" 4737 - checksum = "a8fbfcf544adcb5173629d64ae663c8d7789760367a37bf9474051871a7ea7f8" 4738 - dependencies = [ 4739 - "itertools 0.13.0", 4740 - "js-source-scopes", 4741 - "sourcemap", 4742 - "symbolic-common", 4743 - "thiserror", 4744 - "tracing", 4745 - "watto", 4746 - ] 4747 - 4748 - [[package]] 4749 - name = "symbolic-symcache" 4750 - version = "12.9.2" 4751 - source = "registry+https://github.com/rust-lang/crates.io-index" 4752 - checksum = "1cb772d8bea63f0cc1cbb0690bbd3d955a27746e380954d7e1a30e88d7aaecd5" 4753 - dependencies = [ 4754 - "indexmap", 4755 - "symbolic-common", 4756 - "symbolic-debuginfo", 4757 - "symbolic-il2cpp", 4758 - "thiserror", 4759 - "tracing", 4760 - "watto", 4761 - ] 4762 - 4763 - [[package]] 4764 - name = "symbolicator" 4765 - version = "24.7.1" 4766 - dependencies = [ 4767 - "anyhow", 4768 - "axum", 4769 - "axum-server", 4770 - "clap", 4771 - "console", 4772 - "futures", 4773 - "hostname 0.4.0", 4774 - "insta", 4775 - "jemallocator", 4776 - "reqwest", 4777 - "sentry", 4778 - "serde", 4779 - "serde_json", 4780 - "symbolic", 4781 - "symbolicator-crash", 4782 - "symbolicator-js", 4783 - "symbolicator-native", 4784 - "symbolicator-proguard", 4785 - "symbolicator-service", 4786 - "symbolicator-sources", 4787 - "symbolicator-test", 4788 - "tempfile", 4789 - "thiserror", 4790 - "tokio", 4791 - "tokio-metrics", 4792 - "tokio-util", 4793 - "tower", 4794 - "tower-layer", 4795 - "tower-service", 4796 - "tracing", 4797 - "tracing-subscriber", 4798 - "uuid", 4799 - ] 4800 - 4801 - [[package]] 4802 - name = "symbolicator-crash" 4803 - version = "24.7.1" 4804 - dependencies = [ 4805 - "bindgen", 4806 - "cmake", 4807 - ] 4808 - 4809 - [[package]] 4810 - name = "symbolicator-js" 4811 - version = "24.7.1" 4812 - dependencies = [ 4813 - "data-url", 4814 - "futures", 4815 - "humantime", 4816 - "insta", 4817 - "moka", 4818 - "once_cell", 4819 - "regex", 4820 - "reqwest", 4821 - "sentry", 4822 - "serde", 4823 - "serde_json", 4824 - "sha2", 4825 - "symbolic", 4826 - "symbolicator-service", 4827 - "symbolicator-sources", 4828 - "symbolicator-test", 4829 - "tempfile", 4830 - "tokio", 4831 - "tracing", 4832 - "url", 4833 - ] 4834 - 4835 - [[package]] 4836 - name = "symbolicator-native" 4837 - version = "24.7.1" 4838 - dependencies = [ 4839 - "anyhow", 4840 - "apple-crash-report-parser", 4841 - "async-trait", 4842 - "chrono", 4843 - "futures", 4844 - "insta", 4845 - "minidump", 4846 - "minidump-processor", 4847 - "minidump-unwind", 4848 - "moka", 4849 - "once_cell", 4850 - "regex", 4851 - "sentry", 4852 - "serde", 4853 - "serde_json", 4854 - "symbolic", 4855 - "symbolicator-service", 4856 - "symbolicator-sources", 4857 - "symbolicator-test", 4858 - "tempfile", 4859 - "test-assembler", 4860 - "thiserror", 4861 - "tokio", 4862 - "tracing", 4863 - "url", 4864 - ] 4865 - 4866 - [[package]] 4867 - name = "symbolicator-proguard" 4868 - version = "24.7.1" 4869 - dependencies = [ 4870 - "futures", 4871 - "insta", 4872 - "proguard", 4873 - "serde", 4874 - "serde_json", 4875 - "symbolic", 4876 - "symbolicator-service", 4877 - "symbolicator-sources", 4878 - "symbolicator-test", 4879 - "tempfile", 4880 - "tokio", 4881 - "tracing", 4882 - ] 4883 - 4884 - [[package]] 4885 - name = "symbolicator-service" 4886 - version = "24.7.1" 4887 - dependencies = [ 4888 - "anyhow", 4889 - "aws-config", 4890 - "aws-credential-types", 4891 - "aws-sdk-s3", 4892 - "cadence", 4893 - "chrono", 4894 - "crossbeam-utils", 4895 - "filetime", 4896 - "flate2", 4897 - "futures", 4898 - "gcp_auth", 4899 - "humantime", 4900 - "humantime-serde", 4901 - "idna 1.0.2", 4902 - "ipnetwork", 4903 - "jsonwebtoken", 4904 - "moka", 4905 - "once_cell", 4906 - "rand", 4907 - "reqwest", 4908 - "rustc-hash 2.0.0", 4909 - "sentry", 4910 - "serde", 4911 - "serde_json", 4912 - "serde_yaml", 4913 - "sha-1", 4914 - "sha2", 4915 - "symbolic", 4916 - "symbolicator-sources", 4917 - "symbolicator-test", 4918 - "tempfile", 4919 - "thiserror", 4920 - "thread_local", 4921 - "tokio", 4922 - "tokio-util", 4923 - "tracing", 4924 - "tracing-subscriber", 4925 - "url", 4926 - "uuid", 4927 - "zip", 4928 - "zstd", 4929 - ] 4930 - 4931 - [[package]] 4932 - name = "symbolicator-sources" 4933 - version = "24.7.1" 4934 - dependencies = [ 4935 - "anyhow", 4936 - "aws-types", 4937 - "glob", 4938 - "insta", 4939 - "once_cell", 4940 - "serde", 4941 - "serde_yaml", 4942 - "symbolic", 4943 - "url", 4944 - ] 4945 - 4946 - [[package]] 4947 - name = "symbolicator-stress" 4948 - version = "24.7.1" 4949 - dependencies = [ 4950 - "anyhow", 4951 - "axum", 4952 - "clap", 4953 - "futures", 4954 - "humantime", 4955 - "jemallocator", 4956 - "sentry", 4957 - "serde", 4958 - "serde_json", 4959 - "serde_yaml", 4960 - "sketches-ddsketch", 4961 - "symbolicator-js", 4962 - "symbolicator-native", 4963 - "symbolicator-service", 4964 - "symbolicator-test", 4965 - "tempfile", 4966 - "tokio", 4967 - ] 4968 - 4969 - [[package]] 4970 - name = "symbolicator-test" 4971 - version = "24.7.1" 4972 - dependencies = [ 4973 - "axum", 4974 - "humantime", 4975 - "insta", 4976 - "regex", 4977 - "reqwest", 4978 - "serde", 4979 - "serde_json", 4980 - "symbolicator-sources", 4981 - "tempfile", 4982 - "tokio", 4983 - "tower-http", 4984 - "tracing-subscriber", 4985 - ] 4986 - 4987 - [[package]] 4988 - name = "symbolicli" 4989 - version = "24.7.1" 4990 - dependencies = [ 4991 - "anyhow", 4992 - "clap", 4993 - "dirs", 4994 - "prettytable-rs", 4995 - "reqwest", 4996 - "serde", 4997 - "serde_json", 4998 - "symbolic", 4999 - "symbolicator-js", 5000 - "symbolicator-native", 5001 - "symbolicator-service", 5002 - "symbolicator-sources", 5003 - "tempfile", 5004 - "tokio", 5005 - "toml", 5006 - "tracing", 5007 - "tracing-subscriber", 5008 - ] 5009 - 5010 - [[package]] 5011 - name = "symsorter" 5012 - version = "24.7.1" 5013 - dependencies = [ 5014 - "anyhow", 5015 - "chrono", 5016 - "clap", 5017 - "console", 5018 - "once_cell", 5019 - "rayon", 5020 - "regex", 5021 - "serde", 5022 - "serde_json", 5023 - "symbolic", 5024 - "walkdir", 5025 - "zip", 5026 - "zstd", 5027 - ] 5028 - 5029 - [[package]] 5030 - name = "syn" 5031 - version = "2.0.70" 5032 - source = "registry+https://github.com/rust-lang/crates.io-index" 5033 - checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16" 5034 - dependencies = [ 5035 - "proc-macro2", 5036 - "quote", 5037 - "unicode-ident", 5038 - ] 5039 - 5040 - [[package]] 5041 - name = "sync_wrapper" 5042 - version = "0.1.2" 5043 - source = "registry+https://github.com/rust-lang/crates.io-index" 5044 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 5045 - 5046 - [[package]] 5047 - name = "sync_wrapper" 5048 - version = "1.0.1" 5049 - source = "registry+https://github.com/rust-lang/crates.io-index" 5050 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 5051 - 5052 - [[package]] 5053 - name = "synstructure" 5054 - version = "0.13.1" 5055 - source = "registry+https://github.com/rust-lang/crates.io-index" 5056 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5057 - dependencies = [ 5058 - "proc-macro2", 5059 - "quote", 5060 - "syn", 5061 - ] 5062 - 5063 - [[package]] 5064 - name = "system-configuration" 5065 - version = "0.5.1" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 5068 - dependencies = [ 5069 - "bitflags 1.3.2", 5070 - "core-foundation", 5071 - "system-configuration-sys", 5072 - ] 5073 - 5074 - [[package]] 5075 - name = "system-configuration-sys" 5076 - version = "0.5.0" 5077 - source = "registry+https://github.com/rust-lang/crates.io-index" 5078 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 5079 - dependencies = [ 5080 - "core-foundation-sys", 5081 - "libc", 5082 - ] 5083 - 5084 - [[package]] 5085 - name = "tagptr" 5086 - version = "0.2.0" 5087 - source = "registry+https://github.com/rust-lang/crates.io-index" 5088 - checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5089 - 5090 - [[package]] 5091 - name = "tap" 5092 - version = "1.0.1" 5093 - source = "registry+https://github.com/rust-lang/crates.io-index" 5094 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5095 - 5096 - [[package]] 5097 - name = "tempfile" 5098 - version = "3.10.1" 5099 - source = "registry+https://github.com/rust-lang/crates.io-index" 5100 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5101 - dependencies = [ 5102 - "cfg-if", 5103 - "fastrand", 5104 - "rustix", 5105 - "windows-sys 0.52.0", 5106 - ] 5107 - 5108 - [[package]] 5109 - name = "term" 5110 - version = "0.7.0" 5111 - source = "registry+https://github.com/rust-lang/crates.io-index" 5112 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 5113 - dependencies = [ 5114 - "dirs-next", 5115 - "rustversion", 5116 - "winapi", 5117 - ] 5118 - 5119 - [[package]] 5120 - name = "test-assembler" 5121 - version = "0.1.6" 5122 - source = "registry+https://github.com/rust-lang/crates.io-index" 5123 - checksum = "9a6da51de149453f5c43fa67d5e73cccd75b3c5727a38a2f18c5f3c47f2db582" 5124 - dependencies = [ 5125 - "byteorder", 5126 - ] 5127 - 5128 - [[package]] 5129 - name = "thiserror" 5130 - version = "1.0.61" 5131 - source = "registry+https://github.com/rust-lang/crates.io-index" 5132 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 5133 - dependencies = [ 5134 - "thiserror-impl", 5135 - ] 5136 - 5137 - [[package]] 5138 - name = "thiserror-impl" 5139 - version = "1.0.61" 5140 - source = "registry+https://github.com/rust-lang/crates.io-index" 5141 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 5142 - dependencies = [ 5143 - "proc-macro2", 5144 - "quote", 5145 - "syn", 5146 - ] 5147 - 5148 - [[package]] 5149 - name = "thread_local" 5150 - version = "1.1.8" 5151 - source = "registry+https://github.com/rust-lang/crates.io-index" 5152 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5153 - dependencies = [ 5154 - "cfg-if", 5155 - "once_cell", 5156 - ] 5157 - 5158 - [[package]] 5159 - name = "time" 5160 - version = "0.3.36" 5161 - source = "registry+https://github.com/rust-lang/crates.io-index" 5162 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5163 - dependencies = [ 5164 - "deranged", 5165 - "itoa", 5166 - "num-conv", 5167 - "powerfmt", 5168 - "serde", 5169 - "time-core", 5170 - "time-macros", 5171 - ] 5172 - 5173 - [[package]] 5174 - name = "time-core" 5175 - version = "0.1.2" 5176 - source = "registry+https://github.com/rust-lang/crates.io-index" 5177 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5178 - 5179 - [[package]] 5180 - name = "time-macros" 5181 - version = "0.2.18" 5182 - source = "registry+https://github.com/rust-lang/crates.io-index" 5183 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5184 - dependencies = [ 5185 - "num-conv", 5186 - "time-core", 5187 - ] 5188 - 5189 - [[package]] 5190 - name = "tinystr" 5191 - version = "0.7.6" 5192 - source = "registry+https://github.com/rust-lang/crates.io-index" 5193 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5194 - dependencies = [ 5195 - "displaydoc", 5196 - "zerovec", 5197 - ] 5198 - 5199 - [[package]] 5200 - name = "tinyvec" 5201 - version = "1.8.0" 5202 - source = "registry+https://github.com/rust-lang/crates.io-index" 5203 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5204 - dependencies = [ 5205 - "tinyvec_macros", 5206 - ] 5207 - 5208 - [[package]] 5209 - name = "tinyvec_macros" 5210 - version = "0.1.1" 5211 - source = "registry+https://github.com/rust-lang/crates.io-index" 5212 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5213 - 5214 - [[package]] 5215 - name = "tokio" 5216 - version = "1.38.0" 5217 - source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 5219 - dependencies = [ 5220 - "backtrace", 5221 - "bytes", 5222 - "libc", 5223 - "mio", 5224 - "num_cpus", 5225 - "pin-project-lite", 5226 - "signal-hook-registry", 5227 - "socket2", 5228 - "tokio-macros", 5229 - "windows-sys 0.48.0", 5230 - ] 5231 - 5232 - [[package]] 5233 - name = "tokio-macros" 5234 - version = "2.3.0" 5235 - source = "registry+https://github.com/rust-lang/crates.io-index" 5236 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 5237 - dependencies = [ 5238 - "proc-macro2", 5239 - "quote", 5240 - "syn", 5241 - ] 5242 - 5243 - [[package]] 5244 - name = "tokio-metrics" 5245 - version = "0.3.1" 5246 - source = "registry+https://github.com/rust-lang/crates.io-index" 5247 - checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112" 5248 - dependencies = [ 5249 - "futures-util", 5250 - "pin-project-lite", 5251 - "tokio", 5252 - "tokio-stream", 5253 - ] 5254 - 5255 - [[package]] 5256 - name = "tokio-native-tls" 5257 - version = "0.3.1" 5258 - source = "registry+https://github.com/rust-lang/crates.io-index" 5259 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5260 - dependencies = [ 5261 - "native-tls", 5262 - "tokio", 5263 - ] 5264 - 5265 - [[package]] 5266 - name = "tokio-rustls" 5267 - version = "0.24.1" 5268 - source = "registry+https://github.com/rust-lang/crates.io-index" 5269 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 5270 - dependencies = [ 5271 - "rustls 0.21.12", 5272 - "tokio", 5273 - ] 5274 - 5275 - [[package]] 5276 - name = "tokio-rustls" 5277 - version = "0.26.0" 5278 - source = "registry+https://github.com/rust-lang/crates.io-index" 5279 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5280 - dependencies = [ 5281 - "rustls 0.23.11", 5282 - "rustls-pki-types", 5283 - "tokio", 5284 - ] 5285 - 5286 - [[package]] 5287 - name = "tokio-stream" 5288 - version = "0.1.15" 5289 - source = "registry+https://github.com/rust-lang/crates.io-index" 5290 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 5291 - dependencies = [ 5292 - "futures-core", 5293 - "pin-project-lite", 5294 - "tokio", 5295 - ] 5296 - 5297 - [[package]] 5298 - name = "tokio-util" 5299 - version = "0.7.11" 5300 - source = "registry+https://github.com/rust-lang/crates.io-index" 5301 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 5302 - dependencies = [ 5303 - "bytes", 5304 - "futures-core", 5305 - "futures-sink", 5306 - "pin-project-lite", 5307 - "tokio", 5308 - ] 5309 - 5310 - [[package]] 5311 - name = "toml" 5312 - version = "0.8.14" 5313 - source = "registry+https://github.com/rust-lang/crates.io-index" 5314 - checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 5315 - dependencies = [ 5316 - "serde", 5317 - "serde_spanned", 5318 - "toml_datetime", 5319 - "toml_edit", 5320 - ] 5321 - 5322 - [[package]] 5323 - name = "toml_datetime" 5324 - version = "0.6.6" 5325 - source = "registry+https://github.com/rust-lang/crates.io-index" 5326 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 5327 - dependencies = [ 5328 - "serde", 5329 - ] 5330 - 5331 - [[package]] 5332 - name = "toml_edit" 5333 - version = "0.22.15" 5334 - source = "registry+https://github.com/rust-lang/crates.io-index" 5335 - checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1" 5336 - dependencies = [ 5337 - "indexmap", 5338 - "serde", 5339 - "serde_spanned", 5340 - "toml_datetime", 5341 - "winnow", 5342 - ] 5343 - 5344 - [[package]] 5345 - name = "tower" 5346 - version = "0.4.13" 5347 - source = "registry+https://github.com/rust-lang/crates.io-index" 5348 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5349 - dependencies = [ 5350 - "futures-core", 5351 - "futures-util", 5352 - "pin-project", 5353 - "pin-project-lite", 5354 - "tokio", 5355 - "tower-layer", 5356 - "tower-service", 5357 - "tracing", 5358 - ] 5359 - 5360 - [[package]] 5361 - name = "tower-http" 5362 - version = "0.5.2" 5363 - source = "registry+https://github.com/rust-lang/crates.io-index" 5364 - checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 5365 - dependencies = [ 5366 - "bitflags 2.6.0", 5367 - "bytes", 5368 - "futures-util", 5369 - "http 1.1.0", 5370 - "http-body 1.0.0", 5371 - "http-body-util", 5372 - "http-range-header", 5373 - "httpdate", 5374 - "mime", 5375 - "mime_guess", 5376 - "percent-encoding", 5377 - "pin-project-lite", 5378 - "tokio", 5379 - "tokio-util", 5380 - "tower-layer", 5381 - "tower-service", 5382 - "tracing", 5383 - ] 5384 - 5385 - [[package]] 5386 - name = "tower-layer" 5387 - version = "0.3.2" 5388 - source = "registry+https://github.com/rust-lang/crates.io-index" 5389 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 5390 - 5391 - [[package]] 5392 - name = "tower-service" 5393 - version = "0.3.2" 5394 - source = "registry+https://github.com/rust-lang/crates.io-index" 5395 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 5396 - 5397 - [[package]] 5398 - name = "tracing" 5399 - version = "0.1.40" 5400 - source = "registry+https://github.com/rust-lang/crates.io-index" 5401 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5402 - dependencies = [ 5403 - "log", 5404 - "pin-project-lite", 5405 - "tracing-attributes", 5406 - "tracing-core", 5407 - ] 5408 - 5409 - [[package]] 5410 - name = "tracing-attributes" 5411 - version = "0.1.27" 5412 - source = "registry+https://github.com/rust-lang/crates.io-index" 5413 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5414 - dependencies = [ 5415 - "proc-macro2", 5416 - "quote", 5417 - "syn", 5418 - ] 5419 - 5420 - [[package]] 5421 - name = "tracing-core" 5422 - version = "0.1.32" 5423 - source = "registry+https://github.com/rust-lang/crates.io-index" 5424 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5425 - dependencies = [ 5426 - "once_cell", 5427 - "valuable", 5428 - ] 5429 - 5430 - [[package]] 5431 - name = "tracing-futures" 5432 - version = "0.2.5" 5433 - source = "registry+https://github.com/rust-lang/crates.io-index" 5434 - checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 5435 - dependencies = [ 5436 - "pin-project", 5437 - "tracing", 5438 - ] 5439 - 5440 - [[package]] 5441 - name = "tracing-log" 5442 - version = "0.2.0" 5443 - source = "registry+https://github.com/rust-lang/crates.io-index" 5444 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5445 - dependencies = [ 5446 - "log", 5447 - "once_cell", 5448 - "tracing-core", 5449 - ] 5450 - 5451 - [[package]] 5452 - name = "tracing-serde" 5453 - version = "0.1.3" 5454 - source = "registry+https://github.com/rust-lang/crates.io-index" 5455 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 5456 - dependencies = [ 5457 - "serde", 5458 - "tracing-core", 5459 - ] 5460 - 5461 - [[package]] 5462 - name = "tracing-subscriber" 5463 - version = "0.3.18" 5464 - source = "registry+https://github.com/rust-lang/crates.io-index" 5465 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5466 - dependencies = [ 5467 - "matchers", 5468 - "nu-ansi-term", 5469 - "once_cell", 5470 - "regex", 5471 - "serde", 5472 - "serde_json", 5473 - "sharded-slab", 5474 - "smallvec", 5475 - "thread_local", 5476 - "time", 5477 - "tracing", 5478 - "tracing-core", 5479 - "tracing-log", 5480 - "tracing-serde", 5481 - ] 5482 - 5483 - [[package]] 5484 - name = "triomphe" 5485 - version = "0.1.11" 5486 - source = "registry+https://github.com/rust-lang/crates.io-index" 5487 - checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" 5488 - dependencies = [ 5489 - "serde", 5490 - "stable_deref_trait", 5491 - ] 5492 - 5493 - [[package]] 5494 - name = "try-lock" 5495 - version = "0.2.5" 5496 - source = "registry+https://github.com/rust-lang/crates.io-index" 5497 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5498 - 5499 - [[package]] 5500 - name = "typed-arena" 5501 - version = "2.0.2" 5502 - source = "registry+https://github.com/rust-lang/crates.io-index" 5503 - checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 5504 - 5505 - [[package]] 5506 - name = "typenum" 5507 - version = "1.17.0" 5508 - source = "registry+https://github.com/rust-lang/crates.io-index" 5509 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5510 - 5511 - [[package]] 5512 - name = "ucd-trie" 5513 - version = "0.1.6" 5514 - source = "registry+https://github.com/rust-lang/crates.io-index" 5515 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 5516 - 5517 - [[package]] 5518 - name = "uname" 5519 - version = "0.1.1" 5520 - source = "registry+https://github.com/rust-lang/crates.io-index" 5521 - checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" 5522 - dependencies = [ 5523 - "libc", 5524 - ] 5525 - 5526 - [[package]] 5527 - name = "unicase" 5528 - version = "2.7.0" 5529 - source = "registry+https://github.com/rust-lang/crates.io-index" 5530 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 5531 - dependencies = [ 5532 - "version_check", 5533 - ] 5534 - 5535 - [[package]] 5536 - name = "unicode-bidi" 5537 - version = "0.3.15" 5538 - source = "registry+https://github.com/rust-lang/crates.io-index" 5539 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5540 - 5541 - [[package]] 5542 - name = "unicode-id-start" 5543 - version = "1.0.4" 5544 - source = "registry+https://github.com/rust-lang/crates.io-index" 5545 - checksum = "02aebfa694eccbbbffdd92922c7de136b9fe764396d2f10e21bce1681477cfc1" 5546 - 5547 - [[package]] 5548 - name = "unicode-ident" 5549 - version = "1.0.12" 5550 - source = "registry+https://github.com/rust-lang/crates.io-index" 5551 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 5552 - 5553 - [[package]] 5554 - name = "unicode-normalization" 5555 - version = "0.1.23" 5556 - source = "registry+https://github.com/rust-lang/crates.io-index" 5557 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 5558 - dependencies = [ 5559 - "tinyvec", 5560 - ] 5561 - 5562 - [[package]] 5563 - name = "unicode-width" 5564 - version = "0.1.13" 5565 - source = "registry+https://github.com/rust-lang/crates.io-index" 5566 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 5567 - 5568 - [[package]] 5569 - name = "unsafe-libyaml" 5570 - version = "0.2.11" 5571 - source = "registry+https://github.com/rust-lang/crates.io-index" 5572 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5573 - 5574 - [[package]] 5575 - name = "untrusted" 5576 - version = "0.9.0" 5577 - source = "registry+https://github.com/rust-lang/crates.io-index" 5578 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5579 - 5580 - [[package]] 5581 - name = "ureq" 5582 - version = "2.10.0" 5583 - source = "registry+https://github.com/rust-lang/crates.io-index" 5584 - checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea" 5585 - dependencies = [ 5586 - "base64 0.22.1", 5587 - "log", 5588 - "native-tls", 5589 - "once_cell", 5590 - "url", 5591 - ] 5592 - 5593 - [[package]] 5594 - name = "url" 5595 - version = "2.5.2" 5596 - source = "registry+https://github.com/rust-lang/crates.io-index" 5597 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5598 - dependencies = [ 5599 - "form_urlencoded", 5600 - "idna 0.5.0", 5601 - "percent-encoding", 5602 - "serde", 5603 - ] 5604 - 5605 - [[package]] 5606 - name = "urlencoding" 5607 - version = "2.1.3" 5608 - source = "registry+https://github.com/rust-lang/crates.io-index" 5609 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5610 - 5611 - [[package]] 5612 - name = "utf16_iter" 5613 - version = "1.0.5" 5614 - source = "registry+https://github.com/rust-lang/crates.io-index" 5615 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 5616 - 5617 - [[package]] 5618 - name = "utf8_iter" 5619 - version = "1.0.4" 5620 - source = "registry+https://github.com/rust-lang/crates.io-index" 5621 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5622 - 5623 - [[package]] 5624 - name = "utf8parse" 5625 - version = "0.2.2" 5626 - source = "registry+https://github.com/rust-lang/crates.io-index" 5627 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5628 - 5629 - [[package]] 5630 - name = "uuid" 5631 - version = "1.10.0" 5632 - source = "registry+https://github.com/rust-lang/crates.io-index" 5633 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 5634 - dependencies = [ 5635 - "getrandom", 5636 - "serde", 5637 - ] 5638 - 5639 - [[package]] 5640 - name = "valuable" 5641 - version = "0.1.0" 5642 - source = "registry+https://github.com/rust-lang/crates.io-index" 5643 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5644 - 5645 - [[package]] 5646 - name = "vcpkg" 5647 - version = "0.2.15" 5648 - source = "registry+https://github.com/rust-lang/crates.io-index" 5649 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5650 - 5651 - [[package]] 5652 - name = "version_check" 5653 - version = "0.9.4" 5654 - source = "registry+https://github.com/rust-lang/crates.io-index" 5655 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5656 - 5657 - [[package]] 5658 - name = "vsimd" 5659 - version = "0.8.0" 5660 - source = "registry+https://github.com/rust-lang/crates.io-index" 5661 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 5662 - 5663 - [[package]] 5664 - name = "walkdir" 5665 - version = "2.5.0" 5666 - source = "registry+https://github.com/rust-lang/crates.io-index" 5667 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5668 - dependencies = [ 5669 - "same-file", 5670 - "winapi-util", 5671 - ] 5672 - 5673 - [[package]] 5674 - name = "want" 5675 - version = "0.3.1" 5676 - source = "registry+https://github.com/rust-lang/crates.io-index" 5677 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5678 - dependencies = [ 5679 - "try-lock", 5680 - ] 5681 - 5682 - [[package]] 5683 - name = "wasi" 5684 - version = "0.11.0+wasi-snapshot-preview1" 5685 - source = "registry+https://github.com/rust-lang/crates.io-index" 5686 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5687 - 5688 - [[package]] 5689 - name = "wasm-bindgen" 5690 - version = "0.2.92" 5691 - source = "registry+https://github.com/rust-lang/crates.io-index" 5692 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 5693 - dependencies = [ 5694 - "cfg-if", 5695 - "wasm-bindgen-macro", 5696 - ] 5697 - 5698 - [[package]] 5699 - name = "wasm-bindgen-backend" 5700 - version = "0.2.92" 5701 - source = "registry+https://github.com/rust-lang/crates.io-index" 5702 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 5703 - dependencies = [ 5704 - "bumpalo", 5705 - "log", 5706 - "once_cell", 5707 - "proc-macro2", 5708 - "quote", 5709 - "syn", 5710 - "wasm-bindgen-shared", 5711 - ] 5712 - 5713 - [[package]] 5714 - name = "wasm-bindgen-futures" 5715 - version = "0.4.42" 5716 - source = "registry+https://github.com/rust-lang/crates.io-index" 5717 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 5718 - dependencies = [ 5719 - "cfg-if", 5720 - "js-sys", 5721 - "wasm-bindgen", 5722 - "web-sys", 5723 - ] 5724 - 5725 - [[package]] 5726 - name = "wasm-bindgen-macro" 5727 - version = "0.2.92" 5728 - source = "registry+https://github.com/rust-lang/crates.io-index" 5729 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 5730 - dependencies = [ 5731 - "quote", 5732 - "wasm-bindgen-macro-support", 5733 - ] 5734 - 5735 - [[package]] 5736 - name = "wasm-bindgen-macro-support" 5737 - version = "0.2.92" 5738 - source = "registry+https://github.com/rust-lang/crates.io-index" 5739 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 5740 - dependencies = [ 5741 - "proc-macro2", 5742 - "quote", 5743 - "syn", 5744 - "wasm-bindgen-backend", 5745 - "wasm-bindgen-shared", 5746 - ] 5747 - 5748 - [[package]] 5749 - name = "wasm-bindgen-shared" 5750 - version = "0.2.92" 5751 - source = "registry+https://github.com/rust-lang/crates.io-index" 5752 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 5753 - 5754 - [[package]] 5755 - name = "wasm-split" 5756 - version = "24.7.1" 5757 - dependencies = [ 5758 - "anyhow", 5759 - "clap", 5760 - "hex", 5761 - "uuid", 5762 - "wasmbin", 5763 - ] 5764 - 5765 - [[package]] 5766 - name = "wasm-streams" 5767 - version = "0.4.0" 5768 - source = "registry+https://github.com/rust-lang/crates.io-index" 5769 - checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 5770 - dependencies = [ 5771 - "futures-util", 5772 - "js-sys", 5773 - "wasm-bindgen", 5774 - "wasm-bindgen-futures", 5775 - "web-sys", 5776 - ] 5777 - 5778 - [[package]] 5779 - name = "wasmbin" 5780 - version = "0.8.1" 5781 - source = "registry+https://github.com/rust-lang/crates.io-index" 5782 - checksum = "311322c49474a7490feac58b26e6b6b41fb0d4c6d4f3dae0c9736a9dcd77007a" 5783 - dependencies = [ 5784 - "custom_debug", 5785 - "leb128", 5786 - "once_cell", 5787 - "thiserror", 5788 - "wasmbin-derive", 5789 - ] 5790 - 5791 - [[package]] 5792 - name = "wasmbin-derive" 5793 - version = "0.2.3" 5794 - source = "registry+https://github.com/rust-lang/crates.io-index" 5795 - checksum = "3961bf864c790b5a06939f8f36d2a1a6be5bf0f926ddc25fb159b1766f2874db" 5796 - dependencies = [ 5797 - "proc-macro2", 5798 - "quote", 5799 - "syn", 5800 - "synstructure", 5801 - "thiserror", 5802 - ] 5803 - 5804 - [[package]] 5805 - name = "wasmparser" 5806 - version = "0.209.1" 5807 - source = "registry+https://github.com/rust-lang/crates.io-index" 5808 - checksum = "07035cc9a9b41e62d3bb3a3815a66ab87c993c06fe1cf6b2a3f2a18499d937db" 5809 - dependencies = [ 5810 - "ahash", 5811 - "bitflags 2.6.0", 5812 - "hashbrown", 5813 - "indexmap", 5814 - "semver 1.0.23", 5815 - "serde", 5816 - ] 5817 - 5818 - [[package]] 5819 - name = "watto" 5820 - version = "0.1.0" 5821 - source = "registry+https://github.com/rust-lang/crates.io-index" 5822 - checksum = "6746b5315e417144282a047ebb82260d45c92d09bf653fa9ec975e3809be942b" 5823 - dependencies = [ 5824 - "leb128", 5825 - "thiserror", 5826 - ] 5827 - 5828 - [[package]] 5829 - name = "web-sys" 5830 - version = "0.3.69" 5831 - source = "registry+https://github.com/rust-lang/crates.io-index" 5832 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 5833 - dependencies = [ 5834 - "js-sys", 5835 - "wasm-bindgen", 5836 - ] 5837 - 5838 - [[package]] 5839 - name = "which" 5840 - version = "4.4.2" 5841 - source = "registry+https://github.com/rust-lang/crates.io-index" 5842 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 5843 - dependencies = [ 5844 - "either", 5845 - "home", 5846 - "once_cell", 5847 - "rustix", 5848 - ] 5849 - 5850 - [[package]] 5851 - name = "widestring" 5852 - version = "1.1.0" 5853 - source = "registry+https://github.com/rust-lang/crates.io-index" 5854 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 5855 - 5856 - [[package]] 5857 - name = "winapi" 5858 - version = "0.3.9" 5859 - source = "registry+https://github.com/rust-lang/crates.io-index" 5860 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5861 - dependencies = [ 5862 - "winapi-i686-pc-windows-gnu", 5863 - "winapi-x86_64-pc-windows-gnu", 5864 - ] 5865 - 5866 - [[package]] 5867 - name = "winapi-i686-pc-windows-gnu" 5868 - version = "0.4.0" 5869 - source = "registry+https://github.com/rust-lang/crates.io-index" 5870 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5871 - 5872 - [[package]] 5873 - name = "winapi-util" 5874 - version = "0.1.8" 5875 - source = "registry+https://github.com/rust-lang/crates.io-index" 5876 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 5877 - dependencies = [ 5878 - "windows-sys 0.52.0", 5879 - ] 5880 - 5881 - [[package]] 5882 - name = "winapi-x86_64-pc-windows-gnu" 5883 - version = "0.4.0" 5884 - source = "registry+https://github.com/rust-lang/crates.io-index" 5885 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5886 - 5887 - [[package]] 5888 - name = "windows" 5889 - version = "0.52.0" 5890 - source = "registry+https://github.com/rust-lang/crates.io-index" 5891 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 5892 - dependencies = [ 5893 - "windows-core", 5894 - "windows-targets 0.52.6", 5895 - ] 5896 - 5897 - [[package]] 5898 - name = "windows-core" 5899 - version = "0.52.0" 5900 - source = "registry+https://github.com/rust-lang/crates.io-index" 5901 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5902 - dependencies = [ 5903 - "windows-targets 0.52.6", 5904 - ] 5905 - 5906 - [[package]] 5907 - name = "windows-sys" 5908 - version = "0.48.0" 5909 - source = "registry+https://github.com/rust-lang/crates.io-index" 5910 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5911 - dependencies = [ 5912 - "windows-targets 0.48.5", 5913 - ] 5914 - 5915 - [[package]] 5916 - name = "windows-sys" 5917 - version = "0.52.0" 5918 - source = "registry+https://github.com/rust-lang/crates.io-index" 5919 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5920 - dependencies = [ 5921 - "windows-targets 0.52.6", 5922 - ] 5923 - 5924 - [[package]] 5925 - name = "windows-targets" 5926 - version = "0.48.5" 5927 - source = "registry+https://github.com/rust-lang/crates.io-index" 5928 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5929 - dependencies = [ 5930 - "windows_aarch64_gnullvm 0.48.5", 5931 - "windows_aarch64_msvc 0.48.5", 5932 - "windows_i686_gnu 0.48.5", 5933 - "windows_i686_msvc 0.48.5", 5934 - "windows_x86_64_gnu 0.48.5", 5935 - "windows_x86_64_gnullvm 0.48.5", 5936 - "windows_x86_64_msvc 0.48.5", 5937 - ] 5938 - 5939 - [[package]] 5940 - name = "windows-targets" 5941 - version = "0.52.6" 5942 - source = "registry+https://github.com/rust-lang/crates.io-index" 5943 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5944 - dependencies = [ 5945 - "windows_aarch64_gnullvm 0.52.6", 5946 - "windows_aarch64_msvc 0.52.6", 5947 - "windows_i686_gnu 0.52.6", 5948 - "windows_i686_gnullvm", 5949 - "windows_i686_msvc 0.52.6", 5950 - "windows_x86_64_gnu 0.52.6", 5951 - "windows_x86_64_gnullvm 0.52.6", 5952 - "windows_x86_64_msvc 0.52.6", 5953 - ] 5954 - 5955 - [[package]] 5956 - name = "windows_aarch64_gnullvm" 5957 - version = "0.48.5" 5958 - source = "registry+https://github.com/rust-lang/crates.io-index" 5959 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5960 - 5961 - [[package]] 5962 - name = "windows_aarch64_gnullvm" 5963 - version = "0.52.6" 5964 - source = "registry+https://github.com/rust-lang/crates.io-index" 5965 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5966 - 5967 - [[package]] 5968 - name = "windows_aarch64_msvc" 5969 - version = "0.48.5" 5970 - source = "registry+https://github.com/rust-lang/crates.io-index" 5971 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5972 - 5973 - [[package]] 5974 - name = "windows_aarch64_msvc" 5975 - version = "0.52.6" 5976 - source = "registry+https://github.com/rust-lang/crates.io-index" 5977 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5978 - 5979 - [[package]] 5980 - name = "windows_i686_gnu" 5981 - version = "0.48.5" 5982 - source = "registry+https://github.com/rust-lang/crates.io-index" 5983 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5984 - 5985 - [[package]] 5986 - name = "windows_i686_gnu" 5987 - version = "0.52.6" 5988 - source = "registry+https://github.com/rust-lang/crates.io-index" 5989 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5990 - 5991 - [[package]] 5992 - name = "windows_i686_gnullvm" 5993 - version = "0.52.6" 5994 - source = "registry+https://github.com/rust-lang/crates.io-index" 5995 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5996 - 5997 - [[package]] 5998 - name = "windows_i686_msvc" 5999 - version = "0.48.5" 6000 - source = "registry+https://github.com/rust-lang/crates.io-index" 6001 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6002 - 6003 - [[package]] 6004 - name = "windows_i686_msvc" 6005 - version = "0.52.6" 6006 - source = "registry+https://github.com/rust-lang/crates.io-index" 6007 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6008 - 6009 - [[package]] 6010 - name = "windows_x86_64_gnu" 6011 - version = "0.48.5" 6012 - source = "registry+https://github.com/rust-lang/crates.io-index" 6013 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6014 - 6015 - [[package]] 6016 - name = "windows_x86_64_gnu" 6017 - version = "0.52.6" 6018 - source = "registry+https://github.com/rust-lang/crates.io-index" 6019 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6020 - 6021 - [[package]] 6022 - name = "windows_x86_64_gnullvm" 6023 - version = "0.48.5" 6024 - source = "registry+https://github.com/rust-lang/crates.io-index" 6025 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6026 - 6027 - [[package]] 6028 - name = "windows_x86_64_gnullvm" 6029 - version = "0.52.6" 6030 - source = "registry+https://github.com/rust-lang/crates.io-index" 6031 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6032 - 6033 - [[package]] 6034 - name = "windows_x86_64_msvc" 6035 - version = "0.48.5" 6036 - source = "registry+https://github.com/rust-lang/crates.io-index" 6037 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6038 - 6039 - [[package]] 6040 - name = "windows_x86_64_msvc" 6041 - version = "0.52.6" 6042 - source = "registry+https://github.com/rust-lang/crates.io-index" 6043 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6044 - 6045 - [[package]] 6046 - name = "winnow" 6047 - version = "0.6.13" 6048 - source = "registry+https://github.com/rust-lang/crates.io-index" 6049 - checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 6050 - dependencies = [ 6051 - "memchr", 6052 - ] 6053 - 6054 - [[package]] 6055 - name = "winreg" 6056 - version = "0.50.0" 6057 - source = "registry+https://github.com/rust-lang/crates.io-index" 6058 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 6059 - dependencies = [ 6060 - "cfg-if", 6061 - "windows-sys 0.48.0", 6062 - ] 6063 - 6064 - [[package]] 6065 - name = "winreg" 6066 - version = "0.52.0" 6067 - source = "registry+https://github.com/rust-lang/crates.io-index" 6068 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 6069 - dependencies = [ 6070 - "cfg-if", 6071 - "windows-sys 0.48.0", 6072 - ] 6073 - 6074 - [[package]] 6075 - name = "write16" 6076 - version = "1.0.0" 6077 - source = "registry+https://github.com/rust-lang/crates.io-index" 6078 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 6079 - 6080 - [[package]] 6081 - name = "writeable" 6082 - version = "0.5.5" 6083 - source = "registry+https://github.com/rust-lang/crates.io-index" 6084 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 6085 - 6086 - [[package]] 6087 - name = "wyz" 6088 - version = "0.5.1" 6089 - source = "registry+https://github.com/rust-lang/crates.io-index" 6090 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 6091 - dependencies = [ 6092 - "tap", 6093 - ] 6094 - 6095 - [[package]] 6096 - name = "xmlparser" 6097 - version = "0.13.6" 6098 - source = "registry+https://github.com/rust-lang/crates.io-index" 6099 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 6100 - 6101 - [[package]] 6102 - name = "yaxpeax-arch" 6103 - version = "0.2.8" 6104 - source = "registry+https://github.com/rust-lang/crates.io-index" 6105 - checksum = "9f005c964432a1f9ee04598e094a3eb5f7568f6b33e89a2762d7bef6fbe8b255" 6106 - dependencies = [ 6107 - "crossterm", 6108 - "num-traits", 6109 - "serde", 6110 - "serde_derive", 6111 - ] 6112 - 6113 - [[package]] 6114 - name = "yaxpeax-x86" 6115 - version = "1.2.2" 6116 - source = "registry+https://github.com/rust-lang/crates.io-index" 6117 - checksum = "9107477944697db42c41326f82d4c65b769b32512cdad1e086f36f0e0f25ff45" 6118 - dependencies = [ 6119 - "cfg-if", 6120 - "num-traits", 6121 - "serde", 6122 - "serde_derive", 6123 - "yaxpeax-arch", 6124 - ] 6125 - 6126 - [[package]] 6127 - name = "yoke" 6128 - version = "0.7.4" 6129 - source = "registry+https://github.com/rust-lang/crates.io-index" 6130 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 6131 - dependencies = [ 6132 - "serde", 6133 - "stable_deref_trait", 6134 - "yoke-derive", 6135 - "zerofrom", 6136 - ] 6137 - 6138 - [[package]] 6139 - name = "yoke-derive" 6140 - version = "0.7.4" 6141 - source = "registry+https://github.com/rust-lang/crates.io-index" 6142 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 6143 - dependencies = [ 6144 - "proc-macro2", 6145 - "quote", 6146 - "syn", 6147 - "synstructure", 6148 - ] 6149 - 6150 - [[package]] 6151 - name = "zerocopy" 6152 - version = "0.7.35" 6153 - source = "registry+https://github.com/rust-lang/crates.io-index" 6154 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6155 - dependencies = [ 6156 - "zerocopy-derive", 6157 - ] 6158 - 6159 - [[package]] 6160 - name = "zerocopy-derive" 6161 - version = "0.7.35" 6162 - source = "registry+https://github.com/rust-lang/crates.io-index" 6163 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6164 - dependencies = [ 6165 - "proc-macro2", 6166 - "quote", 6167 - "syn", 6168 - ] 6169 - 6170 - [[package]] 6171 - name = "zerofrom" 6172 - version = "0.1.4" 6173 - source = "registry+https://github.com/rust-lang/crates.io-index" 6174 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 6175 - dependencies = [ 6176 - "zerofrom-derive", 6177 - ] 6178 - 6179 - [[package]] 6180 - name = "zerofrom-derive" 6181 - version = "0.1.4" 6182 - source = "registry+https://github.com/rust-lang/crates.io-index" 6183 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 6184 - dependencies = [ 6185 - "proc-macro2", 6186 - "quote", 6187 - "syn", 6188 - "synstructure", 6189 - ] 6190 - 6191 - [[package]] 6192 - name = "zeroize" 6193 - version = "1.8.1" 6194 - source = "registry+https://github.com/rust-lang/crates.io-index" 6195 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6196 - 6197 - [[package]] 6198 - name = "zerovec" 6199 - version = "0.10.4" 6200 - source = "registry+https://github.com/rust-lang/crates.io-index" 6201 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 6202 - dependencies = [ 6203 - "yoke", 6204 - "zerofrom", 6205 - "zerovec-derive", 6206 - ] 6207 - 6208 - [[package]] 6209 - name = "zerovec-derive" 6210 - version = "0.10.3" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 6213 - dependencies = [ 6214 - "proc-macro2", 6215 - "quote", 6216 - "syn", 6217 - ] 6218 - 6219 - [[package]] 6220 - name = "zip" 6221 - version = "2.1.1" 6222 - source = "registry+https://github.com/rust-lang/crates.io-index" 6223 - checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c" 6224 - dependencies = [ 6225 - "arbitrary", 6226 - "bzip2", 6227 - "crc32fast", 6228 - "crossbeam-utils", 6229 - "displaydoc", 6230 - "flate2", 6231 - "indexmap", 6232 - "memchr", 6233 - "thiserror", 6234 - "zopfli", 6235 - ] 6236 - 6237 - [[package]] 6238 - name = "zopfli" 6239 - version = "0.8.1" 6240 - source = "registry+https://github.com/rust-lang/crates.io-index" 6241 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 6242 - dependencies = [ 6243 - "bumpalo", 6244 - "crc32fast", 6245 - "lockfree-object-pool", 6246 - "log", 6247 - "once_cell", 6248 - "simd-adler32", 6249 - ] 6250 - 6251 - [[package]] 6252 - name = "zstd" 6253 - version = "0.13.2" 6254 - source = "registry+https://github.com/rust-lang/crates.io-index" 6255 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 6256 - dependencies = [ 6257 - "zstd-safe", 6258 - ] 6259 - 6260 - [[package]] 6261 - name = "zstd-safe" 6262 - version = "7.2.0" 6263 - source = "registry+https://github.com/rust-lang/crates.io-index" 6264 - checksum = "fa556e971e7b568dc775c136fc9de8c779b1c2fc3a63defaafadffdbd3181afa" 6265 - dependencies = [ 6266 - "zstd-sys", 6267 - ] 6268 - 6269 - [[package]] 6270 - name = "zstd-sys" 6271 - version = "2.0.12+zstd.1.5.6" 6272 - source = "registry+https://github.com/rust-lang/crates.io-index" 6273 - checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13" 6274 - dependencies = [ 6275 - "cc", 6276 - "pkg-config", 6277 - ]
+2 -7
pkgs/by-name/sy/symbolicator/package.nix
··· 22 22 fetchSubmodules = true; 23 23 }; 24 24 25 - cargoLock = { 26 - lockFile = ./Cargo.lock; 27 - outputHashes = { 28 - "cpp_demangle-0.4.1" = "sha256-9QopX2TOJc8bZ+UlSOFdjoe8NTJLVGrykyFL732tE3A="; 29 - "reqwest-0.12.2" = "sha256-m46NyzsgXsDxb6zwVXP0wCdtCH+rb5f0x+oPNHuBF8s="; 30 - }; 31 - }; 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-wRzHFKTzS/wSX2LEB4Hj5LX1gVI9gFonbibPzCmhWtw="; 32 27 33 28 nativeBuildInputs = [ 34 29 pkg-config