/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 3
   4  
   5  [[package]]
   6  name = "acdc-std"
   7  version = "0.3.0"
   8  dependencies = [
   9   "acdc-std-cpu",
  10   "acdc-std-profiler",
  11   "acdc-std-storage",
  12   "acdc-std-time",
  13   "acdc-std-timed",
  14   "acdc-std-timer",
  15   "walkdir",
  16  ]
  17  
  18  [[package]]
  19  name = "acdc-std-cpu"
  20  version = "0.3.0"
  21  
  22  [[package]]
  23  name = "acdc-std-profiler"
  24  version = "0.3.0"
  25  
  26  [[package]]
  27  name = "acdc-std-storage"
  28  version = "0.3.0"
  29  dependencies = [
  30   "dirs 4.0.0",
  31   "tempfile",
  32  ]
  33  
  34  [[package]]
  35  name = "acdc-std-time"
  36  version = "0.3.0"
  37  dependencies = [
  38   "quote 1.0.43",
  39   "syn 1.0.109",
  40  ]
  41  
  42  [[package]]
  43  name = "acdc-std-timed"
  44  version = "0.3.0"
  45  dependencies = [
  46   "quote 1.0.43",
  47   "syn 1.0.109",
  48  ]
  49  
  50  [[package]]
  51  name = "acdc-std-timer"
  52  version = "0.3.0"
  53  dependencies = [
  54   "colored 2.2.0",
  55  ]
  56  
  57  [[package]]
  58  name = "addr2line"
  59  version = "0.25.1"
  60  source = "registry+https://github.com/rust-lang/crates.io-index"
  61  checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  62  dependencies = [
  63   "gimli",
  64  ]
  65  
  66  [[package]]
  67  name = "adler2"
  68  version = "2.0.1"
  69  source = "registry+https://github.com/rust-lang/crates.io-index"
  70  checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  71  
  72  [[package]]
  73  name = "ahash"
  74  version = "0.8.12"
  75  source = "registry+https://github.com/rust-lang/crates.io-index"
  76  checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  77  dependencies = [
  78   "cfg-if",
  79   "once_cell",
  80   "version_check",
  81   "zerocopy",
  82  ]
  83  
  84  [[package]]
  85  name = "aho-corasick"
  86  version = "1.1.4"
  87  source = "registry+https://github.com/rust-lang/crates.io-index"
  88  checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
  89  dependencies = [
  90   "memchr",
  91  ]
  92  
  93  [[package]]
  94  name = "allocator-api2"
  95  version = "0.2.21"
  96  source = "registry+https://github.com/rust-lang/crates.io-index"
  97  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  98  
  99  [[package]]
 100  name = "alphaos"
 101  version = "0.3.0"
 102  dependencies = [
 103   "alphaos-account",
 104   "alphaos-cli",
 105   "alphaos-node",
 106   "alphaos-node-bft",
 107   "alphaos-node-cdn",
 108   "alphaos-node-consensus",
 109   "alphaos-node-metrics",
 110   "alphaos-node-rest",
 111   "alphaos-node-router",
 112   "alphaos-node-sync",
 113   "alphaos-node-tcp",
 114   "alphavm",
 115   "built",
 116   "clap",
 117   "locktick",
 118   "tikv-jemallocator",
 119   "toml",
 120   "tracing",
 121   "walkdir",
 122  ]
 123  
 124  [[package]]
 125  name = "alphaos-account"
 126  version = "0.3.0"
 127  dependencies = [
 128   "alphavm",
 129   "colored 3.1.1",
 130  ]
 131  
 132  [[package]]
 133  name = "alphaos-cli"
 134  version = "0.3.0"
 135  dependencies = [
 136   "acdc-std",
 137   "alphaos-account",
 138   "alphaos-display",
 139   "alphaos-node",
 140   "alphaos-node-cdn",
 141   "alphaos-node-metrics",
 142   "alphaos-node-rest",
 143   "alphaos-utilities",
 144   "alphavm",
 145   "anstyle",
 146   "anyhow",
 147   "base64 0.22.1",
 148   "clap",
 149   "colored 3.1.1",
 150   "console-subscriber",
 151   "crossterm",
 152   "indexmap 2.13.0",
 153   "locktick",
 154   "nix 0.30.1",
 155   "num_cpus",
 156   "parking_lot",
 157   "rand 0.8.5",
 158   "rand_chacha 0.3.1",
 159   "rayon",
 160   "rpassword",
 161   "self_update",
 162   "serde",
 163   "serde_json",
 164   "sys-info",
 165   "tempfile",
 166   "thiserror 2.0.18",
 167   "time",
 168   "tokio",
 169   "tracing",
 170   "tracing-subscriber",
 171   "ureq",
 172   "zeroize",
 173  ]
 174  
 175  [[package]]
 176  name = "alphaos-display"
 177  version = "0.3.0"
 178  dependencies = [
 179   "alphaos-node",
 180   "alphaos-utilities",
 181   "alphavm",
 182   "anyhow",
 183   "crossterm",
 184   "ratatui",
 185   "tokio",
 186  ]
 187  
 188  [[package]]
 189  name = "alphaos-node"
 190  version = "0.3.0"
 191  dependencies = [
 192   "acdc-std",
 193   "alphaos-account",
 194   "alphaos-node-bft",
 195   "alphaos-node-cdn",
 196   "alphaos-node-consensus",
 197   "alphaos-node-network",
 198   "alphaos-node-rest",
 199   "alphaos-node-router",
 200   "alphaos-node-sync",
 201   "alphaos-node-tcp",
 202   "alphaos-utilities",
 203   "alphavm",
 204   "anyhow",
 205   "async-trait",
 206   "bytes",
 207   "colored 3.1.1",
 208   "deadline",
 209   "futures-util",
 210   "http 1.4.0",
 211   "indexmap 2.13.0",
 212   "locktick",
 213   "lru",
 214   "num_cpus",
 215   "parking_lot",
 216   "paste",
 217   "pea2pea",
 218   "rand 0.8.5",
 219   "rand_chacha 0.3.1",
 220   "reqwest 0.12.28",
 221   "serde_json",
 222   "time",
 223   "tokio",
 224   "tokio-stream",
 225   "tokio-util",
 226   "tracing",
 227   "tracing-subscriber",
 228  ]
 229  
 230  [[package]]
 231  name = "alphaos-node-bft"
 232  version = "0.3.0"
 233  dependencies = [
 234   "acdc-std",
 235   "alphaos-account",
 236   "alphaos-node-bft",
 237   "alphaos-node-bft-events",
 238   "alphaos-node-bft-ledger-service",
 239   "alphaos-node-bft-storage-service",
 240   "alphaos-node-metrics",
 241   "alphaos-node-network",
 242   "alphaos-node-sync",
 243   "alphaos-node-tcp",
 244   "alphaos-utilities",
 245   "alphavm",
 246   "anyhow",
 247   "async-recursion",
 248   "async-trait",
 249   "axum 0.8.8",
 250   "axum-extra",
 251   "bytes",
 252   "clap",
 253   "colored 3.1.1",
 254   "deadline",
 255   "futures",
 256   "indexmap 2.13.0",
 257   "itertools",
 258   "locktick",
 259   "lru",
 260   "mockall",
 261   "open",
 262   "parking_lot",
 263   "paste",
 264   "pea2pea",
 265   "proptest",
 266   "rand 0.8.5",
 267   "rand_chacha 0.3.1",
 268   "rand_distr",
 269   "rayon",
 270   "sha2",
 271   "test-log",
 272   "test-strategy 0.4.3",
 273   "time",
 274   "tokio",
 275   "tokio-stream",
 276   "tokio-util",
 277   "tower-http",
 278   "tracing",
 279   "tracing-subscriber",
 280   "tracing-test",
 281  ]
 282  
 283  [[package]]
 284  name = "alphaos-node-bft-events"
 285  version = "0.3.0"
 286  dependencies = [
 287   "alphaos-node-sync-locators",
 288   "alphavm",
 289   "anyhow",
 290   "bytes",
 291   "indexmap 2.13.0",
 292   "proptest",
 293   "serde",
 294   "test-strategy 0.4.3",
 295   "time",
 296   "tokio-util",
 297   "tracing",
 298  ]
 299  
 300  [[package]]
 301  name = "alphaos-node-bft-ledger-service"
 302  version = "0.3.0"
 303  dependencies = [
 304   "alphaos-node-metrics",
 305   "alphaos-utilities",
 306   "alphavm",
 307   "anyhow",
 308   "async-trait",
 309   "indexmap 2.13.0",
 310   "locktick",
 311   "parking_lot",
 312   "rand 0.8.5",
 313   "rayon",
 314   "tokio",
 315   "tracing",
 316  ]
 317  
 318  [[package]]
 319  name = "alphaos-node-bft-storage-service"
 320  version = "0.3.0"
 321  dependencies = [
 322   "acdc-std",
 323   "alphavm",
 324   "anyhow",
 325   "indexmap 2.13.0",
 326   "locktick",
 327   "lru",
 328   "parking_lot",
 329   "tracing",
 330  ]
 331  
 332  [[package]]
 333  name = "alphaos-node-cdn"
 334  version = "0.3.0"
 335  dependencies = [
 336   "alphaos-node-metrics",
 337   "alphaos-utilities",
 338   "alphavm",
 339   "anyhow",
 340   "bincode",
 341   "colored 3.1.1",
 342   "http 1.4.0",
 343   "locktick",
 344   "parking_lot",
 345   "rayon",
 346   "reqwest 0.12.28",
 347   "serde",
 348   "serde_json",
 349   "tokio",
 350   "tokio-test",
 351   "tracing",
 352  ]
 353  
 354  [[package]]
 355  name = "alphaos-node-consensus"
 356  version = "0.3.0"
 357  dependencies = [
 358   "acdc-std",
 359   "alphaos-account",
 360   "alphaos-node-bft",
 361   "alphaos-node-bft-ledger-service",
 362   "alphaos-node-bft-storage-service",
 363   "alphaos-node-metrics",
 364   "alphaos-node-sync",
 365   "alphavm",
 366   "anyhow",
 367   "async-trait",
 368   "bincode",
 369   "colored 3.1.1",
 370   "dirs 5.0.1",
 371   "indexmap 2.13.0",
 372   "itertools",
 373   "locktick",
 374   "lru",
 375   "once_cell",
 376   "parking_lot",
 377   "serde",
 378   "serde_json",
 379   "thiserror 2.0.18",
 380   "tokio",
 381   "tracing",
 382   "tracing-test",
 383  ]
 384  
 385  [[package]]
 386  name = "alphaos-node-metrics"
 387  version = "0.3.0"
 388  dependencies = [
 389   "alphavm",
 390   "locktick",
 391   "metrics-exporter-prometheus",
 392   "parking_lot",
 393   "rayon",
 394   "time",
 395  ]
 396  
 397  [[package]]
 398  name = "alphaos-node-network"
 399  version = "0.3.0"
 400  dependencies = [
 401   "acdc-std",
 402   "alphaos-node-network",
 403   "alphaos-node-tcp",
 404   "alphavm",
 405   "anyhow",
 406   "built",
 407   "locktick",
 408   "parking_lot",
 409   "serde",
 410   "tokio",
 411   "tracing",
 412  ]
 413  
 414  [[package]]
 415  name = "alphaos-node-rest"
 416  version = "0.3.0"
 417  dependencies = [
 418   "alphaos-node-cdn",
 419   "alphaos-node-consensus",
 420   "alphaos-node-network",
 421   "alphaos-node-router",
 422   "alphaos-node-sync",
 423   "alphavm",
 424   "anyhow",
 425   "axum 0.8.8",
 426   "axum-extra",
 427   "base64 0.22.1",
 428   "built",
 429   "http 1.4.0",
 430   "indexmap 2.13.0",
 431   "jsonwebtoken",
 432   "locktick",
 433   "once_cell",
 434   "parking_lot",
 435   "rand 0.8.5",
 436   "rayon",
 437   "serde",
 438   "serde_json",
 439   "serde_with",
 440   "time",
 441   "tokio",
 442   "tower 0.4.13",
 443   "tower-http",
 444   "tower_governor",
 445   "tracing",
 446  ]
 447  
 448  [[package]]
 449  name = "alphaos-node-router"
 450  version = "0.3.0"
 451  dependencies = [
 452   "acdc-std",
 453   "alphaos-account",
 454   "alphaos-node-bft-ledger-service",
 455   "alphaos-node-metrics",
 456   "alphaos-node-network",
 457   "alphaos-node-router",
 458   "alphaos-node-router-messages",
 459   "alphaos-node-sync",
 460   "alphaos-node-sync-communication-service",
 461   "alphaos-node-sync-locators",
 462   "alphaos-node-tcp",
 463   "alphavm",
 464   "anyhow",
 465   "async-trait",
 466   "colored 3.1.1",
 467   "deadline",
 468   "futures",
 469   "futures-util",
 470   "linked-hash-map",
 471   "locktick",
 472   "parking_lot",
 473   "peak_alloc",
 474   "rand 0.8.5",
 475   "rayon",
 476   "time",
 477   "tokio",
 478   "tokio-stream",
 479   "tokio-util",
 480   "tracing",
 481   "tracing-subscriber",
 482  ]
 483  
 484  [[package]]
 485  name = "alphaos-node-router-messages"
 486  version = "0.3.0"
 487  dependencies = [
 488   "alphaos-node-bft-events",
 489   "alphaos-node-network",
 490   "alphaos-node-sync-locators",
 491   "alphavm",
 492   "bytes",
 493   "proptest",
 494   "test-strategy 0.4.3",
 495   "tokio-util",
 496   "tracing",
 497  ]
 498  
 499  [[package]]
 500  name = "alphaos-node-sync"
 501  version = "0.3.0"
 502  dependencies = [
 503   "alphaos-node-bft-ledger-service",
 504   "alphaos-node-metrics",
 505   "alphaos-node-network",
 506   "alphaos-node-router",
 507   "alphaos-node-sync-communication-service",
 508   "alphaos-node-sync-locators",
 509   "alphaos-node-tcp",
 510   "alphavm",
 511   "anyhow",
 512   "futures",
 513   "indexmap 2.13.0",
 514   "itertools",
 515   "locktick",
 516   "parking_lot",
 517   "rand 0.8.5",
 518   "reqwest 0.11.27",
 519   "serde",
 520   "serde_json",
 521   "tokio",
 522   "tracing",
 523   "tracing-subscriber",
 524  ]
 525  
 526  [[package]]
 527  name = "alphaos-node-sync-communication-service"
 528  version = "0.3.0"
 529  dependencies = [
 530   "async-trait",
 531   "tokio",
 532  ]
 533  
 534  [[package]]
 535  name = "alphaos-node-sync-locators"
 536  version = "0.3.0"
 537  dependencies = [
 538   "alphavm",
 539   "anyhow",
 540   "indexmap 2.13.0",
 541   "serde",
 542   "tracing",
 543  ]
 544  
 545  [[package]]
 546  name = "alphaos-node-tcp"
 547  version = "0.3.0"
 548  dependencies = [
 549   "alphaos-node-metrics",
 550   "async-trait",
 551   "bytes",
 552   "futures-util",
 553   "locktick",
 554   "once_cell",
 555   "parking_lot",
 556   "thiserror 2.0.18",
 557   "tokio",
 558   "tokio-util",
 559   "tracing",
 560  ]
 561  
 562  [[package]]
 563  name = "alphaos-utilities"
 564  version = "0.3.0"
 565  dependencies = [
 566   "locktick",
 567   "parking_lot",
 568   "tokio",
 569   "tracing",
 570  ]
 571  
 572  [[package]]
 573  name = "alphavm"
 574  version = "0.3.0"
 575  dependencies = [
 576   "alphavm-algorithms",
 577   "alphavm-circuit",
 578   "alphavm-console",
 579   "alphavm-curves",
 580   "alphavm-fields",
 581   "alphavm-ledger",
 582   "alphavm-metrics",
 583   "alphavm-parameters",
 584   "alphavm-synthesizer",
 585   "alphavm-utilities",
 586   "anyhow",
 587   "dotenvy",
 588   "hex",
 589   "rand 0.8.5",
 590   "serde",
 591   "serde_json",
 592   "sha2",
 593   "ureq",
 594   "walkdir",
 595  ]
 596  
 597  [[package]]
 598  name = "alphavm-algorithms"
 599  version = "0.3.0"
 600  dependencies = [
 601   "acdc-std",
 602   "alphavm-algorithms-cuda",
 603   "alphavm-curves",
 604   "alphavm-fields",
 605   "alphavm-parameters",
 606   "alphavm-utilities",
 607   "anyhow",
 608   "blake2",
 609   "cfg-if",
 610   "fxhash",
 611   "hashbrown 0.15.5",
 612   "hex",
 613   "indexmap 2.13.0",
 614   "itertools",
 615   "num-traits",
 616   "rand 0.8.5",
 617   "rayon",
 618   "serde",
 619   "sha2",
 620   "smallvec",
 621   "thiserror 2.0.18",
 622  ]
 623  
 624  [[package]]
 625  name = "alphavm-algorithms-cuda"
 626  version = "0.3.0"
 627  dependencies = [
 628   "blst",
 629   "cc",
 630   "sppark",
 631   "which 8.0.0",
 632  ]
 633  
 634  [[package]]
 635  name = "alphavm-circuit"
 636  version = "0.3.0"
 637  dependencies = [
 638   "alphavm-circuit-account",
 639   "alphavm-circuit-algorithms",
 640   "alphavm-circuit-collections",
 641   "alphavm-circuit-environment",
 642   "alphavm-circuit-network",
 643   "alphavm-circuit-program",
 644   "alphavm-circuit-types",
 645  ]
 646  
 647  [[package]]
 648  name = "alphavm-circuit-account"
 649  version = "0.3.0"
 650  dependencies = [
 651   "alphavm-circuit-network",
 652   "alphavm-circuit-types",
 653   "alphavm-console-account",
 654  ]
 655  
 656  [[package]]
 657  name = "alphavm-circuit-algorithms"
 658  version = "0.3.0"
 659  dependencies = [
 660   "alphavm-circuit-types",
 661   "alphavm-console-algorithms",
 662   "alphavm-fields",
 663  ]
 664  
 665  [[package]]
 666  name = "alphavm-circuit-collections"
 667  version = "0.3.0"
 668  dependencies = [
 669   "alphavm-circuit-algorithms",
 670   "alphavm-circuit-types",
 671   "alphavm-console-collections",
 672  ]
 673  
 674  [[package]]
 675  name = "alphavm-circuit-environment"
 676  version = "0.3.0"
 677  dependencies = [
 678   "alphavm-algorithms",
 679   "alphavm-circuit-environment-witness",
 680   "alphavm-console-network",
 681   "alphavm-curves",
 682   "alphavm-fields",
 683   "alphavm-utilities",
 684   "indexmap 2.13.0",
 685   "itertools",
 686   "nom",
 687   "num-traits",
 688   "smallvec",
 689  ]
 690  
 691  [[package]]
 692  name = "alphavm-circuit-environment-witness"
 693  version = "0.3.0"
 694  
 695  [[package]]
 696  name = "alphavm-circuit-network"
 697  version = "0.3.0"
 698  dependencies = [
 699   "alphavm-circuit-algorithms",
 700   "alphavm-circuit-collections",
 701   "alphavm-circuit-types",
 702   "alphavm-console-network",
 703  ]
 704  
 705  [[package]]
 706  name = "alphavm-circuit-program"
 707  version = "0.3.0"
 708  dependencies = [
 709   "alphavm-circuit-account",
 710   "alphavm-circuit-algorithms",
 711   "alphavm-circuit-collections",
 712   "alphavm-circuit-network",
 713   "alphavm-circuit-types",
 714   "alphavm-console-program",
 715   "alphavm-utilities",
 716  ]
 717  
 718  [[package]]
 719  name = "alphavm-circuit-types"
 720  version = "0.3.0"
 721  dependencies = [
 722   "alphavm-circuit-environment",
 723   "alphavm-circuit-types-address",
 724   "alphavm-circuit-types-boolean",
 725   "alphavm-circuit-types-field",
 726   "alphavm-circuit-types-group",
 727   "alphavm-circuit-types-integers",
 728   "alphavm-circuit-types-scalar",
 729   "alphavm-circuit-types-string",
 730  ]
 731  
 732  [[package]]
 733  name = "alphavm-circuit-types-address"
 734  version = "0.3.0"
 735  dependencies = [
 736   "alphavm-circuit-environment",
 737   "alphavm-circuit-types-boolean",
 738   "alphavm-circuit-types-field",
 739   "alphavm-circuit-types-group",
 740   "alphavm-circuit-types-scalar",
 741   "alphavm-console-types-address",
 742  ]
 743  
 744  [[package]]
 745  name = "alphavm-circuit-types-boolean"
 746  version = "0.3.0"
 747  dependencies = [
 748   "alphavm-circuit-environment",
 749   "alphavm-console-types-boolean",
 750  ]
 751  
 752  [[package]]
 753  name = "alphavm-circuit-types-field"
 754  version = "0.3.0"
 755  dependencies = [
 756   "alphavm-circuit-environment",
 757   "alphavm-circuit-types-boolean",
 758   "alphavm-console-types-field",
 759  ]
 760  
 761  [[package]]
 762  name = "alphavm-circuit-types-group"
 763  version = "0.3.0"
 764  dependencies = [
 765   "alphavm-circuit-environment",
 766   "alphavm-circuit-types-boolean",
 767   "alphavm-circuit-types-field",
 768   "alphavm-circuit-types-scalar",
 769   "alphavm-console-types-group",
 770  ]
 771  
 772  [[package]]
 773  name = "alphavm-circuit-types-integers"
 774  version = "0.3.0"
 775  dependencies = [
 776   "alphavm-circuit-environment",
 777   "alphavm-circuit-types-boolean",
 778   "alphavm-circuit-types-field",
 779   "alphavm-circuit-types-scalar",
 780   "alphavm-console-types-integers",
 781  ]
 782  
 783  [[package]]
 784  name = "alphavm-circuit-types-scalar"
 785  version = "0.3.0"
 786  dependencies = [
 787   "alphavm-circuit-environment",
 788   "alphavm-circuit-types-boolean",
 789   "alphavm-circuit-types-field",
 790   "alphavm-console-types-scalar",
 791  ]
 792  
 793  [[package]]
 794  name = "alphavm-circuit-types-string"
 795  version = "0.3.0"
 796  dependencies = [
 797   "alphavm-circuit-environment",
 798   "alphavm-circuit-types-boolean",
 799   "alphavm-circuit-types-field",
 800   "alphavm-circuit-types-integers",
 801   "alphavm-console-types-string",
 802  ]
 803  
 804  [[package]]
 805  name = "alphavm-console"
 806  version = "0.3.0"
 807  dependencies = [
 808   "alphavm-console-account",
 809   "alphavm-console-algorithms",
 810   "alphavm-console-collections",
 811   "alphavm-console-network",
 812   "alphavm-console-program",
 813   "alphavm-console-types",
 814  ]
 815  
 816  [[package]]
 817  name = "alphavm-console-account"
 818  version = "0.3.0"
 819  dependencies = [
 820   "alphavm-console-network",
 821   "alphavm-console-types",
 822   "bs58",
 823   "zeroize",
 824  ]
 825  
 826  [[package]]
 827  name = "alphavm-console-algorithms"
 828  version = "0.3.0"
 829  dependencies = [
 830   "alphavm-console-types",
 831   "alphavm-fields",
 832   "alphavm-utilities",
 833   "blake2s_simd",
 834   "hex",
 835   "k256",
 836   "serde",
 837   "smallvec",
 838   "tiny-keccak",
 839  ]
 840  
 841  [[package]]
 842  name = "alphavm-console-collections"
 843  version = "0.3.0"
 844  dependencies = [
 845   "acdc-std",
 846   "alphavm-console-algorithms",
 847   "alphavm-console-types",
 848   "rayon",
 849   "serde",
 850  ]
 851  
 852  [[package]]
 853  name = "alphavm-console-network"
 854  version = "0.3.0"
 855  dependencies = [
 856   "alphavm-algorithms",
 857   "alphavm-console-algorithms",
 858   "alphavm-console-collections",
 859   "alphavm-console-network-environment",
 860   "alphavm-console-types",
 861   "alphavm-curves",
 862   "alphavm-parameters",
 863   "anyhow",
 864   "enum-iterator",
 865   "indexmap 2.13.0",
 866   "lazy_static",
 867   "paste",
 868   "serde",
 869  ]
 870  
 871  [[package]]
 872  name = "alphavm-console-network-environment"
 873  version = "0.3.0"
 874  dependencies = [
 875   "alphavm-curves",
 876   "alphavm-fields",
 877   "alphavm-utilities",
 878   "anyhow",
 879   "bech32",
 880   "itertools",
 881   "nom",
 882   "num-traits",
 883   "rand 0.8.5",
 884   "serde",
 885   "zeroize",
 886  ]
 887  
 888  [[package]]
 889  name = "alphavm-console-program"
 890  version = "0.3.0"
 891  dependencies = [
 892   "alphavm-console-account",
 893   "alphavm-console-algorithms",
 894   "alphavm-console-collections",
 895   "alphavm-console-network",
 896   "alphavm-console-types",
 897   "alphavm-utilities",
 898   "enum-iterator",
 899   "enum_index",
 900   "enum_index_derive",
 901   "indexmap 2.13.0",
 902   "num-derive",
 903   "num-traits",
 904   "seq-macro",
 905   "serde_json",
 906  ]
 907  
 908  [[package]]
 909  name = "alphavm-console-types"
 910  version = "0.3.0"
 911  dependencies = [
 912   "alphavm-console-network-environment",
 913   "alphavm-console-types-address",
 914   "alphavm-console-types-boolean",
 915   "alphavm-console-types-field",
 916   "alphavm-console-types-group",
 917   "alphavm-console-types-integers",
 918   "alphavm-console-types-scalar",
 919   "alphavm-console-types-string",
 920  ]
 921  
 922  [[package]]
 923  name = "alphavm-console-types-address"
 924  version = "0.3.0"
 925  dependencies = [
 926   "alphavm-console-network-environment",
 927   "alphavm-console-types-boolean",
 928   "alphavm-console-types-field",
 929   "alphavm-console-types-group",
 930  ]
 931  
 932  [[package]]
 933  name = "alphavm-console-types-boolean"
 934  version = "0.3.0"
 935  dependencies = [
 936   "alphavm-console-network-environment",
 937  ]
 938  
 939  [[package]]
 940  name = "alphavm-console-types-field"
 941  version = "0.3.0"
 942  dependencies = [
 943   "alphavm-console-network-environment",
 944   "alphavm-console-types-boolean",
 945   "zeroize",
 946  ]
 947  
 948  [[package]]
 949  name = "alphavm-console-types-group"
 950  version = "0.3.0"
 951  dependencies = [
 952   "alphavm-console-network-environment",
 953   "alphavm-console-types-boolean",
 954   "alphavm-console-types-field",
 955   "alphavm-console-types-scalar",
 956  ]
 957  
 958  [[package]]
 959  name = "alphavm-console-types-integers"
 960  version = "0.3.0"
 961  dependencies = [
 962   "alphavm-console-network-environment",
 963   "alphavm-console-types-boolean",
 964   "alphavm-console-types-field",
 965   "alphavm-console-types-scalar",
 966  ]
 967  
 968  [[package]]
 969  name = "alphavm-console-types-scalar"
 970  version = "0.3.0"
 971  dependencies = [
 972   "alphavm-console-network-environment",
 973   "alphavm-console-types-boolean",
 974   "alphavm-console-types-field",
 975   "zeroize",
 976  ]
 977  
 978  [[package]]
 979  name = "alphavm-console-types-string"
 980  version = "0.3.0"
 981  dependencies = [
 982   "alphavm-console-network-environment",
 983   "alphavm-console-types-boolean",
 984   "alphavm-console-types-field",
 985   "alphavm-console-types-integers",
 986  ]
 987  
 988  [[package]]
 989  name = "alphavm-curves"
 990  version = "0.3.0"
 991  dependencies = [
 992   "alphavm-fields",
 993   "alphavm-utilities",
 994   "rand 0.8.5",
 995   "rayon",
 996   "rustc_version",
 997   "serde",
 998   "thiserror 2.0.18",
 999  ]
1000  
1001  [[package]]
1002  name = "alphavm-fields"
1003  version = "0.3.0"
1004  dependencies = [
1005   "acdc-std",
1006   "alphavm-utilities",
1007   "anyhow",
1008   "itertools",
1009   "num-traits",
1010   "rand 0.8.5",
1011   "rayon",
1012   "serde",
1013   "thiserror 2.0.18",
1014   "zeroize",
1015  ]
1016  
1017  [[package]]
1018  name = "alphavm-ledger"
1019  version = "0.3.0"
1020  dependencies = [
1021   "acdc-std",
1022   "alphavm-circuit",
1023   "alphavm-console",
1024   "alphavm-ledger-authority",
1025   "alphavm-ledger-block",
1026   "alphavm-ledger-committee",
1027   "alphavm-ledger-narwhal",
1028   "alphavm-ledger-puzzle",
1029   "alphavm-ledger-query",
1030   "alphavm-ledger-store",
1031   "alphavm-ledger-test-helpers",
1032   "alphavm-synthesizer",
1033   "alphavm-utilities",
1034   "anyhow",
1035   "indexmap 2.13.0",
1036   "locktick",
1037   "lru",
1038   "parking_lot",
1039   "rand 0.8.5",
1040   "rand_chacha 0.3.1",
1041   "rayon",
1042   "thiserror 2.0.18",
1043   "time",
1044   "tracing",
1045  ]
1046  
1047  [[package]]
1048  name = "alphavm-ledger-authority"
1049  version = "0.3.0"
1050  dependencies = [
1051   "alphavm-console",
1052   "alphavm-ledger-narwhal-subdag",
1053   "anyhow",
1054   "rand 0.8.5",
1055   "serde_json",
1056  ]
1057  
1058  [[package]]
1059  name = "alphavm-ledger-block"
1060  version = "0.3.0"
1061  dependencies = [
1062   "alphavm-console",
1063   "alphavm-ledger-authority",
1064   "alphavm-ledger-committee",
1065   "alphavm-ledger-narwhal-batch-header",
1066   "alphavm-ledger-narwhal-data",
1067   "alphavm-ledger-narwhal-subdag",
1068   "alphavm-ledger-narwhal-transmission-id",
1069   "alphavm-ledger-puzzle",
1070   "alphavm-synthesizer-program",
1071   "alphavm-synthesizer-snark",
1072   "alphavm-utilities",
1073   "anyhow",
1074   "indexmap 2.13.0",
1075   "rayon",
1076   "serde_json",
1077  ]
1078  
1079  [[package]]
1080  name = "alphavm-ledger-committee"
1081  version = "0.3.0"
1082  dependencies = [
1083   "alphavm-console",
1084   "alphavm-ledger-narwhal-batch-header",
1085   "alphavm-metrics",
1086   "anyhow",
1087   "indexmap 2.13.0",
1088   "proptest",
1089   "rand 0.8.5",
1090   "rand_chacha 0.3.1",
1091   "rand_distr",
1092   "rayon",
1093   "serde_json",
1094   "test-strategy 0.3.1",
1095  ]
1096  
1097  [[package]]
1098  name = "alphavm-ledger-narwhal"
1099  version = "0.3.0"
1100  dependencies = [
1101   "alphavm-ledger-narwhal-batch-certificate",
1102   "alphavm-ledger-narwhal-batch-header",
1103   "alphavm-ledger-narwhal-data",
1104   "alphavm-ledger-narwhal-subdag",
1105   "alphavm-ledger-narwhal-transmission",
1106   "alphavm-ledger-narwhal-transmission-id",
1107  ]
1108  
1109  [[package]]
1110  name = "alphavm-ledger-narwhal-batch-certificate"
1111  version = "0.3.0"
1112  dependencies = [
1113   "alphavm-console",
1114   "alphavm-ledger-narwhal-batch-header",
1115   "alphavm-ledger-narwhal-transmission-id",
1116   "indexmap 2.13.0",
1117   "rayon",
1118   "serde_json",
1119  ]
1120  
1121  [[package]]
1122  name = "alphavm-ledger-narwhal-batch-header"
1123  version = "0.3.0"
1124  dependencies = [
1125   "alphavm-console",
1126   "alphavm-ledger-narwhal-transmission-id",
1127   "indexmap 2.13.0",
1128   "rayon",
1129   "serde_json",
1130   "time",
1131  ]
1132  
1133  [[package]]
1134  name = "alphavm-ledger-narwhal-data"
1135  version = "0.3.0"
1136  dependencies = [
1137   "alphavm-console",
1138   "bytes",
1139   "serde_json",
1140   "tokio",
1141  ]
1142  
1143  [[package]]
1144  name = "alphavm-ledger-narwhal-subdag"
1145  version = "0.3.0"
1146  dependencies = [
1147   "alphavm-console",
1148   "alphavm-ledger-committee",
1149   "alphavm-ledger-narwhal-batch-certificate",
1150   "alphavm-ledger-narwhal-batch-header",
1151   "alphavm-ledger-narwhal-transmission-id",
1152   "indexmap 2.13.0",
1153   "rayon",
1154   "serde_json",
1155  ]
1156  
1157  [[package]]
1158  name = "alphavm-ledger-narwhal-transmission"
1159  version = "0.3.0"
1160  dependencies = [
1161   "alphavm-console",
1162   "alphavm-ledger-block",
1163   "alphavm-ledger-narwhal-data",
1164   "alphavm-ledger-puzzle",
1165   "bytes",
1166   "serde_json",
1167  ]
1168  
1169  [[package]]
1170  name = "alphavm-ledger-narwhal-transmission-id"
1171  version = "0.3.0"
1172  dependencies = [
1173   "alphavm-console",
1174   "alphavm-ledger-puzzle",
1175  ]
1176  
1177  [[package]]
1178  name = "alphavm-ledger-puzzle"
1179  version = "0.3.0"
1180  dependencies = [
1181   "acdc-std",
1182   "alphavm-algorithms",
1183   "alphavm-console",
1184   "anyhow",
1185   "bincode",
1186   "indexmap 2.13.0",
1187   "locktick",
1188   "lru",
1189   "parking_lot",
1190   "rand 0.8.5",
1191   "rand_chacha 0.3.1",
1192   "rayon",
1193   "serde_json",
1194  ]
1195  
1196  [[package]]
1197  name = "alphavm-ledger-puzzle-epoch"
1198  version = "0.3.0"
1199  dependencies = [
1200   "acdc-std",
1201   "alphavm-circuit",
1202   "alphavm-console",
1203   "alphavm-ledger-puzzle",
1204   "alphavm-synthesizer-process",
1205   "alphavm-synthesizer-program",
1206   "alphavm-utilities",
1207   "anyhow",
1208   "colored 3.1.1",
1209   "indexmap 2.13.0",
1210   "locktick",
1211   "lru",
1212   "parking_lot",
1213   "rand 0.8.5",
1214   "rand_chacha 0.3.1",
1215   "rayon",
1216  ]
1217  
1218  [[package]]
1219  name = "alphavm-ledger-query"
1220  version = "0.3.0"
1221  dependencies = [
1222   "alphavm-console",
1223   "alphavm-ledger-block",
1224   "alphavm-ledger-store",
1225   "alphavm-synthesizer-program",
1226   "anyhow",
1227   "async-trait",
1228   "reqwest 0.12.28",
1229   "serde",
1230   "serde_json",
1231   "ureq",
1232  ]
1233  
1234  [[package]]
1235  name = "alphavm-ledger-store"
1236  version = "0.3.0"
1237  dependencies = [
1238   "acdc-std-storage",
1239   "alphavm-console",
1240   "alphavm-ledger-authority",
1241   "alphavm-ledger-block",
1242   "alphavm-ledger-committee",
1243   "alphavm-ledger-narwhal-batch-certificate",
1244   "alphavm-ledger-puzzle",
1245   "alphavm-synthesizer-program",
1246   "alphavm-synthesizer-snark",
1247   "alphavm-utilities",
1248   "anyhow",
1249   "bincode",
1250   "indexmap 2.13.0",
1251   "locktick",
1252   "parking_lot",
1253   "rayon",
1254   "rocksdb",
1255   "serde",
1256   "serde_json",
1257   "smallvec",
1258   "tracing",
1259  ]
1260  
1261  [[package]]
1262  name = "alphavm-ledger-test-helpers"
1263  version = "0.3.0"
1264  dependencies = [
1265   "acdc-std",
1266   "alphavm-algorithms",
1267   "alphavm-circuit",
1268   "alphavm-console",
1269   "alphavm-ledger-block",
1270   "alphavm-ledger-committee",
1271   "alphavm-ledger-query",
1272   "alphavm-ledger-store",
1273   "alphavm-synthesizer-process",
1274   "alphavm-synthesizer-program",
1275   "alphavm-utilities",
1276   "anyhow",
1277   "indexmap 2.13.0",
1278  ]
1279  
1280  [[package]]
1281  name = "alphavm-metrics"
1282  version = "0.3.0"
1283  dependencies = [
1284   "metrics",
1285  ]
1286  
1287  [[package]]
1288  name = "alphavm-parameters"
1289  version = "0.3.0"
1290  dependencies = [
1291   "acdc-std",
1292   "alphavm-curves",
1293   "alphavm-utilities",
1294   "anyhow",
1295   "cfg-if",
1296   "colored 3.1.1",
1297   "curl",
1298   "hex",
1299   "lazy_static",
1300   "locktick",
1301   "parking_lot",
1302   "paste",
1303   "rand 0.8.5",
1304   "serde_json",
1305   "sha2",
1306   "thiserror 2.0.18",
1307  ]
1308  
1309  [[package]]
1310  name = "alphavm-synthesizer"
1311  version = "0.3.0"
1312  dependencies = [
1313   "acdc-std",
1314   "alphavm-algorithms",
1315   "alphavm-circuit",
1316   "alphavm-console",
1317   "alphavm-ledger-block",
1318   "alphavm-ledger-committee",
1319   "alphavm-ledger-narwhal-data",
1320   "alphavm-ledger-puzzle",
1321   "alphavm-ledger-puzzle-epoch",
1322   "alphavm-ledger-query",
1323   "alphavm-ledger-store",
1324   "alphavm-synthesizer-process",
1325   "alphavm-synthesizer-program",
1326   "alphavm-synthesizer-snark",
1327   "alphavm-utilities",
1328   "anyhow",
1329   "indexmap 2.13.0",
1330   "itertools",
1331   "locktick",
1332   "lru",
1333   "parking_lot",
1334   "rand 0.8.5",
1335   "rayon",
1336   "serde",
1337   "serde_json",
1338   "tokio",
1339   "tracing",
1340  ]
1341  
1342  [[package]]
1343  name = "alphavm-synthesizer-process"
1344  version = "0.3.0"
1345  dependencies = [
1346   "acdc-std",
1347   "alphavm-algorithms",
1348   "alphavm-circuit",
1349   "alphavm-console",
1350   "alphavm-ledger-block",
1351   "alphavm-ledger-query",
1352   "alphavm-ledger-store",
1353   "alphavm-synthesizer-program",
1354   "alphavm-synthesizer-snark",
1355   "alphavm-utilities",
1356   "colored 3.1.1",
1357   "indexmap 2.13.0",
1358   "locktick",
1359   "parking_lot",
1360   "rand 0.8.5",
1361   "rand_chacha 0.3.1",
1362   "rayon",
1363   "serde_json",
1364  ]
1365  
1366  [[package]]
1367  name = "alphavm-synthesizer-program"
1368  version = "0.3.0"
1369  dependencies = [
1370   "alphavm-circuit",
1371   "alphavm-console",
1372   "alphavm-synthesizer-snark",
1373   "alphavm-utilities",
1374   "enum-iterator",
1375   "indexmap 2.13.0",
1376   "paste",
1377   "rand 0.8.5",
1378   "rand_chacha 0.3.1",
1379   "rayon",
1380   "serde_json",
1381   "tiny-keccak",
1382  ]
1383  
1384  [[package]]
1385  name = "alphavm-synthesizer-snark"
1386  version = "0.3.0"
1387  dependencies = [
1388   "alphavm-algorithms",
1389   "alphavm-circuit",
1390   "alphavm-console",
1391   "alphavm-utilities",
1392   "bincode",
1393   "serde_json",
1394  ]
1395  
1396  [[package]]
1397  name = "alphavm-utilities"
1398  version = "0.3.0"
1399  dependencies = [
1400   "acdc-std",
1401   "alphavm-utilities-derives",
1402   "anyhow",
1403   "bincode",
1404   "colored 3.1.1",
1405   "num-bigint",
1406   "num_cpus",
1407   "rand 0.8.5",
1408   "rand_xorshift",
1409   "rayon",
1410   "serde",
1411   "serde_json",
1412   "smol_str",
1413   "thiserror 2.0.18",
1414   "tracing",
1415   "zeroize",
1416  ]
1417  
1418  [[package]]
1419  name = "alphavm-utilities-derives"
1420  version = "0.3.0"
1421  dependencies = [
1422   "proc-macro2",
1423   "quote 1.0.43",
1424   "syn 2.0.114",
1425  ]
1426  
1427  [[package]]
1428  name = "android_system_properties"
1429  version = "0.1.5"
1430  source = "registry+https://github.com/rust-lang/crates.io-index"
1431  checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
1432  dependencies = [
1433   "libc",
1434  ]
1435  
1436  [[package]]
1437  name = "anstream"
1438  version = "0.6.21"
1439  source = "registry+https://github.com/rust-lang/crates.io-index"
1440  checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
1441  dependencies = [
1442   "anstyle",
1443   "anstyle-parse",
1444   "anstyle-query",
1445   "anstyle-wincon",
1446   "colorchoice",
1447   "is_terminal_polyfill",
1448   "utf8parse",
1449  ]
1450  
1451  [[package]]
1452  name = "anstyle"
1453  version = "1.0.13"
1454  source = "registry+https://github.com/rust-lang/crates.io-index"
1455  checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
1456  
1457  [[package]]
1458  name = "anstyle-parse"
1459  version = "0.2.7"
1460  source = "registry+https://github.com/rust-lang/crates.io-index"
1461  checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
1462  dependencies = [
1463   "utf8parse",
1464  ]
1465  
1466  [[package]]
1467  name = "anstyle-query"
1468  version = "1.1.5"
1469  source = "registry+https://github.com/rust-lang/crates.io-index"
1470  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
1471  dependencies = [
1472   "windows-sys 0.61.2",
1473  ]
1474  
1475  [[package]]
1476  name = "anstyle-wincon"
1477  version = "3.0.11"
1478  source = "registry+https://github.com/rust-lang/crates.io-index"
1479  checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
1480  dependencies = [
1481   "anstyle",
1482   "once_cell_polyfill",
1483   "windows-sys 0.61.2",
1484  ]
1485  
1486  [[package]]
1487  name = "anyhow"
1488  version = "1.0.100"
1489  source = "registry+https://github.com/rust-lang/crates.io-index"
1490  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
1491  dependencies = [
1492   "backtrace",
1493  ]
1494  
1495  [[package]]
1496  name = "arbitrary"
1497  version = "1.4.2"
1498  source = "registry+https://github.com/rust-lang/crates.io-index"
1499  checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
1500  dependencies = [
1501   "derive_arbitrary",
1502  ]
1503  
1504  [[package]]
1505  name = "arrayref"
1506  version = "0.3.9"
1507  source = "registry+https://github.com/rust-lang/crates.io-index"
1508  checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
1509  
1510  [[package]]
1511  name = "arrayvec"
1512  version = "0.7.6"
1513  source = "registry+https://github.com/rust-lang/crates.io-index"
1514  checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
1515  
1516  [[package]]
1517  name = "async-recursion"
1518  version = "1.1.1"
1519  source = "registry+https://github.com/rust-lang/crates.io-index"
1520  checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1521  dependencies = [
1522   "proc-macro2",
1523   "quote 1.0.43",
1524   "syn 2.0.114",
1525  ]
1526  
1527  [[package]]
1528  name = "async-stream"
1529  version = "0.3.6"
1530  source = "registry+https://github.com/rust-lang/crates.io-index"
1531  checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1532  dependencies = [
1533   "async-stream-impl",
1534   "futures-core",
1535   "pin-project-lite",
1536  ]
1537  
1538  [[package]]
1539  name = "async-stream-impl"
1540  version = "0.3.6"
1541  source = "registry+https://github.com/rust-lang/crates.io-index"
1542  checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1543  dependencies = [
1544   "proc-macro2",
1545   "quote 1.0.43",
1546   "syn 2.0.114",
1547  ]
1548  
1549  [[package]]
1550  name = "async-trait"
1551  version = "0.1.89"
1552  source = "registry+https://github.com/rust-lang/crates.io-index"
1553  checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1554  dependencies = [
1555   "proc-macro2",
1556   "quote 1.0.43",
1557   "syn 2.0.114",
1558  ]
1559  
1560  [[package]]
1561  name = "atomic"
1562  version = "0.6.1"
1563  source = "registry+https://github.com/rust-lang/crates.io-index"
1564  checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
1565  dependencies = [
1566   "bytemuck",
1567  ]
1568  
1569  [[package]]
1570  name = "atomic-waker"
1571  version = "1.1.2"
1572  source = "registry+https://github.com/rust-lang/crates.io-index"
1573  checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1574  
1575  [[package]]
1576  name = "autocfg"
1577  version = "1.5.0"
1578  source = "registry+https://github.com/rust-lang/crates.io-index"
1579  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1580  
1581  [[package]]
1582  name = "axum"
1583  version = "0.7.9"
1584  source = "registry+https://github.com/rust-lang/crates.io-index"
1585  checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
1586  dependencies = [
1587   "async-trait",
1588   "axum-core 0.4.5",
1589   "bytes",
1590   "futures-util",
1591   "http 1.4.0",
1592   "http-body 1.0.1",
1593   "http-body-util",
1594   "itoa",
1595   "matchit 0.7.3",
1596   "memchr",
1597   "mime",
1598   "percent-encoding",
1599   "pin-project-lite",
1600   "rustversion",
1601   "serde",
1602   "sync_wrapper 1.0.2",
1603   "tower 0.5.3",
1604   "tower-layer",
1605   "tower-service",
1606  ]
1607  
1608  [[package]]
1609  name = "axum"
1610  version = "0.8.8"
1611  source = "registry+https://github.com/rust-lang/crates.io-index"
1612  checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
1613  dependencies = [
1614   "axum-core 0.5.6",
1615   "bytes",
1616   "form_urlencoded",
1617   "futures-util",
1618   "http 1.4.0",
1619   "http-body 1.0.1",
1620   "http-body-util",
1621   "hyper 1.8.1",
1622   "hyper-util",
1623   "itoa",
1624   "matchit 0.8.4",
1625   "memchr",
1626   "mime",
1627   "percent-encoding",
1628   "pin-project-lite",
1629   "serde_core",
1630   "serde_json",
1631   "serde_path_to_error",
1632   "serde_urlencoded",
1633   "sync_wrapper 1.0.2",
1634   "tokio",
1635   "tower 0.5.3",
1636   "tower-layer",
1637   "tower-service",
1638   "tracing",
1639  ]
1640  
1641  [[package]]
1642  name = "axum-core"
1643  version = "0.4.5"
1644  source = "registry+https://github.com/rust-lang/crates.io-index"
1645  checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
1646  dependencies = [
1647   "async-trait",
1648   "bytes",
1649   "futures-util",
1650   "http 1.4.0",
1651   "http-body 1.0.1",
1652   "http-body-util",
1653   "mime",
1654   "pin-project-lite",
1655   "rustversion",
1656   "sync_wrapper 1.0.2",
1657   "tower-layer",
1658   "tower-service",
1659  ]
1660  
1661  [[package]]
1662  name = "axum-core"
1663  version = "0.5.6"
1664  source = "registry+https://github.com/rust-lang/crates.io-index"
1665  checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
1666  dependencies = [
1667   "bytes",
1668   "futures-core",
1669   "http 1.4.0",
1670   "http-body 1.0.1",
1671   "http-body-util",
1672   "mime",
1673   "pin-project-lite",
1674   "sync_wrapper 1.0.2",
1675   "tower-layer",
1676   "tower-service",
1677   "tracing",
1678  ]
1679  
1680  [[package]]
1681  name = "axum-extra"
1682  version = "0.10.3"
1683  source = "registry+https://github.com/rust-lang/crates.io-index"
1684  checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96"
1685  dependencies = [
1686   "axum 0.8.8",
1687   "axum-core 0.5.6",
1688   "bytes",
1689   "futures-util",
1690   "headers",
1691   "http 1.4.0",
1692   "http-body 1.0.1",
1693   "http-body-util",
1694   "mime",
1695   "pin-project-lite",
1696   "rustversion",
1697   "serde_core",
1698   "serde_json",
1699   "tower-layer",
1700   "tower-service",
1701   "tracing",
1702   "typed-json",
1703  ]
1704  
1705  [[package]]
1706  name = "backtrace"
1707  version = "0.3.76"
1708  source = "registry+https://github.com/rust-lang/crates.io-index"
1709  checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1710  dependencies = [
1711   "addr2line",
1712   "cfg-if",
1713   "libc",
1714   "miniz_oxide",
1715   "object",
1716   "rustc-demangle",
1717   "windows-link",
1718  ]
1719  
1720  [[package]]
1721  name = "base16ct"
1722  version = "0.2.0"
1723  source = "registry+https://github.com/rust-lang/crates.io-index"
1724  checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
1725  
1726  [[package]]
1727  name = "base64"
1728  version = "0.21.7"
1729  source = "registry+https://github.com/rust-lang/crates.io-index"
1730  checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1731  
1732  [[package]]
1733  name = "base64"
1734  version = "0.22.1"
1735  source = "registry+https://github.com/rust-lang/crates.io-index"
1736  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1737  
1738  [[package]]
1739  name = "base64ct"
1740  version = "1.8.3"
1741  source = "registry+https://github.com/rust-lang/crates.io-index"
1742  checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
1743  
1744  [[package]]
1745  name = "bech32"
1746  version = "0.9.1"
1747  source = "registry+https://github.com/rust-lang/crates.io-index"
1748  checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
1749  
1750  [[package]]
1751  name = "bincode"
1752  version = "1.3.3"
1753  source = "registry+https://github.com/rust-lang/crates.io-index"
1754  checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1755  dependencies = [
1756   "serde",
1757  ]
1758  
1759  [[package]]
1760  name = "bindgen"
1761  version = "0.65.1"
1762  source = "registry+https://github.com/rust-lang/crates.io-index"
1763  checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
1764  dependencies = [
1765   "bitflags 1.3.2",
1766   "cexpr",
1767   "clang-sys",
1768   "lazy_static",
1769   "lazycell",
1770   "peeking_take_while",
1771   "prettyplease",
1772   "proc-macro2",
1773   "quote 1.0.43",
1774   "regex",
1775   "rustc-hash 1.1.0",
1776   "shlex",
1777   "syn 2.0.114",
1778  ]
1779  
1780  [[package]]
1781  name = "bit-set"
1782  version = "0.5.3"
1783  source = "registry+https://github.com/rust-lang/crates.io-index"
1784  checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1785  dependencies = [
1786   "bit-vec 0.6.3",
1787  ]
1788  
1789  [[package]]
1790  name = "bit-set"
1791  version = "0.8.0"
1792  source = "registry+https://github.com/rust-lang/crates.io-index"
1793  checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1794  dependencies = [
1795   "bit-vec 0.8.0",
1796  ]
1797  
1798  [[package]]
1799  name = "bit-vec"
1800  version = "0.6.3"
1801  source = "registry+https://github.com/rust-lang/crates.io-index"
1802  checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1803  
1804  [[package]]
1805  name = "bit-vec"
1806  version = "0.8.0"
1807  source = "registry+https://github.com/rust-lang/crates.io-index"
1808  checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1809  
1810  [[package]]
1811  name = "bitflags"
1812  version = "1.3.2"
1813  source = "registry+https://github.com/rust-lang/crates.io-index"
1814  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1815  
1816  [[package]]
1817  name = "bitflags"
1818  version = "2.10.0"
1819  source = "registry+https://github.com/rust-lang/crates.io-index"
1820  checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
1821  
1822  [[package]]
1823  name = "blake2"
1824  version = "0.10.6"
1825  source = "registry+https://github.com/rust-lang/crates.io-index"
1826  checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
1827  dependencies = [
1828   "digest",
1829  ]
1830  
1831  [[package]]
1832  name = "blake2s_simd"
1833  version = "1.0.4"
1834  source = "registry+https://github.com/rust-lang/crates.io-index"
1835  checksum = "ee29928bad1e3f94c9d1528da29e07a1d3d04817ae8332de1e8b846c8439f4b3"
1836  dependencies = [
1837   "arrayref",
1838   "arrayvec",
1839   "constant_time_eq",
1840  ]
1841  
1842  [[package]]
1843  name = "block-buffer"
1844  version = "0.10.4"
1845  source = "registry+https://github.com/rust-lang/crates.io-index"
1846  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1847  dependencies = [
1848   "generic-array",
1849  ]
1850  
1851  [[package]]
1852  name = "blst"
1853  version = "0.3.16"
1854  source = "registry+https://github.com/rust-lang/crates.io-index"
1855  checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45"
1856  dependencies = [
1857   "cc",
1858   "glob",
1859   "threadpool",
1860   "zeroize",
1861  ]
1862  
1863  [[package]]
1864  name = "bs58"
1865  version = "0.5.1"
1866  source = "registry+https://github.com/rust-lang/crates.io-index"
1867  checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
1868  dependencies = [
1869   "tinyvec",
1870  ]
1871  
1872  [[package]]
1873  name = "built"
1874  version = "0.8.0"
1875  source = "registry+https://github.com/rust-lang/crates.io-index"
1876  checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
1877  dependencies = [
1878   "git2",
1879  ]
1880  
1881  [[package]]
1882  name = "bumpalo"
1883  version = "3.19.1"
1884  source = "registry+https://github.com/rust-lang/crates.io-index"
1885  checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
1886  
1887  [[package]]
1888  name = "bytemuck"
1889  version = "1.24.0"
1890  source = "registry+https://github.com/rust-lang/crates.io-index"
1891  checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
1892  
1893  [[package]]
1894  name = "byteorder"
1895  version = "1.5.0"
1896  source = "registry+https://github.com/rust-lang/crates.io-index"
1897  checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1898  
1899  [[package]]
1900  name = "bytes"
1901  version = "1.11.0"
1902  source = "registry+https://github.com/rust-lang/crates.io-index"
1903  checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
1904  
1905  [[package]]
1906  name = "bzip2-sys"
1907  version = "0.1.13+1.0.8"
1908  source = "registry+https://github.com/rust-lang/crates.io-index"
1909  checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
1910  dependencies = [
1911   "cc",
1912   "pkg-config",
1913  ]
1914  
1915  [[package]]
1916  name = "castaway"
1917  version = "0.2.4"
1918  source = "registry+https://github.com/rust-lang/crates.io-index"
1919  checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
1920  dependencies = [
1921   "rustversion",
1922  ]
1923  
1924  [[package]]
1925  name = "cc"
1926  version = "1.2.53"
1927  source = "registry+https://github.com/rust-lang/crates.io-index"
1928  checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
1929  dependencies = [
1930   "find-msvc-tools",
1931   "jobserver",
1932   "libc",
1933   "shlex",
1934  ]
1935  
1936  [[package]]
1937  name = "cexpr"
1938  version = "0.6.0"
1939  source = "registry+https://github.com/rust-lang/crates.io-index"
1940  checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1941  dependencies = [
1942   "nom",
1943  ]
1944  
1945  [[package]]
1946  name = "cfg-if"
1947  version = "1.0.4"
1948  source = "registry+https://github.com/rust-lang/crates.io-index"
1949  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1950  
1951  [[package]]
1952  name = "cfg_aliases"
1953  version = "0.2.1"
1954  source = "registry+https://github.com/rust-lang/crates.io-index"
1955  checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1956  
1957  [[package]]
1958  name = "chrono"
1959  version = "0.4.43"
1960  source = "registry+https://github.com/rust-lang/crates.io-index"
1961  checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
1962  dependencies = [
1963   "iana-time-zone",
1964   "num-traits",
1965   "serde",
1966   "windows-link",
1967  ]
1968  
1969  [[package]]
1970  name = "clang-sys"
1971  version = "1.8.1"
1972  source = "registry+https://github.com/rust-lang/crates.io-index"
1973  checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
1974  dependencies = [
1975   "glob",
1976   "libc",
1977   "libloading",
1978  ]
1979  
1980  [[package]]
1981  name = "clap"
1982  version = "4.5.54"
1983  source = "registry+https://github.com/rust-lang/crates.io-index"
1984  checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
1985  dependencies = [
1986   "clap_builder",
1987   "clap_derive",
1988  ]
1989  
1990  [[package]]
1991  name = "clap_builder"
1992  version = "4.5.54"
1993  source = "registry+https://github.com/rust-lang/crates.io-index"
1994  checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
1995  dependencies = [
1996   "anstream",
1997   "anstyle",
1998   "clap_lex",
1999   "strsim",
2000  ]
2001  
2002  [[package]]
2003  name = "clap_derive"
2004  version = "4.5.49"
2005  source = "registry+https://github.com/rust-lang/crates.io-index"
2006  checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2007  dependencies = [
2008   "heck",
2009   "proc-macro2",
2010   "quote 1.0.43",
2011   "syn 2.0.114",
2012  ]
2013  
2014  [[package]]
2015  name = "clap_lex"
2016  version = "0.7.7"
2017  source = "registry+https://github.com/rust-lang/crates.io-index"
2018  checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
2019  
2020  [[package]]
2021  name = "colorchoice"
2022  version = "1.0.4"
2023  source = "registry+https://github.com/rust-lang/crates.io-index"
2024  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2025  
2026  [[package]]
2027  name = "colored"
2028  version = "2.2.0"
2029  source = "registry+https://github.com/rust-lang/crates.io-index"
2030  checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
2031  dependencies = [
2032   "lazy_static",
2033   "windows-sys 0.48.0",
2034  ]
2035  
2036  [[package]]
2037  name = "colored"
2038  version = "3.1.1"
2039  source = "registry+https://github.com/rust-lang/crates.io-index"
2040  checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
2041  dependencies = [
2042   "windows-sys 0.48.0",
2043  ]
2044  
2045  [[package]]
2046  name = "compact_str"
2047  version = "0.9.0"
2048  source = "registry+https://github.com/rust-lang/crates.io-index"
2049  checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
2050  dependencies = [
2051   "castaway",
2052   "cfg-if",
2053   "itoa",
2054   "rustversion",
2055   "ryu",
2056   "static_assertions",
2057  ]
2058  
2059  [[package]]
2060  name = "console"
2061  version = "0.15.11"
2062  source = "registry+https://github.com/rust-lang/crates.io-index"
2063  checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
2064  dependencies = [
2065   "encode_unicode",
2066   "libc",
2067   "once_cell",
2068   "unicode-width",
2069   "windows-sys 0.59.0",
2070  ]
2071  
2072  [[package]]
2073  name = "console-api"
2074  version = "0.8.1"
2075  source = "registry+https://github.com/rust-lang/crates.io-index"
2076  checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857"
2077  dependencies = [
2078   "futures-core",
2079   "prost",
2080   "prost-types",
2081   "tonic",
2082   "tracing-core",
2083  ]
2084  
2085  [[package]]
2086  name = "console-subscriber"
2087  version = "0.4.1"
2088  source = "registry+https://github.com/rust-lang/crates.io-index"
2089  checksum = "6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01"
2090  dependencies = [
2091   "console-api",
2092   "crossbeam-channel",
2093   "crossbeam-utils",
2094   "futures-task",
2095   "hdrhistogram",
2096   "humantime",
2097   "hyper-util",
2098   "prost",
2099   "prost-types",
2100   "serde",
2101   "serde_json",
2102   "thread_local",
2103   "tokio",
2104   "tokio-stream",
2105   "tonic",
2106   "tracing",
2107   "tracing-core",
2108   "tracing-subscriber",
2109  ]
2110  
2111  [[package]]
2112  name = "const-oid"
2113  version = "0.9.6"
2114  source = "registry+https://github.com/rust-lang/crates.io-index"
2115  checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2116  
2117  [[package]]
2118  name = "constant_time_eq"
2119  version = "0.4.2"
2120  source = "registry+https://github.com/rust-lang/crates.io-index"
2121  checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
2122  
2123  [[package]]
2124  name = "convert_case"
2125  version = "0.10.0"
2126  source = "registry+https://github.com/rust-lang/crates.io-index"
2127  checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
2128  dependencies = [
2129   "unicode-segmentation",
2130  ]
2131  
2132  [[package]]
2133  name = "cookie"
2134  version = "0.18.1"
2135  source = "registry+https://github.com/rust-lang/crates.io-index"
2136  checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
2137  dependencies = [
2138   "percent-encoding",
2139   "time",
2140   "version_check",
2141  ]
2142  
2143  [[package]]
2144  name = "cookie_store"
2145  version = "0.22.0"
2146  source = "registry+https://github.com/rust-lang/crates.io-index"
2147  checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f"
2148  dependencies = [
2149   "cookie",
2150   "document-features",
2151   "idna",
2152   "indexmap 2.13.0",
2153   "log",
2154   "serde",
2155   "serde_derive",
2156   "serde_json",
2157   "time",
2158   "url",
2159  ]
2160  
2161  [[package]]
2162  name = "core-foundation"
2163  version = "0.9.4"
2164  source = "registry+https://github.com/rust-lang/crates.io-index"
2165  checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2166  dependencies = [
2167   "core-foundation-sys",
2168   "libc",
2169  ]
2170  
2171  [[package]]
2172  name = "core-foundation-sys"
2173  version = "0.8.7"
2174  source = "registry+https://github.com/rust-lang/crates.io-index"
2175  checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2176  
2177  [[package]]
2178  name = "cpufeatures"
2179  version = "0.2.17"
2180  source = "registry+https://github.com/rust-lang/crates.io-index"
2181  checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2182  dependencies = [
2183   "libc",
2184  ]
2185  
2186  [[package]]
2187  name = "crc32fast"
2188  version = "1.5.0"
2189  source = "registry+https://github.com/rust-lang/crates.io-index"
2190  checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
2191  dependencies = [
2192   "cfg-if",
2193  ]
2194  
2195  [[package]]
2196  name = "crossbeam-channel"
2197  version = "0.5.15"
2198  source = "registry+https://github.com/rust-lang/crates.io-index"
2199  checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
2200  dependencies = [
2201   "crossbeam-utils",
2202  ]
2203  
2204  [[package]]
2205  name = "crossbeam-deque"
2206  version = "0.8.6"
2207  source = "registry+https://github.com/rust-lang/crates.io-index"
2208  checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
2209  dependencies = [
2210   "crossbeam-epoch",
2211   "crossbeam-utils",
2212  ]
2213  
2214  [[package]]
2215  name = "crossbeam-epoch"
2216  version = "0.9.18"
2217  source = "registry+https://github.com/rust-lang/crates.io-index"
2218  checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2219  dependencies = [
2220   "crossbeam-utils",
2221  ]
2222  
2223  [[package]]
2224  name = "crossbeam-utils"
2225  version = "0.8.21"
2226  source = "registry+https://github.com/rust-lang/crates.io-index"
2227  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2228  
2229  [[package]]
2230  name = "crossterm"
2231  version = "0.29.0"
2232  source = "registry+https://github.com/rust-lang/crates.io-index"
2233  checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
2234  dependencies = [
2235   "bitflags 2.10.0",
2236   "crossterm_winapi",
2237   "derive_more",
2238   "document-features",
2239   "mio",
2240   "parking_lot",
2241   "rustix 1.1.3",
2242   "signal-hook",
2243   "signal-hook-mio",
2244   "winapi",
2245  ]
2246  
2247  [[package]]
2248  name = "crossterm_winapi"
2249  version = "0.9.1"
2250  source = "registry+https://github.com/rust-lang/crates.io-index"
2251  checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
2252  dependencies = [
2253   "winapi",
2254  ]
2255  
2256  [[package]]
2257  name = "crunchy"
2258  version = "0.2.4"
2259  source = "registry+https://github.com/rust-lang/crates.io-index"
2260  checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
2261  
2262  [[package]]
2263  name = "crypto-bigint"
2264  version = "0.5.5"
2265  source = "registry+https://github.com/rust-lang/crates.io-index"
2266  checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2267  dependencies = [
2268   "generic-array",
2269   "rand_core 0.6.4",
2270   "subtle",
2271   "zeroize",
2272  ]
2273  
2274  [[package]]
2275  name = "crypto-common"
2276  version = "0.1.6"
2277  source = "registry+https://github.com/rust-lang/crates.io-index"
2278  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2279  dependencies = [
2280   "generic-array",
2281   "typenum",
2282  ]
2283  
2284  [[package]]
2285  name = "csscolorparser"
2286  version = "0.6.2"
2287  source = "registry+https://github.com/rust-lang/crates.io-index"
2288  checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
2289  dependencies = [
2290   "lab",
2291   "phf",
2292  ]
2293  
2294  [[package]]
2295  name = "curl"
2296  version = "0.4.49"
2297  source = "registry+https://github.com/rust-lang/crates.io-index"
2298  checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
2299  dependencies = [
2300   "curl-sys",
2301   "libc",
2302   "openssl-probe",
2303   "openssl-sys",
2304   "schannel",
2305   "socket2 0.6.1",
2306   "windows-sys 0.59.0",
2307  ]
2308  
2309  [[package]]
2310  name = "curl-sys"
2311  version = "0.4.85+curl-8.18.0"
2312  source = "registry+https://github.com/rust-lang/crates.io-index"
2313  checksum = "c0efa6142b5ecc05f6d3eaa39e6af4888b9d3939273fb592c92b7088a8cf3fdb"
2314  dependencies = [
2315   "cc",
2316   "libc",
2317   "libz-sys",
2318   "openssl-sys",
2319   "pkg-config",
2320   "vcpkg",
2321   "windows-sys 0.59.0",
2322  ]
2323  
2324  [[package]]
2325  name = "curve25519-dalek"
2326  version = "4.1.3"
2327  source = "registry+https://github.com/rust-lang/crates.io-index"
2328  checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
2329  dependencies = [
2330   "cfg-if",
2331   "cpufeatures",
2332   "curve25519-dalek-derive",
2333   "digest",
2334   "fiat-crypto",
2335   "rustc_version",
2336   "subtle",
2337   "zeroize",
2338  ]
2339  
2340  [[package]]
2341  name = "curve25519-dalek-derive"
2342  version = "0.1.1"
2343  source = "registry+https://github.com/rust-lang/crates.io-index"
2344  checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
2345  dependencies = [
2346   "proc-macro2",
2347   "quote 1.0.43",
2348   "syn 2.0.114",
2349  ]
2350  
2351  [[package]]
2352  name = "darling"
2353  version = "0.21.3"
2354  source = "registry+https://github.com/rust-lang/crates.io-index"
2355  checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
2356  dependencies = [
2357   "darling_core 0.21.3",
2358   "darling_macro 0.21.3",
2359  ]
2360  
2361  [[package]]
2362  name = "darling"
2363  version = "0.23.0"
2364  source = "registry+https://github.com/rust-lang/crates.io-index"
2365  checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
2366  dependencies = [
2367   "darling_core 0.23.0",
2368   "darling_macro 0.23.0",
2369  ]
2370  
2371  [[package]]
2372  name = "darling_core"
2373  version = "0.21.3"
2374  source = "registry+https://github.com/rust-lang/crates.io-index"
2375  checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
2376  dependencies = [
2377   "fnv",
2378   "ident_case",
2379   "proc-macro2",
2380   "quote 1.0.43",
2381   "strsim",
2382   "syn 2.0.114",
2383  ]
2384  
2385  [[package]]
2386  name = "darling_core"
2387  version = "0.23.0"
2388  source = "registry+https://github.com/rust-lang/crates.io-index"
2389  checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
2390  dependencies = [
2391   "ident_case",
2392   "proc-macro2",
2393   "quote 1.0.43",
2394   "strsim",
2395   "syn 2.0.114",
2396  ]
2397  
2398  [[package]]
2399  name = "darling_macro"
2400  version = "0.21.3"
2401  source = "registry+https://github.com/rust-lang/crates.io-index"
2402  checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
2403  dependencies = [
2404   "darling_core 0.21.3",
2405   "quote 1.0.43",
2406   "syn 2.0.114",
2407  ]
2408  
2409  [[package]]
2410  name = "darling_macro"
2411  version = "0.23.0"
2412  source = "registry+https://github.com/rust-lang/crates.io-index"
2413  checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
2414  dependencies = [
2415   "darling_core 0.23.0",
2416   "quote 1.0.43",
2417   "syn 2.0.114",
2418  ]
2419  
2420  [[package]]
2421  name = "dashmap"
2422  version = "6.1.0"
2423  source = "registry+https://github.com/rust-lang/crates.io-index"
2424  checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
2425  dependencies = [
2426   "cfg-if",
2427   "crossbeam-utils",
2428   "hashbrown 0.14.5",
2429   "lock_api",
2430   "once_cell",
2431   "parking_lot_core",
2432  ]
2433  
2434  [[package]]
2435  name = "deadline"
2436  version = "0.2.0"
2437  source = "registry+https://github.com/rust-lang/crates.io-index"
2438  checksum = "a7db8ae923a3ef13540aebacb892fc62405343ed1971f70e7c0da079eb16d38f"
2439  dependencies = [
2440   "tokio",
2441  ]
2442  
2443  [[package]]
2444  name = "deltae"
2445  version = "0.3.2"
2446  source = "registry+https://github.com/rust-lang/crates.io-index"
2447  checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
2448  
2449  [[package]]
2450  name = "der"
2451  version = "0.7.10"
2452  source = "registry+https://github.com/rust-lang/crates.io-index"
2453  checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
2454  dependencies = [
2455   "const-oid",
2456   "zeroize",
2457  ]
2458  
2459  [[package]]
2460  name = "deranged"
2461  version = "0.5.5"
2462  source = "registry+https://github.com/rust-lang/crates.io-index"
2463  checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
2464  dependencies = [
2465   "powerfmt",
2466   "serde_core",
2467  ]
2468  
2469  [[package]]
2470  name = "derive-ex"
2471  version = "0.1.8"
2472  source = "registry+https://github.com/rust-lang/crates.io-index"
2473  checksum = "bba95f299f6b9cd47f68a847eca2ae9060a2713af532dc35c342065544845407"
2474  dependencies = [
2475   "proc-macro2",
2476   "quote 1.0.43",
2477   "structmeta 0.3.0",
2478   "syn 2.0.114",
2479  ]
2480  
2481  [[package]]
2482  name = "derive_arbitrary"
2483  version = "1.4.2"
2484  source = "registry+https://github.com/rust-lang/crates.io-index"
2485  checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
2486  dependencies = [
2487   "proc-macro2",
2488   "quote 1.0.43",
2489   "syn 2.0.114",
2490  ]
2491  
2492  [[package]]
2493  name = "derive_more"
2494  version = "2.1.1"
2495  source = "registry+https://github.com/rust-lang/crates.io-index"
2496  checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
2497  dependencies = [
2498   "derive_more-impl",
2499  ]
2500  
2501  [[package]]
2502  name = "derive_more-impl"
2503  version = "2.1.1"
2504  source = "registry+https://github.com/rust-lang/crates.io-index"
2505  checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
2506  dependencies = [
2507   "convert_case",
2508   "proc-macro2",
2509   "quote 1.0.43",
2510   "rustc_version",
2511   "syn 2.0.114",
2512  ]
2513  
2514  [[package]]
2515  name = "digest"
2516  version = "0.10.7"
2517  source = "registry+https://github.com/rust-lang/crates.io-index"
2518  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2519  dependencies = [
2520   "block-buffer",
2521   "const-oid",
2522   "crypto-common",
2523   "subtle",
2524  ]
2525  
2526  [[package]]
2527  name = "dirs"
2528  version = "4.0.0"
2529  source = "registry+https://github.com/rust-lang/crates.io-index"
2530  checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2531  dependencies = [
2532   "dirs-sys 0.3.7",
2533  ]
2534  
2535  [[package]]
2536  name = "dirs"
2537  version = "5.0.1"
2538  source = "registry+https://github.com/rust-lang/crates.io-index"
2539  checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2540  dependencies = [
2541   "dirs-sys 0.4.1",
2542  ]
2543  
2544  [[package]]
2545  name = "dirs-sys"
2546  version = "0.3.7"
2547  source = "registry+https://github.com/rust-lang/crates.io-index"
2548  checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2549  dependencies = [
2550   "libc",
2551   "redox_users",
2552   "winapi",
2553  ]
2554  
2555  [[package]]
2556  name = "dirs-sys"
2557  version = "0.4.1"
2558  source = "registry+https://github.com/rust-lang/crates.io-index"
2559  checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2560  dependencies = [
2561   "libc",
2562   "option-ext",
2563   "redox_users",
2564   "windows-sys 0.48.0",
2565  ]
2566  
2567  [[package]]
2568  name = "displaydoc"
2569  version = "0.2.5"
2570  source = "registry+https://github.com/rust-lang/crates.io-index"
2571  checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2572  dependencies = [
2573   "proc-macro2",
2574   "quote 1.0.43",
2575   "syn 2.0.114",
2576  ]
2577  
2578  [[package]]
2579  name = "document-features"
2580  version = "0.2.12"
2581  source = "registry+https://github.com/rust-lang/crates.io-index"
2582  checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
2583  dependencies = [
2584   "litrs",
2585  ]
2586  
2587  [[package]]
2588  name = "dotenvy"
2589  version = "0.15.7"
2590  source = "registry+https://github.com/rust-lang/crates.io-index"
2591  checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2592  
2593  [[package]]
2594  name = "downcast"
2595  version = "0.11.0"
2596  source = "registry+https://github.com/rust-lang/crates.io-index"
2597  checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
2598  
2599  [[package]]
2600  name = "dyn-clone"
2601  version = "1.0.20"
2602  source = "registry+https://github.com/rust-lang/crates.io-index"
2603  checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
2604  
2605  [[package]]
2606  name = "ecdsa"
2607  version = "0.16.9"
2608  source = "registry+https://github.com/rust-lang/crates.io-index"
2609  checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2610  dependencies = [
2611   "der",
2612   "digest",
2613   "elliptic-curve",
2614   "rfc6979",
2615   "signature",
2616  ]
2617  
2618  [[package]]
2619  name = "ed25519"
2620  version = "2.2.3"
2621  source = "registry+https://github.com/rust-lang/crates.io-index"
2622  checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2623  dependencies = [
2624   "pkcs8",
2625   "signature",
2626  ]
2627  
2628  [[package]]
2629  name = "ed25519-dalek"
2630  version = "2.2.0"
2631  source = "registry+https://github.com/rust-lang/crates.io-index"
2632  checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
2633  dependencies = [
2634   "curve25519-dalek",
2635   "ed25519",
2636   "serde",
2637   "sha2",
2638   "signature",
2639   "subtle",
2640   "zeroize",
2641  ]
2642  
2643  [[package]]
2644  name = "either"
2645  version = "1.15.0"
2646  source = "registry+https://github.com/rust-lang/crates.io-index"
2647  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2648  
2649  [[package]]
2650  name = "elliptic-curve"
2651  version = "0.13.8"
2652  source = "registry+https://github.com/rust-lang/crates.io-index"
2653  checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2654  dependencies = [
2655   "base16ct",
2656   "crypto-bigint",
2657   "digest",
2658   "ff",
2659   "generic-array",
2660   "group",
2661   "rand_core 0.6.4",
2662   "sec1",
2663   "subtle",
2664   "zeroize",
2665  ]
2666  
2667  [[package]]
2668  name = "encode_unicode"
2669  version = "1.0.0"
2670  source = "registry+https://github.com/rust-lang/crates.io-index"
2671  checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2672  
2673  [[package]]
2674  name = "encoding_rs"
2675  version = "0.8.35"
2676  source = "registry+https://github.com/rust-lang/crates.io-index"
2677  checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2678  dependencies = [
2679   "cfg-if",
2680  ]
2681  
2682  [[package]]
2683  name = "enum-iterator"
2684  version = "2.3.0"
2685  source = "registry+https://github.com/rust-lang/crates.io-index"
2686  checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016"
2687  dependencies = [
2688   "enum-iterator-derive",
2689  ]
2690  
2691  [[package]]
2692  name = "enum-iterator-derive"
2693  version = "1.5.0"
2694  source = "registry+https://github.com/rust-lang/crates.io-index"
2695  checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842"
2696  dependencies = [
2697   "proc-macro2",
2698   "quote 1.0.43",
2699   "syn 2.0.114",
2700  ]
2701  
2702  [[package]]
2703  name = "enum_index"
2704  version = "0.2.0"
2705  source = "registry+https://github.com/rust-lang/crates.io-index"
2706  checksum = "f5532bdea562e7be83060c36185eecccba82fe16729d2eaad2891d65417656dd"
2707  
2708  [[package]]
2709  name = "enum_index_derive"
2710  version = "0.2.0"
2711  source = "registry+https://github.com/rust-lang/crates.io-index"
2712  checksum = "8ab22c8085548bf06190113dca556e149ecdbb05ae5b972a2b9899f26b944ee4"
2713  dependencies = [
2714   "quote 0.3.15",
2715   "syn 0.11.11",
2716  ]
2717  
2718  [[package]]
2719  name = "env_filter"
2720  version = "0.1.4"
2721  source = "registry+https://github.com/rust-lang/crates.io-index"
2722  checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
2723  dependencies = [
2724   "log",
2725  ]
2726  
2727  [[package]]
2728  name = "env_home"
2729  version = "0.1.0"
2730  source = "registry+https://github.com/rust-lang/crates.io-index"
2731  checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
2732  
2733  [[package]]
2734  name = "env_logger"
2735  version = "0.11.8"
2736  source = "registry+https://github.com/rust-lang/crates.io-index"
2737  checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
2738  dependencies = [
2739   "anstream",
2740   "anstyle",
2741   "env_filter",
2742   "log",
2743  ]
2744  
2745  [[package]]
2746  name = "equivalent"
2747  version = "1.0.2"
2748  source = "registry+https://github.com/rust-lang/crates.io-index"
2749  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2750  
2751  [[package]]
2752  name = "errno"
2753  version = "0.3.14"
2754  source = "registry+https://github.com/rust-lang/crates.io-index"
2755  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2756  dependencies = [
2757   "libc",
2758   "windows-sys 0.61.2",
2759  ]
2760  
2761  [[package]]
2762  name = "euclid"
2763  version = "0.22.13"
2764  source = "registry+https://github.com/rust-lang/crates.io-index"
2765  checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63"
2766  dependencies = [
2767   "num-traits",
2768  ]
2769  
2770  [[package]]
2771  name = "fancy-regex"
2772  version = "0.11.0"
2773  source = "registry+https://github.com/rust-lang/crates.io-index"
2774  checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
2775  dependencies = [
2776   "bit-set 0.5.3",
2777   "regex",
2778  ]
2779  
2780  [[package]]
2781  name = "fastrand"
2782  version = "2.3.0"
2783  source = "registry+https://github.com/rust-lang/crates.io-index"
2784  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2785  
2786  [[package]]
2787  name = "ff"
2788  version = "0.13.1"
2789  source = "registry+https://github.com/rust-lang/crates.io-index"
2790  checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2791  dependencies = [
2792   "rand_core 0.6.4",
2793   "subtle",
2794  ]
2795  
2796  [[package]]
2797  name = "fiat-crypto"
2798  version = "0.2.9"
2799  source = "registry+https://github.com/rust-lang/crates.io-index"
2800  checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2801  
2802  [[package]]
2803  name = "filedescriptor"
2804  version = "0.8.3"
2805  source = "registry+https://github.com/rust-lang/crates.io-index"
2806  checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
2807  dependencies = [
2808   "libc",
2809   "thiserror 1.0.69",
2810   "winapi",
2811  ]
2812  
2813  [[package]]
2814  name = "find-msvc-tools"
2815  version = "0.1.8"
2816  source = "registry+https://github.com/rust-lang/crates.io-index"
2817  checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
2818  
2819  [[package]]
2820  name = "finl_unicode"
2821  version = "1.4.0"
2822  source = "registry+https://github.com/rust-lang/crates.io-index"
2823  checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
2824  
2825  [[package]]
2826  name = "fixedbitset"
2827  version = "0.4.2"
2828  source = "registry+https://github.com/rust-lang/crates.io-index"
2829  checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2830  
2831  [[package]]
2832  name = "flate2"
2833  version = "1.1.8"
2834  source = "registry+https://github.com/rust-lang/crates.io-index"
2835  checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
2836  dependencies = [
2837   "crc32fast",
2838   "miniz_oxide",
2839  ]
2840  
2841  [[package]]
2842  name = "fnv"
2843  version = "1.0.7"
2844  source = "registry+https://github.com/rust-lang/crates.io-index"
2845  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2846  
2847  [[package]]
2848  name = "foldhash"
2849  version = "0.1.5"
2850  source = "registry+https://github.com/rust-lang/crates.io-index"
2851  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2852  
2853  [[package]]
2854  name = "foldhash"
2855  version = "0.2.0"
2856  source = "registry+https://github.com/rust-lang/crates.io-index"
2857  checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2858  
2859  [[package]]
2860  name = "foreign-types"
2861  version = "0.3.2"
2862  source = "registry+https://github.com/rust-lang/crates.io-index"
2863  checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2864  dependencies = [
2865   "foreign-types-shared",
2866  ]
2867  
2868  [[package]]
2869  name = "foreign-types-shared"
2870  version = "0.1.1"
2871  source = "registry+https://github.com/rust-lang/crates.io-index"
2872  checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2873  
2874  [[package]]
2875  name = "form_urlencoded"
2876  version = "1.2.2"
2877  source = "registry+https://github.com/rust-lang/crates.io-index"
2878  checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2879  dependencies = [
2880   "percent-encoding",
2881  ]
2882  
2883  [[package]]
2884  name = "forwarded-header-value"
2885  version = "0.1.1"
2886  source = "registry+https://github.com/rust-lang/crates.io-index"
2887  checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
2888  dependencies = [
2889   "nonempty",
2890   "thiserror 1.0.69",
2891  ]
2892  
2893  [[package]]
2894  name = "fragile"
2895  version = "2.0.1"
2896  source = "registry+https://github.com/rust-lang/crates.io-index"
2897  checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
2898  
2899  [[package]]
2900  name = "futures"
2901  version = "0.3.31"
2902  source = "registry+https://github.com/rust-lang/crates.io-index"
2903  checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2904  dependencies = [
2905   "futures-channel",
2906   "futures-core",
2907   "futures-executor",
2908   "futures-io",
2909   "futures-sink",
2910   "futures-task",
2911   "futures-util",
2912  ]
2913  
2914  [[package]]
2915  name = "futures-channel"
2916  version = "0.3.31"
2917  source = "registry+https://github.com/rust-lang/crates.io-index"
2918  checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2919  dependencies = [
2920   "futures-core",
2921   "futures-sink",
2922  ]
2923  
2924  [[package]]
2925  name = "futures-core"
2926  version = "0.3.31"
2927  source = "registry+https://github.com/rust-lang/crates.io-index"
2928  checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2929  
2930  [[package]]
2931  name = "futures-executor"
2932  version = "0.3.31"
2933  source = "registry+https://github.com/rust-lang/crates.io-index"
2934  checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2935  dependencies = [
2936   "futures-core",
2937   "futures-task",
2938   "futures-util",
2939   "num_cpus",
2940  ]
2941  
2942  [[package]]
2943  name = "futures-io"
2944  version = "0.3.31"
2945  source = "registry+https://github.com/rust-lang/crates.io-index"
2946  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2947  
2948  [[package]]
2949  name = "futures-macro"
2950  version = "0.3.31"
2951  source = "registry+https://github.com/rust-lang/crates.io-index"
2952  checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2953  dependencies = [
2954   "proc-macro2",
2955   "quote 1.0.43",
2956   "syn 2.0.114",
2957  ]
2958  
2959  [[package]]
2960  name = "futures-sink"
2961  version = "0.3.31"
2962  source = "registry+https://github.com/rust-lang/crates.io-index"
2963  checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2964  
2965  [[package]]
2966  name = "futures-task"
2967  version = "0.3.31"
2968  source = "registry+https://github.com/rust-lang/crates.io-index"
2969  checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2970  
2971  [[package]]
2972  name = "futures-timer"
2973  version = "3.0.3"
2974  source = "registry+https://github.com/rust-lang/crates.io-index"
2975  checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2976  
2977  [[package]]
2978  name = "futures-util"
2979  version = "0.3.31"
2980  source = "registry+https://github.com/rust-lang/crates.io-index"
2981  checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2982  dependencies = [
2983   "futures-channel",
2984   "futures-core",
2985   "futures-io",
2986   "futures-macro",
2987   "futures-sink",
2988   "futures-task",
2989   "memchr",
2990   "pin-project-lite",
2991   "pin-utils",
2992   "slab",
2993  ]
2994  
2995  [[package]]
2996  name = "fxhash"
2997  version = "0.2.1"
2998  source = "registry+https://github.com/rust-lang/crates.io-index"
2999  checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
3000  dependencies = [
3001   "byteorder",
3002  ]
3003  
3004  [[package]]
3005  name = "generic-array"
3006  version = "0.14.9"
3007  source = "registry+https://github.com/rust-lang/crates.io-index"
3008  checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
3009  dependencies = [
3010   "typenum",
3011   "version_check",
3012   "zeroize",
3013  ]
3014  
3015  [[package]]
3016  name = "getrandom"
3017  version = "0.2.17"
3018  source = "registry+https://github.com/rust-lang/crates.io-index"
3019  checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
3020  dependencies = [
3021   "cfg-if",
3022   "js-sys",
3023   "libc",
3024   "wasi",
3025   "wasm-bindgen",
3026  ]
3027  
3028  [[package]]
3029  name = "getrandom"
3030  version = "0.3.4"
3031  source = "registry+https://github.com/rust-lang/crates.io-index"
3032  checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
3033  dependencies = [
3034   "cfg-if",
3035   "js-sys",
3036   "libc",
3037   "r-efi",
3038   "wasip2",
3039   "wasm-bindgen",
3040  ]
3041  
3042  [[package]]
3043  name = "gimli"
3044  version = "0.32.3"
3045  source = "registry+https://github.com/rust-lang/crates.io-index"
3046  checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
3047  
3048  [[package]]
3049  name = "git2"
3050  version = "0.20.3"
3051  source = "registry+https://github.com/rust-lang/crates.io-index"
3052  checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c"
3053  dependencies = [
3054   "bitflags 2.10.0",
3055   "libc",
3056   "libgit2-sys",
3057   "log",
3058   "url",
3059  ]
3060  
3061  [[package]]
3062  name = "glob"
3063  version = "0.3.3"
3064  source = "registry+https://github.com/rust-lang/crates.io-index"
3065  checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
3066  
3067  [[package]]
3068  name = "governor"
3069  version = "0.8.1"
3070  source = "registry+https://github.com/rust-lang/crates.io-index"
3071  checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb"
3072  dependencies = [
3073   "cfg-if",
3074   "dashmap",
3075   "futures-sink",
3076   "futures-timer",
3077   "futures-util",
3078   "getrandom 0.3.4",
3079   "no-std-compat",
3080   "nonzero_ext",
3081   "parking_lot",
3082   "portable-atomic",
3083   "quanta",
3084   "rand 0.9.2",
3085   "smallvec",
3086   "spinning_top",
3087   "web-time",
3088  ]
3089  
3090  [[package]]
3091  name = "group"
3092  version = "0.13.0"
3093  source = "registry+https://github.com/rust-lang/crates.io-index"
3094  checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
3095  dependencies = [
3096   "ff",
3097   "rand_core 0.6.4",
3098   "subtle",
3099  ]
3100  
3101  [[package]]
3102  name = "h2"
3103  version = "0.3.27"
3104  source = "registry+https://github.com/rust-lang/crates.io-index"
3105  checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
3106  dependencies = [
3107   "bytes",
3108   "fnv",
3109   "futures-core",
3110   "futures-sink",
3111   "futures-util",
3112   "http 0.2.12",
3113   "indexmap 2.13.0",
3114   "slab",
3115   "tokio",
3116   "tokio-util",
3117   "tracing",
3118  ]
3119  
3120  [[package]]
3121  name = "h2"
3122  version = "0.4.13"
3123  source = "registry+https://github.com/rust-lang/crates.io-index"
3124  checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
3125  dependencies = [
3126   "atomic-waker",
3127   "bytes",
3128   "fnv",
3129   "futures-core",
3130   "futures-sink",
3131   "http 1.4.0",
3132   "indexmap 2.13.0",
3133   "slab",
3134   "tokio",
3135   "tokio-util",
3136   "tracing",
3137  ]
3138  
3139  [[package]]
3140  name = "hashbrown"
3141  version = "0.12.3"
3142  source = "registry+https://github.com/rust-lang/crates.io-index"
3143  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
3144  
3145  [[package]]
3146  name = "hashbrown"
3147  version = "0.14.5"
3148  source = "registry+https://github.com/rust-lang/crates.io-index"
3149  checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
3150  dependencies = [
3151   "ahash",
3152  ]
3153  
3154  [[package]]
3155  name = "hashbrown"
3156  version = "0.15.5"
3157  source = "registry+https://github.com/rust-lang/crates.io-index"
3158  checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
3159  dependencies = [
3160   "allocator-api2",
3161   "equivalent",
3162   "foldhash 0.1.5",
3163  ]
3164  
3165  [[package]]
3166  name = "hashbrown"
3167  version = "0.16.1"
3168  source = "registry+https://github.com/rust-lang/crates.io-index"
3169  checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
3170  dependencies = [
3171   "allocator-api2",
3172   "equivalent",
3173   "foldhash 0.2.0",
3174  ]
3175  
3176  [[package]]
3177  name = "hdrhistogram"
3178  version = "7.5.4"
3179  source = "registry+https://github.com/rust-lang/crates.io-index"
3180  checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
3181  dependencies = [
3182   "base64 0.21.7",
3183   "byteorder",
3184   "flate2",
3185   "nom",
3186   "num-traits",
3187  ]
3188  
3189  [[package]]
3190  name = "headers"
3191  version = "0.4.1"
3192  source = "registry+https://github.com/rust-lang/crates.io-index"
3193  checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
3194  dependencies = [
3195   "base64 0.22.1",
3196   "bytes",
3197   "headers-core",
3198   "http 1.4.0",
3199   "httpdate",
3200   "mime",
3201   "sha1",
3202  ]
3203  
3204  [[package]]
3205  name = "headers-core"
3206  version = "0.3.0"
3207  source = "registry+https://github.com/rust-lang/crates.io-index"
3208  checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
3209  dependencies = [
3210   "http 1.4.0",
3211  ]
3212  
3213  [[package]]
3214  name = "heck"
3215  version = "0.5.0"
3216  source = "registry+https://github.com/rust-lang/crates.io-index"
3217  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
3218  
3219  [[package]]
3220  name = "hermit-abi"
3221  version = "0.5.2"
3222  source = "registry+https://github.com/rust-lang/crates.io-index"
3223  checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
3224  
3225  [[package]]
3226  name = "hex"
3227  version = "0.4.3"
3228  source = "registry+https://github.com/rust-lang/crates.io-index"
3229  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3230  
3231  [[package]]
3232  name = "hmac"
3233  version = "0.12.1"
3234  source = "registry+https://github.com/rust-lang/crates.io-index"
3235  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3236  dependencies = [
3237   "digest",
3238  ]
3239  
3240  [[package]]
3241  name = "home"
3242  version = "0.5.12"
3243  source = "registry+https://github.com/rust-lang/crates.io-index"
3244  checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
3245  dependencies = [
3246   "windows-sys 0.61.2",
3247  ]
3248  
3249  [[package]]
3250  name = "http"
3251  version = "0.2.12"
3252  source = "registry+https://github.com/rust-lang/crates.io-index"
3253  checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
3254  dependencies = [
3255   "bytes",
3256   "fnv",
3257   "itoa",
3258  ]
3259  
3260  [[package]]
3261  name = "http"
3262  version = "1.4.0"
3263  source = "registry+https://github.com/rust-lang/crates.io-index"
3264  checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
3265  dependencies = [
3266   "bytes",
3267   "itoa",
3268  ]
3269  
3270  [[package]]
3271  name = "http-body"
3272  version = "0.4.6"
3273  source = "registry+https://github.com/rust-lang/crates.io-index"
3274  checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
3275  dependencies = [
3276   "bytes",
3277   "http 0.2.12",
3278   "pin-project-lite",
3279  ]
3280  
3281  [[package]]
3282  name = "http-body"
3283  version = "1.0.1"
3284  source = "registry+https://github.com/rust-lang/crates.io-index"
3285  checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
3286  dependencies = [
3287   "bytes",
3288   "http 1.4.0",
3289  ]
3290  
3291  [[package]]
3292  name = "http-body-util"
3293  version = "0.1.3"
3294  source = "registry+https://github.com/rust-lang/crates.io-index"
3295  checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
3296  dependencies = [
3297   "bytes",
3298   "futures-core",
3299   "http 1.4.0",
3300   "http-body 1.0.1",
3301   "pin-project-lite",
3302  ]
3303  
3304  [[package]]
3305  name = "http-range-header"
3306  version = "0.4.2"
3307  source = "registry+https://github.com/rust-lang/crates.io-index"
3308  checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
3309  
3310  [[package]]
3311  name = "httparse"
3312  version = "1.10.1"
3313  source = "registry+https://github.com/rust-lang/crates.io-index"
3314  checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
3315  
3316  [[package]]
3317  name = "httpdate"
3318  version = "1.0.3"
3319  source = "registry+https://github.com/rust-lang/crates.io-index"
3320  checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3321  
3322  [[package]]
3323  name = "humantime"
3324  version = "2.3.0"
3325  source = "registry+https://github.com/rust-lang/crates.io-index"
3326  checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
3327  
3328  [[package]]
3329  name = "hyper"
3330  version = "0.14.32"
3331  source = "registry+https://github.com/rust-lang/crates.io-index"
3332  checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
3333  dependencies = [
3334   "bytes",
3335   "futures-channel",
3336   "futures-core",
3337   "futures-util",
3338   "h2 0.3.27",
3339   "http 0.2.12",
3340   "http-body 0.4.6",
3341   "httparse",
3342   "httpdate",
3343   "itoa",
3344   "pin-project-lite",
3345   "socket2 0.5.10",
3346   "tokio",
3347   "tower-service",
3348   "tracing",
3349   "want",
3350  ]
3351  
3352  [[package]]
3353  name = "hyper"
3354  version = "1.8.1"
3355  source = "registry+https://github.com/rust-lang/crates.io-index"
3356  checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
3357  dependencies = [
3358   "atomic-waker",
3359   "bytes",
3360   "futures-channel",
3361   "futures-core",
3362   "h2 0.4.13",
3363   "http 1.4.0",
3364   "http-body 1.0.1",
3365   "httparse",
3366   "httpdate",
3367   "itoa",
3368   "pin-project-lite",
3369   "pin-utils",
3370   "smallvec",
3371   "tokio",
3372   "want",
3373  ]
3374  
3375  [[package]]
3376  name = "hyper-rustls"
3377  version = "0.27.7"
3378  source = "registry+https://github.com/rust-lang/crates.io-index"
3379  checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
3380  dependencies = [
3381   "http 1.4.0",
3382   "hyper 1.8.1",
3383   "hyper-util",
3384   "rustls",
3385   "rustls-pki-types",
3386   "tokio",
3387   "tokio-rustls",
3388   "tower-service",
3389   "webpki-roots",
3390  ]
3391  
3392  [[package]]
3393  name = "hyper-timeout"
3394  version = "0.5.2"
3395  source = "registry+https://github.com/rust-lang/crates.io-index"
3396  checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
3397  dependencies = [
3398   "hyper 1.8.1",
3399   "hyper-util",
3400   "pin-project-lite",
3401   "tokio",
3402   "tower-service",
3403  ]
3404  
3405  [[package]]
3406  name = "hyper-tls"
3407  version = "0.5.0"
3408  source = "registry+https://github.com/rust-lang/crates.io-index"
3409  checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3410  dependencies = [
3411   "bytes",
3412   "hyper 0.14.32",
3413   "native-tls",
3414   "tokio",
3415   "tokio-native-tls",
3416  ]
3417  
3418  [[package]]
3419  name = "hyper-tls"
3420  version = "0.6.0"
3421  source = "registry+https://github.com/rust-lang/crates.io-index"
3422  checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
3423  dependencies = [
3424   "bytes",
3425   "http-body-util",
3426   "hyper 1.8.1",
3427   "hyper-util",
3428   "native-tls",
3429   "tokio",
3430   "tokio-native-tls",
3431   "tower-service",
3432  ]
3433  
3434  [[package]]
3435  name = "hyper-util"
3436  version = "0.1.19"
3437  source = "registry+https://github.com/rust-lang/crates.io-index"
3438  checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
3439  dependencies = [
3440   "base64 0.22.1",
3441   "bytes",
3442   "futures-channel",
3443   "futures-core",
3444   "futures-util",
3445   "http 1.4.0",
3446   "http-body 1.0.1",
3447   "hyper 1.8.1",
3448   "ipnet",
3449   "libc",
3450   "percent-encoding",
3451   "pin-project-lite",
3452   "socket2 0.5.10",
3453   "system-configuration",
3454   "tokio",
3455   "tower-service",
3456   "tracing",
3457   "windows-registry",
3458  ]
3459  
3460  [[package]]
3461  name = "iana-time-zone"
3462  version = "0.1.64"
3463  source = "registry+https://github.com/rust-lang/crates.io-index"
3464  checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
3465  dependencies = [
3466   "android_system_properties",
3467   "core-foundation-sys",
3468   "iana-time-zone-haiku",
3469   "js-sys",
3470   "log",
3471   "wasm-bindgen",
3472   "windows-core",
3473  ]
3474  
3475  [[package]]
3476  name = "iana-time-zone-haiku"
3477  version = "0.1.2"
3478  source = "registry+https://github.com/rust-lang/crates.io-index"
3479  checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3480  dependencies = [
3481   "cc",
3482  ]
3483  
3484  [[package]]
3485  name = "icu_collections"
3486  version = "2.1.1"
3487  source = "registry+https://github.com/rust-lang/crates.io-index"
3488  checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
3489  dependencies = [
3490   "displaydoc",
3491   "potential_utf",
3492   "yoke",
3493   "zerofrom",
3494   "zerovec",
3495  ]
3496  
3497  [[package]]
3498  name = "icu_locale_core"
3499  version = "2.1.1"
3500  source = "registry+https://github.com/rust-lang/crates.io-index"
3501  checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
3502  dependencies = [
3503   "displaydoc",
3504   "litemap",
3505   "tinystr",
3506   "writeable",
3507   "zerovec",
3508  ]
3509  
3510  [[package]]
3511  name = "icu_normalizer"
3512  version = "2.1.1"
3513  source = "registry+https://github.com/rust-lang/crates.io-index"
3514  checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
3515  dependencies = [
3516   "icu_collections",
3517   "icu_normalizer_data",
3518   "icu_properties",
3519   "icu_provider",
3520   "smallvec",
3521   "zerovec",
3522  ]
3523  
3524  [[package]]
3525  name = "icu_normalizer_data"
3526  version = "2.1.1"
3527  source = "registry+https://github.com/rust-lang/crates.io-index"
3528  checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
3529  
3530  [[package]]
3531  name = "icu_properties"
3532  version = "2.1.2"
3533  source = "registry+https://github.com/rust-lang/crates.io-index"
3534  checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
3535  dependencies = [
3536   "icu_collections",
3537   "icu_locale_core",
3538   "icu_properties_data",
3539   "icu_provider",
3540   "zerotrie",
3541   "zerovec",
3542  ]
3543  
3544  [[package]]
3545  name = "icu_properties_data"
3546  version = "2.1.2"
3547  source = "registry+https://github.com/rust-lang/crates.io-index"
3548  checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
3549  
3550  [[package]]
3551  name = "icu_provider"
3552  version = "2.1.1"
3553  source = "registry+https://github.com/rust-lang/crates.io-index"
3554  checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
3555  dependencies = [
3556   "displaydoc",
3557   "icu_locale_core",
3558   "writeable",
3559   "yoke",
3560   "zerofrom",
3561   "zerotrie",
3562   "zerovec",
3563  ]
3564  
3565  [[package]]
3566  name = "ident_case"
3567  version = "1.0.1"
3568  source = "registry+https://github.com/rust-lang/crates.io-index"
3569  checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
3570  
3571  [[package]]
3572  name = "idna"
3573  version = "1.1.0"
3574  source = "registry+https://github.com/rust-lang/crates.io-index"
3575  checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
3576  dependencies = [
3577   "idna_adapter",
3578   "smallvec",
3579   "utf8_iter",
3580  ]
3581  
3582  [[package]]
3583  name = "idna_adapter"
3584  version = "1.2.1"
3585  source = "registry+https://github.com/rust-lang/crates.io-index"
3586  checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
3587  dependencies = [
3588   "icu_normalizer",
3589   "icu_properties",
3590  ]
3591  
3592  [[package]]
3593  name = "indexmap"
3594  version = "1.9.3"
3595  source = "registry+https://github.com/rust-lang/crates.io-index"
3596  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3597  dependencies = [
3598   "autocfg",
3599   "hashbrown 0.12.3",
3600   "serde",
3601  ]
3602  
3603  [[package]]
3604  name = "indexmap"
3605  version = "2.13.0"
3606  source = "registry+https://github.com/rust-lang/crates.io-index"
3607  checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
3608  dependencies = [
3609   "equivalent",
3610   "hashbrown 0.16.1",
3611   "rayon",
3612   "serde",
3613   "serde_core",
3614  ]
3615  
3616  [[package]]
3617  name = "indicatif"
3618  version = "0.17.11"
3619  source = "registry+https://github.com/rust-lang/crates.io-index"
3620  checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
3621  dependencies = [
3622   "console",
3623   "number_prefix",
3624   "portable-atomic",
3625   "unicode-width",
3626   "web-time",
3627  ]
3628  
3629  [[package]]
3630  name = "indoc"
3631  version = "2.0.7"
3632  source = "registry+https://github.com/rust-lang/crates.io-index"
3633  checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
3634  dependencies = [
3635   "rustversion",
3636  ]
3637  
3638  [[package]]
3639  name = "instability"
3640  version = "0.3.11"
3641  source = "registry+https://github.com/rust-lang/crates.io-index"
3642  checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d"
3643  dependencies = [
3644   "darling 0.23.0",
3645   "indoc",
3646   "proc-macro2",
3647   "quote 1.0.43",
3648   "syn 2.0.114",
3649  ]
3650  
3651  [[package]]
3652  name = "ipnet"
3653  version = "2.11.0"
3654  source = "registry+https://github.com/rust-lang/crates.io-index"
3655  checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
3656  
3657  [[package]]
3658  name = "iri-string"
3659  version = "0.7.10"
3660  source = "registry+https://github.com/rust-lang/crates.io-index"
3661  checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
3662  dependencies = [
3663   "memchr",
3664   "serde",
3665  ]
3666  
3667  [[package]]
3668  name = "is-docker"
3669  version = "0.2.0"
3670  source = "registry+https://github.com/rust-lang/crates.io-index"
3671  checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
3672  dependencies = [
3673   "once_cell",
3674  ]
3675  
3676  [[package]]
3677  name = "is-wsl"
3678  version = "0.4.0"
3679  source = "registry+https://github.com/rust-lang/crates.io-index"
3680  checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
3681  dependencies = [
3682   "is-docker",
3683   "once_cell",
3684  ]
3685  
3686  [[package]]
3687  name = "is_terminal_polyfill"
3688  version = "1.70.2"
3689  source = "registry+https://github.com/rust-lang/crates.io-index"
3690  checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3691  
3692  [[package]]
3693  name = "itertools"
3694  version = "0.14.0"
3695  source = "registry+https://github.com/rust-lang/crates.io-index"
3696  checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3697  dependencies = [
3698   "either",
3699  ]
3700  
3701  [[package]]
3702  name = "itoa"
3703  version = "1.0.17"
3704  source = "registry+https://github.com/rust-lang/crates.io-index"
3705  checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
3706  
3707  [[package]]
3708  name = "jobserver"
3709  version = "0.1.34"
3710  source = "registry+https://github.com/rust-lang/crates.io-index"
3711  checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
3712  dependencies = [
3713   "getrandom 0.3.4",
3714   "libc",
3715  ]
3716  
3717  [[package]]
3718  name = "js-sys"
3719  version = "0.3.85"
3720  source = "registry+https://github.com/rust-lang/crates.io-index"
3721  checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
3722  dependencies = [
3723   "once_cell",
3724   "wasm-bindgen",
3725  ]
3726  
3727  [[package]]
3728  name = "jsonwebtoken"
3729  version = "9.3.1"
3730  source = "registry+https://github.com/rust-lang/crates.io-index"
3731  checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
3732  dependencies = [
3733   "base64 0.22.1",
3734   "js-sys",
3735   "pem",
3736   "ring",
3737   "serde",
3738   "serde_json",
3739   "simple_asn1",
3740  ]
3741  
3742  [[package]]
3743  name = "k256"
3744  version = "0.13.4"
3745  source = "registry+https://github.com/rust-lang/crates.io-index"
3746  checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
3747  dependencies = [
3748   "cfg-if",
3749   "ecdsa",
3750   "elliptic-curve",
3751   "sha2",
3752  ]
3753  
3754  [[package]]
3755  name = "kasuari"
3756  version = "0.4.11"
3757  source = "registry+https://github.com/rust-lang/crates.io-index"
3758  checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b"
3759  dependencies = [
3760   "hashbrown 0.16.1",
3761   "portable-atomic",
3762   "thiserror 2.0.18",
3763  ]
3764  
3765  [[package]]
3766  name = "lab"
3767  version = "0.11.0"
3768  source = "registry+https://github.com/rust-lang/crates.io-index"
3769  checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
3770  
3771  [[package]]
3772  name = "lazy_static"
3773  version = "1.5.0"
3774  source = "registry+https://github.com/rust-lang/crates.io-index"
3775  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3776  
3777  [[package]]
3778  name = "lazycell"
3779  version = "1.3.0"
3780  source = "registry+https://github.com/rust-lang/crates.io-index"
3781  checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3782  
3783  [[package]]
3784  name = "libc"
3785  version = "0.2.180"
3786  source = "registry+https://github.com/rust-lang/crates.io-index"
3787  checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
3788  
3789  [[package]]
3790  name = "libgit2-sys"
3791  version = "0.18.3+1.9.2"
3792  source = "registry+https://github.com/rust-lang/crates.io-index"
3793  checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
3794  dependencies = [
3795   "cc",
3796   "libc",
3797   "libz-sys",
3798   "pkg-config",
3799  ]
3800  
3801  [[package]]
3802  name = "libloading"
3803  version = "0.8.9"
3804  source = "registry+https://github.com/rust-lang/crates.io-index"
3805  checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3806  dependencies = [
3807   "cfg-if",
3808   "windows-link",
3809  ]
3810  
3811  [[package]]
3812  name = "libm"
3813  version = "0.2.15"
3814  source = "registry+https://github.com/rust-lang/crates.io-index"
3815  checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
3816  
3817  [[package]]
3818  name = "libredox"
3819  version = "0.1.12"
3820  source = "registry+https://github.com/rust-lang/crates.io-index"
3821  checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
3822  dependencies = [
3823   "bitflags 2.10.0",
3824   "libc",
3825  ]
3826  
3827  [[package]]
3828  name = "librocksdb-sys"
3829  version = "0.11.0+8.1.1"
3830  source = "registry+https://github.com/rust-lang/crates.io-index"
3831  checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
3832  dependencies = [
3833   "bindgen",
3834   "bzip2-sys",
3835   "cc",
3836   "glob",
3837   "libc",
3838   "libz-sys",
3839   "lz4-sys",
3840  ]
3841  
3842  [[package]]
3843  name = "libz-sys"
3844  version = "1.1.23"
3845  source = "registry+https://github.com/rust-lang/crates.io-index"
3846  checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
3847  dependencies = [
3848   "cc",
3849   "libc",
3850   "pkg-config",
3851   "vcpkg",
3852  ]
3853  
3854  [[package]]
3855  name = "line-clipping"
3856  version = "0.3.5"
3857  source = "registry+https://github.com/rust-lang/crates.io-index"
3858  checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a"
3859  dependencies = [
3860   "bitflags 2.10.0",
3861  ]
3862  
3863  [[package]]
3864  name = "linked-hash-map"
3865  version = "0.5.6"
3866  source = "registry+https://github.com/rust-lang/crates.io-index"
3867  checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3868  
3869  [[package]]
3870  name = "linux-raw-sys"
3871  version = "0.4.15"
3872  source = "registry+https://github.com/rust-lang/crates.io-index"
3873  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3874  
3875  [[package]]
3876  name = "linux-raw-sys"
3877  version = "0.11.0"
3878  source = "registry+https://github.com/rust-lang/crates.io-index"
3879  checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
3880  
3881  [[package]]
3882  name = "litemap"
3883  version = "0.8.1"
3884  source = "registry+https://github.com/rust-lang/crates.io-index"
3885  checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
3886  
3887  [[package]]
3888  name = "litrs"
3889  version = "1.0.0"
3890  source = "registry+https://github.com/rust-lang/crates.io-index"
3891  checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
3892  
3893  [[package]]
3894  name = "lock_api"
3895  version = "0.4.14"
3896  source = "registry+https://github.com/rust-lang/crates.io-index"
3897  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3898  dependencies = [
3899   "scopeguard",
3900  ]
3901  
3902  [[package]]
3903  name = "locktick"
3904  version = "0.4.0"
3905  source = "registry+https://github.com/rust-lang/crates.io-index"
3906  checksum = "4a4a7c4b9459e549968abf200cb77c6faf0bdedc87df5065f73ca95031795050"
3907  dependencies = [
3908   "backtrace",
3909   "parking_lot",
3910   "simple_moving_average",
3911   "tokio",
3912  ]
3913  
3914  [[package]]
3915  name = "log"
3916  version = "0.4.29"
3917  source = "registry+https://github.com/rust-lang/crates.io-index"
3918  checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
3919  
3920  [[package]]
3921  name = "lru"
3922  version = "0.16.3"
3923  source = "registry+https://github.com/rust-lang/crates.io-index"
3924  checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
3925  dependencies = [
3926   "hashbrown 0.16.1",
3927  ]
3928  
3929  [[package]]
3930  name = "lru-slab"
3931  version = "0.1.2"
3932  source = "registry+https://github.com/rust-lang/crates.io-index"
3933  checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3934  
3935  [[package]]
3936  name = "lz4-sys"
3937  version = "1.11.1+lz4-1.10.0"
3938  source = "registry+https://github.com/rust-lang/crates.io-index"
3939  checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
3940  dependencies = [
3941   "cc",
3942   "libc",
3943  ]
3944  
3945  [[package]]
3946  name = "mac_address"
3947  version = "1.1.8"
3948  source = "registry+https://github.com/rust-lang/crates.io-index"
3949  checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303"
3950  dependencies = [
3951   "nix 0.29.0",
3952   "winapi",
3953  ]
3954  
3955  [[package]]
3956  name = "matchers"
3957  version = "0.1.0"
3958  source = "registry+https://github.com/rust-lang/crates.io-index"
3959  checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3960  dependencies = [
3961   "regex-automata 0.1.10",
3962  ]
3963  
3964  [[package]]
3965  name = "matchit"
3966  version = "0.7.3"
3967  source = "registry+https://github.com/rust-lang/crates.io-index"
3968  checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
3969  
3970  [[package]]
3971  name = "matchit"
3972  version = "0.8.4"
3973  source = "registry+https://github.com/rust-lang/crates.io-index"
3974  checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3975  
3976  [[package]]
3977  name = "memchr"
3978  version = "2.7.6"
3979  source = "registry+https://github.com/rust-lang/crates.io-index"
3980  checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
3981  
3982  [[package]]
3983  name = "memmem"
3984  version = "0.1.1"
3985  source = "registry+https://github.com/rust-lang/crates.io-index"
3986  checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
3987  
3988  [[package]]
3989  name = "memoffset"
3990  version = "0.9.1"
3991  source = "registry+https://github.com/rust-lang/crates.io-index"
3992  checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3993  dependencies = [
3994   "autocfg",
3995  ]
3996  
3997  [[package]]
3998  name = "metrics"
3999  version = "0.22.4"
4000  source = "registry+https://github.com/rust-lang/crates.io-index"
4001  checksum = "56d05972e8cbac2671e85aa9d04d9160d193f8bebd1a5c1a2f4542c62e65d1d0"
4002  dependencies = [
4003   "ahash",
4004   "portable-atomic",
4005  ]
4006  
4007  [[package]]
4008  name = "metrics-exporter-prometheus"
4009  version = "0.13.1"
4010  source = "registry+https://github.com/rust-lang/crates.io-index"
4011  checksum = "9bf4e7146e30ad172c42c39b3246864bd2d3c6396780711a1baf749cfe423e21"
4012  dependencies = [
4013   "base64 0.21.7",
4014   "hyper 0.14.32",
4015   "hyper-tls 0.5.0",
4016   "indexmap 2.13.0",
4017   "ipnet",
4018   "metrics",
4019   "metrics-util",
4020   "quanta",
4021   "thiserror 1.0.69",
4022   "tokio",
4023   "tracing",
4024  ]
4025  
4026  [[package]]
4027  name = "metrics-util"
4028  version = "0.16.3"
4029  source = "registry+https://github.com/rust-lang/crates.io-index"
4030  checksum = "8b07a5eb561b8cbc16be2d216faf7757f9baf3bfb94dbb0fae3df8387a5bb47f"
4031  dependencies = [
4032   "crossbeam-epoch",
4033   "crossbeam-utils",
4034   "hashbrown 0.14.5",
4035   "metrics",
4036   "num_cpus",
4037   "quanta",
4038   "sketches-ddsketch",
4039  ]
4040  
4041  [[package]]
4042  name = "mime"
4043  version = "0.3.17"
4044  source = "registry+https://github.com/rust-lang/crates.io-index"
4045  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
4046  
4047  [[package]]
4048  name = "mime_guess"
4049  version = "2.0.5"
4050  source = "registry+https://github.com/rust-lang/crates.io-index"
4051  checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
4052  dependencies = [
4053   "mime",
4054   "unicase",
4055  ]
4056  
4057  [[package]]
4058  name = "minimal-lexical"
4059  version = "0.2.1"
4060  source = "registry+https://github.com/rust-lang/crates.io-index"
4061  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
4062  
4063  [[package]]
4064  name = "miniz_oxide"
4065  version = "0.8.9"
4066  source = "registry+https://github.com/rust-lang/crates.io-index"
4067  checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
4068  dependencies = [
4069   "adler2",
4070   "simd-adler32",
4071  ]
4072  
4073  [[package]]
4074  name = "mio"
4075  version = "1.1.1"
4076  source = "registry+https://github.com/rust-lang/crates.io-index"
4077  checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
4078  dependencies = [
4079   "libc",
4080   "log",
4081   "wasi",
4082   "windows-sys 0.61.2",
4083  ]
4084  
4085  [[package]]
4086  name = "mockall"
4087  version = "0.13.1"
4088  source = "registry+https://github.com/rust-lang/crates.io-index"
4089  checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
4090  dependencies = [
4091   "cfg-if",
4092   "downcast",
4093   "fragile",
4094   "mockall_derive",
4095   "predicates",
4096   "predicates-tree",
4097  ]
4098  
4099  [[package]]
4100  name = "mockall_derive"
4101  version = "0.13.1"
4102  source = "registry+https://github.com/rust-lang/crates.io-index"
4103  checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
4104  dependencies = [
4105   "cfg-if",
4106   "proc-macro2",
4107   "quote 1.0.43",
4108   "syn 2.0.114",
4109  ]
4110  
4111  [[package]]
4112  name = "native-tls"
4113  version = "0.2.14"
4114  source = "registry+https://github.com/rust-lang/crates.io-index"
4115  checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
4116  dependencies = [
4117   "libc",
4118   "log",
4119   "openssl",
4120   "openssl-probe",
4121   "openssl-sys",
4122   "schannel",
4123   "security-framework",
4124   "security-framework-sys",
4125   "tempfile",
4126  ]
4127  
4128  [[package]]
4129  name = "nix"
4130  version = "0.29.0"
4131  source = "registry+https://github.com/rust-lang/crates.io-index"
4132  checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
4133  dependencies = [
4134   "bitflags 2.10.0",
4135   "cfg-if",
4136   "cfg_aliases",
4137   "libc",
4138   "memoffset",
4139  ]
4140  
4141  [[package]]
4142  name = "nix"
4143  version = "0.30.1"
4144  source = "registry+https://github.com/rust-lang/crates.io-index"
4145  checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
4146  dependencies = [
4147   "bitflags 2.10.0",
4148   "cfg-if",
4149   "cfg_aliases",
4150   "libc",
4151  ]
4152  
4153  [[package]]
4154  name = "no-std-compat"
4155  version = "0.4.1"
4156  source = "registry+https://github.com/rust-lang/crates.io-index"
4157  checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
4158  
4159  [[package]]
4160  name = "nom"
4161  version = "7.1.3"
4162  source = "registry+https://github.com/rust-lang/crates.io-index"
4163  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4164  dependencies = [
4165   "memchr",
4166   "minimal-lexical",
4167  ]
4168  
4169  [[package]]
4170  name = "nonempty"
4171  version = "0.7.0"
4172  source = "registry+https://github.com/rust-lang/crates.io-index"
4173  checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
4174  
4175  [[package]]
4176  name = "nonzero_ext"
4177  version = "0.3.0"
4178  source = "registry+https://github.com/rust-lang/crates.io-index"
4179  checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
4180  
4181  [[package]]
4182  name = "nu-ansi-term"
4183  version = "0.46.0"
4184  source = "registry+https://github.com/rust-lang/crates.io-index"
4185  checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4186  dependencies = [
4187   "overload",
4188   "winapi",
4189  ]
4190  
4191  [[package]]
4192  name = "num-bigint"
4193  version = "0.4.6"
4194  source = "registry+https://github.com/rust-lang/crates.io-index"
4195  checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
4196  dependencies = [
4197   "num-integer",
4198   "num-traits",
4199  ]
4200  
4201  [[package]]
4202  name = "num-conv"
4203  version = "0.1.0"
4204  source = "registry+https://github.com/rust-lang/crates.io-index"
4205  checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
4206  
4207  [[package]]
4208  name = "num-derive"
4209  version = "0.4.2"
4210  source = "registry+https://github.com/rust-lang/crates.io-index"
4211  checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4212  dependencies = [
4213   "proc-macro2",
4214   "quote 1.0.43",
4215   "syn 2.0.114",
4216  ]
4217  
4218  [[package]]
4219  name = "num-integer"
4220  version = "0.1.46"
4221  source = "registry+https://github.com/rust-lang/crates.io-index"
4222  checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4223  dependencies = [
4224   "num-traits",
4225  ]
4226  
4227  [[package]]
4228  name = "num-traits"
4229  version = "0.2.19"
4230  source = "registry+https://github.com/rust-lang/crates.io-index"
4231  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4232  dependencies = [
4233   "autocfg",
4234   "libm",
4235  ]
4236  
4237  [[package]]
4238  name = "num_cpus"
4239  version = "1.17.0"
4240  source = "registry+https://github.com/rust-lang/crates.io-index"
4241  checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4242  dependencies = [
4243   "hermit-abi",
4244   "libc",
4245  ]
4246  
4247  [[package]]
4248  name = "num_threads"
4249  version = "0.1.7"
4250  source = "registry+https://github.com/rust-lang/crates.io-index"
4251  checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
4252  dependencies = [
4253   "libc",
4254  ]
4255  
4256  [[package]]
4257  name = "number_prefix"
4258  version = "0.4.0"
4259  source = "registry+https://github.com/rust-lang/crates.io-index"
4260  checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
4261  
4262  [[package]]
4263  name = "object"
4264  version = "0.37.3"
4265  source = "registry+https://github.com/rust-lang/crates.io-index"
4266  checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4267  dependencies = [
4268   "memchr",
4269  ]
4270  
4271  [[package]]
4272  name = "once_cell"
4273  version = "1.21.3"
4274  source = "registry+https://github.com/rust-lang/crates.io-index"
4275  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
4276  dependencies = [
4277   "parking_lot_core",
4278  ]
4279  
4280  [[package]]
4281  name = "once_cell_polyfill"
4282  version = "1.70.2"
4283  source = "registry+https://github.com/rust-lang/crates.io-index"
4284  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4285  
4286  [[package]]
4287  name = "open"
4288  version = "5.3.3"
4289  source = "registry+https://github.com/rust-lang/crates.io-index"
4290  checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc"
4291  dependencies = [
4292   "is-wsl",
4293   "libc",
4294   "pathdiff",
4295  ]
4296  
4297  [[package]]
4298  name = "openssl"
4299  version = "0.10.75"
4300  source = "registry+https://github.com/rust-lang/crates.io-index"
4301  checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
4302  dependencies = [
4303   "bitflags 2.10.0",
4304   "cfg-if",
4305   "foreign-types",
4306   "libc",
4307   "once_cell",
4308   "openssl-macros",
4309   "openssl-sys",
4310  ]
4311  
4312  [[package]]
4313  name = "openssl-macros"
4314  version = "0.1.1"
4315  source = "registry+https://github.com/rust-lang/crates.io-index"
4316  checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4317  dependencies = [
4318   "proc-macro2",
4319   "quote 1.0.43",
4320   "syn 2.0.114",
4321  ]
4322  
4323  [[package]]
4324  name = "openssl-probe"
4325  version = "0.1.6"
4326  source = "registry+https://github.com/rust-lang/crates.io-index"
4327  checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
4328  
4329  [[package]]
4330  name = "openssl-sys"
4331  version = "0.9.111"
4332  source = "registry+https://github.com/rust-lang/crates.io-index"
4333  checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
4334  dependencies = [
4335   "cc",
4336   "libc",
4337   "pkg-config",
4338   "vcpkg",
4339  ]
4340  
4341  [[package]]
4342  name = "option-ext"
4343  version = "0.2.0"
4344  source = "registry+https://github.com/rust-lang/crates.io-index"
4345  checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4346  
4347  [[package]]
4348  name = "ordered-float"
4349  version = "4.6.0"
4350  source = "registry+https://github.com/rust-lang/crates.io-index"
4351  checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
4352  dependencies = [
4353   "num-traits",
4354  ]
4355  
4356  [[package]]
4357  name = "overload"
4358  version = "0.1.1"
4359  source = "registry+https://github.com/rust-lang/crates.io-index"
4360  checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4361  
4362  [[package]]
4363  name = "parking_lot"
4364  version = "0.12.5"
4365  source = "registry+https://github.com/rust-lang/crates.io-index"
4366  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4367  dependencies = [
4368   "lock_api",
4369   "parking_lot_core",
4370  ]
4371  
4372  [[package]]
4373  name = "parking_lot_core"
4374  version = "0.9.12"
4375  source = "registry+https://github.com/rust-lang/crates.io-index"
4376  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4377  dependencies = [
4378   "cfg-if",
4379   "libc",
4380   "redox_syscall",
4381   "smallvec",
4382   "windows-link",
4383  ]
4384  
4385  [[package]]
4386  name = "paste"
4387  version = "1.0.15"
4388  source = "registry+https://github.com/rust-lang/crates.io-index"
4389  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4390  
4391  [[package]]
4392  name = "pathdiff"
4393  version = "0.2.3"
4394  source = "registry+https://github.com/rust-lang/crates.io-index"
4395  checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
4396  
4397  [[package]]
4398  name = "pea2pea"
4399  version = "0.49.0"
4400  source = "registry+https://github.com/rust-lang/crates.io-index"
4401  checksum = "908db9c51d2d2a4c379bce9395cac8305a464780b0c809969001501743207191"
4402  dependencies = [
4403   "bytes",
4404   "futures-util",
4405   "parking_lot",
4406   "tokio",
4407   "tokio-util",
4408   "tracing",
4409  ]
4410  
4411  [[package]]
4412  name = "peak_alloc"
4413  version = "0.2.1"
4414  source = "registry+https://github.com/rust-lang/crates.io-index"
4415  checksum = "29c4e8e2dd832fd76346468f822e4e600d30ba4e5aa545a128abf12cfae7ea3e"
4416  
4417  [[package]]
4418  name = "peeking_take_while"
4419  version = "0.1.2"
4420  source = "registry+https://github.com/rust-lang/crates.io-index"
4421  checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4422  
4423  [[package]]
4424  name = "pem"
4425  version = "3.0.6"
4426  source = "registry+https://github.com/rust-lang/crates.io-index"
4427  checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
4428  dependencies = [
4429   "base64 0.22.1",
4430   "serde_core",
4431  ]
4432  
4433  [[package]]
4434  name = "percent-encoding"
4435  version = "2.3.2"
4436  source = "registry+https://github.com/rust-lang/crates.io-index"
4437  checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4438  
4439  [[package]]
4440  name = "pest"
4441  version = "2.8.5"
4442  source = "registry+https://github.com/rust-lang/crates.io-index"
4443  checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7"
4444  dependencies = [
4445   "memchr",
4446   "ucd-trie",
4447  ]
4448  
4449  [[package]]
4450  name = "pest_derive"
4451  version = "2.8.5"
4452  source = "registry+https://github.com/rust-lang/crates.io-index"
4453  checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed"
4454  dependencies = [
4455   "pest",
4456   "pest_generator",
4457  ]
4458  
4459  [[package]]
4460  name = "pest_generator"
4461  version = "2.8.5"
4462  source = "registry+https://github.com/rust-lang/crates.io-index"
4463  checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5"
4464  dependencies = [
4465   "pest",
4466   "pest_meta",
4467   "proc-macro2",
4468   "quote 1.0.43",
4469   "syn 2.0.114",
4470  ]
4471  
4472  [[package]]
4473  name = "pest_meta"
4474  version = "2.8.5"
4475  source = "registry+https://github.com/rust-lang/crates.io-index"
4476  checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365"
4477  dependencies = [
4478   "pest",
4479   "sha2",
4480  ]
4481  
4482  [[package]]
4483  name = "phf"
4484  version = "0.11.3"
4485  source = "registry+https://github.com/rust-lang/crates.io-index"
4486  checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
4487  dependencies = [
4488   "phf_macros",
4489   "phf_shared",
4490  ]
4491  
4492  [[package]]
4493  name = "phf_codegen"
4494  version = "0.11.3"
4495  source = "registry+https://github.com/rust-lang/crates.io-index"
4496  checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
4497  dependencies = [
4498   "phf_generator",
4499   "phf_shared",
4500  ]
4501  
4502  [[package]]
4503  name = "phf_generator"
4504  version = "0.11.3"
4505  source = "registry+https://github.com/rust-lang/crates.io-index"
4506  checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
4507  dependencies = [
4508   "phf_shared",
4509   "rand 0.8.5",
4510  ]
4511  
4512  [[package]]
4513  name = "phf_macros"
4514  version = "0.11.3"
4515  source = "registry+https://github.com/rust-lang/crates.io-index"
4516  checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
4517  dependencies = [
4518   "phf_generator",
4519   "phf_shared",
4520   "proc-macro2",
4521   "quote 1.0.43",
4522   "syn 2.0.114",
4523  ]
4524  
4525  [[package]]
4526  name = "phf_shared"
4527  version = "0.11.3"
4528  source = "registry+https://github.com/rust-lang/crates.io-index"
4529  checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
4530  dependencies = [
4531   "siphasher",
4532  ]
4533  
4534  [[package]]
4535  name = "pin-project"
4536  version = "1.1.10"
4537  source = "registry+https://github.com/rust-lang/crates.io-index"
4538  checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
4539  dependencies = [
4540   "pin-project-internal",
4541  ]
4542  
4543  [[package]]
4544  name = "pin-project-internal"
4545  version = "1.1.10"
4546  source = "registry+https://github.com/rust-lang/crates.io-index"
4547  checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
4548  dependencies = [
4549   "proc-macro2",
4550   "quote 1.0.43",
4551   "syn 2.0.114",
4552  ]
4553  
4554  [[package]]
4555  name = "pin-project-lite"
4556  version = "0.2.16"
4557  source = "registry+https://github.com/rust-lang/crates.io-index"
4558  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
4559  
4560  [[package]]
4561  name = "pin-utils"
4562  version = "0.1.0"
4563  source = "registry+https://github.com/rust-lang/crates.io-index"
4564  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4565  
4566  [[package]]
4567  name = "pkcs8"
4568  version = "0.10.2"
4569  source = "registry+https://github.com/rust-lang/crates.io-index"
4570  checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
4571  dependencies = [
4572   "der",
4573   "spki",
4574  ]
4575  
4576  [[package]]
4577  name = "pkg-config"
4578  version = "0.3.32"
4579  source = "registry+https://github.com/rust-lang/crates.io-index"
4580  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
4581  
4582  [[package]]
4583  name = "portable-atomic"
4584  version = "1.13.0"
4585  source = "registry+https://github.com/rust-lang/crates.io-index"
4586  checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
4587  
4588  [[package]]
4589  name = "potential_utf"
4590  version = "0.1.4"
4591  source = "registry+https://github.com/rust-lang/crates.io-index"
4592  checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
4593  dependencies = [
4594   "zerovec",
4595  ]
4596  
4597  [[package]]
4598  name = "powerfmt"
4599  version = "0.2.0"
4600  source = "registry+https://github.com/rust-lang/crates.io-index"
4601  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4602  
4603  [[package]]
4604  name = "ppv-lite86"
4605  version = "0.2.21"
4606  source = "registry+https://github.com/rust-lang/crates.io-index"
4607  checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4608  dependencies = [
4609   "zerocopy",
4610  ]
4611  
4612  [[package]]
4613  name = "predicates"
4614  version = "3.1.3"
4615  source = "registry+https://github.com/rust-lang/crates.io-index"
4616  checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
4617  dependencies = [
4618   "anstyle",
4619   "predicates-core",
4620  ]
4621  
4622  [[package]]
4623  name = "predicates-core"
4624  version = "1.0.9"
4625  source = "registry+https://github.com/rust-lang/crates.io-index"
4626  checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
4627  
4628  [[package]]
4629  name = "predicates-tree"
4630  version = "1.0.12"
4631  source = "registry+https://github.com/rust-lang/crates.io-index"
4632  checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
4633  dependencies = [
4634   "predicates-core",
4635   "termtree",
4636  ]
4637  
4638  [[package]]
4639  name = "prettyplease"
4640  version = "0.2.37"
4641  source = "registry+https://github.com/rust-lang/crates.io-index"
4642  checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4643  dependencies = [
4644   "proc-macro2",
4645   "syn 2.0.114",
4646  ]
4647  
4648  [[package]]
4649  name = "proc-macro2"
4650  version = "1.0.106"
4651  source = "registry+https://github.com/rust-lang/crates.io-index"
4652  checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
4653  dependencies = [
4654   "unicode-ident",
4655  ]
4656  
4657  [[package]]
4658  name = "proptest"
4659  version = "1.6.0"
4660  source = "registry+https://github.com/rust-lang/crates.io-index"
4661  checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
4662  dependencies = [
4663   "bit-set 0.8.0",
4664   "bit-vec 0.8.0",
4665   "bitflags 2.10.0",
4666   "lazy_static",
4667   "num-traits",
4668   "rand 0.8.5",
4669   "rand_chacha 0.3.1",
4670   "rand_xorshift",
4671   "regex-syntax 0.8.8",
4672   "rusty-fork",
4673   "tempfile",
4674   "unarray",
4675  ]
4676  
4677  [[package]]
4678  name = "prost"
4679  version = "0.13.5"
4680  source = "registry+https://github.com/rust-lang/crates.io-index"
4681  checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
4682  dependencies = [
4683   "bytes",
4684   "prost-derive",
4685  ]
4686  
4687  [[package]]
4688  name = "prost-derive"
4689  version = "0.13.5"
4690  source = "registry+https://github.com/rust-lang/crates.io-index"
4691  checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
4692  dependencies = [
4693   "anyhow",
4694   "itertools",
4695   "proc-macro2",
4696   "quote 1.0.43",
4697   "syn 2.0.114",
4698  ]
4699  
4700  [[package]]
4701  name = "prost-types"
4702  version = "0.13.5"
4703  source = "registry+https://github.com/rust-lang/crates.io-index"
4704  checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
4705  dependencies = [
4706   "prost",
4707  ]
4708  
4709  [[package]]
4710  name = "quanta"
4711  version = "0.12.6"
4712  source = "registry+https://github.com/rust-lang/crates.io-index"
4713  checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
4714  dependencies = [
4715   "crossbeam-utils",
4716   "libc",
4717   "once_cell",
4718   "raw-cpuid",
4719   "wasi",
4720   "web-sys",
4721   "winapi",
4722  ]
4723  
4724  [[package]]
4725  name = "quick-error"
4726  version = "1.2.3"
4727  source = "registry+https://github.com/rust-lang/crates.io-index"
4728  checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
4729  
4730  [[package]]
4731  name = "quick-xml"
4732  version = "0.37.5"
4733  source = "registry+https://github.com/rust-lang/crates.io-index"
4734  checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
4735  dependencies = [
4736   "memchr",
4737  ]
4738  
4739  [[package]]
4740  name = "quinn"
4741  version = "0.11.9"
4742  source = "registry+https://github.com/rust-lang/crates.io-index"
4743  checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4744  dependencies = [
4745   "bytes",
4746   "cfg_aliases",
4747   "pin-project-lite",
4748   "quinn-proto",
4749   "quinn-udp",
4750   "rustc-hash 2.1.1",
4751   "rustls",
4752   "socket2 0.5.10",
4753   "thiserror 2.0.18",
4754   "tokio",
4755   "tracing",
4756   "web-time",
4757  ]
4758  
4759  [[package]]
4760  name = "quinn-proto"
4761  version = "0.11.13"
4762  source = "registry+https://github.com/rust-lang/crates.io-index"
4763  checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
4764  dependencies = [
4765   "bytes",
4766   "getrandom 0.3.4",
4767   "lru-slab",
4768   "rand 0.9.2",
4769   "ring",
4770   "rustc-hash 2.1.1",
4771   "rustls",
4772   "rustls-pki-types",
4773   "slab",
4774   "thiserror 2.0.18",
4775   "tinyvec",
4776   "tracing",
4777   "web-time",
4778  ]
4779  
4780  [[package]]
4781  name = "quinn-udp"
4782  version = "0.5.14"
4783  source = "registry+https://github.com/rust-lang/crates.io-index"
4784  checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
4785  dependencies = [
4786   "cfg_aliases",
4787   "libc",
4788   "once_cell",
4789   "socket2 0.5.10",
4790   "tracing",
4791   "windows-sys 0.60.2",
4792  ]
4793  
4794  [[package]]
4795  name = "quote"
4796  version = "0.3.15"
4797  source = "registry+https://github.com/rust-lang/crates.io-index"
4798  checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
4799  
4800  [[package]]
4801  name = "quote"
4802  version = "1.0.43"
4803  source = "registry+https://github.com/rust-lang/crates.io-index"
4804  checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
4805  dependencies = [
4806   "proc-macro2",
4807  ]
4808  
4809  [[package]]
4810  name = "r-efi"
4811  version = "5.3.0"
4812  source = "registry+https://github.com/rust-lang/crates.io-index"
4813  checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4814  
4815  [[package]]
4816  name = "rand"
4817  version = "0.8.5"
4818  source = "registry+https://github.com/rust-lang/crates.io-index"
4819  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4820  dependencies = [
4821   "libc",
4822   "rand_chacha 0.3.1",
4823   "rand_core 0.6.4",
4824  ]
4825  
4826  [[package]]
4827  name = "rand"
4828  version = "0.9.2"
4829  source = "registry+https://github.com/rust-lang/crates.io-index"
4830  checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4831  dependencies = [
4832   "rand_chacha 0.9.0",
4833   "rand_core 0.9.5",
4834  ]
4835  
4836  [[package]]
4837  name = "rand_chacha"
4838  version = "0.3.1"
4839  source = "registry+https://github.com/rust-lang/crates.io-index"
4840  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4841  dependencies = [
4842   "ppv-lite86",
4843   "rand_core 0.6.4",
4844  ]
4845  
4846  [[package]]
4847  name = "rand_chacha"
4848  version = "0.9.0"
4849  source = "registry+https://github.com/rust-lang/crates.io-index"
4850  checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4851  dependencies = [
4852   "ppv-lite86",
4853   "rand_core 0.9.5",
4854  ]
4855  
4856  [[package]]
4857  name = "rand_core"
4858  version = "0.6.4"
4859  source = "registry+https://github.com/rust-lang/crates.io-index"
4860  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4861  dependencies = [
4862   "getrandom 0.2.17",
4863  ]
4864  
4865  [[package]]
4866  name = "rand_core"
4867  version = "0.9.5"
4868  source = "registry+https://github.com/rust-lang/crates.io-index"
4869  checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
4870  dependencies = [
4871   "getrandom 0.3.4",
4872  ]
4873  
4874  [[package]]
4875  name = "rand_distr"
4876  version = "0.4.3"
4877  source = "registry+https://github.com/rust-lang/crates.io-index"
4878  checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
4879  dependencies = [
4880   "num-traits",
4881   "rand 0.8.5",
4882  ]
4883  
4884  [[package]]
4885  name = "rand_xorshift"
4886  version = "0.3.0"
4887  source = "registry+https://github.com/rust-lang/crates.io-index"
4888  checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
4889  dependencies = [
4890   "rand_core 0.6.4",
4891  ]
4892  
4893  [[package]]
4894  name = "ratatui"
4895  version = "0.30.0"
4896  source = "registry+https://github.com/rust-lang/crates.io-index"
4897  checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc"
4898  dependencies = [
4899   "instability",
4900   "ratatui-core",
4901   "ratatui-crossterm",
4902   "ratatui-macros",
4903   "ratatui-termwiz",
4904   "ratatui-widgets",
4905  ]
4906  
4907  [[package]]
4908  name = "ratatui-core"
4909  version = "0.1.0"
4910  source = "registry+https://github.com/rust-lang/crates.io-index"
4911  checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293"
4912  dependencies = [
4913   "bitflags 2.10.0",
4914   "compact_str",
4915   "hashbrown 0.16.1",
4916   "indoc",
4917   "itertools",
4918   "kasuari",
4919   "lru",
4920   "strum",
4921   "thiserror 2.0.18",
4922   "unicode-segmentation",
4923   "unicode-truncate",
4924   "unicode-width",
4925  ]
4926  
4927  [[package]]
4928  name = "ratatui-crossterm"
4929  version = "0.1.0"
4930  source = "registry+https://github.com/rust-lang/crates.io-index"
4931  checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3"
4932  dependencies = [
4933   "cfg-if",
4934   "crossterm",
4935   "instability",
4936   "ratatui-core",
4937  ]
4938  
4939  [[package]]
4940  name = "ratatui-macros"
4941  version = "0.7.0"
4942  source = "registry+https://github.com/rust-lang/crates.io-index"
4943  checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4"
4944  dependencies = [
4945   "ratatui-core",
4946   "ratatui-widgets",
4947  ]
4948  
4949  [[package]]
4950  name = "ratatui-termwiz"
4951  version = "0.1.0"
4952  source = "registry+https://github.com/rust-lang/crates.io-index"
4953  checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c"
4954  dependencies = [
4955   "ratatui-core",
4956   "termwiz",
4957  ]
4958  
4959  [[package]]
4960  name = "ratatui-widgets"
4961  version = "0.3.0"
4962  source = "registry+https://github.com/rust-lang/crates.io-index"
4963  checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db"
4964  dependencies = [
4965   "bitflags 2.10.0",
4966   "hashbrown 0.16.1",
4967   "indoc",
4968   "instability",
4969   "itertools",
4970   "line-clipping",
4971   "ratatui-core",
4972   "strum",
4973   "time",
4974   "unicode-segmentation",
4975   "unicode-width",
4976  ]
4977  
4978  [[package]]
4979  name = "raw-cpuid"
4980  version = "11.6.0"
4981  source = "registry+https://github.com/rust-lang/crates.io-index"
4982  checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
4983  dependencies = [
4984   "bitflags 2.10.0",
4985  ]
4986  
4987  [[package]]
4988  name = "rayon"
4989  version = "1.11.0"
4990  source = "registry+https://github.com/rust-lang/crates.io-index"
4991  checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
4992  dependencies = [
4993   "either",
4994   "rayon-core",
4995  ]
4996  
4997  [[package]]
4998  name = "rayon-core"
4999  version = "1.13.0"
5000  source = "registry+https://github.com/rust-lang/crates.io-index"
5001  checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5002  dependencies = [
5003   "crossbeam-deque",
5004   "crossbeam-utils",
5005  ]
5006  
5007  [[package]]
5008  name = "redox_syscall"
5009  version = "0.5.18"
5010  source = "registry+https://github.com/rust-lang/crates.io-index"
5011  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5012  dependencies = [
5013   "bitflags 2.10.0",
5014  ]
5015  
5016  [[package]]
5017  name = "redox_users"
5018  version = "0.4.6"
5019  source = "registry+https://github.com/rust-lang/crates.io-index"
5020  checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
5021  dependencies = [
5022   "getrandom 0.2.17",
5023   "libredox",
5024   "thiserror 1.0.69",
5025  ]
5026  
5027  [[package]]
5028  name = "ref-cast"
5029  version = "1.0.25"
5030  source = "registry+https://github.com/rust-lang/crates.io-index"
5031  checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
5032  dependencies = [
5033   "ref-cast-impl",
5034  ]
5035  
5036  [[package]]
5037  name = "ref-cast-impl"
5038  version = "1.0.25"
5039  source = "registry+https://github.com/rust-lang/crates.io-index"
5040  checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
5041  dependencies = [
5042   "proc-macro2",
5043   "quote 1.0.43",
5044   "syn 2.0.114",
5045  ]
5046  
5047  [[package]]
5048  name = "regex"
5049  version = "1.12.2"
5050  source = "registry+https://github.com/rust-lang/crates.io-index"
5051  checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
5052  dependencies = [
5053   "aho-corasick",
5054   "memchr",
5055   "regex-automata 0.4.13",
5056   "regex-syntax 0.8.8",
5057  ]
5058  
5059  [[package]]
5060  name = "regex-automata"
5061  version = "0.1.10"
5062  source = "registry+https://github.com/rust-lang/crates.io-index"
5063  checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5064  dependencies = [
5065   "regex-syntax 0.6.29",
5066  ]
5067  
5068  [[package]]
5069  name = "regex-automata"
5070  version = "0.4.13"
5071  source = "registry+https://github.com/rust-lang/crates.io-index"
5072  checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
5073  dependencies = [
5074   "aho-corasick",
5075   "memchr",
5076   "regex-syntax 0.8.8",
5077  ]
5078  
5079  [[package]]
5080  name = "regex-syntax"
5081  version = "0.6.29"
5082  source = "registry+https://github.com/rust-lang/crates.io-index"
5083  checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5084  
5085  [[package]]
5086  name = "regex-syntax"
5087  version = "0.8.8"
5088  source = "registry+https://github.com/rust-lang/crates.io-index"
5089  checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
5090  
5091  [[package]]
5092  name = "reqwest"
5093  version = "0.11.27"
5094  source = "registry+https://github.com/rust-lang/crates.io-index"
5095  checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
5096  dependencies = [
5097   "base64 0.21.7",
5098   "bytes",
5099   "encoding_rs",
5100   "futures-core",
5101   "futures-util",
5102   "h2 0.3.27",
5103   "http 0.2.12",
5104   "http-body 0.4.6",
5105   "hyper 0.14.32",
5106   "hyper-tls 0.5.0",
5107   "ipnet",
5108   "js-sys",
5109   "log",
5110   "mime",
5111   "native-tls",
5112   "once_cell",
5113   "percent-encoding",
5114   "pin-project-lite",
5115   "rustls-pemfile",
5116   "serde",
5117   "serde_json",
5118   "serde_urlencoded",
5119   "sync_wrapper 0.1.2",
5120   "system-configuration",
5121   "tokio",
5122   "tokio-native-tls",
5123   "tower-service",
5124   "url",
5125   "wasm-bindgen",
5126   "wasm-bindgen-futures",
5127   "web-sys",
5128   "winreg",
5129  ]
5130  
5131  [[package]]
5132  name = "reqwest"
5133  version = "0.12.28"
5134  source = "registry+https://github.com/rust-lang/crates.io-index"
5135  checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5136  dependencies = [
5137   "base64 0.22.1",
5138   "bytes",
5139   "encoding_rs",
5140   "futures-channel",
5141   "futures-core",
5142   "futures-util",
5143   "h2 0.4.13",
5144   "http 1.4.0",
5145   "http-body 1.0.1",
5146   "http-body-util",
5147   "hyper 1.8.1",
5148   "hyper-rustls",
5149   "hyper-tls 0.6.0",
5150   "hyper-util",
5151   "js-sys",
5152   "log",
5153   "mime",
5154   "native-tls",
5155   "percent-encoding",
5156   "pin-project-lite",
5157   "quinn",
5158   "rustls",
5159   "rustls-pki-types",
5160   "serde",
5161   "serde_json",
5162   "serde_urlencoded",
5163   "sync_wrapper 1.0.2",
5164   "tokio",
5165   "tokio-native-tls",
5166   "tokio-rustls",
5167   "tower 0.5.3",
5168   "tower-http",
5169   "tower-service",
5170   "url",
5171   "wasm-bindgen",
5172   "wasm-bindgen-futures",
5173   "web-sys",
5174   "webpki-roots",
5175  ]
5176  
5177  [[package]]
5178  name = "rfc6979"
5179  version = "0.4.0"
5180  source = "registry+https://github.com/rust-lang/crates.io-index"
5181  checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
5182  dependencies = [
5183   "hmac",
5184   "subtle",
5185  ]
5186  
5187  [[package]]
5188  name = "ring"
5189  version = "0.17.14"
5190  source = "registry+https://github.com/rust-lang/crates.io-index"
5191  checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5192  dependencies = [
5193   "cc",
5194   "cfg-if",
5195   "getrandom 0.2.17",
5196   "libc",
5197   "untrusted",
5198   "windows-sys 0.52.0",
5199  ]
5200  
5201  [[package]]
5202  name = "rocksdb"
5203  version = "0.21.0"
5204  source = "registry+https://github.com/rust-lang/crates.io-index"
5205  checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
5206  dependencies = [
5207   "libc",
5208   "librocksdb-sys",
5209  ]
5210  
5211  [[package]]
5212  name = "rpassword"
5213  version = "7.4.0"
5214  source = "registry+https://github.com/rust-lang/crates.io-index"
5215  checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
5216  dependencies = [
5217   "libc",
5218   "rtoolbox",
5219   "windows-sys 0.59.0",
5220  ]
5221  
5222  [[package]]
5223  name = "rtoolbox"
5224  version = "0.0.3"
5225  source = "registry+https://github.com/rust-lang/crates.io-index"
5226  checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
5227  dependencies = [
5228   "libc",
5229   "windows-sys 0.52.0",
5230  ]
5231  
5232  [[package]]
5233  name = "rustc-demangle"
5234  version = "0.1.27"
5235  source = "registry+https://github.com/rust-lang/crates.io-index"
5236  checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
5237  
5238  [[package]]
5239  name = "rustc-hash"
5240  version = "1.1.0"
5241  source = "registry+https://github.com/rust-lang/crates.io-index"
5242  checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5243  
5244  [[package]]
5245  name = "rustc-hash"
5246  version = "2.1.1"
5247  source = "registry+https://github.com/rust-lang/crates.io-index"
5248  checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
5249  
5250  [[package]]
5251  name = "rustc_version"
5252  version = "0.4.1"
5253  source = "registry+https://github.com/rust-lang/crates.io-index"
5254  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5255  dependencies = [
5256   "semver",
5257  ]
5258  
5259  [[package]]
5260  name = "rustix"
5261  version = "0.38.44"
5262  source = "registry+https://github.com/rust-lang/crates.io-index"
5263  checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5264  dependencies = [
5265   "bitflags 2.10.0",
5266   "errno",
5267   "libc",
5268   "linux-raw-sys 0.4.15",
5269   "windows-sys 0.59.0",
5270  ]
5271  
5272  [[package]]
5273  name = "rustix"
5274  version = "1.1.3"
5275  source = "registry+https://github.com/rust-lang/crates.io-index"
5276  checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
5277  dependencies = [
5278   "bitflags 2.10.0",
5279   "errno",
5280   "libc",
5281   "linux-raw-sys 0.11.0",
5282   "windows-sys 0.61.2",
5283  ]
5284  
5285  [[package]]
5286  name = "rustls"
5287  version = "0.23.36"
5288  source = "registry+https://github.com/rust-lang/crates.io-index"
5289  checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
5290  dependencies = [
5291   "log",
5292   "once_cell",
5293   "ring",
5294   "rustls-pki-types",
5295   "rustls-webpki",
5296   "subtle",
5297   "zeroize",
5298  ]
5299  
5300  [[package]]
5301  name = "rustls-pemfile"
5302  version = "1.0.4"
5303  source = "registry+https://github.com/rust-lang/crates.io-index"
5304  checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5305  dependencies = [
5306   "base64 0.21.7",
5307  ]
5308  
5309  [[package]]
5310  name = "rustls-pki-types"
5311  version = "1.14.0"
5312  source = "registry+https://github.com/rust-lang/crates.io-index"
5313  checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
5314  dependencies = [
5315   "web-time",
5316   "zeroize",
5317  ]
5318  
5319  [[package]]
5320  name = "rustls-webpki"
5321  version = "0.103.9"
5322  source = "registry+https://github.com/rust-lang/crates.io-index"
5323  checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
5324  dependencies = [
5325   "ring",
5326   "rustls-pki-types",
5327   "untrusted",
5328  ]
5329  
5330  [[package]]
5331  name = "rustversion"
5332  version = "1.0.22"
5333  source = "registry+https://github.com/rust-lang/crates.io-index"
5334  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
5335  
5336  [[package]]
5337  name = "rusty-fork"
5338  version = "0.3.1"
5339  source = "registry+https://github.com/rust-lang/crates.io-index"
5340  checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
5341  dependencies = [
5342   "fnv",
5343   "quick-error",
5344   "tempfile",
5345   "wait-timeout",
5346  ]
5347  
5348  [[package]]
5349  name = "ryu"
5350  version = "1.0.22"
5351  source = "registry+https://github.com/rust-lang/crates.io-index"
5352  checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
5353  
5354  [[package]]
5355  name = "same-file"
5356  version = "1.0.6"
5357  source = "registry+https://github.com/rust-lang/crates.io-index"
5358  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5359  dependencies = [
5360   "winapi-util",
5361  ]
5362  
5363  [[package]]
5364  name = "schannel"
5365  version = "0.1.28"
5366  source = "registry+https://github.com/rust-lang/crates.io-index"
5367  checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
5368  dependencies = [
5369   "windows-sys 0.61.2",
5370  ]
5371  
5372  [[package]]
5373  name = "schemars"
5374  version = "0.9.0"
5375  source = "registry+https://github.com/rust-lang/crates.io-index"
5376  checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5377  dependencies = [
5378   "dyn-clone",
5379   "ref-cast",
5380   "serde",
5381   "serde_json",
5382  ]
5383  
5384  [[package]]
5385  name = "schemars"
5386  version = "1.2.0"
5387  source = "registry+https://github.com/rust-lang/crates.io-index"
5388  checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2"
5389  dependencies = [
5390   "dyn-clone",
5391   "ref-cast",
5392   "serde",
5393   "serde_json",
5394  ]
5395  
5396  [[package]]
5397  name = "scopeguard"
5398  version = "1.2.0"
5399  source = "registry+https://github.com/rust-lang/crates.io-index"
5400  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5401  
5402  [[package]]
5403  name = "sec1"
5404  version = "0.7.3"
5405  source = "registry+https://github.com/rust-lang/crates.io-index"
5406  checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
5407  dependencies = [
5408   "base16ct",
5409   "der",
5410   "generic-array",
5411   "subtle",
5412   "zeroize",
5413  ]
5414  
5415  [[package]]
5416  name = "security-framework"
5417  version = "2.11.1"
5418  source = "registry+https://github.com/rust-lang/crates.io-index"
5419  checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
5420  dependencies = [
5421   "bitflags 2.10.0",
5422   "core-foundation",
5423   "core-foundation-sys",
5424   "libc",
5425   "security-framework-sys",
5426  ]
5427  
5428  [[package]]
5429  name = "security-framework-sys"
5430  version = "2.15.0"
5431  source = "registry+https://github.com/rust-lang/crates.io-index"
5432  checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
5433  dependencies = [
5434   "core-foundation-sys",
5435   "libc",
5436  ]
5437  
5438  [[package]]
5439  name = "self-replace"
5440  version = "1.5.0"
5441  source = "registry+https://github.com/rust-lang/crates.io-index"
5442  checksum = "03ec815b5eab420ab893f63393878d89c90fdd94c0bcc44c07abb8ad95552fb7"
5443  dependencies = [
5444   "fastrand",
5445   "tempfile",
5446   "windows-sys 0.52.0",
5447  ]
5448  
5449  [[package]]
5450  name = "self_update"
5451  version = "0.42.0"
5452  source = "registry+https://github.com/rust-lang/crates.io-index"
5453  checksum = "d832c086ece0dacc29fb2947bb4219b8f6e12fe9e40b7108f9e57c4224e47b5c"
5454  dependencies = [
5455   "hyper 1.8.1",
5456   "indicatif",
5457   "log",
5458   "quick-xml",
5459   "regex",
5460   "reqwest 0.12.28",
5461   "self-replace",
5462   "semver",
5463   "serde_json",
5464   "tempfile",
5465   "urlencoding",
5466   "zip",
5467   "zipsign-api",
5468  ]
5469  
5470  [[package]]
5471  name = "semver"
5472  version = "1.0.27"
5473  source = "registry+https://github.com/rust-lang/crates.io-index"
5474  checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
5475  
5476  [[package]]
5477  name = "seq-macro"
5478  version = "0.3.6"
5479  source = "registry+https://github.com/rust-lang/crates.io-index"
5480  checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
5481  
5482  [[package]]
5483  name = "serde"
5484  version = "1.0.228"
5485  source = "registry+https://github.com/rust-lang/crates.io-index"
5486  checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
5487  dependencies = [
5488   "serde_core",
5489   "serde_derive",
5490  ]
5491  
5492  [[package]]
5493  name = "serde_core"
5494  version = "1.0.228"
5495  source = "registry+https://github.com/rust-lang/crates.io-index"
5496  checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
5497  dependencies = [
5498   "serde_derive",
5499  ]
5500  
5501  [[package]]
5502  name = "serde_derive"
5503  version = "1.0.228"
5504  source = "registry+https://github.com/rust-lang/crates.io-index"
5505  checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
5506  dependencies = [
5507   "proc-macro2",
5508   "quote 1.0.43",
5509   "syn 2.0.114",
5510  ]
5511  
5512  [[package]]
5513  name = "serde_json"
5514  version = "1.0.149"
5515  source = "registry+https://github.com/rust-lang/crates.io-index"
5516  checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
5517  dependencies = [
5518   "indexmap 2.13.0",
5519   "itoa",
5520   "memchr",
5521   "serde",
5522   "serde_core",
5523   "zmij",
5524  ]
5525  
5526  [[package]]
5527  name = "serde_path_to_error"
5528  version = "0.1.20"
5529  source = "registry+https://github.com/rust-lang/crates.io-index"
5530  checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
5531  dependencies = [
5532   "itoa",
5533   "serde",
5534   "serde_core",
5535  ]
5536  
5537  [[package]]
5538  name = "serde_spanned"
5539  version = "1.0.4"
5540  source = "registry+https://github.com/rust-lang/crates.io-index"
5541  checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
5542  dependencies = [
5543   "serde_core",
5544  ]
5545  
5546  [[package]]
5547  name = "serde_urlencoded"
5548  version = "0.7.1"
5549  source = "registry+https://github.com/rust-lang/crates.io-index"
5550  checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5551  dependencies = [
5552   "form_urlencoded",
5553   "itoa",
5554   "ryu",
5555   "serde",
5556  ]
5557  
5558  [[package]]
5559  name = "serde_with"
5560  version = "3.16.1"
5561  source = "registry+https://github.com/rust-lang/crates.io-index"
5562  checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
5563  dependencies = [
5564   "base64 0.22.1",
5565   "chrono",
5566   "hex",
5567   "indexmap 1.9.3",
5568   "indexmap 2.13.0",
5569   "schemars 0.9.0",
5570   "schemars 1.2.0",
5571   "serde_core",
5572   "serde_json",
5573   "serde_with_macros",
5574   "time",
5575  ]
5576  
5577  [[package]]
5578  name = "serde_with_macros"
5579  version = "3.16.1"
5580  source = "registry+https://github.com/rust-lang/crates.io-index"
5581  checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
5582  dependencies = [
5583   "darling 0.21.3",
5584   "proc-macro2",
5585   "quote 1.0.43",
5586   "syn 2.0.114",
5587  ]
5588  
5589  [[package]]
5590  name = "sha1"
5591  version = "0.10.6"
5592  source = "registry+https://github.com/rust-lang/crates.io-index"
5593  checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5594  dependencies = [
5595   "cfg-if",
5596   "cpufeatures",
5597   "digest",
5598  ]
5599  
5600  [[package]]
5601  name = "sha2"
5602  version = "0.10.9"
5603  source = "registry+https://github.com/rust-lang/crates.io-index"
5604  checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
5605  dependencies = [
5606   "cfg-if",
5607   "cpufeatures",
5608   "digest",
5609  ]
5610  
5611  [[package]]
5612  name = "sharded-slab"
5613  version = "0.1.7"
5614  source = "registry+https://github.com/rust-lang/crates.io-index"
5615  checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
5616  dependencies = [
5617   "lazy_static",
5618  ]
5619  
5620  [[package]]
5621  name = "shlex"
5622  version = "1.3.0"
5623  source = "registry+https://github.com/rust-lang/crates.io-index"
5624  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5625  
5626  [[package]]
5627  name = "signal-hook"
5628  version = "0.3.18"
5629  source = "registry+https://github.com/rust-lang/crates.io-index"
5630  checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
5631  dependencies = [
5632   "libc",
5633   "signal-hook-registry",
5634  ]
5635  
5636  [[package]]
5637  name = "signal-hook-mio"
5638  version = "0.2.5"
5639  source = "registry+https://github.com/rust-lang/crates.io-index"
5640  checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
5641  dependencies = [
5642   "libc",
5643   "mio",
5644   "signal-hook",
5645  ]
5646  
5647  [[package]]
5648  name = "signal-hook-registry"
5649  version = "1.4.8"
5650  source = "registry+https://github.com/rust-lang/crates.io-index"
5651  checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
5652  dependencies = [
5653   "errno",
5654   "libc",
5655  ]
5656  
5657  [[package]]
5658  name = "signature"
5659  version = "2.2.0"
5660  source = "registry+https://github.com/rust-lang/crates.io-index"
5661  checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5662  dependencies = [
5663   "digest",
5664   "rand_core 0.6.4",
5665  ]
5666  
5667  [[package]]
5668  name = "simd-adler32"
5669  version = "0.3.8"
5670  source = "registry+https://github.com/rust-lang/crates.io-index"
5671  checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
5672  
5673  [[package]]
5674  name = "simple_asn1"
5675  version = "0.6.3"
5676  source = "registry+https://github.com/rust-lang/crates.io-index"
5677  checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
5678  dependencies = [
5679   "num-bigint",
5680   "num-traits",
5681   "thiserror 2.0.18",
5682   "time",
5683  ]
5684  
5685  [[package]]
5686  name = "simple_moving_average"
5687  version = "1.0.2"
5688  source = "registry+https://github.com/rust-lang/crates.io-index"
5689  checksum = "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310"
5690  dependencies = [
5691   "num-traits",
5692  ]
5693  
5694  [[package]]
5695  name = "siphasher"
5696  version = "1.0.1"
5697  source = "registry+https://github.com/rust-lang/crates.io-index"
5698  checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5699  
5700  [[package]]
5701  name = "sketches-ddsketch"
5702  version = "0.2.2"
5703  source = "registry+https://github.com/rust-lang/crates.io-index"
5704  checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
5705  
5706  [[package]]
5707  name = "slab"
5708  version = "0.4.11"
5709  source = "registry+https://github.com/rust-lang/crates.io-index"
5710  checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
5711  
5712  [[package]]
5713  name = "smallvec"
5714  version = "1.15.1"
5715  source = "registry+https://github.com/rust-lang/crates.io-index"
5716  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
5717  
5718  [[package]]
5719  name = "smol_str"
5720  version = "0.2.2"
5721  source = "registry+https://github.com/rust-lang/crates.io-index"
5722  checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
5723  dependencies = [
5724   "serde",
5725  ]
5726  
5727  [[package]]
5728  name = "socket2"
5729  version = "0.5.10"
5730  source = "registry+https://github.com/rust-lang/crates.io-index"
5731  checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
5732  dependencies = [
5733   "libc",
5734   "windows-sys 0.52.0",
5735  ]
5736  
5737  [[package]]
5738  name = "socket2"
5739  version = "0.6.1"
5740  source = "registry+https://github.com/rust-lang/crates.io-index"
5741  checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
5742  dependencies = [
5743   "libc",
5744   "windows-sys 0.60.2",
5745  ]
5746  
5747  [[package]]
5748  name = "spinning_top"
5749  version = "0.3.0"
5750  source = "registry+https://github.com/rust-lang/crates.io-index"
5751  checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
5752  dependencies = [
5753   "lock_api",
5754  ]
5755  
5756  [[package]]
5757  name = "spki"
5758  version = "0.7.3"
5759  source = "registry+https://github.com/rust-lang/crates.io-index"
5760  checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5761  dependencies = [
5762   "base64ct",
5763   "der",
5764  ]
5765  
5766  [[package]]
5767  name = "sppark"
5768  version = "0.1.14"
5769  source = "registry+https://github.com/rust-lang/crates.io-index"
5770  checksum = "d9c900139f3f6fdc8db217881a946adf00e935102fdd82b0e1bc19bacbffa311"
5771  dependencies = [
5772   "cc",
5773   "which 4.4.2",
5774  ]
5775  
5776  [[package]]
5777  name = "stable_deref_trait"
5778  version = "1.2.1"
5779  source = "registry+https://github.com/rust-lang/crates.io-index"
5780  checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
5781  
5782  [[package]]
5783  name = "static_assertions"
5784  version = "1.1.0"
5785  source = "registry+https://github.com/rust-lang/crates.io-index"
5786  checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5787  
5788  [[package]]
5789  name = "strsim"
5790  version = "0.11.1"
5791  source = "registry+https://github.com/rust-lang/crates.io-index"
5792  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5793  
5794  [[package]]
5795  name = "structmeta"
5796  version = "0.2.0"
5797  source = "registry+https://github.com/rust-lang/crates.io-index"
5798  checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
5799  dependencies = [
5800   "proc-macro2",
5801   "quote 1.0.43",
5802   "structmeta-derive 0.2.0",
5803   "syn 2.0.114",
5804  ]
5805  
5806  [[package]]
5807  name = "structmeta"
5808  version = "0.3.0"
5809  source = "registry+https://github.com/rust-lang/crates.io-index"
5810  checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
5811  dependencies = [
5812   "proc-macro2",
5813   "quote 1.0.43",
5814   "structmeta-derive 0.3.0",
5815   "syn 2.0.114",
5816  ]
5817  
5818  [[package]]
5819  name = "structmeta-derive"
5820  version = "0.2.0"
5821  source = "registry+https://github.com/rust-lang/crates.io-index"
5822  checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
5823  dependencies = [
5824   "proc-macro2",
5825   "quote 1.0.43",
5826   "syn 2.0.114",
5827  ]
5828  
5829  [[package]]
5830  name = "structmeta-derive"
5831  version = "0.3.0"
5832  source = "registry+https://github.com/rust-lang/crates.io-index"
5833  checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
5834  dependencies = [
5835   "proc-macro2",
5836   "quote 1.0.43",
5837   "syn 2.0.114",
5838  ]
5839  
5840  [[package]]
5841  name = "strum"
5842  version = "0.27.2"
5843  source = "registry+https://github.com/rust-lang/crates.io-index"
5844  checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
5845  dependencies = [
5846   "strum_macros",
5847  ]
5848  
5849  [[package]]
5850  name = "strum_macros"
5851  version = "0.27.2"
5852  source = "registry+https://github.com/rust-lang/crates.io-index"
5853  checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
5854  dependencies = [
5855   "heck",
5856   "proc-macro2",
5857   "quote 1.0.43",
5858   "syn 2.0.114",
5859  ]
5860  
5861  [[package]]
5862  name = "subtle"
5863  version = "2.6.1"
5864  source = "registry+https://github.com/rust-lang/crates.io-index"
5865  checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5866  
5867  [[package]]
5868  name = "syn"
5869  version = "0.11.11"
5870  source = "registry+https://github.com/rust-lang/crates.io-index"
5871  checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
5872  dependencies = [
5873   "quote 0.3.15",
5874   "synom",
5875   "unicode-xid",
5876  ]
5877  
5878  [[package]]
5879  name = "syn"
5880  version = "1.0.109"
5881  source = "registry+https://github.com/rust-lang/crates.io-index"
5882  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5883  dependencies = [
5884   "proc-macro2",
5885   "quote 1.0.43",
5886   "unicode-ident",
5887  ]
5888  
5889  [[package]]
5890  name = "syn"
5891  version = "2.0.114"
5892  source = "registry+https://github.com/rust-lang/crates.io-index"
5893  checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
5894  dependencies = [
5895   "proc-macro2",
5896   "quote 1.0.43",
5897   "unicode-ident",
5898  ]
5899  
5900  [[package]]
5901  name = "sync_wrapper"
5902  version = "0.1.2"
5903  source = "registry+https://github.com/rust-lang/crates.io-index"
5904  checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
5905  
5906  [[package]]
5907  name = "sync_wrapper"
5908  version = "1.0.2"
5909  source = "registry+https://github.com/rust-lang/crates.io-index"
5910  checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5911  dependencies = [
5912   "futures-core",
5913  ]
5914  
5915  [[package]]
5916  name = "synom"
5917  version = "0.11.3"
5918  source = "registry+https://github.com/rust-lang/crates.io-index"
5919  checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
5920  dependencies = [
5921   "unicode-xid",
5922  ]
5923  
5924  [[package]]
5925  name = "synstructure"
5926  version = "0.13.2"
5927  source = "registry+https://github.com/rust-lang/crates.io-index"
5928  checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5929  dependencies = [
5930   "proc-macro2",
5931   "quote 1.0.43",
5932   "syn 2.0.114",
5933  ]
5934  
5935  [[package]]
5936  name = "sys-info"
5937  version = "0.9.1"
5938  source = "registry+https://github.com/rust-lang/crates.io-index"
5939  checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
5940  dependencies = [
5941   "cc",
5942   "libc",
5943  ]
5944  
5945  [[package]]
5946  name = "system-configuration"
5947  version = "0.5.1"
5948  source = "registry+https://github.com/rust-lang/crates.io-index"
5949  checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
5950  dependencies = [
5951   "bitflags 1.3.2",
5952   "core-foundation",
5953   "system-configuration-sys",
5954  ]
5955  
5956  [[package]]
5957  name = "system-configuration-sys"
5958  version = "0.5.0"
5959  source = "registry+https://github.com/rust-lang/crates.io-index"
5960  checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
5961  dependencies = [
5962   "core-foundation-sys",
5963   "libc",
5964  ]
5965  
5966  [[package]]
5967  name = "tempfile"
5968  version = "3.24.0"
5969  source = "registry+https://github.com/rust-lang/crates.io-index"
5970  checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
5971  dependencies = [
5972   "fastrand",
5973   "getrandom 0.3.4",
5974   "once_cell",
5975   "rustix 1.1.3",
5976   "windows-sys 0.61.2",
5977  ]
5978  
5979  [[package]]
5980  name = "terminfo"
5981  version = "0.9.0"
5982  source = "registry+https://github.com/rust-lang/crates.io-index"
5983  checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
5984  dependencies = [
5985   "fnv",
5986   "nom",
5987   "phf",
5988   "phf_codegen",
5989  ]
5990  
5991  [[package]]
5992  name = "termios"
5993  version = "0.3.3"
5994  source = "registry+https://github.com/rust-lang/crates.io-index"
5995  checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
5996  dependencies = [
5997   "libc",
5998  ]
5999  
6000  [[package]]
6001  name = "termtree"
6002  version = "0.5.1"
6003  source = "registry+https://github.com/rust-lang/crates.io-index"
6004  checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
6005  
6006  [[package]]
6007  name = "termwiz"
6008  version = "0.23.3"
6009  source = "registry+https://github.com/rust-lang/crates.io-index"
6010  checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
6011  dependencies = [
6012   "anyhow",
6013   "base64 0.22.1",
6014   "bitflags 2.10.0",
6015   "fancy-regex",
6016   "filedescriptor",
6017   "finl_unicode",
6018   "fixedbitset",
6019   "hex",
6020   "lazy_static",
6021   "libc",
6022   "log",
6023   "memmem",
6024   "nix 0.29.0",
6025   "num-derive",
6026   "num-traits",
6027   "ordered-float",
6028   "pest",
6029   "pest_derive",
6030   "phf",
6031   "sha2",
6032   "signal-hook",
6033   "siphasher",
6034   "terminfo",
6035   "termios",
6036   "thiserror 1.0.69",
6037   "ucd-trie",
6038   "unicode-segmentation",
6039   "vtparse",
6040   "wezterm-bidi",
6041   "wezterm-blob-leases",
6042   "wezterm-color-types",
6043   "wezterm-dynamic",
6044   "wezterm-input-types",
6045   "winapi",
6046  ]
6047  
6048  [[package]]
6049  name = "test-log"
6050  version = "0.2.18"
6051  source = "registry+https://github.com/rust-lang/crates.io-index"
6052  checksum = "1e33b98a582ea0be1168eba097538ee8dd4bbe0f2b01b22ac92ea30054e5be7b"
6053  dependencies = [
6054   "env_logger",
6055   "test-log-macros",
6056   "tracing-subscriber",
6057  ]
6058  
6059  [[package]]
6060  name = "test-log-macros"
6061  version = "0.2.19"
6062  source = "registry+https://github.com/rust-lang/crates.io-index"
6063  checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b"
6064  dependencies = [
6065   "proc-macro2",
6066   "quote 1.0.43",
6067   "syn 2.0.114",
6068  ]
6069  
6070  [[package]]
6071  name = "test-strategy"
6072  version = "0.3.1"
6073  source = "registry+https://github.com/rust-lang/crates.io-index"
6074  checksum = "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
6075  dependencies = [
6076   "proc-macro2",
6077   "quote 1.0.43",
6078   "structmeta 0.2.0",
6079   "syn 2.0.114",
6080  ]
6081  
6082  [[package]]
6083  name = "test-strategy"
6084  version = "0.4.3"
6085  source = "registry+https://github.com/rust-lang/crates.io-index"
6086  checksum = "43b12f9683de37f9980e485167ee624bfaa0b6b04da661e98e25ef9c2669bc1b"
6087  dependencies = [
6088   "derive-ex",
6089   "proc-macro2",
6090   "quote 1.0.43",
6091   "structmeta 0.3.0",
6092   "syn 2.0.114",
6093  ]
6094  
6095  [[package]]
6096  name = "thiserror"
6097  version = "1.0.69"
6098  source = "registry+https://github.com/rust-lang/crates.io-index"
6099  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6100  dependencies = [
6101   "thiserror-impl 1.0.69",
6102  ]
6103  
6104  [[package]]
6105  name = "thiserror"
6106  version = "2.0.18"
6107  source = "registry+https://github.com/rust-lang/crates.io-index"
6108  checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
6109  dependencies = [
6110   "thiserror-impl 2.0.18",
6111  ]
6112  
6113  [[package]]
6114  name = "thiserror-impl"
6115  version = "1.0.69"
6116  source = "registry+https://github.com/rust-lang/crates.io-index"
6117  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6118  dependencies = [
6119   "proc-macro2",
6120   "quote 1.0.43",
6121   "syn 2.0.114",
6122  ]
6123  
6124  [[package]]
6125  name = "thiserror-impl"
6126  version = "2.0.18"
6127  source = "registry+https://github.com/rust-lang/crates.io-index"
6128  checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
6129  dependencies = [
6130   "proc-macro2",
6131   "quote 1.0.43",
6132   "syn 2.0.114",
6133  ]
6134  
6135  [[package]]
6136  name = "thread_local"
6137  version = "1.1.9"
6138  source = "registry+https://github.com/rust-lang/crates.io-index"
6139  checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
6140  dependencies = [
6141   "cfg-if",
6142  ]
6143  
6144  [[package]]
6145  name = "threadpool"
6146  version = "1.8.1"
6147  source = "registry+https://github.com/rust-lang/crates.io-index"
6148  checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
6149  dependencies = [
6150   "num_cpus",
6151  ]
6152  
6153  [[package]]
6154  name = "tikv-jemalloc-sys"
6155  version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
6156  source = "registry+https://github.com/rust-lang/crates.io-index"
6157  checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
6158  dependencies = [
6159   "cc",
6160   "libc",
6161  ]
6162  
6163  [[package]]
6164  name = "tikv-jemallocator"
6165  version = "0.6.1"
6166  source = "registry+https://github.com/rust-lang/crates.io-index"
6167  checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a"
6168  dependencies = [
6169   "libc",
6170   "tikv-jemalloc-sys",
6171  ]
6172  
6173  [[package]]
6174  name = "time"
6175  version = "0.3.45"
6176  source = "registry+https://github.com/rust-lang/crates.io-index"
6177  checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
6178  dependencies = [
6179   "deranged",
6180   "itoa",
6181   "libc",
6182   "num-conv",
6183   "num_threads",
6184   "powerfmt",
6185   "serde_core",
6186   "time-core",
6187   "time-macros",
6188  ]
6189  
6190  [[package]]
6191  name = "time-core"
6192  version = "0.1.7"
6193  source = "registry+https://github.com/rust-lang/crates.io-index"
6194  checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
6195  
6196  [[package]]
6197  name = "time-macros"
6198  version = "0.2.25"
6199  source = "registry+https://github.com/rust-lang/crates.io-index"
6200  checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
6201  dependencies = [
6202   "num-conv",
6203   "time-core",
6204  ]
6205  
6206  [[package]]
6207  name = "tiny-keccak"
6208  version = "2.0.2"
6209  source = "registry+https://github.com/rust-lang/crates.io-index"
6210  checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
6211  dependencies = [
6212   "crunchy",
6213  ]
6214  
6215  [[package]]
6216  name = "tinystr"
6217  version = "0.8.2"
6218  source = "registry+https://github.com/rust-lang/crates.io-index"
6219  checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
6220  dependencies = [
6221   "displaydoc",
6222   "zerovec",
6223  ]
6224  
6225  [[package]]
6226  name = "tinyvec"
6227  version = "1.10.0"
6228  source = "registry+https://github.com/rust-lang/crates.io-index"
6229  checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
6230  dependencies = [
6231   "tinyvec_macros",
6232  ]
6233  
6234  [[package]]
6235  name = "tinyvec_macros"
6236  version = "0.1.1"
6237  source = "registry+https://github.com/rust-lang/crates.io-index"
6238  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6239  
6240  [[package]]
6241  name = "tokio"
6242  version = "1.49.0"
6243  source = "registry+https://github.com/rust-lang/crates.io-index"
6244  checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
6245  dependencies = [
6246   "bytes",
6247   "libc",
6248   "mio",
6249   "parking_lot",
6250   "pin-project-lite",
6251   "signal-hook-registry",
6252   "socket2 0.6.1",
6253   "tokio-macros",
6254   "tracing",
6255   "windows-sys 0.61.2",
6256  ]
6257  
6258  [[package]]
6259  name = "tokio-macros"
6260  version = "2.6.0"
6261  source = "registry+https://github.com/rust-lang/crates.io-index"
6262  checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
6263  dependencies = [
6264   "proc-macro2",
6265   "quote 1.0.43",
6266   "syn 2.0.114",
6267  ]
6268  
6269  [[package]]
6270  name = "tokio-native-tls"
6271  version = "0.3.1"
6272  source = "registry+https://github.com/rust-lang/crates.io-index"
6273  checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
6274  dependencies = [
6275   "native-tls",
6276   "tokio",
6277  ]
6278  
6279  [[package]]
6280  name = "tokio-rustls"
6281  version = "0.26.4"
6282  source = "registry+https://github.com/rust-lang/crates.io-index"
6283  checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6284  dependencies = [
6285   "rustls",
6286   "tokio",
6287  ]
6288  
6289  [[package]]
6290  name = "tokio-stream"
6291  version = "0.1.18"
6292  source = "registry+https://github.com/rust-lang/crates.io-index"
6293  checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
6294  dependencies = [
6295   "futures-core",
6296   "pin-project-lite",
6297   "tokio",
6298  ]
6299  
6300  [[package]]
6301  name = "tokio-test"
6302  version = "0.4.5"
6303  source = "registry+https://github.com/rust-lang/crates.io-index"
6304  checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
6305  dependencies = [
6306   "futures-core",
6307   "tokio",
6308   "tokio-stream",
6309  ]
6310  
6311  [[package]]
6312  name = "tokio-util"
6313  version = "0.7.18"
6314  source = "registry+https://github.com/rust-lang/crates.io-index"
6315  checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
6316  dependencies = [
6317   "bytes",
6318   "futures-core",
6319   "futures-sink",
6320   "pin-project-lite",
6321   "tokio",
6322  ]
6323  
6324  [[package]]
6325  name = "toml"
6326  version = "0.9.11+spec-1.1.0"
6327  source = "registry+https://github.com/rust-lang/crates.io-index"
6328  checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
6329  dependencies = [
6330   "indexmap 2.13.0",
6331   "serde_core",
6332   "serde_spanned",
6333   "toml_datetime",
6334   "toml_parser",
6335   "toml_writer",
6336   "winnow",
6337  ]
6338  
6339  [[package]]
6340  name = "toml_datetime"
6341  version = "0.7.5+spec-1.1.0"
6342  source = "registry+https://github.com/rust-lang/crates.io-index"
6343  checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
6344  dependencies = [
6345   "serde_core",
6346  ]
6347  
6348  [[package]]
6349  name = "toml_parser"
6350  version = "1.0.6+spec-1.1.0"
6351  source = "registry+https://github.com/rust-lang/crates.io-index"
6352  checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
6353  dependencies = [
6354   "winnow",
6355  ]
6356  
6357  [[package]]
6358  name = "toml_writer"
6359  version = "1.0.6+spec-1.1.0"
6360  source = "registry+https://github.com/rust-lang/crates.io-index"
6361  checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
6362  
6363  [[package]]
6364  name = "tonic"
6365  version = "0.12.3"
6366  source = "registry+https://github.com/rust-lang/crates.io-index"
6367  checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
6368  dependencies = [
6369   "async-stream",
6370   "async-trait",
6371   "axum 0.7.9",
6372   "base64 0.22.1",
6373   "bytes",
6374   "h2 0.4.13",
6375   "http 1.4.0",
6376   "http-body 1.0.1",
6377   "http-body-util",
6378   "hyper 1.8.1",
6379   "hyper-timeout",
6380   "hyper-util",
6381   "percent-encoding",
6382   "pin-project",
6383   "prost",
6384   "socket2 0.5.10",
6385   "tokio",
6386   "tokio-stream",
6387   "tower 0.4.13",
6388   "tower-layer",
6389   "tower-service",
6390   "tracing",
6391  ]
6392  
6393  [[package]]
6394  name = "tower"
6395  version = "0.4.13"
6396  source = "registry+https://github.com/rust-lang/crates.io-index"
6397  checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
6398  dependencies = [
6399   "futures-core",
6400   "futures-util",
6401   "indexmap 1.9.3",
6402   "pin-project",
6403   "pin-project-lite",
6404   "rand 0.8.5",
6405   "slab",
6406   "tokio",
6407   "tokio-util",
6408   "tower-layer",
6409   "tower-service",
6410   "tracing",
6411  ]
6412  
6413  [[package]]
6414  name = "tower"
6415  version = "0.5.3"
6416  source = "registry+https://github.com/rust-lang/crates.io-index"
6417  checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
6418  dependencies = [
6419   "futures-core",
6420   "futures-util",
6421   "pin-project-lite",
6422   "sync_wrapper 1.0.2",
6423   "tokio",
6424   "tower-layer",
6425   "tower-service",
6426   "tracing",
6427  ]
6428  
6429  [[package]]
6430  name = "tower-http"
6431  version = "0.6.8"
6432  source = "registry+https://github.com/rust-lang/crates.io-index"
6433  checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
6434  dependencies = [
6435   "bitflags 2.10.0",
6436   "bytes",
6437   "futures-core",
6438   "futures-util",
6439   "http 1.4.0",
6440   "http-body 1.0.1",
6441   "http-body-util",
6442   "http-range-header",
6443   "httpdate",
6444   "iri-string",
6445   "mime",
6446   "mime_guess",
6447   "percent-encoding",
6448   "pin-project-lite",
6449   "tokio",
6450   "tokio-util",
6451   "tower 0.5.3",
6452   "tower-layer",
6453   "tower-service",
6454   "tracing",
6455  ]
6456  
6457  [[package]]
6458  name = "tower-layer"
6459  version = "0.3.3"
6460  source = "registry+https://github.com/rust-lang/crates.io-index"
6461  checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6462  
6463  [[package]]
6464  name = "tower-service"
6465  version = "0.3.3"
6466  source = "registry+https://github.com/rust-lang/crates.io-index"
6467  checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6468  
6469  [[package]]
6470  name = "tower_governor"
6471  version = "0.7.0"
6472  source = "registry+https://github.com/rust-lang/crates.io-index"
6473  checksum = "84e6672c7510df74859726427edea641674dad1aeeb30057b87335b1ba23b843"
6474  dependencies = [
6475   "axum 0.8.8",
6476   "forwarded-header-value",
6477   "governor",
6478   "http 1.4.0",
6479   "pin-project",
6480   "thiserror 2.0.18",
6481   "tower 0.5.3",
6482   "tracing",
6483  ]
6484  
6485  [[package]]
6486  name = "tracing"
6487  version = "0.1.44"
6488  source = "registry+https://github.com/rust-lang/crates.io-index"
6489  checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
6490  dependencies = [
6491   "log",
6492   "pin-project-lite",
6493   "tracing-attributes",
6494   "tracing-core",
6495  ]
6496  
6497  [[package]]
6498  name = "tracing-attributes"
6499  version = "0.1.31"
6500  source = "registry+https://github.com/rust-lang/crates.io-index"
6501  checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
6502  dependencies = [
6503   "proc-macro2",
6504   "quote 1.0.43",
6505   "syn 2.0.114",
6506  ]
6507  
6508  [[package]]
6509  name = "tracing-core"
6510  version = "0.1.36"
6511  source = "registry+https://github.com/rust-lang/crates.io-index"
6512  checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
6513  dependencies = [
6514   "once_cell",
6515   "valuable",
6516  ]
6517  
6518  [[package]]
6519  name = "tracing-log"
6520  version = "0.2.0"
6521  source = "registry+https://github.com/rust-lang/crates.io-index"
6522  checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
6523  dependencies = [
6524   "log",
6525   "once_cell",
6526   "tracing-core",
6527  ]
6528  
6529  [[package]]
6530  name = "tracing-subscriber"
6531  version = "0.3.19"
6532  source = "registry+https://github.com/rust-lang/crates.io-index"
6533  checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
6534  dependencies = [
6535   "matchers",
6536   "nu-ansi-term",
6537   "once_cell",
6538   "regex",
6539   "sharded-slab",
6540   "smallvec",
6541   "thread_local",
6542   "tracing",
6543   "tracing-core",
6544   "tracing-log",
6545  ]
6546  
6547  [[package]]
6548  name = "tracing-test"
6549  version = "0.2.5"
6550  source = "registry+https://github.com/rust-lang/crates.io-index"
6551  checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
6552  dependencies = [
6553   "tracing-core",
6554   "tracing-subscriber",
6555   "tracing-test-macro",
6556  ]
6557  
6558  [[package]]
6559  name = "tracing-test-macro"
6560  version = "0.2.5"
6561  source = "registry+https://github.com/rust-lang/crates.io-index"
6562  checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
6563  dependencies = [
6564   "quote 1.0.43",
6565   "syn 2.0.114",
6566  ]
6567  
6568  [[package]]
6569  name = "try-lock"
6570  version = "0.2.5"
6571  source = "registry+https://github.com/rust-lang/crates.io-index"
6572  checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6573  
6574  [[package]]
6575  name = "typed-json"
6576  version = "0.1.1"
6577  source = "registry+https://github.com/rust-lang/crates.io-index"
6578  checksum = "6024a8d0025400b3f6b189366e9aa92012cf9c4fe1cd2620848dd61425c49eed"
6579  dependencies = [
6580   "serde",
6581   "serde_json",
6582  ]
6583  
6584  [[package]]
6585  name = "typenum"
6586  version = "1.19.0"
6587  source = "registry+https://github.com/rust-lang/crates.io-index"
6588  checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
6589  
6590  [[package]]
6591  name = "ucd-trie"
6592  version = "0.1.7"
6593  source = "registry+https://github.com/rust-lang/crates.io-index"
6594  checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
6595  
6596  [[package]]
6597  name = "unarray"
6598  version = "0.1.4"
6599  source = "registry+https://github.com/rust-lang/crates.io-index"
6600  checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
6601  
6602  [[package]]
6603  name = "unicase"
6604  version = "2.9.0"
6605  source = "registry+https://github.com/rust-lang/crates.io-index"
6606  checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
6607  
6608  [[package]]
6609  name = "unicode-ident"
6610  version = "1.0.22"
6611  source = "registry+https://github.com/rust-lang/crates.io-index"
6612  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
6613  
6614  [[package]]
6615  name = "unicode-segmentation"
6616  version = "1.12.0"
6617  source = "registry+https://github.com/rust-lang/crates.io-index"
6618  checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
6619  
6620  [[package]]
6621  name = "unicode-truncate"
6622  version = "2.0.1"
6623  source = "registry+https://github.com/rust-lang/crates.io-index"
6624  checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
6625  dependencies = [
6626   "itertools",
6627   "unicode-segmentation",
6628   "unicode-width",
6629  ]
6630  
6631  [[package]]
6632  name = "unicode-width"
6633  version = "0.2.2"
6634  source = "registry+https://github.com/rust-lang/crates.io-index"
6635  checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
6636  
6637  [[package]]
6638  name = "unicode-xid"
6639  version = "0.0.4"
6640  source = "registry+https://github.com/rust-lang/crates.io-index"
6641  checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
6642  
6643  [[package]]
6644  name = "untrusted"
6645  version = "0.9.0"
6646  source = "registry+https://github.com/rust-lang/crates.io-index"
6647  checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6648  
6649  [[package]]
6650  name = "ureq"
6651  version = "3.1.4"
6652  source = "registry+https://github.com/rust-lang/crates.io-index"
6653  checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
6654  dependencies = [
6655   "base64 0.22.1",
6656   "cookie_store",
6657   "flate2",
6658   "log",
6659   "percent-encoding",
6660   "rustls",
6661   "rustls-pki-types",
6662   "serde",
6663   "serde_json",
6664   "ureq-proto",
6665   "utf-8",
6666   "webpki-roots",
6667  ]
6668  
6669  [[package]]
6670  name = "ureq-proto"
6671  version = "0.5.3"
6672  source = "registry+https://github.com/rust-lang/crates.io-index"
6673  checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
6674  dependencies = [
6675   "base64 0.22.1",
6676   "http 1.4.0",
6677   "httparse",
6678   "log",
6679  ]
6680  
6681  [[package]]
6682  name = "url"
6683  version = "2.5.8"
6684  source = "registry+https://github.com/rust-lang/crates.io-index"
6685  checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
6686  dependencies = [
6687   "form_urlencoded",
6688   "idna",
6689   "percent-encoding",
6690   "serde",
6691  ]
6692  
6693  [[package]]
6694  name = "urlencoding"
6695  version = "2.1.3"
6696  source = "registry+https://github.com/rust-lang/crates.io-index"
6697  checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
6698  
6699  [[package]]
6700  name = "utf-8"
6701  version = "0.7.6"
6702  source = "registry+https://github.com/rust-lang/crates.io-index"
6703  checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
6704  
6705  [[package]]
6706  name = "utf8_iter"
6707  version = "1.0.4"
6708  source = "registry+https://github.com/rust-lang/crates.io-index"
6709  checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
6710  
6711  [[package]]
6712  name = "utf8parse"
6713  version = "0.2.2"
6714  source = "registry+https://github.com/rust-lang/crates.io-index"
6715  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
6716  
6717  [[package]]
6718  name = "uuid"
6719  version = "1.19.0"
6720  source = "registry+https://github.com/rust-lang/crates.io-index"
6721  checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
6722  dependencies = [
6723   "atomic",
6724   "getrandom 0.3.4",
6725   "js-sys",
6726   "wasm-bindgen",
6727  ]
6728  
6729  [[package]]
6730  name = "valuable"
6731  version = "0.1.1"
6732  source = "registry+https://github.com/rust-lang/crates.io-index"
6733  checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
6734  
6735  [[package]]
6736  name = "vcpkg"
6737  version = "0.2.15"
6738  source = "registry+https://github.com/rust-lang/crates.io-index"
6739  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6740  
6741  [[package]]
6742  name = "version_check"
6743  version = "0.9.5"
6744  source = "registry+https://github.com/rust-lang/crates.io-index"
6745  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6746  
6747  [[package]]
6748  name = "vtparse"
6749  version = "0.6.2"
6750  source = "registry+https://github.com/rust-lang/crates.io-index"
6751  checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
6752  dependencies = [
6753   "utf8parse",
6754  ]
6755  
6756  [[package]]
6757  name = "wait-timeout"
6758  version = "0.2.1"
6759  source = "registry+https://github.com/rust-lang/crates.io-index"
6760  checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
6761  dependencies = [
6762   "libc",
6763  ]
6764  
6765  [[package]]
6766  name = "walkdir"
6767  version = "2.5.0"
6768  source = "registry+https://github.com/rust-lang/crates.io-index"
6769  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6770  dependencies = [
6771   "same-file",
6772   "winapi-util",
6773  ]
6774  
6775  [[package]]
6776  name = "want"
6777  version = "0.3.1"
6778  source = "registry+https://github.com/rust-lang/crates.io-index"
6779  checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6780  dependencies = [
6781   "try-lock",
6782  ]
6783  
6784  [[package]]
6785  name = "wasi"
6786  version = "0.11.1+wasi-snapshot-preview1"
6787  source = "registry+https://github.com/rust-lang/crates.io-index"
6788  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
6789  
6790  [[package]]
6791  name = "wasip2"
6792  version = "1.0.2+wasi-0.2.9"
6793  source = "registry+https://github.com/rust-lang/crates.io-index"
6794  checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
6795  dependencies = [
6796   "wit-bindgen",
6797  ]
6798  
6799  [[package]]
6800  name = "wasm-bindgen"
6801  version = "0.2.108"
6802  source = "registry+https://github.com/rust-lang/crates.io-index"
6803  checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
6804  dependencies = [
6805   "cfg-if",
6806   "once_cell",
6807   "rustversion",
6808   "wasm-bindgen-macro",
6809   "wasm-bindgen-shared",
6810  ]
6811  
6812  [[package]]
6813  name = "wasm-bindgen-futures"
6814  version = "0.4.58"
6815  source = "registry+https://github.com/rust-lang/crates.io-index"
6816  checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
6817  dependencies = [
6818   "cfg-if",
6819   "futures-util",
6820   "js-sys",
6821   "once_cell",
6822   "wasm-bindgen",
6823   "web-sys",
6824  ]
6825  
6826  [[package]]
6827  name = "wasm-bindgen-macro"
6828  version = "0.2.108"
6829  source = "registry+https://github.com/rust-lang/crates.io-index"
6830  checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
6831  dependencies = [
6832   "quote 1.0.43",
6833   "wasm-bindgen-macro-support",
6834  ]
6835  
6836  [[package]]
6837  name = "wasm-bindgen-macro-support"
6838  version = "0.2.108"
6839  source = "registry+https://github.com/rust-lang/crates.io-index"
6840  checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
6841  dependencies = [
6842   "bumpalo",
6843   "proc-macro2",
6844   "quote 1.0.43",
6845   "syn 2.0.114",
6846   "wasm-bindgen-shared",
6847  ]
6848  
6849  [[package]]
6850  name = "wasm-bindgen-shared"
6851  version = "0.2.108"
6852  source = "registry+https://github.com/rust-lang/crates.io-index"
6853  checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
6854  dependencies = [
6855   "unicode-ident",
6856  ]
6857  
6858  [[package]]
6859  name = "web-sys"
6860  version = "0.3.85"
6861  source = "registry+https://github.com/rust-lang/crates.io-index"
6862  checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
6863  dependencies = [
6864   "js-sys",
6865   "wasm-bindgen",
6866  ]
6867  
6868  [[package]]
6869  name = "web-time"
6870  version = "1.1.0"
6871  source = "registry+https://github.com/rust-lang/crates.io-index"
6872  checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6873  dependencies = [
6874   "js-sys",
6875   "wasm-bindgen",
6876  ]
6877  
6878  [[package]]
6879  name = "webpki-roots"
6880  version = "1.0.5"
6881  source = "registry+https://github.com/rust-lang/crates.io-index"
6882  checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c"
6883  dependencies = [
6884   "rustls-pki-types",
6885  ]
6886  
6887  [[package]]
6888  name = "wezterm-bidi"
6889  version = "0.2.3"
6890  source = "registry+https://github.com/rust-lang/crates.io-index"
6891  checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
6892  dependencies = [
6893   "log",
6894   "wezterm-dynamic",
6895  ]
6896  
6897  [[package]]
6898  name = "wezterm-blob-leases"
6899  version = "0.1.1"
6900  source = "registry+https://github.com/rust-lang/crates.io-index"
6901  checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7"
6902  dependencies = [
6903   "getrandom 0.3.4",
6904   "mac_address",
6905   "sha2",
6906   "thiserror 1.0.69",
6907   "uuid",
6908  ]
6909  
6910  [[package]]
6911  name = "wezterm-color-types"
6912  version = "0.3.0"
6913  source = "registry+https://github.com/rust-lang/crates.io-index"
6914  checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
6915  dependencies = [
6916   "csscolorparser",
6917   "deltae",
6918   "lazy_static",
6919   "wezterm-dynamic",
6920  ]
6921  
6922  [[package]]
6923  name = "wezterm-dynamic"
6924  version = "0.2.1"
6925  source = "registry+https://github.com/rust-lang/crates.io-index"
6926  checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
6927  dependencies = [
6928   "log",
6929   "ordered-float",
6930   "strsim",
6931   "thiserror 1.0.69",
6932   "wezterm-dynamic-derive",
6933  ]
6934  
6935  [[package]]
6936  name = "wezterm-dynamic-derive"
6937  version = "0.1.1"
6938  source = "registry+https://github.com/rust-lang/crates.io-index"
6939  checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
6940  dependencies = [
6941   "proc-macro2",
6942   "quote 1.0.43",
6943   "syn 1.0.109",
6944  ]
6945  
6946  [[package]]
6947  name = "wezterm-input-types"
6948  version = "0.1.0"
6949  source = "registry+https://github.com/rust-lang/crates.io-index"
6950  checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
6951  dependencies = [
6952   "bitflags 1.3.2",
6953   "euclid",
6954   "lazy_static",
6955   "serde",
6956   "wezterm-dynamic",
6957  ]
6958  
6959  [[package]]
6960  name = "which"
6961  version = "4.4.2"
6962  source = "registry+https://github.com/rust-lang/crates.io-index"
6963  checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
6964  dependencies = [
6965   "either",
6966   "home",
6967   "once_cell",
6968   "rustix 0.38.44",
6969  ]
6970  
6971  [[package]]
6972  name = "which"
6973  version = "8.0.0"
6974  source = "registry+https://github.com/rust-lang/crates.io-index"
6975  checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
6976  dependencies = [
6977   "env_home",
6978   "rustix 1.1.3",
6979   "winsafe",
6980  ]
6981  
6982  [[package]]
6983  name = "winapi"
6984  version = "0.3.9"
6985  source = "registry+https://github.com/rust-lang/crates.io-index"
6986  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6987  dependencies = [
6988   "winapi-i686-pc-windows-gnu",
6989   "winapi-x86_64-pc-windows-gnu",
6990  ]
6991  
6992  [[package]]
6993  name = "winapi-i686-pc-windows-gnu"
6994  version = "0.4.0"
6995  source = "registry+https://github.com/rust-lang/crates.io-index"
6996  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6997  
6998  [[package]]
6999  name = "winapi-util"
7000  version = "0.1.11"
7001  source = "registry+https://github.com/rust-lang/crates.io-index"
7002  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7003  dependencies = [
7004   "windows-sys 0.48.0",
7005  ]
7006  
7007  [[package]]
7008  name = "winapi-x86_64-pc-windows-gnu"
7009  version = "0.4.0"
7010  source = "registry+https://github.com/rust-lang/crates.io-index"
7011  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7012  
7013  [[package]]
7014  name = "windows-core"
7015  version = "0.62.2"
7016  source = "registry+https://github.com/rust-lang/crates.io-index"
7017  checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7018  dependencies = [
7019   "windows-implement",
7020   "windows-interface",
7021   "windows-link",
7022   "windows-result",
7023   "windows-strings",
7024  ]
7025  
7026  [[package]]
7027  name = "windows-implement"
7028  version = "0.60.2"
7029  source = "registry+https://github.com/rust-lang/crates.io-index"
7030  checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
7031  dependencies = [
7032   "proc-macro2",
7033   "quote 1.0.43",
7034   "syn 2.0.114",
7035  ]
7036  
7037  [[package]]
7038  name = "windows-interface"
7039  version = "0.59.3"
7040  source = "registry+https://github.com/rust-lang/crates.io-index"
7041  checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
7042  dependencies = [
7043   "proc-macro2",
7044   "quote 1.0.43",
7045   "syn 2.0.114",
7046  ]
7047  
7048  [[package]]
7049  name = "windows-link"
7050  version = "0.2.1"
7051  source = "registry+https://github.com/rust-lang/crates.io-index"
7052  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
7053  
7054  [[package]]
7055  name = "windows-registry"
7056  version = "0.6.1"
7057  source = "registry+https://github.com/rust-lang/crates.io-index"
7058  checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
7059  dependencies = [
7060   "windows-link",
7061   "windows-result",
7062   "windows-strings",
7063  ]
7064  
7065  [[package]]
7066  name = "windows-result"
7067  version = "0.4.1"
7068  source = "registry+https://github.com/rust-lang/crates.io-index"
7069  checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
7070  dependencies = [
7071   "windows-link",
7072  ]
7073  
7074  [[package]]
7075  name = "windows-strings"
7076  version = "0.5.1"
7077  source = "registry+https://github.com/rust-lang/crates.io-index"
7078  checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7079  dependencies = [
7080   "windows-link",
7081  ]
7082  
7083  [[package]]
7084  name = "windows-sys"
7085  version = "0.48.0"
7086  source = "registry+https://github.com/rust-lang/crates.io-index"
7087  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
7088  dependencies = [
7089   "windows-targets 0.48.5",
7090  ]
7091  
7092  [[package]]
7093  name = "windows-sys"
7094  version = "0.52.0"
7095  source = "registry+https://github.com/rust-lang/crates.io-index"
7096  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7097  dependencies = [
7098   "windows-targets 0.52.6",
7099  ]
7100  
7101  [[package]]
7102  name = "windows-sys"
7103  version = "0.59.0"
7104  source = "registry+https://github.com/rust-lang/crates.io-index"
7105  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7106  dependencies = [
7107   "windows-targets 0.52.6",
7108  ]
7109  
7110  [[package]]
7111  name = "windows-sys"
7112  version = "0.60.2"
7113  source = "registry+https://github.com/rust-lang/crates.io-index"
7114  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
7115  dependencies = [
7116   "windows-targets 0.53.5",
7117  ]
7118  
7119  [[package]]
7120  name = "windows-sys"
7121  version = "0.61.2"
7122  source = "registry+https://github.com/rust-lang/crates.io-index"
7123  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7124  dependencies = [
7125   "windows-link",
7126  ]
7127  
7128  [[package]]
7129  name = "windows-targets"
7130  version = "0.48.5"
7131  source = "registry+https://github.com/rust-lang/crates.io-index"
7132  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
7133  dependencies = [
7134   "windows_aarch64_gnullvm 0.48.5",
7135   "windows_aarch64_msvc 0.48.5",
7136   "windows_i686_gnu 0.48.5",
7137   "windows_i686_msvc 0.48.5",
7138   "windows_x86_64_gnu 0.48.5",
7139   "windows_x86_64_gnullvm 0.48.5",
7140   "windows_x86_64_msvc 0.48.5",
7141  ]
7142  
7143  [[package]]
7144  name = "windows-targets"
7145  version = "0.52.6"
7146  source = "registry+https://github.com/rust-lang/crates.io-index"
7147  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7148  dependencies = [
7149   "windows_aarch64_gnullvm 0.52.6",
7150   "windows_aarch64_msvc 0.52.6",
7151   "windows_i686_gnu 0.52.6",
7152   "windows_i686_gnullvm 0.52.6",
7153   "windows_i686_msvc 0.52.6",
7154   "windows_x86_64_gnu 0.52.6",
7155   "windows_x86_64_gnullvm 0.52.6",
7156   "windows_x86_64_msvc 0.52.6",
7157  ]
7158  
7159  [[package]]
7160  name = "windows-targets"
7161  version = "0.53.5"
7162  source = "registry+https://github.com/rust-lang/crates.io-index"
7163  checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
7164  dependencies = [
7165   "windows-link",
7166   "windows_aarch64_gnullvm 0.53.1",
7167   "windows_aarch64_msvc 0.53.1",
7168   "windows_i686_gnu 0.53.1",
7169   "windows_i686_gnullvm 0.53.1",
7170   "windows_i686_msvc 0.53.1",
7171   "windows_x86_64_gnu 0.53.1",
7172   "windows_x86_64_gnullvm 0.53.1",
7173   "windows_x86_64_msvc 0.53.1",
7174  ]
7175  
7176  [[package]]
7177  name = "windows_aarch64_gnullvm"
7178  version = "0.48.5"
7179  source = "registry+https://github.com/rust-lang/crates.io-index"
7180  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7181  
7182  [[package]]
7183  name = "windows_aarch64_gnullvm"
7184  version = "0.52.6"
7185  source = "registry+https://github.com/rust-lang/crates.io-index"
7186  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7187  
7188  [[package]]
7189  name = "windows_aarch64_gnullvm"
7190  version = "0.53.1"
7191  source = "registry+https://github.com/rust-lang/crates.io-index"
7192  checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
7193  
7194  [[package]]
7195  name = "windows_aarch64_msvc"
7196  version = "0.48.5"
7197  source = "registry+https://github.com/rust-lang/crates.io-index"
7198  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7199  
7200  [[package]]
7201  name = "windows_aarch64_msvc"
7202  version = "0.52.6"
7203  source = "registry+https://github.com/rust-lang/crates.io-index"
7204  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7205  
7206  [[package]]
7207  name = "windows_aarch64_msvc"
7208  version = "0.53.1"
7209  source = "registry+https://github.com/rust-lang/crates.io-index"
7210  checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
7211  
7212  [[package]]
7213  name = "windows_i686_gnu"
7214  version = "0.48.5"
7215  source = "registry+https://github.com/rust-lang/crates.io-index"
7216  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7217  
7218  [[package]]
7219  name = "windows_i686_gnu"
7220  version = "0.52.6"
7221  source = "registry+https://github.com/rust-lang/crates.io-index"
7222  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7223  
7224  [[package]]
7225  name = "windows_i686_gnu"
7226  version = "0.53.1"
7227  source = "registry+https://github.com/rust-lang/crates.io-index"
7228  checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
7229  
7230  [[package]]
7231  name = "windows_i686_gnullvm"
7232  version = "0.52.6"
7233  source = "registry+https://github.com/rust-lang/crates.io-index"
7234  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7235  
7236  [[package]]
7237  name = "windows_i686_gnullvm"
7238  version = "0.53.1"
7239  source = "registry+https://github.com/rust-lang/crates.io-index"
7240  checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
7241  
7242  [[package]]
7243  name = "windows_i686_msvc"
7244  version = "0.48.5"
7245  source = "registry+https://github.com/rust-lang/crates.io-index"
7246  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7247  
7248  [[package]]
7249  name = "windows_i686_msvc"
7250  version = "0.52.6"
7251  source = "registry+https://github.com/rust-lang/crates.io-index"
7252  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7253  
7254  [[package]]
7255  name = "windows_i686_msvc"
7256  version = "0.53.1"
7257  source = "registry+https://github.com/rust-lang/crates.io-index"
7258  checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
7259  
7260  [[package]]
7261  name = "windows_x86_64_gnu"
7262  version = "0.48.5"
7263  source = "registry+https://github.com/rust-lang/crates.io-index"
7264  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7265  
7266  [[package]]
7267  name = "windows_x86_64_gnu"
7268  version = "0.52.6"
7269  source = "registry+https://github.com/rust-lang/crates.io-index"
7270  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7271  
7272  [[package]]
7273  name = "windows_x86_64_gnu"
7274  version = "0.53.1"
7275  source = "registry+https://github.com/rust-lang/crates.io-index"
7276  checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
7277  
7278  [[package]]
7279  name = "windows_x86_64_gnullvm"
7280  version = "0.48.5"
7281  source = "registry+https://github.com/rust-lang/crates.io-index"
7282  checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7283  
7284  [[package]]
7285  name = "windows_x86_64_gnullvm"
7286  version = "0.52.6"
7287  source = "registry+https://github.com/rust-lang/crates.io-index"
7288  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7289  
7290  [[package]]
7291  name = "windows_x86_64_gnullvm"
7292  version = "0.53.1"
7293  source = "registry+https://github.com/rust-lang/crates.io-index"
7294  checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
7295  
7296  [[package]]
7297  name = "windows_x86_64_msvc"
7298  version = "0.48.5"
7299  source = "registry+https://github.com/rust-lang/crates.io-index"
7300  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7301  
7302  [[package]]
7303  name = "windows_x86_64_msvc"
7304  version = "0.52.6"
7305  source = "registry+https://github.com/rust-lang/crates.io-index"
7306  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7307  
7308  [[package]]
7309  name = "windows_x86_64_msvc"
7310  version = "0.53.1"
7311  source = "registry+https://github.com/rust-lang/crates.io-index"
7312  checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
7313  
7314  [[package]]
7315  name = "winnow"
7316  version = "0.7.14"
7317  source = "registry+https://github.com/rust-lang/crates.io-index"
7318  checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
7319  
7320  [[package]]
7321  name = "winreg"
7322  version = "0.50.0"
7323  source = "registry+https://github.com/rust-lang/crates.io-index"
7324  checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
7325  dependencies = [
7326   "cfg-if",
7327   "windows-sys 0.48.0",
7328  ]
7329  
7330  [[package]]
7331  name = "winsafe"
7332  version = "0.0.19"
7333  source = "registry+https://github.com/rust-lang/crates.io-index"
7334  checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
7335  
7336  [[package]]
7337  name = "wit-bindgen"
7338  version = "0.51.0"
7339  source = "registry+https://github.com/rust-lang/crates.io-index"
7340  checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
7341  
7342  [[package]]
7343  name = "writeable"
7344  version = "0.6.2"
7345  source = "registry+https://github.com/rust-lang/crates.io-index"
7346  checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
7347  
7348  [[package]]
7349  name = "yoke"
7350  version = "0.8.1"
7351  source = "registry+https://github.com/rust-lang/crates.io-index"
7352  checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
7353  dependencies = [
7354   "stable_deref_trait",
7355   "yoke-derive",
7356   "zerofrom",
7357  ]
7358  
7359  [[package]]
7360  name = "yoke-derive"
7361  version = "0.8.1"
7362  source = "registry+https://github.com/rust-lang/crates.io-index"
7363  checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
7364  dependencies = [
7365   "proc-macro2",
7366   "quote 1.0.43",
7367   "syn 2.0.114",
7368   "synstructure",
7369  ]
7370  
7371  [[package]]
7372  name = "zerocopy"
7373  version = "0.8.33"
7374  source = "registry+https://github.com/rust-lang/crates.io-index"
7375  checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
7376  dependencies = [
7377   "zerocopy-derive",
7378  ]
7379  
7380  [[package]]
7381  name = "zerocopy-derive"
7382  version = "0.8.33"
7383  source = "registry+https://github.com/rust-lang/crates.io-index"
7384  checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
7385  dependencies = [
7386   "proc-macro2",
7387   "quote 1.0.43",
7388   "syn 2.0.114",
7389  ]
7390  
7391  [[package]]
7392  name = "zerofrom"
7393  version = "0.1.6"
7394  source = "registry+https://github.com/rust-lang/crates.io-index"
7395  checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
7396  dependencies = [
7397   "zerofrom-derive",
7398  ]
7399  
7400  [[package]]
7401  name = "zerofrom-derive"
7402  version = "0.1.6"
7403  source = "registry+https://github.com/rust-lang/crates.io-index"
7404  checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
7405  dependencies = [
7406   "proc-macro2",
7407   "quote 1.0.43",
7408   "syn 2.0.114",
7409   "synstructure",
7410  ]
7411  
7412  [[package]]
7413  name = "zeroize"
7414  version = "1.8.2"
7415  source = "registry+https://github.com/rust-lang/crates.io-index"
7416  checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
7417  dependencies = [
7418   "zeroize_derive",
7419  ]
7420  
7421  [[package]]
7422  name = "zeroize_derive"
7423  version = "1.4.3"
7424  source = "registry+https://github.com/rust-lang/crates.io-index"
7425  checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
7426  dependencies = [
7427   "proc-macro2",
7428   "quote 1.0.43",
7429   "syn 2.0.114",
7430  ]
7431  
7432  [[package]]
7433  name = "zerotrie"
7434  version = "0.2.3"
7435  source = "registry+https://github.com/rust-lang/crates.io-index"
7436  checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
7437  dependencies = [
7438   "displaydoc",
7439   "yoke",
7440   "zerofrom",
7441  ]
7442  
7443  [[package]]
7444  name = "zerovec"
7445  version = "0.11.5"
7446  source = "registry+https://github.com/rust-lang/crates.io-index"
7447  checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
7448  dependencies = [
7449   "yoke",
7450   "zerofrom",
7451   "zerovec-derive",
7452  ]
7453  
7454  [[package]]
7455  name = "zerovec-derive"
7456  version = "0.11.2"
7457  source = "registry+https://github.com/rust-lang/crates.io-index"
7458  checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
7459  dependencies = [
7460   "proc-macro2",
7461   "quote 1.0.43",
7462   "syn 2.0.114",
7463  ]
7464  
7465  [[package]]
7466  name = "zip"
7467  version = "2.4.2"
7468  source = "registry+https://github.com/rust-lang/crates.io-index"
7469  checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
7470  dependencies = [
7471   "arbitrary",
7472   "crc32fast",
7473   "crossbeam-utils",
7474   "displaydoc",
7475   "flate2",
7476   "indexmap 2.13.0",
7477   "memchr",
7478   "thiserror 2.0.18",
7479   "time",
7480   "zopfli",
7481  ]
7482  
7483  [[package]]
7484  name = "zipsign-api"
7485  version = "0.1.5"
7486  source = "registry+https://github.com/rust-lang/crates.io-index"
7487  checksum = "dba6063ff82cdbd9a765add16d369abe81e520f836054e997c2db217ceca40c0"
7488  dependencies = [
7489   "ed25519-dalek",
7490   "thiserror 2.0.18",
7491  ]
7492  
7493  [[package]]
7494  name = "zmij"
7495  version = "1.0.16"
7496  source = "registry+https://github.com/rust-lang/crates.io-index"
7497  checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
7498  
7499  [[package]]
7500  name = "zopfli"
7501  version = "0.8.3"
7502  source = "registry+https://github.com/rust-lang/crates.io-index"
7503  checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
7504  dependencies = [
7505   "bumpalo",
7506   "crc32fast",
7507   "log",
7508   "simd-adler32",
7509  ]