/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 4
   4  
   5  [[package]]
   6  name = "addr2line"
   7  version = "0.25.1"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  10  dependencies = [
  11   "gimli",
  12  ]
  13  
  14  [[package]]
  15  name = "adler2"
  16  version = "2.0.1"
  17  source = "registry+https://github.com/rust-lang/crates.io-index"
  18  checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  19  
  20  [[package]]
  21  name = "adnet-core-cpu"
  22  version = "0.1.0"
  23  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  24  
  25  [[package]]
  26  name = "adnet-core-profiler"
  27  version = "0.1.0"
  28  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  29  dependencies = [
  30   "colored 2.2.0",
  31  ]
  32  
  33  [[package]]
  34  name = "adnet-core-std"
  35  version = "0.1.0"
  36  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  37  dependencies = [
  38   "adnet-core-cpu",
  39   "adnet-core-profiler",
  40   "adnet-core-storage",
  41   "adnet-core-time",
  42   "adnet-core-timed",
  43   "adnet-core-timer",
  44  ]
  45  
  46  [[package]]
  47  name = "adnet-core-storage"
  48  version = "0.1.0"
  49  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  50  dependencies = [
  51   "dirs",
  52   "tempfile",
  53  ]
  54  
  55  [[package]]
  56  name = "adnet-core-time"
  57  version = "0.1.0"
  58  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  59  dependencies = [
  60   "proc-macro2",
  61   "quote 1.0.42",
  62   "syn 1.0.109",
  63  ]
  64  
  65  [[package]]
  66  name = "adnet-core-timed"
  67  version = "0.1.0"
  68  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  69  dependencies = [
  70   "proc-macro2",
  71   "quote 1.0.42",
  72   "syn 1.0.109",
  73  ]
  74  
  75  [[package]]
  76  name = "adnet-core-timer"
  77  version = "0.1.0"
  78  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  79  dependencies = [
  80   "colored 2.2.0",
  81  ]
  82  
  83  [[package]]
  84  name = "ahash"
  85  version = "0.8.12"
  86  source = "registry+https://github.com/rust-lang/crates.io-index"
  87  checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  88  dependencies = [
  89   "cfg-if",
  90   "once_cell",
  91   "version_check",
  92   "zerocopy",
  93  ]
  94  
  95  [[package]]
  96  name = "aho-corasick"
  97  version = "1.1.4"
  98  source = "registry+https://github.com/rust-lang/crates.io-index"
  99  checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
 100  dependencies = [
 101   "memchr",
 102  ]
 103  
 104  [[package]]
 105  name = "allocator-api2"
 106  version = "0.2.21"
 107  source = "registry+https://github.com/rust-lang/crates.io-index"
 108  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
 109  
 110  [[package]]
 111  name = "alphavm"
 112  version = "4.4.0"
 113  dependencies = [
 114   "alphavm",
 115   "alphavm-algorithms",
 116   "alphavm-circuit",
 117   "alphavm-console",
 118   "alphavm-curves",
 119   "alphavm-fields",
 120   "alphavm-ledger",
 121   "alphavm-metrics",
 122   "alphavm-parameters",
 123   "alphavm-synthesizer",
 124   "alphavm-utilities",
 125   "alphavm-wasm",
 126   "anyhow",
 127   "bincode",
 128   "dotenvy",
 129   "rand 0.8.5",
 130   "rusty-hook",
 131   "serde_json",
 132   "tempfile",
 133   "ureq",
 134   "walkdir",
 135  ]
 136  
 137  [[package]]
 138  name = "alphavm-algorithms"
 139  version = "4.4.0"
 140  dependencies = [
 141   "adnet-core-std",
 142   "alphavm-algorithms-cuda",
 143   "alphavm-curves",
 144   "alphavm-fields",
 145   "alphavm-parameters",
 146   "alphavm-utilities",
 147   "anyhow",
 148   "bincode",
 149   "blake2",
 150   "cfg-if",
 151   "criterion",
 152   "expect-test",
 153   "fxhash",
 154   "hashbrown 0.15.5",
 155   "hex",
 156   "indexmap 2.12.0",
 157   "itertools 0.14.0",
 158   "num-traits",
 159   "rand 0.8.5",
 160   "rayon",
 161   "serde",
 162   "serde_json",
 163   "serial_test",
 164   "sha2",
 165   "smallvec",
 166   "thiserror 2.0.17",
 167  ]
 168  
 169  [[package]]
 170  name = "alphavm-algorithms-cuda"
 171  version = "4.4.0"
 172  dependencies = [
 173   "blst",
 174   "cc",
 175   "sppark",
 176   "which 8.0.0",
 177  ]
 178  
 179  [[package]]
 180  name = "alphavm-circuit"
 181  version = "4.4.0"
 182  dependencies = [
 183   "alphavm-circuit-account",
 184   "alphavm-circuit-algorithms",
 185   "alphavm-circuit-collections",
 186   "alphavm-circuit-environment",
 187   "alphavm-circuit-network",
 188   "alphavm-circuit-program",
 189   "alphavm-circuit-types",
 190  ]
 191  
 192  [[package]]
 193  name = "alphavm-circuit-account"
 194  version = "4.4.0"
 195  dependencies = [
 196   "alphavm-circuit-network",
 197   "alphavm-circuit-types",
 198   "alphavm-console-account",
 199   "alphavm-utilities",
 200   "anyhow",
 201  ]
 202  
 203  [[package]]
 204  name = "alphavm-circuit-algorithms"
 205  version = "4.4.0"
 206  dependencies = [
 207   "alphavm-circuit-types",
 208   "alphavm-console-algorithms",
 209   "alphavm-curves",
 210   "alphavm-fields",
 211   "alphavm-utilities",
 212   "anyhow",
 213  ]
 214  
 215  [[package]]
 216  name = "alphavm-circuit-collections"
 217  version = "4.4.0"
 218  dependencies = [
 219   "alphavm-circuit-algorithms",
 220   "alphavm-circuit-network",
 221   "alphavm-circuit-types",
 222   "alphavm-console-algorithms",
 223   "alphavm-console-collections",
 224   "alphavm-console-network",
 225   "alphavm-utilities",
 226   "anyhow",
 227  ]
 228  
 229  [[package]]
 230  name = "alphavm-circuit-environment"
 231  version = "4.4.0"
 232  dependencies = [
 233   "alphavm-algorithms",
 234   "alphavm-circuit",
 235   "alphavm-circuit-environment-witness",
 236   "alphavm-console-network",
 237   "alphavm-console-types",
 238   "alphavm-curves",
 239   "alphavm-fields",
 240   "alphavm-utilities",
 241   "criterion",
 242   "indexmap 2.12.0",
 243   "itertools 0.14.0",
 244   "nom",
 245   "num-traits",
 246   "serial_test",
 247   "sha2",
 248   "smallvec",
 249  ]
 250  
 251  [[package]]
 252  name = "alphavm-circuit-environment-witness"
 253  version = "4.4.0"
 254  
 255  [[package]]
 256  name = "alphavm-circuit-network"
 257  version = "4.4.0"
 258  dependencies = [
 259   "alphavm-circuit-algorithms",
 260   "alphavm-circuit-collections",
 261   "alphavm-circuit-types",
 262   "alphavm-console-network",
 263   "alphavm-console-types",
 264  ]
 265  
 266  [[package]]
 267  name = "alphavm-circuit-program"
 268  version = "4.4.0"
 269  dependencies = [
 270   "alphavm-circuit-account",
 271   "alphavm-circuit-algorithms",
 272   "alphavm-circuit-collections",
 273   "alphavm-circuit-network",
 274   "alphavm-circuit-types",
 275   "alphavm-console",
 276   "alphavm-console-account",
 277   "alphavm-console-program",
 278   "alphavm-utilities",
 279   "anyhow",
 280   "rand 0.8.5",
 281  ]
 282  
 283  [[package]]
 284  name = "alphavm-circuit-types"
 285  version = "4.4.0"
 286  dependencies = [
 287   "alphavm-circuit-environment",
 288   "alphavm-circuit-types-address",
 289   "alphavm-circuit-types-boolean",
 290   "alphavm-circuit-types-field",
 291   "alphavm-circuit-types-group",
 292   "alphavm-circuit-types-integers",
 293   "alphavm-circuit-types-scalar",
 294   "alphavm-circuit-types-string",
 295   "alphavm-console",
 296  ]
 297  
 298  [[package]]
 299  name = "alphavm-circuit-types-address"
 300  version = "4.4.0"
 301  dependencies = [
 302   "alphavm-circuit-environment",
 303   "alphavm-circuit-types-boolean",
 304   "alphavm-circuit-types-field",
 305   "alphavm-circuit-types-group",
 306   "alphavm-circuit-types-scalar",
 307   "alphavm-console-types-address",
 308  ]
 309  
 310  [[package]]
 311  name = "alphavm-circuit-types-boolean"
 312  version = "4.4.0"
 313  dependencies = [
 314   "alphavm-circuit-environment",
 315   "alphavm-console-types-boolean",
 316   "criterion",
 317  ]
 318  
 319  [[package]]
 320  name = "alphavm-circuit-types-field"
 321  version = "4.4.0"
 322  dependencies = [
 323   "alphavm-circuit-environment",
 324   "alphavm-circuit-types-boolean",
 325   "alphavm-console-types-field",
 326  ]
 327  
 328  [[package]]
 329  name = "alphavm-circuit-types-group"
 330  version = "4.4.0"
 331  dependencies = [
 332   "alphavm-circuit-environment",
 333   "alphavm-circuit-types-boolean",
 334   "alphavm-circuit-types-field",
 335   "alphavm-circuit-types-scalar",
 336   "alphavm-console-types-group",
 337   "alphavm-utilities",
 338  ]
 339  
 340  [[package]]
 341  name = "alphavm-circuit-types-integers"
 342  version = "4.4.0"
 343  dependencies = [
 344   "alphavm-circuit-environment",
 345   "alphavm-circuit-types-boolean",
 346   "alphavm-circuit-types-field",
 347   "alphavm-circuit-types-scalar",
 348   "alphavm-console-types-integers",
 349   "alphavm-utilities",
 350   "paste",
 351  ]
 352  
 353  [[package]]
 354  name = "alphavm-circuit-types-scalar"
 355  version = "4.4.0"
 356  dependencies = [
 357   "alphavm-circuit-environment",
 358   "alphavm-circuit-types-boolean",
 359   "alphavm-circuit-types-field",
 360   "alphavm-console-types-scalar",
 361  ]
 362  
 363  [[package]]
 364  name = "alphavm-circuit-types-string"
 365  version = "4.4.0"
 366  dependencies = [
 367   "alphavm-circuit-environment",
 368   "alphavm-circuit-types-boolean",
 369   "alphavm-circuit-types-field",
 370   "alphavm-circuit-types-integers",
 371   "alphavm-console-types-string",
 372   "alphavm-utilities",
 373   "rand 0.8.5",
 374  ]
 375  
 376  [[package]]
 377  name = "alphavm-console"
 378  version = "4.4.0"
 379  dependencies = [
 380   "alphavm-console-account",
 381   "alphavm-console-algorithms",
 382   "alphavm-console-collections",
 383   "alphavm-console-network",
 384   "alphavm-console-program",
 385   "alphavm-console-types",
 386  ]
 387  
 388  [[package]]
 389  name = "alphavm-console-account"
 390  version = "4.4.0"
 391  dependencies = [
 392   "alphavm-console-network",
 393   "alphavm-console-types",
 394   "bincode",
 395   "bs58",
 396   "criterion",
 397   "serde_json",
 398   "zeroize",
 399  ]
 400  
 401  [[package]]
 402  name = "alphavm-console-algorithms"
 403  version = "4.4.0"
 404  dependencies = [
 405   "alphavm-console-types",
 406   "alphavm-curves",
 407   "alphavm-fields",
 408   "alphavm-utilities",
 409   "bincode",
 410   "blake2s_simd",
 411   "criterion",
 412   "expect-test",
 413   "hex",
 414   "k256",
 415   "serde",
 416   "serde_json",
 417   "smallvec",
 418   "tiny-keccak",
 419  ]
 420  
 421  [[package]]
 422  name = "alphavm-console-collections"
 423  version = "4.4.0"
 424  dependencies = [
 425   "adnet-core-std",
 426   "alphavm-console-algorithms",
 427   "alphavm-console-network",
 428   "alphavm-console-types",
 429   "criterion",
 430   "indexmap 2.12.0",
 431   "rayon",
 432   "serde",
 433  ]
 434  
 435  [[package]]
 436  name = "alphavm-console-network"
 437  version = "4.4.0"
 438  dependencies = [
 439   "alphavm-algorithms",
 440   "alphavm-console-algorithms",
 441   "alphavm-console-collections",
 442   "alphavm-console-network-environment",
 443   "alphavm-console-types",
 444   "alphavm-curves",
 445   "alphavm-parameters",
 446   "anyhow",
 447   "enum-iterator",
 448   "indexmap 2.12.0",
 449   "lazy_static",
 450   "paste",
 451   "serde",
 452  ]
 453  
 454  [[package]]
 455  name = "alphavm-console-network-environment"
 456  version = "4.4.0"
 457  dependencies = [
 458   "alphavm-curves",
 459   "alphavm-fields",
 460   "alphavm-utilities",
 461   "anyhow",
 462   "bech32",
 463   "itertools 0.14.0",
 464   "nom",
 465   "num-traits",
 466   "rand 0.8.5",
 467   "serde",
 468   "zeroize",
 469  ]
 470  
 471  [[package]]
 472  name = "alphavm-console-program"
 473  version = "4.4.0"
 474  dependencies = [
 475   "alphavm-console-account",
 476   "alphavm-console-algorithms",
 477   "alphavm-console-collections",
 478   "alphavm-console-network",
 479   "alphavm-console-types",
 480   "alphavm-utilities",
 481   "bincode",
 482   "enum-iterator",
 483   "enum_index",
 484   "enum_index_derive",
 485   "indexmap 2.12.0",
 486   "num-derive",
 487   "num-traits",
 488   "seq-macro",
 489   "serde_json",
 490  ]
 491  
 492  [[package]]
 493  name = "alphavm-console-types"
 494  version = "4.4.0"
 495  dependencies = [
 496   "alphavm-console-network",
 497   "alphavm-console-network-environment",
 498   "alphavm-console-types-address",
 499   "alphavm-console-types-boolean",
 500   "alphavm-console-types-field",
 501   "alphavm-console-types-group",
 502   "alphavm-console-types-integers",
 503   "alphavm-console-types-scalar",
 504   "alphavm-console-types-string",
 505   "criterion",
 506  ]
 507  
 508  [[package]]
 509  name = "alphavm-console-types-address"
 510  version = "4.4.0"
 511  dependencies = [
 512   "alphavm-console-network-environment",
 513   "alphavm-console-types-boolean",
 514   "alphavm-console-types-field",
 515   "alphavm-console-types-group",
 516   "bincode",
 517   "serde_json",
 518  ]
 519  
 520  [[package]]
 521  name = "alphavm-console-types-boolean"
 522  version = "4.4.0"
 523  dependencies = [
 524   "alphavm-console-network-environment",
 525   "bincode",
 526   "serde_json",
 527  ]
 528  
 529  [[package]]
 530  name = "alphavm-console-types-field"
 531  version = "4.4.0"
 532  dependencies = [
 533   "alphavm-console-network-environment",
 534   "alphavm-console-types-boolean",
 535   "bincode",
 536   "serde_json",
 537   "zeroize",
 538  ]
 539  
 540  [[package]]
 541  name = "alphavm-console-types-group"
 542  version = "4.4.0"
 543  dependencies = [
 544   "alphavm-console-network-environment",
 545   "alphavm-console-types-boolean",
 546   "alphavm-console-types-field",
 547   "alphavm-console-types-scalar",
 548   "bincode",
 549   "serde_json",
 550  ]
 551  
 552  [[package]]
 553  name = "alphavm-console-types-integers"
 554  version = "4.4.0"
 555  dependencies = [
 556   "alphavm-console-network-environment",
 557   "alphavm-console-types-boolean",
 558   "alphavm-console-types-field",
 559   "alphavm-console-types-scalar",
 560   "bincode",
 561   "serde_json",
 562  ]
 563  
 564  [[package]]
 565  name = "alphavm-console-types-scalar"
 566  version = "4.4.0"
 567  dependencies = [
 568   "alphavm-console-network-environment",
 569   "alphavm-console-types-boolean",
 570   "alphavm-console-types-field",
 571   "bincode",
 572   "serde_json",
 573   "zeroize",
 574  ]
 575  
 576  [[package]]
 577  name = "alphavm-console-types-string"
 578  version = "4.4.0"
 579  dependencies = [
 580   "alphavm-console-network-environment",
 581   "alphavm-console-types-boolean",
 582   "alphavm-console-types-field",
 583   "alphavm-console-types-integers",
 584   "bincode",
 585   "serde_json",
 586  ]
 587  
 588  [[package]]
 589  name = "alphavm-curves"
 590  version = "4.4.0"
 591  dependencies = [
 592   "alphavm-fields",
 593   "alphavm-utilities",
 594   "bincode",
 595   "criterion",
 596   "rand 0.8.5",
 597   "rayon",
 598   "rustc_version",
 599   "serde",
 600   "thiserror 2.0.17",
 601  ]
 602  
 603  [[package]]
 604  name = "alphavm-fields"
 605  version = "4.4.0"
 606  dependencies = [
 607   "adnet-core-std",
 608   "alphavm-curves",
 609   "alphavm-utilities",
 610   "anyhow",
 611   "criterion",
 612   "itertools 0.14.0",
 613   "num-traits",
 614   "rand 0.8.5",
 615   "rayon",
 616   "serde",
 617   "thiserror 2.0.17",
 618   "zeroize",
 619  ]
 620  
 621  [[package]]
 622  name = "alphavm-ledger"
 623  version = "4.4.0"
 624  dependencies = [
 625   "adnet-core-std",
 626   "adnet-core-storage",
 627   "alphavm-circuit",
 628   "alphavm-console",
 629   "alphavm-ledger",
 630   "alphavm-ledger-authority",
 631   "alphavm-ledger-block",
 632   "alphavm-ledger-committee",
 633   "alphavm-ledger-governor",
 634   "alphavm-ledger-narwhal",
 635   "alphavm-ledger-puzzle",
 636   "alphavm-ledger-query",
 637   "alphavm-ledger-store",
 638   "alphavm-ledger-test-helpers",
 639   "alphavm-synthesizer",
 640   "alphavm-utilities",
 641   "anyhow",
 642   "bincode",
 643   "criterion",
 644   "indexmap 2.12.0",
 645   "locktick",
 646   "lru",
 647   "parking_lot",
 648   "rand 0.8.5",
 649   "rand_chacha 0.3.1",
 650   "rayon",
 651   "serde_json",
 652   "thiserror 2.0.17",
 653   "time",
 654   "tracing",
 655   "tracing-subscriber",
 656  ]
 657  
 658  [[package]]
 659  name = "alphavm-ledger-attestation"
 660  version = "0.1.0"
 661  dependencies = [
 662   "alphavm-console",
 663   "alphavm-ledger-governor",
 664   "anyhow",
 665   "rand 0.8.5",
 666   "serde",
 667  ]
 668  
 669  [[package]]
 670  name = "alphavm-ledger-authority"
 671  version = "4.4.0"
 672  dependencies = [
 673   "alphavm-console",
 674   "alphavm-ledger-authority",
 675   "alphavm-ledger-narwhal-subdag",
 676   "anyhow",
 677   "bincode",
 678   "rand 0.8.5",
 679   "serde_json",
 680  ]
 681  
 682  [[package]]
 683  name = "alphavm-ledger-block"
 684  version = "4.4.0"
 685  dependencies = [
 686   "adnet-core-std",
 687   "alphavm-algorithms",
 688   "alphavm-circuit",
 689   "alphavm-console",
 690   "alphavm-ledger-authority",
 691   "alphavm-ledger-committee",
 692   "alphavm-ledger-narwhal-batch-header",
 693   "alphavm-ledger-narwhal-data",
 694   "alphavm-ledger-narwhal-subdag",
 695   "alphavm-ledger-narwhal-transmission-id",
 696   "alphavm-ledger-puzzle",
 697   "alphavm-ledger-query",
 698   "alphavm-ledger-store",
 699   "alphavm-synthesizer-process",
 700   "alphavm-synthesizer-program",
 701   "alphavm-synthesizer-snark",
 702   "alphavm-utilities",
 703   "anyhow",
 704   "bincode",
 705   "indexmap 2.12.0",
 706   "rayon",
 707   "serde_json",
 708  ]
 709  
 710  [[package]]
 711  name = "alphavm-ledger-bridge"
 712  version = "0.1.0"
 713  dependencies = [
 714   "alphavm-console",
 715   "anyhow",
 716   "indexmap 2.12.0",
 717   "rand 0.8.5",
 718   "serde",
 719  ]
 720  
 721  [[package]]
 722  name = "alphavm-ledger-committee"
 723  version = "4.4.0"
 724  dependencies = [
 725   "alphavm-console",
 726   "alphavm-ledger-committee",
 727   "alphavm-ledger-narwhal-batch-header",
 728   "alphavm-metrics",
 729   "anyhow",
 730   "bincode",
 731   "indexmap 2.12.0",
 732   "parking_lot",
 733   "proptest",
 734   "rand 0.8.5",
 735   "rand_chacha 0.3.1",
 736   "rand_distr",
 737   "rayon",
 738   "serde_json",
 739   "test-strategy",
 740  ]
 741  
 742  [[package]]
 743  name = "alphavm-ledger-governor"
 744  version = "0.1.0"
 745  dependencies = [
 746   "alphavm-console",
 747   "alphavm-console-algorithms",
 748   "alphavm-curves",
 749   "alphavm-ledger-governor",
 750   "alphavm-metrics",
 751   "anyhow",
 752   "bincode",
 753   "hex",
 754   "indexmap 2.12.0",
 755   "rand 0.8.5",
 756   "rand_chacha 0.3.1",
 757   "rayon",
 758   "serde",
 759   "serde_json",
 760   "thiserror 2.0.17",
 761   "tracing",
 762  ]
 763  
 764  [[package]]
 765  name = "alphavm-ledger-narwhal"
 766  version = "4.4.0"
 767  dependencies = [
 768   "alphavm-ledger-narwhal",
 769   "alphavm-ledger-narwhal-batch-certificate",
 770   "alphavm-ledger-narwhal-batch-header",
 771   "alphavm-ledger-narwhal-data",
 772   "alphavm-ledger-narwhal-subdag",
 773   "alphavm-ledger-narwhal-transmission",
 774   "alphavm-ledger-narwhal-transmission-id",
 775  ]
 776  
 777  [[package]]
 778  name = "alphavm-ledger-narwhal-batch-certificate"
 779  version = "4.4.0"
 780  dependencies = [
 781   "alphavm-console",
 782   "alphavm-ledger-narwhal-batch-certificate",
 783   "alphavm-ledger-narwhal-batch-header",
 784   "alphavm-ledger-narwhal-transmission-id",
 785   "bincode",
 786   "indexmap 2.12.0",
 787   "rayon",
 788   "serde_json",
 789  ]
 790  
 791  [[package]]
 792  name = "alphavm-ledger-narwhal-batch-header"
 793  version = "4.4.0"
 794  dependencies = [
 795   "alphavm-console",
 796   "alphavm-ledger-narwhal-batch-header",
 797   "alphavm-ledger-narwhal-transmission-id",
 798   "bincode",
 799   "indexmap 2.12.0",
 800   "rayon",
 801   "serde_json",
 802   "time",
 803  ]
 804  
 805  [[package]]
 806  name = "alphavm-ledger-narwhal-data"
 807  version = "4.4.0"
 808  dependencies = [
 809   "alphavm-console",
 810   "alphavm-ledger-block",
 811   "alphavm-ledger-test-helpers",
 812   "bytes",
 813   "serde_json",
 814   "tokio",
 815  ]
 816  
 817  [[package]]
 818  name = "alphavm-ledger-narwhal-subdag"
 819  version = "4.4.0"
 820  dependencies = [
 821   "alphavm-console",
 822   "alphavm-ledger-committee",
 823   "alphavm-ledger-narwhal-batch-certificate",
 824   "alphavm-ledger-narwhal-batch-header",
 825   "alphavm-ledger-narwhal-subdag",
 826   "alphavm-ledger-narwhal-transmission-id",
 827   "bincode",
 828   "indexmap 2.12.0",
 829   "rayon",
 830   "serde_json",
 831  ]
 832  
 833  [[package]]
 834  name = "alphavm-ledger-narwhal-transmission"
 835  version = "4.4.0"
 836  dependencies = [
 837   "alphavm-console",
 838   "alphavm-ledger-block",
 839   "alphavm-ledger-narwhal-data",
 840   "alphavm-ledger-puzzle",
 841   "bincode",
 842   "bytes",
 843   "serde_json",
 844  ]
 845  
 846  [[package]]
 847  name = "alphavm-ledger-narwhal-transmission-id"
 848  version = "4.4.0"
 849  dependencies = [
 850   "alphavm-console",
 851   "alphavm-ledger-puzzle",
 852   "bincode",
 853   "serde_json",
 854  ]
 855  
 856  [[package]]
 857  name = "alphavm-ledger-offramp"
 858  version = "0.1.0"
 859  dependencies = [
 860   "alphavm-console",
 861   "alphavm-ledger-governor",
 862   "anyhow",
 863   "serde",
 864  ]
 865  
 866  [[package]]
 867  name = "alphavm-ledger-policy"
 868  version = "0.1.0"
 869  dependencies = [
 870   "alphavm-console",
 871   "anyhow",
 872   "rand 0.8.5",
 873   "serde",
 874  ]
 875  
 876  [[package]]
 877  name = "alphavm-ledger-puzzle"
 878  version = "4.4.0"
 879  dependencies = [
 880   "adnet-core-std",
 881   "alphavm-algorithms",
 882   "alphavm-console",
 883   "alphavm-ledger-puzzle-epoch",
 884   "anyhow",
 885   "bincode",
 886   "criterion",
 887   "indexmap 2.12.0",
 888   "locktick",
 889   "lru",
 890   "parking_lot",
 891   "rand 0.8.5",
 892   "rand_chacha 0.3.1",
 893   "rayon",
 894   "serde_json",
 895  ]
 896  
 897  [[package]]
 898  name = "alphavm-ledger-puzzle-epoch"
 899  version = "4.4.0"
 900  dependencies = [
 901   "adnet-core-std",
 902   "alphavm-circuit",
 903   "alphavm-console",
 904   "alphavm-ledger-puzzle",
 905   "alphavm-synthesizer-process",
 906   "alphavm-synthesizer-program",
 907   "alphavm-utilities",
 908   "anyhow",
 909   "colored 3.0.0",
 910   "indexmap 2.12.0",
 911   "locktick",
 912   "lru",
 913   "parking_lot",
 914   "rand 0.8.5",
 915   "rand_chacha 0.3.1",
 916   "rayon",
 917  ]
 918  
 919  [[package]]
 920  name = "alphavm-ledger-query"
 921  version = "4.4.0"
 922  dependencies = [
 923   "alphavm-console",
 924   "alphavm-ledger-block",
 925   "alphavm-ledger-store",
 926   "alphavm-synthesizer-program",
 927   "anyhow",
 928   "async-trait",
 929   "reqwest",
 930   "serde",
 931   "serde_json",
 932   "ureq",
 933  ]
 934  
 935  [[package]]
 936  name = "alphavm-ledger-store"
 937  version = "4.4.0"
 938  dependencies = [
 939   "adnet-core-std",
 940   "adnet-core-storage",
 941   "alphavm-console",
 942   "alphavm-ledger-authority",
 943   "alphavm-ledger-block",
 944   "alphavm-ledger-committee",
 945   "alphavm-ledger-narwhal-batch-certificate",
 946   "alphavm-ledger-puzzle",
 947   "alphavm-ledger-test-helpers",
 948   "alphavm-synthesizer-program",
 949   "alphavm-synthesizer-snark",
 950   "alphavm-utilities",
 951   "anyhow",
 952   "bincode",
 953   "indexmap 2.12.0",
 954   "locktick",
 955   "parking_lot",
 956   "rayon",
 957   "rocksdb",
 958   "serde",
 959   "serde_json",
 960   "smallvec",
 961   "tempfile",
 962   "tracing",
 963   "tracing-test",
 964  ]
 965  
 966  [[package]]
 967  name = "alphavm-ledger-test-helpers"
 968  version = "4.4.0"
 969  dependencies = [
 970   "adnet-core-std",
 971   "alphavm-algorithms",
 972   "alphavm-circuit",
 973   "alphavm-console",
 974   "alphavm-ledger-block",
 975   "alphavm-ledger-query",
 976   "alphavm-ledger-store",
 977   "alphavm-synthesizer-process",
 978   "alphavm-synthesizer-program",
 979   "alphavm-utilities",
 980   "anyhow",
 981  ]
 982  
 983  [[package]]
 984  name = "alphavm-ledger-validator"
 985  version = "0.1.0"
 986  dependencies = [
 987   "alphavm-console",
 988   "alphavm-ledger-governor",
 989   "anyhow",
 990   "indexmap 2.12.0",
 991   "rand 0.8.5",
 992   "serde",
 993  ]
 994  
 995  [[package]]
 996  name = "alphavm-metrics"
 997  version = "4.4.0"
 998  dependencies = [
 999   "metrics",
1000  ]
1001  
1002  [[package]]
1003  name = "alphavm-parameters"
1004  version = "4.4.0"
1005  dependencies = [
1006   "adnet-core-std",
1007   "alphavm-algorithms",
1008   "alphavm-circuit",
1009   "alphavm-console",
1010   "alphavm-curves",
1011   "alphavm-ledger-block",
1012   "alphavm-ledger-store",
1013   "alphavm-synthesizer",
1014   "alphavm-utilities",
1015   "anyhow",
1016   "cfg-if",
1017   "colored 3.0.0",
1018   "curl",
1019   "encoding",
1020   "hex",
1021   "js-sys",
1022   "lazy_static",
1023   "locktick",
1024   "parking_lot",
1025   "paste",
1026   "rand 0.8.5",
1027   "serde_json",
1028   "sha2",
1029   "thiserror 2.0.17",
1030   "wasm-bindgen-test",
1031   "web-sys",
1032  ]
1033  
1034  [[package]]
1035  name = "alphavm-synthesizer"
1036  version = "4.4.0"
1037  dependencies = [
1038   "adnet-core-std",
1039   "alphavm-algorithms",
1040   "alphavm-circuit",
1041   "alphavm-console",
1042   "alphavm-ledger-block",
1043   "alphavm-ledger-committee",
1044   "alphavm-ledger-narwhal-batch-header",
1045   "alphavm-ledger-narwhal-data",
1046   "alphavm-ledger-puzzle",
1047   "alphavm-ledger-puzzle-epoch",
1048   "alphavm-ledger-query",
1049   "alphavm-ledger-store",
1050   "alphavm-ledger-test-helpers",
1051   "alphavm-synthesizer-process",
1052   "alphavm-synthesizer-program",
1053   "alphavm-synthesizer-snark",
1054   "alphavm-utilities",
1055   "anyhow",
1056   "bincode",
1057   "criterion",
1058   "hex",
1059   "indexmap 2.12.0",
1060   "itertools 0.14.0",
1061   "k256",
1062   "locktick",
1063   "lru",
1064   "parking_lot",
1065   "rand 0.8.5",
1066   "rayon",
1067   "serde",
1068   "serde_json",
1069   "serde_yaml",
1070   "tempfile",
1071   "tokio",
1072   "tracing",
1073   "walkdir",
1074  ]
1075  
1076  [[package]]
1077  name = "alphavm-synthesizer-process"
1078  version = "4.4.0"
1079  dependencies = [
1080   "adnet-core-std",
1081   "alphavm-algorithms",
1082   "alphavm-circuit",
1083   "alphavm-console",
1084   "alphavm-ledger-block",
1085   "alphavm-ledger-committee",
1086   "alphavm-ledger-query",
1087   "alphavm-ledger-store",
1088   "alphavm-ledger-test-helpers",
1089   "alphavm-synthesizer-program",
1090   "alphavm-synthesizer-snark",
1091   "alphavm-utilities",
1092   "bincode",
1093   "colored 3.0.0",
1094   "criterion",
1095   "indexmap 2.12.0",
1096   "locktick",
1097   "parking_lot",
1098   "rand 0.8.5",
1099   "rand_chacha 0.3.1",
1100   "rayon",
1101   "serde_json",
1102   "tempfile",
1103  ]
1104  
1105  [[package]]
1106  name = "alphavm-synthesizer-program"
1107  version = "4.4.0"
1108  dependencies = [
1109   "alphavm-circuit",
1110   "alphavm-console",
1111   "alphavm-synthesizer-process",
1112   "alphavm-synthesizer-snark",
1113   "alphavm-utilities",
1114   "bincode",
1115   "criterion",
1116   "enum-iterator",
1117   "indexmap 2.12.0",
1118   "k256",
1119   "paste",
1120   "rand 0.8.5",
1121   "rand_chacha 0.3.1",
1122   "rayon",
1123   "serde_json",
1124   "tiny-keccak",
1125  ]
1126  
1127  [[package]]
1128  name = "alphavm-synthesizer-snark"
1129  version = "4.4.0"
1130  dependencies = [
1131   "alphavm-algorithms",
1132   "alphavm-circuit",
1133   "alphavm-console",
1134   "alphavm-utilities",
1135   "bincode",
1136   "serde_json",
1137  ]
1138  
1139  [[package]]
1140  name = "alphavm-testchain-generator"
1141  version = "0.1.0"
1142  dependencies = [
1143   "adnet-core-std",
1144   "alphavm-console",
1145   "alphavm-ledger",
1146   "anyhow",
1147   "clap",
1148   "tracing",
1149   "tracing-subscriber",
1150  ]
1151  
1152  [[package]]
1153  name = "alphavm-utilities"
1154  version = "4.4.0"
1155  dependencies = [
1156   "adnet-core-std",
1157   "alphavm-utilities-derives",
1158   "anyhow",
1159   "bincode",
1160   "colored 3.0.0",
1161   "num-bigint",
1162   "num_cpus",
1163   "rand 0.8.5",
1164   "rand_xorshift 0.3.0",
1165   "rayon",
1166   "serde",
1167   "serde_json",
1168   "smol_str",
1169   "thiserror 2.0.17",
1170   "tracing",
1171   "tracing-test",
1172   "zeroize",
1173  ]
1174  
1175  [[package]]
1176  name = "alphavm-utilities-derives"
1177  version = "4.4.0"
1178  dependencies = [
1179   "proc-macro2",
1180   "quote 1.0.42",
1181   "syn 2.0.110",
1182  ]
1183  
1184  [[package]]
1185  name = "alphavm-wasm"
1186  version = "4.4.0"
1187  dependencies = [
1188   "alphavm-console",
1189   "alphavm-curves",
1190   "alphavm-fields",
1191   "alphavm-ledger-block",
1192   "alphavm-ledger-query",
1193   "alphavm-ledger-store",
1194   "alphavm-synthesizer",
1195   "alphavm-utilities",
1196   "getrandom 0.2.16",
1197   "wasm-bindgen-test",
1198  ]
1199  
1200  [[package]]
1201  name = "anes"
1202  version = "0.1.6"
1203  source = "registry+https://github.com/rust-lang/crates.io-index"
1204  checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
1205  
1206  [[package]]
1207  name = "anstream"
1208  version = "0.6.21"
1209  source = "registry+https://github.com/rust-lang/crates.io-index"
1210  checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
1211  dependencies = [
1212   "anstyle",
1213   "anstyle-parse",
1214   "anstyle-query",
1215   "anstyle-wincon",
1216   "colorchoice",
1217   "is_terminal_polyfill",
1218   "utf8parse",
1219  ]
1220  
1221  [[package]]
1222  name = "anstyle"
1223  version = "1.0.13"
1224  source = "registry+https://github.com/rust-lang/crates.io-index"
1225  checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
1226  
1227  [[package]]
1228  name = "anstyle-parse"
1229  version = "0.2.7"
1230  source = "registry+https://github.com/rust-lang/crates.io-index"
1231  checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
1232  dependencies = [
1233   "utf8parse",
1234  ]
1235  
1236  [[package]]
1237  name = "anstyle-query"
1238  version = "1.1.4"
1239  source = "registry+https://github.com/rust-lang/crates.io-index"
1240  checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
1241  dependencies = [
1242   "windows-sys 0.60.2",
1243  ]
1244  
1245  [[package]]
1246  name = "anstyle-wincon"
1247  version = "3.0.10"
1248  source = "registry+https://github.com/rust-lang/crates.io-index"
1249  checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
1250  dependencies = [
1251   "anstyle",
1252   "once_cell_polyfill",
1253   "windows-sys 0.60.2",
1254  ]
1255  
1256  [[package]]
1257  name = "anyhow"
1258  version = "1.0.100"
1259  source = "registry+https://github.com/rust-lang/crates.io-index"
1260  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
1261  dependencies = [
1262   "backtrace",
1263  ]
1264  
1265  [[package]]
1266  name = "arrayref"
1267  version = "0.3.9"
1268  source = "registry+https://github.com/rust-lang/crates.io-index"
1269  checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
1270  
1271  [[package]]
1272  name = "arrayvec"
1273  version = "0.7.6"
1274  source = "registry+https://github.com/rust-lang/crates.io-index"
1275  checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
1276  
1277  [[package]]
1278  name = "async-trait"
1279  version = "0.1.89"
1280  source = "registry+https://github.com/rust-lang/crates.io-index"
1281  checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1282  dependencies = [
1283   "proc-macro2",
1284   "quote 1.0.42",
1285   "syn 2.0.110",
1286  ]
1287  
1288  [[package]]
1289  name = "atomic-waker"
1290  version = "1.1.2"
1291  source = "registry+https://github.com/rust-lang/crates.io-index"
1292  checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1293  
1294  [[package]]
1295  name = "autocfg"
1296  version = "1.5.0"
1297  source = "registry+https://github.com/rust-lang/crates.io-index"
1298  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1299  
1300  [[package]]
1301  name = "backtrace"
1302  version = "0.3.76"
1303  source = "registry+https://github.com/rust-lang/crates.io-index"
1304  checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1305  dependencies = [
1306   "addr2line",
1307   "cfg-if",
1308   "libc",
1309   "miniz_oxide",
1310   "object",
1311   "rustc-demangle",
1312   "windows-link 0.2.1",
1313  ]
1314  
1315  [[package]]
1316  name = "base16ct"
1317  version = "0.2.0"
1318  source = "registry+https://github.com/rust-lang/crates.io-index"
1319  checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
1320  
1321  [[package]]
1322  name = "base64"
1323  version = "0.22.1"
1324  source = "registry+https://github.com/rust-lang/crates.io-index"
1325  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1326  
1327  [[package]]
1328  name = "bech32"
1329  version = "0.9.1"
1330  source = "registry+https://github.com/rust-lang/crates.io-index"
1331  checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
1332  
1333  [[package]]
1334  name = "bincode"
1335  version = "1.3.3"
1336  source = "registry+https://github.com/rust-lang/crates.io-index"
1337  checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1338  dependencies = [
1339   "serde",
1340  ]
1341  
1342  [[package]]
1343  name = "bindgen"
1344  version = "0.65.1"
1345  source = "registry+https://github.com/rust-lang/crates.io-index"
1346  checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
1347  dependencies = [
1348   "bitflags 1.3.2",
1349   "cexpr",
1350   "clang-sys",
1351   "lazy_static",
1352   "lazycell",
1353   "peeking_take_while",
1354   "prettyplease",
1355   "proc-macro2",
1356   "quote 1.0.42",
1357   "regex",
1358   "rustc-hash",
1359   "shlex",
1360   "syn 2.0.110",
1361  ]
1362  
1363  [[package]]
1364  name = "bit-set"
1365  version = "0.8.0"
1366  source = "registry+https://github.com/rust-lang/crates.io-index"
1367  checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1368  dependencies = [
1369   "bit-vec",
1370  ]
1371  
1372  [[package]]
1373  name = "bit-vec"
1374  version = "0.8.0"
1375  source = "registry+https://github.com/rust-lang/crates.io-index"
1376  checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1377  
1378  [[package]]
1379  name = "bitflags"
1380  version = "1.3.2"
1381  source = "registry+https://github.com/rust-lang/crates.io-index"
1382  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1383  
1384  [[package]]
1385  name = "bitflags"
1386  version = "2.10.0"
1387  source = "registry+https://github.com/rust-lang/crates.io-index"
1388  checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
1389  
1390  [[package]]
1391  name = "blake2"
1392  version = "0.10.6"
1393  source = "registry+https://github.com/rust-lang/crates.io-index"
1394  checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
1395  dependencies = [
1396   "digest",
1397  ]
1398  
1399  [[package]]
1400  name = "blake2s_simd"
1401  version = "1.0.3"
1402  source = "registry+https://github.com/rust-lang/crates.io-index"
1403  checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df"
1404  dependencies = [
1405   "arrayref",
1406   "arrayvec",
1407   "constant_time_eq",
1408  ]
1409  
1410  [[package]]
1411  name = "block-buffer"
1412  version = "0.10.4"
1413  source = "registry+https://github.com/rust-lang/crates.io-index"
1414  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1415  dependencies = [
1416   "generic-array",
1417  ]
1418  
1419  [[package]]
1420  name = "blst"
1421  version = "0.3.16"
1422  source = "registry+https://github.com/rust-lang/crates.io-index"
1423  checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45"
1424  dependencies = [
1425   "cc",
1426   "glob",
1427   "threadpool",
1428   "zeroize",
1429  ]
1430  
1431  [[package]]
1432  name = "bs58"
1433  version = "0.5.1"
1434  source = "registry+https://github.com/rust-lang/crates.io-index"
1435  checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
1436  dependencies = [
1437   "tinyvec",
1438  ]
1439  
1440  [[package]]
1441  name = "bumpalo"
1442  version = "3.19.0"
1443  source = "registry+https://github.com/rust-lang/crates.io-index"
1444  checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
1445  
1446  [[package]]
1447  name = "byteorder"
1448  version = "1.5.0"
1449  source = "registry+https://github.com/rust-lang/crates.io-index"
1450  checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1451  
1452  [[package]]
1453  name = "bytes"
1454  version = "1.10.1"
1455  source = "registry+https://github.com/rust-lang/crates.io-index"
1456  checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
1457  
1458  [[package]]
1459  name = "bzip2-sys"
1460  version = "0.1.13+1.0.8"
1461  source = "registry+https://github.com/rust-lang/crates.io-index"
1462  checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
1463  dependencies = [
1464   "cc",
1465   "pkg-config",
1466  ]
1467  
1468  [[package]]
1469  name = "cast"
1470  version = "0.3.0"
1471  source = "registry+https://github.com/rust-lang/crates.io-index"
1472  checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1473  
1474  [[package]]
1475  name = "cc"
1476  version = "1.2.45"
1477  source = "registry+https://github.com/rust-lang/crates.io-index"
1478  checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
1479  dependencies = [
1480   "find-msvc-tools",
1481   "jobserver",
1482   "libc",
1483   "shlex",
1484  ]
1485  
1486  [[package]]
1487  name = "cexpr"
1488  version = "0.6.0"
1489  source = "registry+https://github.com/rust-lang/crates.io-index"
1490  checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1491  dependencies = [
1492   "nom",
1493  ]
1494  
1495  [[package]]
1496  name = "cfg-if"
1497  version = "1.0.4"
1498  source = "registry+https://github.com/rust-lang/crates.io-index"
1499  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1500  
1501  [[package]]
1502  name = "ci_info"
1503  version = "0.10.2"
1504  source = "registry+https://github.com/rust-lang/crates.io-index"
1505  checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
1506  dependencies = [
1507   "envmnt",
1508  ]
1509  
1510  [[package]]
1511  name = "ciborium"
1512  version = "0.2.2"
1513  source = "registry+https://github.com/rust-lang/crates.io-index"
1514  checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1515  dependencies = [
1516   "ciborium-io",
1517   "ciborium-ll",
1518   "serde",
1519  ]
1520  
1521  [[package]]
1522  name = "ciborium-io"
1523  version = "0.2.2"
1524  source = "registry+https://github.com/rust-lang/crates.io-index"
1525  checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1526  
1527  [[package]]
1528  name = "ciborium-ll"
1529  version = "0.2.2"
1530  source = "registry+https://github.com/rust-lang/crates.io-index"
1531  checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1532  dependencies = [
1533   "ciborium-io",
1534   "half",
1535  ]
1536  
1537  [[package]]
1538  name = "clang-sys"
1539  version = "1.8.1"
1540  source = "registry+https://github.com/rust-lang/crates.io-index"
1541  checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
1542  dependencies = [
1543   "glob",
1544   "libc",
1545   "libloading",
1546  ]
1547  
1548  [[package]]
1549  name = "clap"
1550  version = "4.5.51"
1551  source = "registry+https://github.com/rust-lang/crates.io-index"
1552  checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
1553  dependencies = [
1554   "clap_builder",
1555   "clap_derive",
1556  ]
1557  
1558  [[package]]
1559  name = "clap_builder"
1560  version = "4.5.51"
1561  source = "registry+https://github.com/rust-lang/crates.io-index"
1562  checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
1563  dependencies = [
1564   "anstream",
1565   "anstyle",
1566   "clap_lex",
1567   "strsim",
1568  ]
1569  
1570  [[package]]
1571  name = "clap_derive"
1572  version = "4.5.49"
1573  source = "registry+https://github.com/rust-lang/crates.io-index"
1574  checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
1575  dependencies = [
1576   "heck",
1577   "proc-macro2",
1578   "quote 1.0.42",
1579   "syn 2.0.110",
1580  ]
1581  
1582  [[package]]
1583  name = "clap_lex"
1584  version = "0.7.6"
1585  source = "registry+https://github.com/rust-lang/crates.io-index"
1586  checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
1587  
1588  [[package]]
1589  name = "colorchoice"
1590  version = "1.0.4"
1591  source = "registry+https://github.com/rust-lang/crates.io-index"
1592  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
1593  
1594  [[package]]
1595  name = "colored"
1596  version = "2.2.0"
1597  source = "registry+https://github.com/rust-lang/crates.io-index"
1598  checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
1599  dependencies = [
1600   "lazy_static",
1601   "windows-sys 0.59.0",
1602  ]
1603  
1604  [[package]]
1605  name = "colored"
1606  version = "3.0.0"
1607  source = "registry+https://github.com/rust-lang/crates.io-index"
1608  checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
1609  dependencies = [
1610   "windows-sys 0.59.0",
1611  ]
1612  
1613  [[package]]
1614  name = "const-oid"
1615  version = "0.9.6"
1616  source = "registry+https://github.com/rust-lang/crates.io-index"
1617  checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1618  
1619  [[package]]
1620  name = "constant_time_eq"
1621  version = "0.3.1"
1622  source = "registry+https://github.com/rust-lang/crates.io-index"
1623  checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
1624  
1625  [[package]]
1626  name = "cookie"
1627  version = "0.18.1"
1628  source = "registry+https://github.com/rust-lang/crates.io-index"
1629  checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1630  dependencies = [
1631   "percent-encoding",
1632   "time",
1633   "version_check",
1634  ]
1635  
1636  [[package]]
1637  name = "cookie_store"
1638  version = "0.22.0"
1639  source = "registry+https://github.com/rust-lang/crates.io-index"
1640  checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f"
1641  dependencies = [
1642   "cookie",
1643   "document-features",
1644   "idna",
1645   "indexmap 2.12.0",
1646   "log",
1647   "serde",
1648   "serde_derive",
1649   "serde_json",
1650   "time",
1651   "url",
1652  ]
1653  
1654  [[package]]
1655  name = "core-foundation"
1656  version = "0.9.4"
1657  source = "registry+https://github.com/rust-lang/crates.io-index"
1658  checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1659  dependencies = [
1660   "core-foundation-sys",
1661   "libc",
1662  ]
1663  
1664  [[package]]
1665  name = "core-foundation-sys"
1666  version = "0.8.7"
1667  source = "registry+https://github.com/rust-lang/crates.io-index"
1668  checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1669  
1670  [[package]]
1671  name = "cpufeatures"
1672  version = "0.2.17"
1673  source = "registry+https://github.com/rust-lang/crates.io-index"
1674  checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1675  dependencies = [
1676   "libc",
1677  ]
1678  
1679  [[package]]
1680  name = "crc32fast"
1681  version = "1.5.0"
1682  source = "registry+https://github.com/rust-lang/crates.io-index"
1683  checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1684  dependencies = [
1685   "cfg-if",
1686  ]
1687  
1688  [[package]]
1689  name = "criterion"
1690  version = "0.7.0"
1691  source = "registry+https://github.com/rust-lang/crates.io-index"
1692  checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
1693  dependencies = [
1694   "anes",
1695   "cast",
1696   "ciborium",
1697   "clap",
1698   "criterion-plot",
1699   "itertools 0.13.0",
1700   "num-traits",
1701   "oorandom",
1702   "plotters",
1703   "rayon",
1704   "regex",
1705   "serde",
1706   "serde_json",
1707   "tinytemplate",
1708   "walkdir",
1709  ]
1710  
1711  [[package]]
1712  name = "criterion-plot"
1713  version = "0.6.0"
1714  source = "registry+https://github.com/rust-lang/crates.io-index"
1715  checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
1716  dependencies = [
1717   "cast",
1718   "itertools 0.13.0",
1719  ]
1720  
1721  [[package]]
1722  name = "crossbeam-deque"
1723  version = "0.8.6"
1724  source = "registry+https://github.com/rust-lang/crates.io-index"
1725  checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1726  dependencies = [
1727   "crossbeam-epoch",
1728   "crossbeam-utils",
1729  ]
1730  
1731  [[package]]
1732  name = "crossbeam-epoch"
1733  version = "0.9.18"
1734  source = "registry+https://github.com/rust-lang/crates.io-index"
1735  checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1736  dependencies = [
1737   "crossbeam-utils",
1738  ]
1739  
1740  [[package]]
1741  name = "crossbeam-utils"
1742  version = "0.8.21"
1743  source = "registry+https://github.com/rust-lang/crates.io-index"
1744  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1745  
1746  [[package]]
1747  name = "crunchy"
1748  version = "0.2.4"
1749  source = "registry+https://github.com/rust-lang/crates.io-index"
1750  checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1751  
1752  [[package]]
1753  name = "crypto-bigint"
1754  version = "0.5.5"
1755  source = "registry+https://github.com/rust-lang/crates.io-index"
1756  checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1757  dependencies = [
1758   "generic-array",
1759   "rand_core 0.6.4",
1760   "subtle",
1761   "zeroize",
1762  ]
1763  
1764  [[package]]
1765  name = "crypto-common"
1766  version = "0.1.6"
1767  source = "registry+https://github.com/rust-lang/crates.io-index"
1768  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1769  dependencies = [
1770   "generic-array",
1771   "typenum",
1772  ]
1773  
1774  [[package]]
1775  name = "curl"
1776  version = "0.4.49"
1777  source = "registry+https://github.com/rust-lang/crates.io-index"
1778  checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
1779  dependencies = [
1780   "curl-sys",
1781   "libc",
1782   "openssl-probe",
1783   "openssl-sys",
1784   "schannel",
1785   "socket2",
1786   "windows-sys 0.59.0",
1787  ]
1788  
1789  [[package]]
1790  name = "curl-sys"
1791  version = "0.4.84+curl-8.17.0"
1792  source = "registry+https://github.com/rust-lang/crates.io-index"
1793  checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b"
1794  dependencies = [
1795   "cc",
1796   "libc",
1797   "libz-sys",
1798   "openssl-sys",
1799   "pkg-config",
1800   "vcpkg",
1801   "windows-sys 0.59.0",
1802  ]
1803  
1804  [[package]]
1805  name = "dashmap"
1806  version = "5.5.3"
1807  source = "registry+https://github.com/rust-lang/crates.io-index"
1808  checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1809  dependencies = [
1810   "cfg-if",
1811   "hashbrown 0.14.5",
1812   "lock_api",
1813   "once_cell",
1814   "parking_lot_core",
1815  ]
1816  
1817  [[package]]
1818  name = "der"
1819  version = "0.7.10"
1820  source = "registry+https://github.com/rust-lang/crates.io-index"
1821  checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1822  dependencies = [
1823   "const-oid",
1824   "zeroize",
1825  ]
1826  
1827  [[package]]
1828  name = "deranged"
1829  version = "0.5.5"
1830  source = "registry+https://github.com/rust-lang/crates.io-index"
1831  checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
1832  dependencies = [
1833   "powerfmt",
1834  ]
1835  
1836  [[package]]
1837  name = "digest"
1838  version = "0.10.7"
1839  source = "registry+https://github.com/rust-lang/crates.io-index"
1840  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1841  dependencies = [
1842   "block-buffer",
1843   "const-oid",
1844   "crypto-common",
1845   "subtle",
1846  ]
1847  
1848  [[package]]
1849  name = "dirs"
1850  version = "4.0.0"
1851  source = "registry+https://github.com/rust-lang/crates.io-index"
1852  checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1853  dependencies = [
1854   "dirs-sys",
1855  ]
1856  
1857  [[package]]
1858  name = "dirs-sys"
1859  version = "0.3.7"
1860  source = "registry+https://github.com/rust-lang/crates.io-index"
1861  checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1862  dependencies = [
1863   "libc",
1864   "redox_users",
1865   "winapi",
1866  ]
1867  
1868  [[package]]
1869  name = "displaydoc"
1870  version = "0.2.5"
1871  source = "registry+https://github.com/rust-lang/crates.io-index"
1872  checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1873  dependencies = [
1874   "proc-macro2",
1875   "quote 1.0.42",
1876   "syn 2.0.110",
1877  ]
1878  
1879  [[package]]
1880  name = "dissimilar"
1881  version = "1.0.10"
1882  source = "registry+https://github.com/rust-lang/crates.io-index"
1883  checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921"
1884  
1885  [[package]]
1886  name = "document-features"
1887  version = "0.2.12"
1888  source = "registry+https://github.com/rust-lang/crates.io-index"
1889  checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
1890  dependencies = [
1891   "litrs",
1892  ]
1893  
1894  [[package]]
1895  name = "dotenvy"
1896  version = "0.15.7"
1897  source = "registry+https://github.com/rust-lang/crates.io-index"
1898  checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1899  
1900  [[package]]
1901  name = "ecdsa"
1902  version = "0.16.9"
1903  source = "registry+https://github.com/rust-lang/crates.io-index"
1904  checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1905  dependencies = [
1906   "der",
1907   "digest",
1908   "elliptic-curve",
1909   "rfc6979",
1910   "signature",
1911  ]
1912  
1913  [[package]]
1914  name = "either"
1915  version = "1.15.0"
1916  source = "registry+https://github.com/rust-lang/crates.io-index"
1917  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1918  
1919  [[package]]
1920  name = "elliptic-curve"
1921  version = "0.13.8"
1922  source = "registry+https://github.com/rust-lang/crates.io-index"
1923  checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1924  dependencies = [
1925   "base16ct",
1926   "crypto-bigint",
1927   "digest",
1928   "ff",
1929   "generic-array",
1930   "group",
1931   "rand_core 0.6.4",
1932   "sec1",
1933   "subtle",
1934   "zeroize",
1935  ]
1936  
1937  [[package]]
1938  name = "encoding"
1939  version = "0.2.33"
1940  source = "registry+https://github.com/rust-lang/crates.io-index"
1941  checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
1942  dependencies = [
1943   "encoding-index-japanese",
1944   "encoding-index-korean",
1945   "encoding-index-simpchinese",
1946   "encoding-index-singlebyte",
1947   "encoding-index-tradchinese",
1948  ]
1949  
1950  [[package]]
1951  name = "encoding-index-japanese"
1952  version = "1.20141219.5"
1953  source = "registry+https://github.com/rust-lang/crates.io-index"
1954  checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
1955  dependencies = [
1956   "encoding_index_tests",
1957  ]
1958  
1959  [[package]]
1960  name = "encoding-index-korean"
1961  version = "1.20141219.5"
1962  source = "registry+https://github.com/rust-lang/crates.io-index"
1963  checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
1964  dependencies = [
1965   "encoding_index_tests",
1966  ]
1967  
1968  [[package]]
1969  name = "encoding-index-simpchinese"
1970  version = "1.20141219.5"
1971  source = "registry+https://github.com/rust-lang/crates.io-index"
1972  checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
1973  dependencies = [
1974   "encoding_index_tests",
1975  ]
1976  
1977  [[package]]
1978  name = "encoding-index-singlebyte"
1979  version = "1.20141219.5"
1980  source = "registry+https://github.com/rust-lang/crates.io-index"
1981  checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
1982  dependencies = [
1983   "encoding_index_tests",
1984  ]
1985  
1986  [[package]]
1987  name = "encoding-index-tradchinese"
1988  version = "1.20141219.5"
1989  source = "registry+https://github.com/rust-lang/crates.io-index"
1990  checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
1991  dependencies = [
1992   "encoding_index_tests",
1993  ]
1994  
1995  [[package]]
1996  name = "encoding_index_tests"
1997  version = "0.1.4"
1998  source = "registry+https://github.com/rust-lang/crates.io-index"
1999  checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2000  
2001  [[package]]
2002  name = "encoding_rs"
2003  version = "0.8.35"
2004  source = "registry+https://github.com/rust-lang/crates.io-index"
2005  checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2006  dependencies = [
2007   "cfg-if",
2008  ]
2009  
2010  [[package]]
2011  name = "enum-iterator"
2012  version = "2.3.0"
2013  source = "registry+https://github.com/rust-lang/crates.io-index"
2014  checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016"
2015  dependencies = [
2016   "enum-iterator-derive",
2017  ]
2018  
2019  [[package]]
2020  name = "enum-iterator-derive"
2021  version = "1.5.0"
2022  source = "registry+https://github.com/rust-lang/crates.io-index"
2023  checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842"
2024  dependencies = [
2025   "proc-macro2",
2026   "quote 1.0.42",
2027   "syn 2.0.110",
2028  ]
2029  
2030  [[package]]
2031  name = "enum_index"
2032  version = "0.2.0"
2033  source = "registry+https://github.com/rust-lang/crates.io-index"
2034  checksum = "f5532bdea562e7be83060c36185eecccba82fe16729d2eaad2891d65417656dd"
2035  
2036  [[package]]
2037  name = "enum_index_derive"
2038  version = "0.2.0"
2039  source = "registry+https://github.com/rust-lang/crates.io-index"
2040  checksum = "8ab22c8085548bf06190113dca556e149ecdbb05ae5b972a2b9899f26b944ee4"
2041  dependencies = [
2042   "quote 0.3.15",
2043   "syn 0.11.11",
2044  ]
2045  
2046  [[package]]
2047  name = "env_home"
2048  version = "0.1.0"
2049  source = "registry+https://github.com/rust-lang/crates.io-index"
2050  checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
2051  
2052  [[package]]
2053  name = "envmnt"
2054  version = "0.8.4"
2055  source = "registry+https://github.com/rust-lang/crates.io-index"
2056  checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
2057  dependencies = [
2058   "fsio",
2059   "indexmap 1.9.3",
2060  ]
2061  
2062  [[package]]
2063  name = "equivalent"
2064  version = "1.0.2"
2065  source = "registry+https://github.com/rust-lang/crates.io-index"
2066  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2067  
2068  [[package]]
2069  name = "errno"
2070  version = "0.3.14"
2071  source = "registry+https://github.com/rust-lang/crates.io-index"
2072  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2073  dependencies = [
2074   "libc",
2075   "windows-sys 0.61.2",
2076  ]
2077  
2078  [[package]]
2079  name = "expect-test"
2080  version = "1.5.1"
2081  source = "registry+https://github.com/rust-lang/crates.io-index"
2082  checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0"
2083  dependencies = [
2084   "dissimilar",
2085   "once_cell",
2086  ]
2087  
2088  [[package]]
2089  name = "fastrand"
2090  version = "2.3.0"
2091  source = "registry+https://github.com/rust-lang/crates.io-index"
2092  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2093  
2094  [[package]]
2095  name = "ff"
2096  version = "0.13.1"
2097  source = "registry+https://github.com/rust-lang/crates.io-index"
2098  checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2099  dependencies = [
2100   "rand_core 0.6.4",
2101   "subtle",
2102  ]
2103  
2104  [[package]]
2105  name = "find-msvc-tools"
2106  version = "0.1.4"
2107  source = "registry+https://github.com/rust-lang/crates.io-index"
2108  checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
2109  
2110  [[package]]
2111  name = "flate2"
2112  version = "1.1.5"
2113  source = "registry+https://github.com/rust-lang/crates.io-index"
2114  checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
2115  dependencies = [
2116   "crc32fast",
2117   "miniz_oxide",
2118  ]
2119  
2120  [[package]]
2121  name = "fnv"
2122  version = "1.0.7"
2123  source = "registry+https://github.com/rust-lang/crates.io-index"
2124  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2125  
2126  [[package]]
2127  name = "foldhash"
2128  version = "0.1.5"
2129  source = "registry+https://github.com/rust-lang/crates.io-index"
2130  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2131  
2132  [[package]]
2133  name = "foldhash"
2134  version = "0.2.0"
2135  source = "registry+https://github.com/rust-lang/crates.io-index"
2136  checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2137  
2138  [[package]]
2139  name = "foreign-types"
2140  version = "0.3.2"
2141  source = "registry+https://github.com/rust-lang/crates.io-index"
2142  checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2143  dependencies = [
2144   "foreign-types-shared",
2145  ]
2146  
2147  [[package]]
2148  name = "foreign-types-shared"
2149  version = "0.1.1"
2150  source = "registry+https://github.com/rust-lang/crates.io-index"
2151  checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2152  
2153  [[package]]
2154  name = "form_urlencoded"
2155  version = "1.2.2"
2156  source = "registry+https://github.com/rust-lang/crates.io-index"
2157  checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2158  dependencies = [
2159   "percent-encoding",
2160  ]
2161  
2162  [[package]]
2163  name = "fsio"
2164  version = "0.1.3"
2165  source = "registry+https://github.com/rust-lang/crates.io-index"
2166  checksum = "c1fd087255f739f4f1aeea69f11b72f8080e9c2e7645cd06955dad4a178a49e3"
2167  
2168  [[package]]
2169  name = "futures"
2170  version = "0.3.31"
2171  source = "registry+https://github.com/rust-lang/crates.io-index"
2172  checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2173  dependencies = [
2174   "futures-channel",
2175   "futures-core",
2176   "futures-executor",
2177   "futures-io",
2178   "futures-sink",
2179   "futures-task",
2180   "futures-util",
2181  ]
2182  
2183  [[package]]
2184  name = "futures-channel"
2185  version = "0.3.31"
2186  source = "registry+https://github.com/rust-lang/crates.io-index"
2187  checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2188  dependencies = [
2189   "futures-core",
2190   "futures-sink",
2191  ]
2192  
2193  [[package]]
2194  name = "futures-core"
2195  version = "0.3.31"
2196  source = "registry+https://github.com/rust-lang/crates.io-index"
2197  checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2198  
2199  [[package]]
2200  name = "futures-executor"
2201  version = "0.3.31"
2202  source = "registry+https://github.com/rust-lang/crates.io-index"
2203  checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2204  dependencies = [
2205   "futures-core",
2206   "futures-task",
2207   "futures-util",
2208  ]
2209  
2210  [[package]]
2211  name = "futures-io"
2212  version = "0.3.31"
2213  source = "registry+https://github.com/rust-lang/crates.io-index"
2214  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2215  
2216  [[package]]
2217  name = "futures-sink"
2218  version = "0.3.31"
2219  source = "registry+https://github.com/rust-lang/crates.io-index"
2220  checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2221  
2222  [[package]]
2223  name = "futures-task"
2224  version = "0.3.31"
2225  source = "registry+https://github.com/rust-lang/crates.io-index"
2226  checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2227  
2228  [[package]]
2229  name = "futures-util"
2230  version = "0.3.31"
2231  source = "registry+https://github.com/rust-lang/crates.io-index"
2232  checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2233  dependencies = [
2234   "futures-channel",
2235   "futures-core",
2236   "futures-io",
2237   "futures-sink",
2238   "futures-task",
2239   "memchr",
2240   "pin-project-lite",
2241   "pin-utils",
2242   "slab",
2243  ]
2244  
2245  [[package]]
2246  name = "fxhash"
2247  version = "0.2.1"
2248  source = "registry+https://github.com/rust-lang/crates.io-index"
2249  checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2250  dependencies = [
2251   "byteorder",
2252  ]
2253  
2254  [[package]]
2255  name = "generic-array"
2256  version = "0.14.9"
2257  source = "registry+https://github.com/rust-lang/crates.io-index"
2258  checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
2259  dependencies = [
2260   "typenum",
2261   "version_check",
2262   "zeroize",
2263  ]
2264  
2265  [[package]]
2266  name = "getopts"
2267  version = "0.2.24"
2268  source = "registry+https://github.com/rust-lang/crates.io-index"
2269  checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
2270  dependencies = [
2271   "unicode-width",
2272  ]
2273  
2274  [[package]]
2275  name = "getrandom"
2276  version = "0.2.16"
2277  source = "registry+https://github.com/rust-lang/crates.io-index"
2278  checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2279  dependencies = [
2280   "cfg-if",
2281   "js-sys",
2282   "libc",
2283   "wasi",
2284   "wasm-bindgen",
2285  ]
2286  
2287  [[package]]
2288  name = "getrandom"
2289  version = "0.3.4"
2290  source = "registry+https://github.com/rust-lang/crates.io-index"
2291  checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2292  dependencies = [
2293   "cfg-if",
2294   "libc",
2295   "r-efi",
2296   "wasip2",
2297  ]
2298  
2299  [[package]]
2300  name = "gimli"
2301  version = "0.32.3"
2302  source = "registry+https://github.com/rust-lang/crates.io-index"
2303  checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
2304  
2305  [[package]]
2306  name = "glob"
2307  version = "0.3.3"
2308  source = "registry+https://github.com/rust-lang/crates.io-index"
2309  checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2310  
2311  [[package]]
2312  name = "group"
2313  version = "0.13.0"
2314  source = "registry+https://github.com/rust-lang/crates.io-index"
2315  checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2316  dependencies = [
2317   "ff",
2318   "rand_core 0.6.4",
2319   "subtle",
2320  ]
2321  
2322  [[package]]
2323  name = "h2"
2324  version = "0.4.12"
2325  source = "registry+https://github.com/rust-lang/crates.io-index"
2326  checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
2327  dependencies = [
2328   "atomic-waker",
2329   "bytes",
2330   "fnv",
2331   "futures-core",
2332   "futures-sink",
2333   "http",
2334   "indexmap 2.12.0",
2335   "slab",
2336   "tokio",
2337   "tokio-util",
2338   "tracing",
2339  ]
2340  
2341  [[package]]
2342  name = "half"
2343  version = "2.7.1"
2344  source = "registry+https://github.com/rust-lang/crates.io-index"
2345  checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2346  dependencies = [
2347   "cfg-if",
2348   "crunchy",
2349   "zerocopy",
2350  ]
2351  
2352  [[package]]
2353  name = "hashbrown"
2354  version = "0.12.3"
2355  source = "registry+https://github.com/rust-lang/crates.io-index"
2356  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2357  
2358  [[package]]
2359  name = "hashbrown"
2360  version = "0.14.5"
2361  source = "registry+https://github.com/rust-lang/crates.io-index"
2362  checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2363  
2364  [[package]]
2365  name = "hashbrown"
2366  version = "0.15.5"
2367  source = "registry+https://github.com/rust-lang/crates.io-index"
2368  checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2369  dependencies = [
2370   "allocator-api2",
2371   "equivalent",
2372   "foldhash 0.1.5",
2373  ]
2374  
2375  [[package]]
2376  name = "hashbrown"
2377  version = "0.16.0"
2378  source = "registry+https://github.com/rust-lang/crates.io-index"
2379  checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
2380  dependencies = [
2381   "allocator-api2",
2382   "equivalent",
2383   "foldhash 0.2.0",
2384  ]
2385  
2386  [[package]]
2387  name = "heck"
2388  version = "0.5.0"
2389  source = "registry+https://github.com/rust-lang/crates.io-index"
2390  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2391  
2392  [[package]]
2393  name = "hermit-abi"
2394  version = "0.5.2"
2395  source = "registry+https://github.com/rust-lang/crates.io-index"
2396  checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2397  
2398  [[package]]
2399  name = "hex"
2400  version = "0.4.3"
2401  source = "registry+https://github.com/rust-lang/crates.io-index"
2402  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2403  
2404  [[package]]
2405  name = "hmac"
2406  version = "0.12.1"
2407  source = "registry+https://github.com/rust-lang/crates.io-index"
2408  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2409  dependencies = [
2410   "digest",
2411  ]
2412  
2413  [[package]]
2414  name = "home"
2415  version = "0.5.12"
2416  source = "registry+https://github.com/rust-lang/crates.io-index"
2417  checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
2418  dependencies = [
2419   "windows-sys 0.61.2",
2420  ]
2421  
2422  [[package]]
2423  name = "http"
2424  version = "1.3.1"
2425  source = "registry+https://github.com/rust-lang/crates.io-index"
2426  checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2427  dependencies = [
2428   "bytes",
2429   "fnv",
2430   "itoa",
2431  ]
2432  
2433  [[package]]
2434  name = "http-body"
2435  version = "1.0.1"
2436  source = "registry+https://github.com/rust-lang/crates.io-index"
2437  checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2438  dependencies = [
2439   "bytes",
2440   "http",
2441  ]
2442  
2443  [[package]]
2444  name = "http-body-util"
2445  version = "0.1.3"
2446  source = "registry+https://github.com/rust-lang/crates.io-index"
2447  checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2448  dependencies = [
2449   "bytes",
2450   "futures-core",
2451   "http",
2452   "http-body",
2453   "pin-project-lite",
2454  ]
2455  
2456  [[package]]
2457  name = "httparse"
2458  version = "1.10.1"
2459  source = "registry+https://github.com/rust-lang/crates.io-index"
2460  checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2461  
2462  [[package]]
2463  name = "hyper"
2464  version = "1.8.0"
2465  source = "registry+https://github.com/rust-lang/crates.io-index"
2466  checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f"
2467  dependencies = [
2468   "atomic-waker",
2469   "bytes",
2470   "futures-channel",
2471   "futures-core",
2472   "h2",
2473   "http",
2474   "http-body",
2475   "httparse",
2476   "itoa",
2477   "pin-project-lite",
2478   "pin-utils",
2479   "smallvec",
2480   "tokio",
2481   "want",
2482  ]
2483  
2484  [[package]]
2485  name = "hyper-rustls"
2486  version = "0.27.7"
2487  source = "registry+https://github.com/rust-lang/crates.io-index"
2488  checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2489  dependencies = [
2490   "http",
2491   "hyper",
2492   "hyper-util",
2493   "rustls",
2494   "rustls-pki-types",
2495   "tokio",
2496   "tokio-rustls",
2497   "tower-service",
2498  ]
2499  
2500  [[package]]
2501  name = "hyper-tls"
2502  version = "0.6.0"
2503  source = "registry+https://github.com/rust-lang/crates.io-index"
2504  checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2505  dependencies = [
2506   "bytes",
2507   "http-body-util",
2508   "hyper",
2509   "hyper-util",
2510   "native-tls",
2511   "tokio",
2512   "tokio-native-tls",
2513   "tower-service",
2514  ]
2515  
2516  [[package]]
2517  name = "hyper-util"
2518  version = "0.1.17"
2519  source = "registry+https://github.com/rust-lang/crates.io-index"
2520  checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
2521  dependencies = [
2522   "base64",
2523   "bytes",
2524   "futures-channel",
2525   "futures-core",
2526   "futures-util",
2527   "http",
2528   "http-body",
2529   "hyper",
2530   "ipnet",
2531   "libc",
2532   "percent-encoding",
2533   "pin-project-lite",
2534   "socket2",
2535   "system-configuration",
2536   "tokio",
2537   "tower-service",
2538   "tracing",
2539   "windows-registry",
2540  ]
2541  
2542  [[package]]
2543  name = "icu_collections"
2544  version = "2.1.1"
2545  source = "registry+https://github.com/rust-lang/crates.io-index"
2546  checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2547  dependencies = [
2548   "displaydoc",
2549   "potential_utf",
2550   "yoke",
2551   "zerofrom",
2552   "zerovec",
2553  ]
2554  
2555  [[package]]
2556  name = "icu_locale_core"
2557  version = "2.1.1"
2558  source = "registry+https://github.com/rust-lang/crates.io-index"
2559  checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2560  dependencies = [
2561   "displaydoc",
2562   "litemap",
2563   "tinystr",
2564   "writeable",
2565   "zerovec",
2566  ]
2567  
2568  [[package]]
2569  name = "icu_normalizer"
2570  version = "2.1.1"
2571  source = "registry+https://github.com/rust-lang/crates.io-index"
2572  checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2573  dependencies = [
2574   "icu_collections",
2575   "icu_normalizer_data",
2576   "icu_properties",
2577   "icu_provider",
2578   "smallvec",
2579   "zerovec",
2580  ]
2581  
2582  [[package]]
2583  name = "icu_normalizer_data"
2584  version = "2.1.1"
2585  source = "registry+https://github.com/rust-lang/crates.io-index"
2586  checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2587  
2588  [[package]]
2589  name = "icu_properties"
2590  version = "2.1.1"
2591  source = "registry+https://github.com/rust-lang/crates.io-index"
2592  checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
2593  dependencies = [
2594   "icu_collections",
2595   "icu_locale_core",
2596   "icu_properties_data",
2597   "icu_provider",
2598   "zerotrie",
2599   "zerovec",
2600  ]
2601  
2602  [[package]]
2603  name = "icu_properties_data"
2604  version = "2.1.1"
2605  source = "registry+https://github.com/rust-lang/crates.io-index"
2606  checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
2607  
2608  [[package]]
2609  name = "icu_provider"
2610  version = "2.1.1"
2611  source = "registry+https://github.com/rust-lang/crates.io-index"
2612  checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2613  dependencies = [
2614   "displaydoc",
2615   "icu_locale_core",
2616   "writeable",
2617   "yoke",
2618   "zerofrom",
2619   "zerotrie",
2620   "zerovec",
2621  ]
2622  
2623  [[package]]
2624  name = "idna"
2625  version = "1.1.0"
2626  source = "registry+https://github.com/rust-lang/crates.io-index"
2627  checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2628  dependencies = [
2629   "idna_adapter",
2630   "smallvec",
2631   "utf8_iter",
2632  ]
2633  
2634  [[package]]
2635  name = "idna_adapter"
2636  version = "1.2.1"
2637  source = "registry+https://github.com/rust-lang/crates.io-index"
2638  checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2639  dependencies = [
2640   "icu_normalizer",
2641   "icu_properties",
2642  ]
2643  
2644  [[package]]
2645  name = "indexmap"
2646  version = "1.9.3"
2647  source = "registry+https://github.com/rust-lang/crates.io-index"
2648  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2649  dependencies = [
2650   "autocfg",
2651   "hashbrown 0.12.3",
2652  ]
2653  
2654  [[package]]
2655  name = "indexmap"
2656  version = "2.12.0"
2657  source = "registry+https://github.com/rust-lang/crates.io-index"
2658  checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
2659  dependencies = [
2660   "equivalent",
2661   "hashbrown 0.16.0",
2662   "rayon",
2663   "serde",
2664   "serde_core",
2665  ]
2666  
2667  [[package]]
2668  name = "ipnet"
2669  version = "2.11.0"
2670  source = "registry+https://github.com/rust-lang/crates.io-index"
2671  checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2672  
2673  [[package]]
2674  name = "iri-string"
2675  version = "0.7.9"
2676  source = "registry+https://github.com/rust-lang/crates.io-index"
2677  checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
2678  dependencies = [
2679   "memchr",
2680   "serde",
2681  ]
2682  
2683  [[package]]
2684  name = "is_terminal_polyfill"
2685  version = "1.70.2"
2686  source = "registry+https://github.com/rust-lang/crates.io-index"
2687  checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
2688  
2689  [[package]]
2690  name = "itertools"
2691  version = "0.13.0"
2692  source = "registry+https://github.com/rust-lang/crates.io-index"
2693  checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2694  dependencies = [
2695   "either",
2696  ]
2697  
2698  [[package]]
2699  name = "itertools"
2700  version = "0.14.0"
2701  source = "registry+https://github.com/rust-lang/crates.io-index"
2702  checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2703  dependencies = [
2704   "either",
2705  ]
2706  
2707  [[package]]
2708  name = "itoa"
2709  version = "1.0.15"
2710  source = "registry+https://github.com/rust-lang/crates.io-index"
2711  checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2712  
2713  [[package]]
2714  name = "jobserver"
2715  version = "0.1.34"
2716  source = "registry+https://github.com/rust-lang/crates.io-index"
2717  checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2718  dependencies = [
2719   "getrandom 0.3.4",
2720   "libc",
2721  ]
2722  
2723  [[package]]
2724  name = "js-sys"
2725  version = "0.3.82"
2726  source = "registry+https://github.com/rust-lang/crates.io-index"
2727  checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
2728  dependencies = [
2729   "once_cell",
2730   "wasm-bindgen",
2731  ]
2732  
2733  [[package]]
2734  name = "k256"
2735  version = "0.13.4"
2736  source = "registry+https://github.com/rust-lang/crates.io-index"
2737  checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2738  dependencies = [
2739   "cfg-if",
2740   "ecdsa",
2741   "elliptic-curve",
2742   "sha2",
2743  ]
2744  
2745  [[package]]
2746  name = "lazy_static"
2747  version = "1.5.0"
2748  source = "registry+https://github.com/rust-lang/crates.io-index"
2749  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2750  
2751  [[package]]
2752  name = "lazycell"
2753  version = "1.3.0"
2754  source = "registry+https://github.com/rust-lang/crates.io-index"
2755  checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2756  
2757  [[package]]
2758  name = "libc"
2759  version = "0.2.177"
2760  source = "registry+https://github.com/rust-lang/crates.io-index"
2761  checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2762  
2763  [[package]]
2764  name = "libloading"
2765  version = "0.8.9"
2766  source = "registry+https://github.com/rust-lang/crates.io-index"
2767  checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2768  dependencies = [
2769   "cfg-if",
2770   "windows-link 0.2.1",
2771  ]
2772  
2773  [[package]]
2774  name = "libm"
2775  version = "0.2.15"
2776  source = "registry+https://github.com/rust-lang/crates.io-index"
2777  checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2778  
2779  [[package]]
2780  name = "libredox"
2781  version = "0.1.10"
2782  source = "registry+https://github.com/rust-lang/crates.io-index"
2783  checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2784  dependencies = [
2785   "bitflags 2.10.0",
2786   "libc",
2787  ]
2788  
2789  [[package]]
2790  name = "librocksdb-sys"
2791  version = "0.11.0+8.1.1"
2792  source = "registry+https://github.com/rust-lang/crates.io-index"
2793  checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
2794  dependencies = [
2795   "bindgen",
2796   "bzip2-sys",
2797   "cc",
2798   "glob",
2799   "libc",
2800   "libz-sys",
2801   "lz4-sys",
2802  ]
2803  
2804  [[package]]
2805  name = "libz-sys"
2806  version = "1.1.23"
2807  source = "registry+https://github.com/rust-lang/crates.io-index"
2808  checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
2809  dependencies = [
2810   "cc",
2811   "libc",
2812   "pkg-config",
2813   "vcpkg",
2814  ]
2815  
2816  [[package]]
2817  name = "linux-raw-sys"
2818  version = "0.4.15"
2819  source = "registry+https://github.com/rust-lang/crates.io-index"
2820  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2821  
2822  [[package]]
2823  name = "linux-raw-sys"
2824  version = "0.11.0"
2825  source = "registry+https://github.com/rust-lang/crates.io-index"
2826  checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2827  
2828  [[package]]
2829  name = "litemap"
2830  version = "0.8.1"
2831  source = "registry+https://github.com/rust-lang/crates.io-index"
2832  checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2833  
2834  [[package]]
2835  name = "litrs"
2836  version = "1.0.0"
2837  source = "registry+https://github.com/rust-lang/crates.io-index"
2838  checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
2839  
2840  [[package]]
2841  name = "lock_api"
2842  version = "0.4.14"
2843  source = "registry+https://github.com/rust-lang/crates.io-index"
2844  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2845  dependencies = [
2846   "scopeguard",
2847  ]
2848  
2849  [[package]]
2850  name = "locktick"
2851  version = "0.4.0"
2852  source = "registry+https://github.com/rust-lang/crates.io-index"
2853  checksum = "4a4a7c4b9459e549968abf200cb77c6faf0bdedc87df5065f73ca95031795050"
2854  dependencies = [
2855   "backtrace",
2856   "parking_lot",
2857   "simple_moving_average",
2858  ]
2859  
2860  [[package]]
2861  name = "log"
2862  version = "0.4.28"
2863  source = "registry+https://github.com/rust-lang/crates.io-index"
2864  checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2865  
2866  [[package]]
2867  name = "lru"
2868  version = "0.16.2"
2869  source = "registry+https://github.com/rust-lang/crates.io-index"
2870  checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
2871  dependencies = [
2872   "hashbrown 0.16.0",
2873  ]
2874  
2875  [[package]]
2876  name = "lz4-sys"
2877  version = "1.11.1+lz4-1.10.0"
2878  source = "registry+https://github.com/rust-lang/crates.io-index"
2879  checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
2880  dependencies = [
2881   "cc",
2882   "libc",
2883  ]
2884  
2885  [[package]]
2886  name = "matchers"
2887  version = "0.2.0"
2888  source = "registry+https://github.com/rust-lang/crates.io-index"
2889  checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2890  dependencies = [
2891   "regex-automata",
2892  ]
2893  
2894  [[package]]
2895  name = "memchr"
2896  version = "2.7.6"
2897  source = "registry+https://github.com/rust-lang/crates.io-index"
2898  checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2899  
2900  [[package]]
2901  name = "metrics"
2902  version = "0.22.4"
2903  source = "registry+https://github.com/rust-lang/crates.io-index"
2904  checksum = "56d05972e8cbac2671e85aa9d04d9160d193f8bebd1a5c1a2f4542c62e65d1d0"
2905  dependencies = [
2906   "ahash",
2907   "portable-atomic",
2908  ]
2909  
2910  [[package]]
2911  name = "mime"
2912  version = "0.3.17"
2913  source = "registry+https://github.com/rust-lang/crates.io-index"
2914  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2915  
2916  [[package]]
2917  name = "minicov"
2918  version = "0.3.7"
2919  source = "registry+https://github.com/rust-lang/crates.io-index"
2920  checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b"
2921  dependencies = [
2922   "cc",
2923   "walkdir",
2924  ]
2925  
2926  [[package]]
2927  name = "minimal-lexical"
2928  version = "0.2.1"
2929  source = "registry+https://github.com/rust-lang/crates.io-index"
2930  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2931  
2932  [[package]]
2933  name = "miniz_oxide"
2934  version = "0.8.9"
2935  source = "registry+https://github.com/rust-lang/crates.io-index"
2936  checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2937  dependencies = [
2938   "adler2",
2939   "simd-adler32",
2940  ]
2941  
2942  [[package]]
2943  name = "mio"
2944  version = "1.1.0"
2945  source = "registry+https://github.com/rust-lang/crates.io-index"
2946  checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2947  dependencies = [
2948   "libc",
2949   "wasi",
2950   "windows-sys 0.61.2",
2951  ]
2952  
2953  [[package]]
2954  name = "native-tls"
2955  version = "0.2.14"
2956  source = "registry+https://github.com/rust-lang/crates.io-index"
2957  checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2958  dependencies = [
2959   "libc",
2960   "log",
2961   "openssl",
2962   "openssl-probe",
2963   "openssl-sys",
2964   "schannel",
2965   "security-framework",
2966   "security-framework-sys",
2967   "tempfile",
2968  ]
2969  
2970  [[package]]
2971  name = "nias"
2972  version = "0.5.0"
2973  source = "registry+https://github.com/rust-lang/crates.io-index"
2974  checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
2975  
2976  [[package]]
2977  name = "nom"
2978  version = "7.1.3"
2979  source = "registry+https://github.com/rust-lang/crates.io-index"
2980  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2981  dependencies = [
2982   "memchr",
2983   "minimal-lexical",
2984  ]
2985  
2986  [[package]]
2987  name = "nu-ansi-term"
2988  version = "0.50.3"
2989  source = "registry+https://github.com/rust-lang/crates.io-index"
2990  checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2991  dependencies = [
2992   "windows-sys 0.61.2",
2993  ]
2994  
2995  [[package]]
2996  name = "num-bigint"
2997  version = "0.4.6"
2998  source = "registry+https://github.com/rust-lang/crates.io-index"
2999  checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3000  dependencies = [
3001   "num-integer",
3002   "num-traits",
3003  ]
3004  
3005  [[package]]
3006  name = "num-conv"
3007  version = "0.1.0"
3008  source = "registry+https://github.com/rust-lang/crates.io-index"
3009  checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3010  
3011  [[package]]
3012  name = "num-derive"
3013  version = "0.4.2"
3014  source = "registry+https://github.com/rust-lang/crates.io-index"
3015  checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
3016  dependencies = [
3017   "proc-macro2",
3018   "quote 1.0.42",
3019   "syn 2.0.110",
3020  ]
3021  
3022  [[package]]
3023  name = "num-integer"
3024  version = "0.1.46"
3025  source = "registry+https://github.com/rust-lang/crates.io-index"
3026  checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3027  dependencies = [
3028   "num-traits",
3029  ]
3030  
3031  [[package]]
3032  name = "num-traits"
3033  version = "0.2.19"
3034  source = "registry+https://github.com/rust-lang/crates.io-index"
3035  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3036  dependencies = [
3037   "autocfg",
3038   "libm",
3039  ]
3040  
3041  [[package]]
3042  name = "num_cpus"
3043  version = "1.17.0"
3044  source = "registry+https://github.com/rust-lang/crates.io-index"
3045  checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3046  dependencies = [
3047   "hermit-abi",
3048   "libc",
3049  ]
3050  
3051  [[package]]
3052  name = "object"
3053  version = "0.37.3"
3054  source = "registry+https://github.com/rust-lang/crates.io-index"
3055  checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3056  dependencies = [
3057   "memchr",
3058  ]
3059  
3060  [[package]]
3061  name = "once_cell"
3062  version = "1.21.3"
3063  source = "registry+https://github.com/rust-lang/crates.io-index"
3064  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3065  
3066  [[package]]
3067  name = "once_cell_polyfill"
3068  version = "1.70.2"
3069  source = "registry+https://github.com/rust-lang/crates.io-index"
3070  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3071  
3072  [[package]]
3073  name = "oorandom"
3074  version = "11.1.5"
3075  source = "registry+https://github.com/rust-lang/crates.io-index"
3076  checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
3077  
3078  [[package]]
3079  name = "openssl"
3080  version = "0.10.75"
3081  source = "registry+https://github.com/rust-lang/crates.io-index"
3082  checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
3083  dependencies = [
3084   "bitflags 2.10.0",
3085   "cfg-if",
3086   "foreign-types",
3087   "libc",
3088   "once_cell",
3089   "openssl-macros",
3090   "openssl-sys",
3091  ]
3092  
3093  [[package]]
3094  name = "openssl-macros"
3095  version = "0.1.1"
3096  source = "registry+https://github.com/rust-lang/crates.io-index"
3097  checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3098  dependencies = [
3099   "proc-macro2",
3100   "quote 1.0.42",
3101   "syn 2.0.110",
3102  ]
3103  
3104  [[package]]
3105  name = "openssl-probe"
3106  version = "0.1.6"
3107  source = "registry+https://github.com/rust-lang/crates.io-index"
3108  checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3109  
3110  [[package]]
3111  name = "openssl-sys"
3112  version = "0.9.111"
3113  source = "registry+https://github.com/rust-lang/crates.io-index"
3114  checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
3115  dependencies = [
3116   "cc",
3117   "libc",
3118   "pkg-config",
3119   "vcpkg",
3120  ]
3121  
3122  [[package]]
3123  name = "parking_lot"
3124  version = "0.12.5"
3125  source = "registry+https://github.com/rust-lang/crates.io-index"
3126  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3127  dependencies = [
3128   "lock_api",
3129   "parking_lot_core",
3130  ]
3131  
3132  [[package]]
3133  name = "parking_lot_core"
3134  version = "0.9.12"
3135  source = "registry+https://github.com/rust-lang/crates.io-index"
3136  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3137  dependencies = [
3138   "cfg-if",
3139   "libc",
3140   "redox_syscall",
3141   "smallvec",
3142   "windows-link 0.2.1",
3143  ]
3144  
3145  [[package]]
3146  name = "paste"
3147  version = "1.0.15"
3148  source = "registry+https://github.com/rust-lang/crates.io-index"
3149  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3150  
3151  [[package]]
3152  name = "peeking_take_while"
3153  version = "0.1.2"
3154  source = "registry+https://github.com/rust-lang/crates.io-index"
3155  checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
3156  
3157  [[package]]
3158  name = "percent-encoding"
3159  version = "2.3.2"
3160  source = "registry+https://github.com/rust-lang/crates.io-index"
3161  checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3162  
3163  [[package]]
3164  name = "pin-project-lite"
3165  version = "0.2.16"
3166  source = "registry+https://github.com/rust-lang/crates.io-index"
3167  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3168  
3169  [[package]]
3170  name = "pin-utils"
3171  version = "0.1.0"
3172  source = "registry+https://github.com/rust-lang/crates.io-index"
3173  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3174  
3175  [[package]]
3176  name = "pkg-config"
3177  version = "0.3.32"
3178  source = "registry+https://github.com/rust-lang/crates.io-index"
3179  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3180  
3181  [[package]]
3182  name = "plotters"
3183  version = "0.3.7"
3184  source = "registry+https://github.com/rust-lang/crates.io-index"
3185  checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
3186  dependencies = [
3187   "num-traits",
3188   "plotters-backend",
3189   "plotters-svg",
3190   "wasm-bindgen",
3191   "web-sys",
3192  ]
3193  
3194  [[package]]
3195  name = "plotters-backend"
3196  version = "0.3.7"
3197  source = "registry+https://github.com/rust-lang/crates.io-index"
3198  checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
3199  
3200  [[package]]
3201  name = "plotters-svg"
3202  version = "0.3.7"
3203  source = "registry+https://github.com/rust-lang/crates.io-index"
3204  checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
3205  dependencies = [
3206   "plotters-backend",
3207  ]
3208  
3209  [[package]]
3210  name = "portable-atomic"
3211  version = "1.11.1"
3212  source = "registry+https://github.com/rust-lang/crates.io-index"
3213  checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3214  
3215  [[package]]
3216  name = "potential_utf"
3217  version = "0.1.4"
3218  source = "registry+https://github.com/rust-lang/crates.io-index"
3219  checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3220  dependencies = [
3221   "zerovec",
3222  ]
3223  
3224  [[package]]
3225  name = "powerfmt"
3226  version = "0.2.0"
3227  source = "registry+https://github.com/rust-lang/crates.io-index"
3228  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3229  
3230  [[package]]
3231  name = "ppv-lite86"
3232  version = "0.2.21"
3233  source = "registry+https://github.com/rust-lang/crates.io-index"
3234  checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3235  dependencies = [
3236   "zerocopy",
3237  ]
3238  
3239  [[package]]
3240  name = "prettyplease"
3241  version = "0.2.37"
3242  source = "registry+https://github.com/rust-lang/crates.io-index"
3243  checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3244  dependencies = [
3245   "proc-macro2",
3246   "syn 2.0.110",
3247  ]
3248  
3249  [[package]]
3250  name = "proc-macro2"
3251  version = "1.0.103"
3252  source = "registry+https://github.com/rust-lang/crates.io-index"
3253  checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
3254  dependencies = [
3255   "unicode-ident",
3256  ]
3257  
3258  [[package]]
3259  name = "proptest"
3260  version = "1.9.0"
3261  source = "registry+https://github.com/rust-lang/crates.io-index"
3262  checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
3263  dependencies = [
3264   "bit-set",
3265   "bit-vec",
3266   "bitflags 2.10.0",
3267   "num-traits",
3268   "rand 0.9.2",
3269   "rand_chacha 0.9.0",
3270   "rand_xorshift 0.4.0",
3271   "regex-syntax",
3272   "rusty-fork",
3273   "tempfile",
3274   "unarray",
3275  ]
3276  
3277  [[package]]
3278  name = "quick-error"
3279  version = "1.2.3"
3280  source = "registry+https://github.com/rust-lang/crates.io-index"
3281  checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3282  
3283  [[package]]
3284  name = "quote"
3285  version = "0.3.15"
3286  source = "registry+https://github.com/rust-lang/crates.io-index"
3287  checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
3288  
3289  [[package]]
3290  name = "quote"
3291  version = "1.0.42"
3292  source = "registry+https://github.com/rust-lang/crates.io-index"
3293  checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
3294  dependencies = [
3295   "proc-macro2",
3296  ]
3297  
3298  [[package]]
3299  name = "r-efi"
3300  version = "5.3.0"
3301  source = "registry+https://github.com/rust-lang/crates.io-index"
3302  checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3303  
3304  [[package]]
3305  name = "rand"
3306  version = "0.8.5"
3307  source = "registry+https://github.com/rust-lang/crates.io-index"
3308  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3309  dependencies = [
3310   "libc",
3311   "rand_chacha 0.3.1",
3312   "rand_core 0.6.4",
3313  ]
3314  
3315  [[package]]
3316  name = "rand"
3317  version = "0.9.2"
3318  source = "registry+https://github.com/rust-lang/crates.io-index"
3319  checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3320  dependencies = [
3321   "rand_chacha 0.9.0",
3322   "rand_core 0.9.3",
3323  ]
3324  
3325  [[package]]
3326  name = "rand_chacha"
3327  version = "0.3.1"
3328  source = "registry+https://github.com/rust-lang/crates.io-index"
3329  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3330  dependencies = [
3331   "ppv-lite86",
3332   "rand_core 0.6.4",
3333  ]
3334  
3335  [[package]]
3336  name = "rand_chacha"
3337  version = "0.9.0"
3338  source = "registry+https://github.com/rust-lang/crates.io-index"
3339  checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3340  dependencies = [
3341   "ppv-lite86",
3342   "rand_core 0.9.3",
3343  ]
3344  
3345  [[package]]
3346  name = "rand_core"
3347  version = "0.6.4"
3348  source = "registry+https://github.com/rust-lang/crates.io-index"
3349  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3350  dependencies = [
3351   "getrandom 0.2.16",
3352  ]
3353  
3354  [[package]]
3355  name = "rand_core"
3356  version = "0.9.3"
3357  source = "registry+https://github.com/rust-lang/crates.io-index"
3358  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3359  dependencies = [
3360   "getrandom 0.3.4",
3361  ]
3362  
3363  [[package]]
3364  name = "rand_distr"
3365  version = "0.4.3"
3366  source = "registry+https://github.com/rust-lang/crates.io-index"
3367  checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
3368  dependencies = [
3369   "num-traits",
3370   "rand 0.8.5",
3371  ]
3372  
3373  [[package]]
3374  name = "rand_xorshift"
3375  version = "0.3.0"
3376  source = "registry+https://github.com/rust-lang/crates.io-index"
3377  checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
3378  dependencies = [
3379   "rand_core 0.6.4",
3380  ]
3381  
3382  [[package]]
3383  name = "rand_xorshift"
3384  version = "0.4.0"
3385  source = "registry+https://github.com/rust-lang/crates.io-index"
3386  checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
3387  dependencies = [
3388   "rand_core 0.9.3",
3389  ]
3390  
3391  [[package]]
3392  name = "rayon"
3393  version = "1.11.0"
3394  source = "registry+https://github.com/rust-lang/crates.io-index"
3395  checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
3396  dependencies = [
3397   "either",
3398   "rayon-core",
3399  ]
3400  
3401  [[package]]
3402  name = "rayon-core"
3403  version = "1.13.0"
3404  source = "registry+https://github.com/rust-lang/crates.io-index"
3405  checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
3406  dependencies = [
3407   "crossbeam-deque",
3408   "crossbeam-utils",
3409  ]
3410  
3411  [[package]]
3412  name = "redox_syscall"
3413  version = "0.5.18"
3414  source = "registry+https://github.com/rust-lang/crates.io-index"
3415  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3416  dependencies = [
3417   "bitflags 2.10.0",
3418  ]
3419  
3420  [[package]]
3421  name = "redox_users"
3422  version = "0.4.6"
3423  source = "registry+https://github.com/rust-lang/crates.io-index"
3424  checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
3425  dependencies = [
3426   "getrandom 0.2.16",
3427   "libredox",
3428   "thiserror 1.0.69",
3429  ]
3430  
3431  [[package]]
3432  name = "regex"
3433  version = "1.12.2"
3434  source = "registry+https://github.com/rust-lang/crates.io-index"
3435  checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3436  dependencies = [
3437   "aho-corasick",
3438   "memchr",
3439   "regex-automata",
3440   "regex-syntax",
3441  ]
3442  
3443  [[package]]
3444  name = "regex-automata"
3445  version = "0.4.13"
3446  source = "registry+https://github.com/rust-lang/crates.io-index"
3447  checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3448  dependencies = [
3449   "aho-corasick",
3450   "memchr",
3451   "regex-syntax",
3452  ]
3453  
3454  [[package]]
3455  name = "regex-syntax"
3456  version = "0.8.8"
3457  source = "registry+https://github.com/rust-lang/crates.io-index"
3458  checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3459  
3460  [[package]]
3461  name = "reqwest"
3462  version = "0.12.24"
3463  source = "registry+https://github.com/rust-lang/crates.io-index"
3464  checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3465  dependencies = [
3466   "base64",
3467   "bytes",
3468   "encoding_rs",
3469   "futures-core",
3470   "h2",
3471   "http",
3472   "http-body",
3473   "http-body-util",
3474   "hyper",
3475   "hyper-rustls",
3476   "hyper-tls",
3477   "hyper-util",
3478   "js-sys",
3479   "log",
3480   "mime",
3481   "native-tls",
3482   "percent-encoding",
3483   "pin-project-lite",
3484   "rustls-pki-types",
3485   "serde",
3486   "serde_json",
3487   "serde_urlencoded",
3488   "sync_wrapper",
3489   "tokio",
3490   "tokio-native-tls",
3491   "tower",
3492   "tower-http",
3493   "tower-service",
3494   "url",
3495   "wasm-bindgen",
3496   "wasm-bindgen-futures",
3497   "web-sys",
3498  ]
3499  
3500  [[package]]
3501  name = "rfc6979"
3502  version = "0.4.0"
3503  source = "registry+https://github.com/rust-lang/crates.io-index"
3504  checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3505  dependencies = [
3506   "hmac",
3507   "subtle",
3508  ]
3509  
3510  [[package]]
3511  name = "ring"
3512  version = "0.17.14"
3513  source = "registry+https://github.com/rust-lang/crates.io-index"
3514  checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3515  dependencies = [
3516   "cc",
3517   "cfg-if",
3518   "getrandom 0.2.16",
3519   "libc",
3520   "untrusted",
3521   "windows-sys 0.52.0",
3522  ]
3523  
3524  [[package]]
3525  name = "rocksdb"
3526  version = "0.21.0"
3527  source = "registry+https://github.com/rust-lang/crates.io-index"
3528  checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
3529  dependencies = [
3530   "libc",
3531   "librocksdb-sys",
3532  ]
3533  
3534  [[package]]
3535  name = "rustc-demangle"
3536  version = "0.1.26"
3537  source = "registry+https://github.com/rust-lang/crates.io-index"
3538  checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3539  
3540  [[package]]
3541  name = "rustc-hash"
3542  version = "1.1.0"
3543  source = "registry+https://github.com/rust-lang/crates.io-index"
3544  checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3545  
3546  [[package]]
3547  name = "rustc_version"
3548  version = "0.4.1"
3549  source = "registry+https://github.com/rust-lang/crates.io-index"
3550  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3551  dependencies = [
3552   "semver",
3553  ]
3554  
3555  [[package]]
3556  name = "rustix"
3557  version = "0.38.44"
3558  source = "registry+https://github.com/rust-lang/crates.io-index"
3559  checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3560  dependencies = [
3561   "bitflags 2.10.0",
3562   "errno",
3563   "libc",
3564   "linux-raw-sys 0.4.15",
3565   "windows-sys 0.59.0",
3566  ]
3567  
3568  [[package]]
3569  name = "rustix"
3570  version = "1.1.2"
3571  source = "registry+https://github.com/rust-lang/crates.io-index"
3572  checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
3573  dependencies = [
3574   "bitflags 2.10.0",
3575   "errno",
3576   "libc",
3577   "linux-raw-sys 0.11.0",
3578   "windows-sys 0.61.2",
3579  ]
3580  
3581  [[package]]
3582  name = "rustls"
3583  version = "0.23.35"
3584  source = "registry+https://github.com/rust-lang/crates.io-index"
3585  checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3586  dependencies = [
3587   "log",
3588   "once_cell",
3589   "ring",
3590   "rustls-pki-types",
3591   "rustls-webpki",
3592   "subtle",
3593   "zeroize",
3594  ]
3595  
3596  [[package]]
3597  name = "rustls-pki-types"
3598  version = "1.13.0"
3599  source = "registry+https://github.com/rust-lang/crates.io-index"
3600  checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
3601  dependencies = [
3602   "zeroize",
3603  ]
3604  
3605  [[package]]
3606  name = "rustls-webpki"
3607  version = "0.103.8"
3608  source = "registry+https://github.com/rust-lang/crates.io-index"
3609  checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3610  dependencies = [
3611   "ring",
3612   "rustls-pki-types",
3613   "untrusted",
3614  ]
3615  
3616  [[package]]
3617  name = "rustversion"
3618  version = "1.0.22"
3619  source = "registry+https://github.com/rust-lang/crates.io-index"
3620  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3621  
3622  [[package]]
3623  name = "rusty-fork"
3624  version = "0.3.1"
3625  source = "registry+https://github.com/rust-lang/crates.io-index"
3626  checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
3627  dependencies = [
3628   "fnv",
3629   "quick-error",
3630   "tempfile",
3631   "wait-timeout",
3632  ]
3633  
3634  [[package]]
3635  name = "rusty-hook"
3636  version = "0.11.2"
3637  source = "registry+https://github.com/rust-lang/crates.io-index"
3638  checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
3639  dependencies = [
3640   "ci_info",
3641   "getopts",
3642   "nias",
3643   "toml",
3644  ]
3645  
3646  [[package]]
3647  name = "ryu"
3648  version = "1.0.20"
3649  source = "registry+https://github.com/rust-lang/crates.io-index"
3650  checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3651  
3652  [[package]]
3653  name = "same-file"
3654  version = "1.0.6"
3655  source = "registry+https://github.com/rust-lang/crates.io-index"
3656  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3657  dependencies = [
3658   "winapi-util",
3659  ]
3660  
3661  [[package]]
3662  name = "schannel"
3663  version = "0.1.28"
3664  source = "registry+https://github.com/rust-lang/crates.io-index"
3665  checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3666  dependencies = [
3667   "windows-sys 0.61.2",
3668  ]
3669  
3670  [[package]]
3671  name = "scopeguard"
3672  version = "1.2.0"
3673  source = "registry+https://github.com/rust-lang/crates.io-index"
3674  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3675  
3676  [[package]]
3677  name = "sec1"
3678  version = "0.7.3"
3679  source = "registry+https://github.com/rust-lang/crates.io-index"
3680  checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3681  dependencies = [
3682   "base16ct",
3683   "der",
3684   "generic-array",
3685   "subtle",
3686   "zeroize",
3687  ]
3688  
3689  [[package]]
3690  name = "security-framework"
3691  version = "2.11.1"
3692  source = "registry+https://github.com/rust-lang/crates.io-index"
3693  checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3694  dependencies = [
3695   "bitflags 2.10.0",
3696   "core-foundation",
3697   "core-foundation-sys",
3698   "libc",
3699   "security-framework-sys",
3700  ]
3701  
3702  [[package]]
3703  name = "security-framework-sys"
3704  version = "2.15.0"
3705  source = "registry+https://github.com/rust-lang/crates.io-index"
3706  checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
3707  dependencies = [
3708   "core-foundation-sys",
3709   "libc",
3710  ]
3711  
3712  [[package]]
3713  name = "semver"
3714  version = "1.0.27"
3715  source = "registry+https://github.com/rust-lang/crates.io-index"
3716  checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3717  
3718  [[package]]
3719  name = "seq-macro"
3720  version = "0.3.6"
3721  source = "registry+https://github.com/rust-lang/crates.io-index"
3722  checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
3723  
3724  [[package]]
3725  name = "serde"
3726  version = "1.0.228"
3727  source = "registry+https://github.com/rust-lang/crates.io-index"
3728  checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3729  dependencies = [
3730   "serde_core",
3731   "serde_derive",
3732  ]
3733  
3734  [[package]]
3735  name = "serde_core"
3736  version = "1.0.228"
3737  source = "registry+https://github.com/rust-lang/crates.io-index"
3738  checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3739  dependencies = [
3740   "serde_derive",
3741  ]
3742  
3743  [[package]]
3744  name = "serde_derive"
3745  version = "1.0.228"
3746  source = "registry+https://github.com/rust-lang/crates.io-index"
3747  checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3748  dependencies = [
3749   "proc-macro2",
3750   "quote 1.0.42",
3751   "syn 2.0.110",
3752  ]
3753  
3754  [[package]]
3755  name = "serde_json"
3756  version = "1.0.145"
3757  source = "registry+https://github.com/rust-lang/crates.io-index"
3758  checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
3759  dependencies = [
3760   "indexmap 2.12.0",
3761   "itoa",
3762   "memchr",
3763   "ryu",
3764   "serde",
3765   "serde_core",
3766  ]
3767  
3768  [[package]]
3769  name = "serde_urlencoded"
3770  version = "0.7.1"
3771  source = "registry+https://github.com/rust-lang/crates.io-index"
3772  checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3773  dependencies = [
3774   "form_urlencoded",
3775   "itoa",
3776   "ryu",
3777   "serde",
3778  ]
3779  
3780  [[package]]
3781  name = "serde_yaml"
3782  version = "0.9.34+deprecated"
3783  source = "registry+https://github.com/rust-lang/crates.io-index"
3784  checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
3785  dependencies = [
3786   "indexmap 2.12.0",
3787   "itoa",
3788   "ryu",
3789   "serde",
3790   "unsafe-libyaml",
3791  ]
3792  
3793  [[package]]
3794  name = "serial_test"
3795  version = "2.0.0"
3796  source = "registry+https://github.com/rust-lang/crates.io-index"
3797  checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d"
3798  dependencies = [
3799   "dashmap",
3800   "futures",
3801   "lazy_static",
3802   "log",
3803   "parking_lot",
3804   "serial_test_derive",
3805  ]
3806  
3807  [[package]]
3808  name = "serial_test_derive"
3809  version = "2.0.0"
3810  source = "registry+https://github.com/rust-lang/crates.io-index"
3811  checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f"
3812  dependencies = [
3813   "proc-macro2",
3814   "quote 1.0.42",
3815   "syn 2.0.110",
3816  ]
3817  
3818  [[package]]
3819  name = "sha2"
3820  version = "0.10.9"
3821  source = "registry+https://github.com/rust-lang/crates.io-index"
3822  checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3823  dependencies = [
3824   "cfg-if",
3825   "cpufeatures",
3826   "digest",
3827  ]
3828  
3829  [[package]]
3830  name = "sharded-slab"
3831  version = "0.1.7"
3832  source = "registry+https://github.com/rust-lang/crates.io-index"
3833  checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3834  dependencies = [
3835   "lazy_static",
3836  ]
3837  
3838  [[package]]
3839  name = "shlex"
3840  version = "1.3.0"
3841  source = "registry+https://github.com/rust-lang/crates.io-index"
3842  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3843  
3844  [[package]]
3845  name = "signature"
3846  version = "2.2.0"
3847  source = "registry+https://github.com/rust-lang/crates.io-index"
3848  checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3849  dependencies = [
3850   "digest",
3851   "rand_core 0.6.4",
3852  ]
3853  
3854  [[package]]
3855  name = "simd-adler32"
3856  version = "0.3.7"
3857  source = "registry+https://github.com/rust-lang/crates.io-index"
3858  checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3859  
3860  [[package]]
3861  name = "simple_moving_average"
3862  version = "1.0.2"
3863  source = "registry+https://github.com/rust-lang/crates.io-index"
3864  checksum = "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310"
3865  dependencies = [
3866   "num-traits",
3867  ]
3868  
3869  [[package]]
3870  name = "slab"
3871  version = "0.4.11"
3872  source = "registry+https://github.com/rust-lang/crates.io-index"
3873  checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3874  
3875  [[package]]
3876  name = "smallvec"
3877  version = "1.15.1"
3878  source = "registry+https://github.com/rust-lang/crates.io-index"
3879  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3880  
3881  [[package]]
3882  name = "smol_str"
3883  version = "0.2.2"
3884  source = "registry+https://github.com/rust-lang/crates.io-index"
3885  checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
3886  dependencies = [
3887   "serde",
3888  ]
3889  
3890  [[package]]
3891  name = "socket2"
3892  version = "0.6.1"
3893  source = "registry+https://github.com/rust-lang/crates.io-index"
3894  checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3895  dependencies = [
3896   "libc",
3897   "windows-sys 0.60.2",
3898  ]
3899  
3900  [[package]]
3901  name = "sppark"
3902  version = "0.1.14"
3903  source = "registry+https://github.com/rust-lang/crates.io-index"
3904  checksum = "d9c900139f3f6fdc8db217881a946adf00e935102fdd82b0e1bc19bacbffa311"
3905  dependencies = [
3906   "cc",
3907   "which 4.4.2",
3908  ]
3909  
3910  [[package]]
3911  name = "stable_deref_trait"
3912  version = "1.2.1"
3913  source = "registry+https://github.com/rust-lang/crates.io-index"
3914  checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3915  
3916  [[package]]
3917  name = "strsim"
3918  version = "0.11.1"
3919  source = "registry+https://github.com/rust-lang/crates.io-index"
3920  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3921  
3922  [[package]]
3923  name = "structmeta"
3924  version = "0.2.0"
3925  source = "registry+https://github.com/rust-lang/crates.io-index"
3926  checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
3927  dependencies = [
3928   "proc-macro2",
3929   "quote 1.0.42",
3930   "structmeta-derive",
3931   "syn 2.0.110",
3932  ]
3933  
3934  [[package]]
3935  name = "structmeta-derive"
3936  version = "0.2.0"
3937  source = "registry+https://github.com/rust-lang/crates.io-index"
3938  checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
3939  dependencies = [
3940   "proc-macro2",
3941   "quote 1.0.42",
3942   "syn 2.0.110",
3943  ]
3944  
3945  [[package]]
3946  name = "subtle"
3947  version = "2.6.1"
3948  source = "registry+https://github.com/rust-lang/crates.io-index"
3949  checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3950  
3951  [[package]]
3952  name = "syn"
3953  version = "0.11.11"
3954  source = "registry+https://github.com/rust-lang/crates.io-index"
3955  checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
3956  dependencies = [
3957   "quote 0.3.15",
3958   "synom",
3959   "unicode-xid",
3960  ]
3961  
3962  [[package]]
3963  name = "syn"
3964  version = "1.0.109"
3965  source = "registry+https://github.com/rust-lang/crates.io-index"
3966  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3967  dependencies = [
3968   "proc-macro2",
3969   "quote 1.0.42",
3970   "unicode-ident",
3971  ]
3972  
3973  [[package]]
3974  name = "syn"
3975  version = "2.0.110"
3976  source = "registry+https://github.com/rust-lang/crates.io-index"
3977  checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
3978  dependencies = [
3979   "proc-macro2",
3980   "quote 1.0.42",
3981   "unicode-ident",
3982  ]
3983  
3984  [[package]]
3985  name = "sync_wrapper"
3986  version = "1.0.2"
3987  source = "registry+https://github.com/rust-lang/crates.io-index"
3988  checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3989  dependencies = [
3990   "futures-core",
3991  ]
3992  
3993  [[package]]
3994  name = "synom"
3995  version = "0.11.3"
3996  source = "registry+https://github.com/rust-lang/crates.io-index"
3997  checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
3998  dependencies = [
3999   "unicode-xid",
4000  ]
4001  
4002  [[package]]
4003  name = "synstructure"
4004  version = "0.13.2"
4005  source = "registry+https://github.com/rust-lang/crates.io-index"
4006  checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4007  dependencies = [
4008   "proc-macro2",
4009   "quote 1.0.42",
4010   "syn 2.0.110",
4011  ]
4012  
4013  [[package]]
4014  name = "system-configuration"
4015  version = "0.6.1"
4016  source = "registry+https://github.com/rust-lang/crates.io-index"
4017  checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4018  dependencies = [
4019   "bitflags 2.10.0",
4020   "core-foundation",
4021   "system-configuration-sys",
4022  ]
4023  
4024  [[package]]
4025  name = "system-configuration-sys"
4026  version = "0.6.0"
4027  source = "registry+https://github.com/rust-lang/crates.io-index"
4028  checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4029  dependencies = [
4030   "core-foundation-sys",
4031   "libc",
4032  ]
4033  
4034  [[package]]
4035  name = "tempfile"
4036  version = "3.23.0"
4037  source = "registry+https://github.com/rust-lang/crates.io-index"
4038  checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
4039  dependencies = [
4040   "fastrand",
4041   "getrandom 0.3.4",
4042   "once_cell",
4043   "rustix 1.1.2",
4044   "windows-sys 0.61.2",
4045  ]
4046  
4047  [[package]]
4048  name = "test-strategy"
4049  version = "0.3.1"
4050  source = "registry+https://github.com/rust-lang/crates.io-index"
4051  checksum = "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
4052  dependencies = [
4053   "proc-macro2",
4054   "quote 1.0.42",
4055   "structmeta",
4056   "syn 2.0.110",
4057  ]
4058  
4059  [[package]]
4060  name = "thiserror"
4061  version = "1.0.69"
4062  source = "registry+https://github.com/rust-lang/crates.io-index"
4063  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4064  dependencies = [
4065   "thiserror-impl 1.0.69",
4066  ]
4067  
4068  [[package]]
4069  name = "thiserror"
4070  version = "2.0.17"
4071  source = "registry+https://github.com/rust-lang/crates.io-index"
4072  checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4073  dependencies = [
4074   "thiserror-impl 2.0.17",
4075  ]
4076  
4077  [[package]]
4078  name = "thiserror-impl"
4079  version = "1.0.69"
4080  source = "registry+https://github.com/rust-lang/crates.io-index"
4081  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4082  dependencies = [
4083   "proc-macro2",
4084   "quote 1.0.42",
4085   "syn 2.0.110",
4086  ]
4087  
4088  [[package]]
4089  name = "thiserror-impl"
4090  version = "2.0.17"
4091  source = "registry+https://github.com/rust-lang/crates.io-index"
4092  checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4093  dependencies = [
4094   "proc-macro2",
4095   "quote 1.0.42",
4096   "syn 2.0.110",
4097  ]
4098  
4099  [[package]]
4100  name = "thread_local"
4101  version = "1.1.9"
4102  source = "registry+https://github.com/rust-lang/crates.io-index"
4103  checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4104  dependencies = [
4105   "cfg-if",
4106  ]
4107  
4108  [[package]]
4109  name = "threadpool"
4110  version = "1.8.1"
4111  source = "registry+https://github.com/rust-lang/crates.io-index"
4112  checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4113  dependencies = [
4114   "num_cpus",
4115  ]
4116  
4117  [[package]]
4118  name = "time"
4119  version = "0.3.44"
4120  source = "registry+https://github.com/rust-lang/crates.io-index"
4121  checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4122  dependencies = [
4123   "deranged",
4124   "itoa",
4125   "num-conv",
4126   "powerfmt",
4127   "serde",
4128   "time-core",
4129   "time-macros",
4130  ]
4131  
4132  [[package]]
4133  name = "time-core"
4134  version = "0.1.6"
4135  source = "registry+https://github.com/rust-lang/crates.io-index"
4136  checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4137  
4138  [[package]]
4139  name = "time-macros"
4140  version = "0.2.24"
4141  source = "registry+https://github.com/rust-lang/crates.io-index"
4142  checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4143  dependencies = [
4144   "num-conv",
4145   "time-core",
4146  ]
4147  
4148  [[package]]
4149  name = "tiny-keccak"
4150  version = "2.0.2"
4151  source = "registry+https://github.com/rust-lang/crates.io-index"
4152  checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
4153  dependencies = [
4154   "crunchy",
4155  ]
4156  
4157  [[package]]
4158  name = "tinystr"
4159  version = "0.8.2"
4160  source = "registry+https://github.com/rust-lang/crates.io-index"
4161  checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
4162  dependencies = [
4163   "displaydoc",
4164   "zerovec",
4165  ]
4166  
4167  [[package]]
4168  name = "tinytemplate"
4169  version = "1.2.1"
4170  source = "registry+https://github.com/rust-lang/crates.io-index"
4171  checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
4172  dependencies = [
4173   "serde",
4174   "serde_json",
4175  ]
4176  
4177  [[package]]
4178  name = "tinyvec"
4179  version = "1.10.0"
4180  source = "registry+https://github.com/rust-lang/crates.io-index"
4181  checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
4182  dependencies = [
4183   "tinyvec_macros",
4184  ]
4185  
4186  [[package]]
4187  name = "tinyvec_macros"
4188  version = "0.1.1"
4189  source = "registry+https://github.com/rust-lang/crates.io-index"
4190  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4191  
4192  [[package]]
4193  name = "tokio"
4194  version = "1.48.0"
4195  source = "registry+https://github.com/rust-lang/crates.io-index"
4196  checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4197  dependencies = [
4198   "bytes",
4199   "libc",
4200   "mio",
4201   "pin-project-lite",
4202   "socket2",
4203   "windows-sys 0.61.2",
4204  ]
4205  
4206  [[package]]
4207  name = "tokio-native-tls"
4208  version = "0.3.1"
4209  source = "registry+https://github.com/rust-lang/crates.io-index"
4210  checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4211  dependencies = [
4212   "native-tls",
4213   "tokio",
4214  ]
4215  
4216  [[package]]
4217  name = "tokio-rustls"
4218  version = "0.26.4"
4219  source = "registry+https://github.com/rust-lang/crates.io-index"
4220  checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4221  dependencies = [
4222   "rustls",
4223   "tokio",
4224  ]
4225  
4226  [[package]]
4227  name = "tokio-util"
4228  version = "0.7.17"
4229  source = "registry+https://github.com/rust-lang/crates.io-index"
4230  checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
4231  dependencies = [
4232   "bytes",
4233   "futures-core",
4234   "futures-sink",
4235   "pin-project-lite",
4236   "tokio",
4237  ]
4238  
4239  [[package]]
4240  name = "toml"
4241  version = "0.5.11"
4242  source = "registry+https://github.com/rust-lang/crates.io-index"
4243  checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
4244  dependencies = [
4245   "serde",
4246  ]
4247  
4248  [[package]]
4249  name = "tower"
4250  version = "0.5.2"
4251  source = "registry+https://github.com/rust-lang/crates.io-index"
4252  checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4253  dependencies = [
4254   "futures-core",
4255   "futures-util",
4256   "pin-project-lite",
4257   "sync_wrapper",
4258   "tokio",
4259   "tower-layer",
4260   "tower-service",
4261  ]
4262  
4263  [[package]]
4264  name = "tower-http"
4265  version = "0.6.6"
4266  source = "registry+https://github.com/rust-lang/crates.io-index"
4267  checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4268  dependencies = [
4269   "bitflags 2.10.0",
4270   "bytes",
4271   "futures-util",
4272   "http",
4273   "http-body",
4274   "iri-string",
4275   "pin-project-lite",
4276   "tower",
4277   "tower-layer",
4278   "tower-service",
4279  ]
4280  
4281  [[package]]
4282  name = "tower-layer"
4283  version = "0.3.3"
4284  source = "registry+https://github.com/rust-lang/crates.io-index"
4285  checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4286  
4287  [[package]]
4288  name = "tower-service"
4289  version = "0.3.3"
4290  source = "registry+https://github.com/rust-lang/crates.io-index"
4291  checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4292  
4293  [[package]]
4294  name = "tracing"
4295  version = "0.1.41"
4296  source = "registry+https://github.com/rust-lang/crates.io-index"
4297  checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4298  dependencies = [
4299   "pin-project-lite",
4300   "tracing-attributes",
4301   "tracing-core",
4302  ]
4303  
4304  [[package]]
4305  name = "tracing-attributes"
4306  version = "0.1.30"
4307  source = "registry+https://github.com/rust-lang/crates.io-index"
4308  checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4309  dependencies = [
4310   "proc-macro2",
4311   "quote 1.0.42",
4312   "syn 2.0.110",
4313  ]
4314  
4315  [[package]]
4316  name = "tracing-core"
4317  version = "0.1.34"
4318  source = "registry+https://github.com/rust-lang/crates.io-index"
4319  checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4320  dependencies = [
4321   "once_cell",
4322   "valuable",
4323  ]
4324  
4325  [[package]]
4326  name = "tracing-log"
4327  version = "0.2.0"
4328  source = "registry+https://github.com/rust-lang/crates.io-index"
4329  checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4330  dependencies = [
4331   "log",
4332   "once_cell",
4333   "tracing-core",
4334  ]
4335  
4336  [[package]]
4337  name = "tracing-subscriber"
4338  version = "0.3.20"
4339  source = "registry+https://github.com/rust-lang/crates.io-index"
4340  checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
4341  dependencies = [
4342   "matchers",
4343   "nu-ansi-term",
4344   "once_cell",
4345   "regex-automata",
4346   "sharded-slab",
4347   "smallvec",
4348   "thread_local",
4349   "tracing",
4350   "tracing-core",
4351   "tracing-log",
4352  ]
4353  
4354  [[package]]
4355  name = "tracing-test"
4356  version = "0.2.5"
4357  source = "registry+https://github.com/rust-lang/crates.io-index"
4358  checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
4359  dependencies = [
4360   "tracing-core",
4361   "tracing-subscriber",
4362   "tracing-test-macro",
4363  ]
4364  
4365  [[package]]
4366  name = "tracing-test-macro"
4367  version = "0.2.5"
4368  source = "registry+https://github.com/rust-lang/crates.io-index"
4369  checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
4370  dependencies = [
4371   "quote 1.0.42",
4372   "syn 2.0.110",
4373  ]
4374  
4375  [[package]]
4376  name = "try-lock"
4377  version = "0.2.5"
4378  source = "registry+https://github.com/rust-lang/crates.io-index"
4379  checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4380  
4381  [[package]]
4382  name = "typenum"
4383  version = "1.19.0"
4384  source = "registry+https://github.com/rust-lang/crates.io-index"
4385  checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4386  
4387  [[package]]
4388  name = "unarray"
4389  version = "0.1.4"
4390  source = "registry+https://github.com/rust-lang/crates.io-index"
4391  checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
4392  
4393  [[package]]
4394  name = "unicode-ident"
4395  version = "1.0.22"
4396  source = "registry+https://github.com/rust-lang/crates.io-index"
4397  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
4398  
4399  [[package]]
4400  name = "unicode-width"
4401  version = "0.2.2"
4402  source = "registry+https://github.com/rust-lang/crates.io-index"
4403  checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4404  
4405  [[package]]
4406  name = "unicode-xid"
4407  version = "0.0.4"
4408  source = "registry+https://github.com/rust-lang/crates.io-index"
4409  checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
4410  
4411  [[package]]
4412  name = "unsafe-libyaml"
4413  version = "0.2.11"
4414  source = "registry+https://github.com/rust-lang/crates.io-index"
4415  checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
4416  
4417  [[package]]
4418  name = "untrusted"
4419  version = "0.9.0"
4420  source = "registry+https://github.com/rust-lang/crates.io-index"
4421  checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4422  
4423  [[package]]
4424  name = "ureq"
4425  version = "3.1.4"
4426  source = "registry+https://github.com/rust-lang/crates.io-index"
4427  checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
4428  dependencies = [
4429   "base64",
4430   "cookie_store",
4431   "flate2",
4432   "log",
4433   "percent-encoding",
4434   "rustls",
4435   "rustls-pki-types",
4436   "serde",
4437   "serde_json",
4438   "ureq-proto",
4439   "utf-8",
4440   "webpki-roots",
4441  ]
4442  
4443  [[package]]
4444  name = "ureq-proto"
4445  version = "0.5.2"
4446  source = "registry+https://github.com/rust-lang/crates.io-index"
4447  checksum = "60b4531c118335662134346048ddb0e54cc86bd7e81866757873055f0e38f5d2"
4448  dependencies = [
4449   "base64",
4450   "http",
4451   "httparse",
4452   "log",
4453  ]
4454  
4455  [[package]]
4456  name = "url"
4457  version = "2.5.7"
4458  source = "registry+https://github.com/rust-lang/crates.io-index"
4459  checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4460  dependencies = [
4461   "form_urlencoded",
4462   "idna",
4463   "percent-encoding",
4464   "serde",
4465  ]
4466  
4467  [[package]]
4468  name = "utf-8"
4469  version = "0.7.6"
4470  source = "registry+https://github.com/rust-lang/crates.io-index"
4471  checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4472  
4473  [[package]]
4474  name = "utf8_iter"
4475  version = "1.0.4"
4476  source = "registry+https://github.com/rust-lang/crates.io-index"
4477  checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4478  
4479  [[package]]
4480  name = "utf8parse"
4481  version = "0.2.2"
4482  source = "registry+https://github.com/rust-lang/crates.io-index"
4483  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4484  
4485  [[package]]
4486  name = "valuable"
4487  version = "0.1.1"
4488  source = "registry+https://github.com/rust-lang/crates.io-index"
4489  checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4490  
4491  [[package]]
4492  name = "vcpkg"
4493  version = "0.2.15"
4494  source = "registry+https://github.com/rust-lang/crates.io-index"
4495  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4496  
4497  [[package]]
4498  name = "version_check"
4499  version = "0.9.5"
4500  source = "registry+https://github.com/rust-lang/crates.io-index"
4501  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4502  
4503  [[package]]
4504  name = "wait-timeout"
4505  version = "0.2.1"
4506  source = "registry+https://github.com/rust-lang/crates.io-index"
4507  checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
4508  dependencies = [
4509   "libc",
4510  ]
4511  
4512  [[package]]
4513  name = "walkdir"
4514  version = "2.5.0"
4515  source = "registry+https://github.com/rust-lang/crates.io-index"
4516  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4517  dependencies = [
4518   "same-file",
4519   "winapi-util",
4520  ]
4521  
4522  [[package]]
4523  name = "want"
4524  version = "0.3.1"
4525  source = "registry+https://github.com/rust-lang/crates.io-index"
4526  checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4527  dependencies = [
4528   "try-lock",
4529  ]
4530  
4531  [[package]]
4532  name = "wasi"
4533  version = "0.11.1+wasi-snapshot-preview1"
4534  source = "registry+https://github.com/rust-lang/crates.io-index"
4535  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4536  
4537  [[package]]
4538  name = "wasip2"
4539  version = "1.0.1+wasi-0.2.4"
4540  source = "registry+https://github.com/rust-lang/crates.io-index"
4541  checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
4542  dependencies = [
4543   "wit-bindgen",
4544  ]
4545  
4546  [[package]]
4547  name = "wasm-bindgen"
4548  version = "0.2.105"
4549  source = "registry+https://github.com/rust-lang/crates.io-index"
4550  checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
4551  dependencies = [
4552   "cfg-if",
4553   "once_cell",
4554   "rustversion",
4555   "wasm-bindgen-macro",
4556   "wasm-bindgen-shared",
4557  ]
4558  
4559  [[package]]
4560  name = "wasm-bindgen-futures"
4561  version = "0.4.55"
4562  source = "registry+https://github.com/rust-lang/crates.io-index"
4563  checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
4564  dependencies = [
4565   "cfg-if",
4566   "js-sys",
4567   "once_cell",
4568   "wasm-bindgen",
4569   "web-sys",
4570  ]
4571  
4572  [[package]]
4573  name = "wasm-bindgen-macro"
4574  version = "0.2.105"
4575  source = "registry+https://github.com/rust-lang/crates.io-index"
4576  checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
4577  dependencies = [
4578   "quote 1.0.42",
4579   "wasm-bindgen-macro-support",
4580  ]
4581  
4582  [[package]]
4583  name = "wasm-bindgen-macro-support"
4584  version = "0.2.105"
4585  source = "registry+https://github.com/rust-lang/crates.io-index"
4586  checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
4587  dependencies = [
4588   "bumpalo",
4589   "proc-macro2",
4590   "quote 1.0.42",
4591   "syn 2.0.110",
4592   "wasm-bindgen-shared",
4593  ]
4594  
4595  [[package]]
4596  name = "wasm-bindgen-shared"
4597  version = "0.2.105"
4598  source = "registry+https://github.com/rust-lang/crates.io-index"
4599  checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
4600  dependencies = [
4601   "unicode-ident",
4602  ]
4603  
4604  [[package]]
4605  name = "wasm-bindgen-test"
4606  version = "0.3.55"
4607  source = "registry+https://github.com/rust-lang/crates.io-index"
4608  checksum = "bfc379bfb624eb59050b509c13e77b4eb53150c350db69628141abce842f2373"
4609  dependencies = [
4610   "js-sys",
4611   "minicov",
4612   "wasm-bindgen",
4613   "wasm-bindgen-futures",
4614   "wasm-bindgen-test-macro",
4615  ]
4616  
4617  [[package]]
4618  name = "wasm-bindgen-test-macro"
4619  version = "0.3.55"
4620  source = "registry+https://github.com/rust-lang/crates.io-index"
4621  checksum = "085b2df989e1e6f9620c1311df6c996e83fe16f57792b272ce1e024ac16a90f1"
4622  dependencies = [
4623   "proc-macro2",
4624   "quote 1.0.42",
4625   "syn 2.0.110",
4626  ]
4627  
4628  [[package]]
4629  name = "web-sys"
4630  version = "0.3.82"
4631  source = "registry+https://github.com/rust-lang/crates.io-index"
4632  checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
4633  dependencies = [
4634   "js-sys",
4635   "wasm-bindgen",
4636  ]
4637  
4638  [[package]]
4639  name = "webpki-roots"
4640  version = "1.0.4"
4641  source = "registry+https://github.com/rust-lang/crates.io-index"
4642  checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
4643  dependencies = [
4644   "rustls-pki-types",
4645  ]
4646  
4647  [[package]]
4648  name = "which"
4649  version = "4.4.2"
4650  source = "registry+https://github.com/rust-lang/crates.io-index"
4651  checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4652  dependencies = [
4653   "either",
4654   "home",
4655   "once_cell",
4656   "rustix 0.38.44",
4657  ]
4658  
4659  [[package]]
4660  name = "which"
4661  version = "8.0.0"
4662  source = "registry+https://github.com/rust-lang/crates.io-index"
4663  checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
4664  dependencies = [
4665   "env_home",
4666   "rustix 1.1.2",
4667   "winsafe",
4668  ]
4669  
4670  [[package]]
4671  name = "winapi"
4672  version = "0.3.9"
4673  source = "registry+https://github.com/rust-lang/crates.io-index"
4674  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4675  dependencies = [
4676   "winapi-i686-pc-windows-gnu",
4677   "winapi-x86_64-pc-windows-gnu",
4678  ]
4679  
4680  [[package]]
4681  name = "winapi-i686-pc-windows-gnu"
4682  version = "0.4.0"
4683  source = "registry+https://github.com/rust-lang/crates.io-index"
4684  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4685  
4686  [[package]]
4687  name = "winapi-util"
4688  version = "0.1.11"
4689  source = "registry+https://github.com/rust-lang/crates.io-index"
4690  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4691  dependencies = [
4692   "windows-sys 0.61.2",
4693  ]
4694  
4695  [[package]]
4696  name = "winapi-x86_64-pc-windows-gnu"
4697  version = "0.4.0"
4698  source = "registry+https://github.com/rust-lang/crates.io-index"
4699  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4700  
4701  [[package]]
4702  name = "windows-link"
4703  version = "0.1.3"
4704  source = "registry+https://github.com/rust-lang/crates.io-index"
4705  checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4706  
4707  [[package]]
4708  name = "windows-link"
4709  version = "0.2.1"
4710  source = "registry+https://github.com/rust-lang/crates.io-index"
4711  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4712  
4713  [[package]]
4714  name = "windows-registry"
4715  version = "0.5.3"
4716  source = "registry+https://github.com/rust-lang/crates.io-index"
4717  checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4718  dependencies = [
4719   "windows-link 0.1.3",
4720   "windows-result",
4721   "windows-strings",
4722  ]
4723  
4724  [[package]]
4725  name = "windows-result"
4726  version = "0.3.4"
4727  source = "registry+https://github.com/rust-lang/crates.io-index"
4728  checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4729  dependencies = [
4730   "windows-link 0.1.3",
4731  ]
4732  
4733  [[package]]
4734  name = "windows-strings"
4735  version = "0.4.2"
4736  source = "registry+https://github.com/rust-lang/crates.io-index"
4737  checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4738  dependencies = [
4739   "windows-link 0.1.3",
4740  ]
4741  
4742  [[package]]
4743  name = "windows-sys"
4744  version = "0.52.0"
4745  source = "registry+https://github.com/rust-lang/crates.io-index"
4746  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4747  dependencies = [
4748   "windows-targets 0.52.6",
4749  ]
4750  
4751  [[package]]
4752  name = "windows-sys"
4753  version = "0.59.0"
4754  source = "registry+https://github.com/rust-lang/crates.io-index"
4755  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4756  dependencies = [
4757   "windows-targets 0.52.6",
4758  ]
4759  
4760  [[package]]
4761  name = "windows-sys"
4762  version = "0.60.2"
4763  source = "registry+https://github.com/rust-lang/crates.io-index"
4764  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4765  dependencies = [
4766   "windows-targets 0.53.5",
4767  ]
4768  
4769  [[package]]
4770  name = "windows-sys"
4771  version = "0.61.2"
4772  source = "registry+https://github.com/rust-lang/crates.io-index"
4773  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4774  dependencies = [
4775   "windows-link 0.2.1",
4776  ]
4777  
4778  [[package]]
4779  name = "windows-targets"
4780  version = "0.52.6"
4781  source = "registry+https://github.com/rust-lang/crates.io-index"
4782  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4783  dependencies = [
4784   "windows_aarch64_gnullvm 0.52.6",
4785   "windows_aarch64_msvc 0.52.6",
4786   "windows_i686_gnu 0.52.6",
4787   "windows_i686_gnullvm 0.52.6",
4788   "windows_i686_msvc 0.52.6",
4789   "windows_x86_64_gnu 0.52.6",
4790   "windows_x86_64_gnullvm 0.52.6",
4791   "windows_x86_64_msvc 0.52.6",
4792  ]
4793  
4794  [[package]]
4795  name = "windows-targets"
4796  version = "0.53.5"
4797  source = "registry+https://github.com/rust-lang/crates.io-index"
4798  checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4799  dependencies = [
4800   "windows-link 0.2.1",
4801   "windows_aarch64_gnullvm 0.53.1",
4802   "windows_aarch64_msvc 0.53.1",
4803   "windows_i686_gnu 0.53.1",
4804   "windows_i686_gnullvm 0.53.1",
4805   "windows_i686_msvc 0.53.1",
4806   "windows_x86_64_gnu 0.53.1",
4807   "windows_x86_64_gnullvm 0.53.1",
4808   "windows_x86_64_msvc 0.53.1",
4809  ]
4810  
4811  [[package]]
4812  name = "windows_aarch64_gnullvm"
4813  version = "0.52.6"
4814  source = "registry+https://github.com/rust-lang/crates.io-index"
4815  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4816  
4817  [[package]]
4818  name = "windows_aarch64_gnullvm"
4819  version = "0.53.1"
4820  source = "registry+https://github.com/rust-lang/crates.io-index"
4821  checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4822  
4823  [[package]]
4824  name = "windows_aarch64_msvc"
4825  version = "0.52.6"
4826  source = "registry+https://github.com/rust-lang/crates.io-index"
4827  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4828  
4829  [[package]]
4830  name = "windows_aarch64_msvc"
4831  version = "0.53.1"
4832  source = "registry+https://github.com/rust-lang/crates.io-index"
4833  checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4834  
4835  [[package]]
4836  name = "windows_i686_gnu"
4837  version = "0.52.6"
4838  source = "registry+https://github.com/rust-lang/crates.io-index"
4839  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4840  
4841  [[package]]
4842  name = "windows_i686_gnu"
4843  version = "0.53.1"
4844  source = "registry+https://github.com/rust-lang/crates.io-index"
4845  checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4846  
4847  [[package]]
4848  name = "windows_i686_gnullvm"
4849  version = "0.52.6"
4850  source = "registry+https://github.com/rust-lang/crates.io-index"
4851  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4852  
4853  [[package]]
4854  name = "windows_i686_gnullvm"
4855  version = "0.53.1"
4856  source = "registry+https://github.com/rust-lang/crates.io-index"
4857  checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4858  
4859  [[package]]
4860  name = "windows_i686_msvc"
4861  version = "0.52.6"
4862  source = "registry+https://github.com/rust-lang/crates.io-index"
4863  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4864  
4865  [[package]]
4866  name = "windows_i686_msvc"
4867  version = "0.53.1"
4868  source = "registry+https://github.com/rust-lang/crates.io-index"
4869  checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4870  
4871  [[package]]
4872  name = "windows_x86_64_gnu"
4873  version = "0.52.6"
4874  source = "registry+https://github.com/rust-lang/crates.io-index"
4875  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4876  
4877  [[package]]
4878  name = "windows_x86_64_gnu"
4879  version = "0.53.1"
4880  source = "registry+https://github.com/rust-lang/crates.io-index"
4881  checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4882  
4883  [[package]]
4884  name = "windows_x86_64_gnullvm"
4885  version = "0.52.6"
4886  source = "registry+https://github.com/rust-lang/crates.io-index"
4887  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4888  
4889  [[package]]
4890  name = "windows_x86_64_gnullvm"
4891  version = "0.53.1"
4892  source = "registry+https://github.com/rust-lang/crates.io-index"
4893  checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4894  
4895  [[package]]
4896  name = "windows_x86_64_msvc"
4897  version = "0.52.6"
4898  source = "registry+https://github.com/rust-lang/crates.io-index"
4899  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4900  
4901  [[package]]
4902  name = "windows_x86_64_msvc"
4903  version = "0.53.1"
4904  source = "registry+https://github.com/rust-lang/crates.io-index"
4905  checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4906  
4907  [[package]]
4908  name = "winsafe"
4909  version = "0.0.19"
4910  source = "registry+https://github.com/rust-lang/crates.io-index"
4911  checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
4912  
4913  [[package]]
4914  name = "wit-bindgen"
4915  version = "0.46.0"
4916  source = "registry+https://github.com/rust-lang/crates.io-index"
4917  checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4918  
4919  [[package]]
4920  name = "writeable"
4921  version = "0.6.2"
4922  source = "registry+https://github.com/rust-lang/crates.io-index"
4923  checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4924  
4925  [[package]]
4926  name = "yoke"
4927  version = "0.8.1"
4928  source = "registry+https://github.com/rust-lang/crates.io-index"
4929  checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4930  dependencies = [
4931   "stable_deref_trait",
4932   "yoke-derive",
4933   "zerofrom",
4934  ]
4935  
4936  [[package]]
4937  name = "yoke-derive"
4938  version = "0.8.1"
4939  source = "registry+https://github.com/rust-lang/crates.io-index"
4940  checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4941  dependencies = [
4942   "proc-macro2",
4943   "quote 1.0.42",
4944   "syn 2.0.110",
4945   "synstructure",
4946  ]
4947  
4948  [[package]]
4949  name = "zerocopy"
4950  version = "0.8.27"
4951  source = "registry+https://github.com/rust-lang/crates.io-index"
4952  checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
4953  dependencies = [
4954   "zerocopy-derive",
4955  ]
4956  
4957  [[package]]
4958  name = "zerocopy-derive"
4959  version = "0.8.27"
4960  source = "registry+https://github.com/rust-lang/crates.io-index"
4961  checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
4962  dependencies = [
4963   "proc-macro2",
4964   "quote 1.0.42",
4965   "syn 2.0.110",
4966  ]
4967  
4968  [[package]]
4969  name = "zerofrom"
4970  version = "0.1.6"
4971  source = "registry+https://github.com/rust-lang/crates.io-index"
4972  checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4973  dependencies = [
4974   "zerofrom-derive",
4975  ]
4976  
4977  [[package]]
4978  name = "zerofrom-derive"
4979  version = "0.1.6"
4980  source = "registry+https://github.com/rust-lang/crates.io-index"
4981  checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4982  dependencies = [
4983   "proc-macro2",
4984   "quote 1.0.42",
4985   "syn 2.0.110",
4986   "synstructure",
4987  ]
4988  
4989  [[package]]
4990  name = "zeroize"
4991  version = "1.8.2"
4992  source = "registry+https://github.com/rust-lang/crates.io-index"
4993  checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4994  dependencies = [
4995   "zeroize_derive",
4996  ]
4997  
4998  [[package]]
4999  name = "zeroize_derive"
5000  version = "1.4.2"
5001  source = "registry+https://github.com/rust-lang/crates.io-index"
5002  checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
5003  dependencies = [
5004   "proc-macro2",
5005   "quote 1.0.42",
5006   "syn 2.0.110",
5007  ]
5008  
5009  [[package]]
5010  name = "zerotrie"
5011  version = "0.2.3"
5012  source = "registry+https://github.com/rust-lang/crates.io-index"
5013  checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
5014  dependencies = [
5015   "displaydoc",
5016   "yoke",
5017   "zerofrom",
5018  ]
5019  
5020  [[package]]
5021  name = "zerovec"
5022  version = "0.11.5"
5023  source = "registry+https://github.com/rust-lang/crates.io-index"
5024  checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
5025  dependencies = [
5026   "yoke",
5027   "zerofrom",
5028   "zerovec-derive",
5029  ]
5030  
5031  [[package]]
5032  name = "zerovec-derive"
5033  version = "0.11.2"
5034  source = "registry+https://github.com/rust-lang/crates.io-index"
5035  checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
5036  dependencies = [
5037   "proc-macro2",
5038   "quote 1.0.42",
5039   "syn 2.0.110",
5040  ]