/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 4
   4  
   5  [[package]]
   6  name = "addr2line"
   7  version = "0.25.1"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  10  dependencies = [
  11   "gimli",
  12  ]
  13  
  14  [[package]]
  15  name = "adler2"
  16  version = "2.0.1"
  17  source = "registry+https://github.com/rust-lang/crates.io-index"
  18  checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  19  
  20  [[package]]
  21  name = "adnet-core-cpu"
  22  version = "0.1.0"
  23  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  24  
  25  [[package]]
  26  name = "adnet-core-profiler"
  27  version = "0.1.0"
  28  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  29  
  30  [[package]]
  31  name = "adnet-core-std"
  32  version = "0.1.0"
  33  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  34  dependencies = [
  35   "adnet-core-cpu",
  36   "adnet-core-profiler",
  37   "adnet-core-storage 0.1.0 (git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178)",
  38   "adnet-core-time",
  39   "adnet-core-timed",
  40   "adnet-core-timer",
  41  ]
  42  
  43  [[package]]
  44  name = "adnet-core-storage"
  45  version = "0.1.0"
  46  source = "git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  47  dependencies = [
  48   "dirs",
  49   "tempfile",
  50  ]
  51  
  52  [[package]]
  53  name = "adnet-core-storage"
  54  version = "0.1.0"
  55  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  56  dependencies = [
  57   "dirs",
  58   "tempfile",
  59  ]
  60  
  61  [[package]]
  62  name = "adnet-core-time"
  63  version = "0.1.0"
  64  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  65  dependencies = [
  66   "proc-macro2",
  67   "quote 1.0.42",
  68   "syn 1.0.109",
  69  ]
  70  
  71  [[package]]
  72  name = "adnet-core-timed"
  73  version = "0.1.0"
  74  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  75  dependencies = [
  76   "proc-macro2",
  77   "quote 1.0.42",
  78   "syn 1.0.109",
  79  ]
  80  
  81  [[package]]
  82  name = "adnet-core-timer"
  83  version = "0.1.0"
  84  source = "git+https://github.com/BlockBlox-MD/adnet-core.git?rev=4532178#4532178084bbabc1dd3cb70435e0c0498788c2d5"
  85  
  86  [[package]]
  87  name = "allocator-api2"
  88  version = "0.2.21"
  89  source = "registry+https://github.com/rust-lang/crates.io-index"
  90  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  91  
  92  [[package]]
  93  name = "alphavm"
  94  version = "4.4.0"
  95  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
  96  dependencies = [
  97   "alphavm-console",
  98   "anyhow",
  99   "rand",
 100   "walkdir",
 101  ]
 102  
 103  [[package]]
 104  name = "alphavm-algorithms"
 105  version = "4.4.0"
 106  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 107  dependencies = [
 108   "adnet-core-std",
 109   "alphavm-curves",
 110   "alphavm-fields",
 111   "alphavm-parameters",
 112   "alphavm-utilities",
 113   "anyhow",
 114   "blake2",
 115   "cfg-if",
 116   "fxhash",
 117   "hashbrown 0.15.5",
 118   "hex",
 119   "indexmap",
 120   "itertools",
 121   "num-traits",
 122   "rand",
 123   "rayon",
 124   "serde",
 125   "sha2",
 126   "smallvec",
 127   "thiserror 2.0.17",
 128  ]
 129  
 130  [[package]]
 131  name = "alphavm-console"
 132  version = "4.4.0"
 133  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 134  dependencies = [
 135   "alphavm-console-account",
 136   "alphavm-console-algorithms",
 137   "alphavm-console-collections",
 138   "alphavm-console-network",
 139   "alphavm-console-program",
 140   "alphavm-console-types",
 141  ]
 142  
 143  [[package]]
 144  name = "alphavm-console-account"
 145  version = "4.4.0"
 146  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 147  dependencies = [
 148   "alphavm-console-network",
 149   "alphavm-console-types",
 150   "bs58",
 151   "zeroize",
 152  ]
 153  
 154  [[package]]
 155  name = "alphavm-console-algorithms"
 156  version = "4.4.0"
 157  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 158  dependencies = [
 159   "alphavm-console-types",
 160   "alphavm-fields",
 161   "alphavm-utilities",
 162   "blake2s_simd",
 163   "hex",
 164   "k256",
 165   "serde",
 166   "smallvec",
 167   "tiny-keccak",
 168  ]
 169  
 170  [[package]]
 171  name = "alphavm-console-collections"
 172  version = "4.4.0"
 173  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 174  dependencies = [
 175   "adnet-core-std",
 176   "alphavm-console-algorithms",
 177   "alphavm-console-types",
 178   "rayon",
 179   "serde",
 180  ]
 181  
 182  [[package]]
 183  name = "alphavm-console-network"
 184  version = "4.4.0"
 185  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 186  dependencies = [
 187   "alphavm-algorithms",
 188   "alphavm-console-algorithms",
 189   "alphavm-console-collections",
 190   "alphavm-console-network-environment",
 191   "alphavm-console-types",
 192   "alphavm-curves",
 193   "alphavm-parameters",
 194   "anyhow",
 195   "enum-iterator",
 196   "indexmap",
 197   "lazy_static",
 198   "paste",
 199   "serde",
 200  ]
 201  
 202  [[package]]
 203  name = "alphavm-console-network-environment"
 204  version = "4.4.0"
 205  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 206  dependencies = [
 207   "alphavm-curves",
 208   "alphavm-fields",
 209   "alphavm-utilities",
 210   "anyhow",
 211   "bech32",
 212   "itertools",
 213   "nom",
 214   "num-traits",
 215   "rand",
 216   "serde",
 217   "zeroize",
 218  ]
 219  
 220  [[package]]
 221  name = "alphavm-console-program"
 222  version = "4.4.0"
 223  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 224  dependencies = [
 225   "alphavm-console-account",
 226   "alphavm-console-algorithms",
 227   "alphavm-console-collections",
 228   "alphavm-console-network",
 229   "alphavm-console-types",
 230   "alphavm-utilities",
 231   "enum-iterator",
 232   "enum_index",
 233   "enum_index_derive",
 234   "indexmap",
 235   "num-derive",
 236   "num-traits",
 237   "seq-macro",
 238   "serde_json",
 239  ]
 240  
 241  [[package]]
 242  name = "alphavm-console-types"
 243  version = "4.4.0"
 244  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 245  dependencies = [
 246   "alphavm-console-network-environment",
 247   "alphavm-console-types-address",
 248   "alphavm-console-types-boolean",
 249   "alphavm-console-types-field",
 250   "alphavm-console-types-group",
 251   "alphavm-console-types-integers",
 252   "alphavm-console-types-scalar",
 253   "alphavm-console-types-string",
 254  ]
 255  
 256  [[package]]
 257  name = "alphavm-console-types-address"
 258  version = "4.4.0"
 259  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 260  dependencies = [
 261   "alphavm-console-network-environment",
 262   "alphavm-console-types-boolean",
 263   "alphavm-console-types-field",
 264   "alphavm-console-types-group",
 265  ]
 266  
 267  [[package]]
 268  name = "alphavm-console-types-boolean"
 269  version = "4.4.0"
 270  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 271  dependencies = [
 272   "alphavm-console-network-environment",
 273  ]
 274  
 275  [[package]]
 276  name = "alphavm-console-types-field"
 277  version = "4.4.0"
 278  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 279  dependencies = [
 280   "alphavm-console-network-environment",
 281   "alphavm-console-types-boolean",
 282   "zeroize",
 283  ]
 284  
 285  [[package]]
 286  name = "alphavm-console-types-group"
 287  version = "4.4.0"
 288  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 289  dependencies = [
 290   "alphavm-console-network-environment",
 291   "alphavm-console-types-boolean",
 292   "alphavm-console-types-field",
 293   "alphavm-console-types-scalar",
 294  ]
 295  
 296  [[package]]
 297  name = "alphavm-console-types-integers"
 298  version = "4.4.0"
 299  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 300  dependencies = [
 301   "alphavm-console-network-environment",
 302   "alphavm-console-types-boolean",
 303   "alphavm-console-types-field",
 304   "alphavm-console-types-scalar",
 305  ]
 306  
 307  [[package]]
 308  name = "alphavm-console-types-scalar"
 309  version = "4.4.0"
 310  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 311  dependencies = [
 312   "alphavm-console-network-environment",
 313   "alphavm-console-types-boolean",
 314   "alphavm-console-types-field",
 315   "zeroize",
 316  ]
 317  
 318  [[package]]
 319  name = "alphavm-console-types-string"
 320  version = "4.4.0"
 321  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 322  dependencies = [
 323   "alphavm-console-network-environment",
 324   "alphavm-console-types-boolean",
 325   "alphavm-console-types-field",
 326   "alphavm-console-types-integers",
 327  ]
 328  
 329  [[package]]
 330  name = "alphavm-curves"
 331  version = "4.4.0"
 332  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 333  dependencies = [
 334   "alphavm-fields",
 335   "alphavm-utilities",
 336   "rand",
 337   "rayon",
 338   "rustc_version",
 339   "serde",
 340   "thiserror 2.0.17",
 341  ]
 342  
 343  [[package]]
 344  name = "alphavm-fields"
 345  version = "4.4.0"
 346  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 347  dependencies = [
 348   "adnet-core-std",
 349   "alphavm-utilities",
 350   "anyhow",
 351   "itertools",
 352   "num-traits",
 353   "rand",
 354   "rayon",
 355   "serde",
 356   "thiserror 2.0.17",
 357   "zeroize",
 358  ]
 359  
 360  [[package]]
 361  name = "alphavm-ledger-attestation"
 362  version = "0.1.0"
 363  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 364  dependencies = [
 365   "alphavm-console",
 366   "alphavm-ledger-governor",
 367   "anyhow",
 368   "serde",
 369  ]
 370  
 371  [[package]]
 372  name = "alphavm-ledger-governor"
 373  version = "0.1.0"
 374  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 375  dependencies = [
 376   "alphavm-console",
 377   "alphavm-console-algorithms",
 378   "alphavm-curves",
 379   "anyhow",
 380   "hex",
 381   "indexmap",
 382   "rayon",
 383   "serde",
 384   "serde_json",
 385   "thiserror 2.0.17",
 386   "tracing",
 387  ]
 388  
 389  [[package]]
 390  name = "alphavm-parameters"
 391  version = "4.4.0"
 392  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 393  dependencies = [
 394   "adnet-core-std",
 395   "alphavm-curves",
 396   "alphavm-utilities",
 397   "anyhow",
 398   "cfg-if",
 399   "colored",
 400   "curl",
 401   "hex",
 402   "lazy_static",
 403   "parking_lot",
 404   "paste",
 405   "rand",
 406   "serde_json",
 407   "sha2",
 408   "thiserror 2.0.17",
 409  ]
 410  
 411  [[package]]
 412  name = "alphavm-utilities"
 413  version = "4.4.0"
 414  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 415  dependencies = [
 416   "adnet-core-std",
 417   "alphavm-utilities-derives",
 418   "anyhow",
 419   "bincode",
 420   "colored",
 421   "num-bigint",
 422   "num_cpus",
 423   "rand",
 424   "rand_xorshift",
 425   "rayon",
 426   "serde",
 427   "serde_json",
 428   "smol_str",
 429   "thiserror 2.0.17",
 430   "tracing",
 431   "zeroize",
 432  ]
 433  
 434  [[package]]
 435  name = "alphavm-utilities-derives"
 436  version = "4.4.0"
 437  source = "git+https://code.ac-dc.network/AC-DC-Network/alphavm.git?rev=b979140#b97914061975eb63d6dd1c68457bcaa3dfc23a95"
 438  dependencies = [
 439   "proc-macro2",
 440   "quote 1.0.42",
 441   "syn 2.0.111",
 442  ]
 443  
 444  [[package]]
 445  name = "anyhow"
 446  version = "1.0.100"
 447  source = "registry+https://github.com/rust-lang/crates.io-index"
 448  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
 449  dependencies = [
 450   "backtrace",
 451  ]
 452  
 453  [[package]]
 454  name = "arrayref"
 455  version = "0.3.9"
 456  source = "registry+https://github.com/rust-lang/crates.io-index"
 457  checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
 458  
 459  [[package]]
 460  name = "arrayvec"
 461  version = "0.7.6"
 462  source = "registry+https://github.com/rust-lang/crates.io-index"
 463  checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
 464  
 465  [[package]]
 466  name = "autocfg"
 467  version = "1.5.0"
 468  source = "registry+https://github.com/rust-lang/crates.io-index"
 469  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 470  
 471  [[package]]
 472  name = "backtrace"
 473  version = "0.3.76"
 474  source = "registry+https://github.com/rust-lang/crates.io-index"
 475  checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 476  dependencies = [
 477   "addr2line",
 478   "cfg-if",
 479   "libc",
 480   "miniz_oxide",
 481   "object",
 482   "rustc-demangle",
 483   "windows-link",
 484  ]
 485  
 486  [[package]]
 487  name = "base16ct"
 488  version = "0.2.0"
 489  source = "registry+https://github.com/rust-lang/crates.io-index"
 490  checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
 491  
 492  [[package]]
 493  name = "bech32"
 494  version = "0.9.1"
 495  source = "registry+https://github.com/rust-lang/crates.io-index"
 496  checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
 497  
 498  [[package]]
 499  name = "bincode"
 500  version = "1.3.3"
 501  source = "registry+https://github.com/rust-lang/crates.io-index"
 502  checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 503  dependencies = [
 504   "serde",
 505  ]
 506  
 507  [[package]]
 508  name = "bitflags"
 509  version = "2.10.0"
 510  source = "registry+https://github.com/rust-lang/crates.io-index"
 511  checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 512  
 513  [[package]]
 514  name = "blake2"
 515  version = "0.10.6"
 516  source = "registry+https://github.com/rust-lang/crates.io-index"
 517  checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 518  dependencies = [
 519   "digest",
 520  ]
 521  
 522  [[package]]
 523  name = "blake2s_simd"
 524  version = "1.0.3"
 525  source = "registry+https://github.com/rust-lang/crates.io-index"
 526  checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df"
 527  dependencies = [
 528   "arrayref",
 529   "arrayvec",
 530   "constant_time_eq",
 531  ]
 532  
 533  [[package]]
 534  name = "block-buffer"
 535  version = "0.10.4"
 536  source = "registry+https://github.com/rust-lang/crates.io-index"
 537  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 538  dependencies = [
 539   "generic-array",
 540  ]
 541  
 542  [[package]]
 543  name = "bs58"
 544  version = "0.5.1"
 545  source = "registry+https://github.com/rust-lang/crates.io-index"
 546  checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
 547  dependencies = [
 548   "tinyvec",
 549  ]
 550  
 551  [[package]]
 552  name = "byteorder"
 553  version = "1.5.0"
 554  source = "registry+https://github.com/rust-lang/crates.io-index"
 555  checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 556  
 557  [[package]]
 558  name = "cc"
 559  version = "1.2.50"
 560  source = "registry+https://github.com/rust-lang/crates.io-index"
 561  checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
 562  dependencies = [
 563   "find-msvc-tools",
 564   "shlex",
 565  ]
 566  
 567  [[package]]
 568  name = "cfg-if"
 569  version = "1.0.4"
 570  source = "registry+https://github.com/rust-lang/crates.io-index"
 571  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 572  
 573  [[package]]
 574  name = "colored"
 575  version = "3.0.0"
 576  source = "registry+https://github.com/rust-lang/crates.io-index"
 577  checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
 578  dependencies = [
 579   "windows-sys 0.59.0",
 580  ]
 581  
 582  [[package]]
 583  name = "const-oid"
 584  version = "0.9.6"
 585  source = "registry+https://github.com/rust-lang/crates.io-index"
 586  checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 587  
 588  [[package]]
 589  name = "constant_time_eq"
 590  version = "0.3.1"
 591  source = "registry+https://github.com/rust-lang/crates.io-index"
 592  checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 593  
 594  [[package]]
 595  name = "cpufeatures"
 596  version = "0.2.17"
 597  source = "registry+https://github.com/rust-lang/crates.io-index"
 598  checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 599  dependencies = [
 600   "libc",
 601  ]
 602  
 603  [[package]]
 604  name = "crossbeam-deque"
 605  version = "0.8.6"
 606  source = "registry+https://github.com/rust-lang/crates.io-index"
 607  checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 608  dependencies = [
 609   "crossbeam-epoch",
 610   "crossbeam-utils",
 611  ]
 612  
 613  [[package]]
 614  name = "crossbeam-epoch"
 615  version = "0.9.18"
 616  source = "registry+https://github.com/rust-lang/crates.io-index"
 617  checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 618  dependencies = [
 619   "crossbeam-utils",
 620  ]
 621  
 622  [[package]]
 623  name = "crossbeam-utils"
 624  version = "0.8.21"
 625  source = "registry+https://github.com/rust-lang/crates.io-index"
 626  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 627  
 628  [[package]]
 629  name = "crunchy"
 630  version = "0.2.4"
 631  source = "registry+https://github.com/rust-lang/crates.io-index"
 632  checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 633  
 634  [[package]]
 635  name = "crypto-bigint"
 636  version = "0.5.5"
 637  source = "registry+https://github.com/rust-lang/crates.io-index"
 638  checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 639  dependencies = [
 640   "generic-array",
 641   "rand_core",
 642   "subtle",
 643   "zeroize",
 644  ]
 645  
 646  [[package]]
 647  name = "crypto-common"
 648  version = "0.1.6"
 649  source = "registry+https://github.com/rust-lang/crates.io-index"
 650  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 651  dependencies = [
 652   "generic-array",
 653   "typenum",
 654  ]
 655  
 656  [[package]]
 657  name = "curl"
 658  version = "0.4.49"
 659  source = "registry+https://github.com/rust-lang/crates.io-index"
 660  checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
 661  dependencies = [
 662   "curl-sys",
 663   "libc",
 664   "openssl-probe",
 665   "openssl-sys",
 666   "schannel",
 667   "socket2",
 668   "windows-sys 0.59.0",
 669  ]
 670  
 671  [[package]]
 672  name = "curl-sys"
 673  version = "0.4.84+curl-8.17.0"
 674  source = "registry+https://github.com/rust-lang/crates.io-index"
 675  checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b"
 676  dependencies = [
 677   "cc",
 678   "libc",
 679   "libz-sys",
 680   "openssl-sys",
 681   "pkg-config",
 682   "vcpkg",
 683   "windows-sys 0.59.0",
 684  ]
 685  
 686  [[package]]
 687  name = "deltavm-console"
 688  version = "0.1.0"
 689  dependencies = [
 690   "alphavm",
 691   "serde",
 692   "tracing",
 693  ]
 694  
 695  [[package]]
 696  name = "deltavm-derivatives"
 697  version = "0.1.0"
 698  dependencies = [
 699   "alphavm",
 700   "anyhow",
 701   "deltavm-console",
 702   "deltavm-ledger",
 703   "serde",
 704   "thiserror 2.0.17",
 705   "tracing",
 706  ]
 707  
 708  [[package]]
 709  name = "deltavm-dividends"
 710  version = "0.1.0"
 711  dependencies = [
 712   "anyhow",
 713   "deltavm-token",
 714   "serde",
 715   "sha2",
 716  ]
 717  
 718  [[package]]
 719  name = "deltavm-exchange"
 720  version = "0.1.0"
 721  dependencies = [
 722   "alphavm",
 723   "anyhow",
 724   "deltavm-console",
 725   "deltavm-ledger",
 726   "indexmap",
 727   "serde",
 728   "thiserror 2.0.17",
 729   "tracing",
 730  ]
 731  
 732  [[package]]
 733  name = "deltavm-execution"
 734  version = "0.1.0"
 735  dependencies = [
 736   "alphavm",
 737   "alphavm-ledger-attestation",
 738   "anyhow",
 739   "deltavm-console",
 740   "deltavm-derivatives",
 741   "deltavm-dividends",
 742   "deltavm-exchange",
 743   "deltavm-governance",
 744   "deltavm-ledger",
 745   "deltavm-token",
 746   "indexmap",
 747   "serde",
 748   "thiserror 2.0.17",
 749   "tracing",
 750  ]
 751  
 752  [[package]]
 753  name = "deltavm-governance"
 754  version = "0.1.0"
 755  dependencies = [
 756   "alphavm",
 757   "anyhow",
 758   "deltavm-token",
 759   "lazy_static",
 760   "serde",
 761   "sha2",
 762   "thiserror 2.0.17",
 763   "tracing",
 764  ]
 765  
 766  [[package]]
 767  name = "deltavm-ledger"
 768  version = "0.1.0"
 769  dependencies = [
 770   "adnet-core-storage 0.1.0 (git+https://code.ac-dc.network/AC-DC-Network/adnet-core.git?rev=4532178)",
 771   "alphavm",
 772   "alphavm-ledger-attestation",
 773   "alphavm-ledger-governor",
 774   "anyhow",
 775   "deltavm-console",
 776   "indexmap",
 777   "serde",
 778   "serde_json",
 779   "thiserror 2.0.17",
 780   "tracing",
 781  ]
 782  
 783  [[package]]
 784  name = "deltavm-oracle"
 785  version = "0.1.0"
 786  dependencies = [
 787   "anyhow",
 788   "serde",
 789   "sha2",
 790  ]
 791  
 792  [[package]]
 793  name = "deltavm-token"
 794  version = "0.1.0"
 795  dependencies = [
 796   "anyhow",
 797   "rand",
 798   "serde",
 799   "sha2",
 800  ]
 801  
 802  [[package]]
 803  name = "der"
 804  version = "0.7.10"
 805  source = "registry+https://github.com/rust-lang/crates.io-index"
 806  checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 807  dependencies = [
 808   "const-oid",
 809   "zeroize",
 810  ]
 811  
 812  [[package]]
 813  name = "digest"
 814  version = "0.10.7"
 815  source = "registry+https://github.com/rust-lang/crates.io-index"
 816  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 817  dependencies = [
 818   "block-buffer",
 819   "const-oid",
 820   "crypto-common",
 821   "subtle",
 822  ]
 823  
 824  [[package]]
 825  name = "dirs"
 826  version = "4.0.0"
 827  source = "registry+https://github.com/rust-lang/crates.io-index"
 828  checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 829  dependencies = [
 830   "dirs-sys",
 831  ]
 832  
 833  [[package]]
 834  name = "dirs-sys"
 835  version = "0.3.7"
 836  source = "registry+https://github.com/rust-lang/crates.io-index"
 837  checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 838  dependencies = [
 839   "libc",
 840   "redox_users",
 841   "winapi",
 842  ]
 843  
 844  [[package]]
 845  name = "ecdsa"
 846  version = "0.16.9"
 847  source = "registry+https://github.com/rust-lang/crates.io-index"
 848  checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
 849  dependencies = [
 850   "der",
 851   "digest",
 852   "elliptic-curve",
 853   "rfc6979",
 854   "signature",
 855  ]
 856  
 857  [[package]]
 858  name = "either"
 859  version = "1.15.0"
 860  source = "registry+https://github.com/rust-lang/crates.io-index"
 861  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 862  
 863  [[package]]
 864  name = "elliptic-curve"
 865  version = "0.13.8"
 866  source = "registry+https://github.com/rust-lang/crates.io-index"
 867  checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
 868  dependencies = [
 869   "base16ct",
 870   "crypto-bigint",
 871   "digest",
 872   "ff",
 873   "generic-array",
 874   "group",
 875   "rand_core",
 876   "sec1",
 877   "subtle",
 878   "zeroize",
 879  ]
 880  
 881  [[package]]
 882  name = "enum-iterator"
 883  version = "2.3.0"
 884  source = "registry+https://github.com/rust-lang/crates.io-index"
 885  checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016"
 886  dependencies = [
 887   "enum-iterator-derive",
 888  ]
 889  
 890  [[package]]
 891  name = "enum-iterator-derive"
 892  version = "1.5.0"
 893  source = "registry+https://github.com/rust-lang/crates.io-index"
 894  checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842"
 895  dependencies = [
 896   "proc-macro2",
 897   "quote 1.0.42",
 898   "syn 2.0.111",
 899  ]
 900  
 901  [[package]]
 902  name = "enum_index"
 903  version = "0.2.0"
 904  source = "registry+https://github.com/rust-lang/crates.io-index"
 905  checksum = "f5532bdea562e7be83060c36185eecccba82fe16729d2eaad2891d65417656dd"
 906  
 907  [[package]]
 908  name = "enum_index_derive"
 909  version = "0.2.0"
 910  source = "registry+https://github.com/rust-lang/crates.io-index"
 911  checksum = "8ab22c8085548bf06190113dca556e149ecdbb05ae5b972a2b9899f26b944ee4"
 912  dependencies = [
 913   "quote 0.3.15",
 914   "syn 0.11.11",
 915  ]
 916  
 917  [[package]]
 918  name = "equivalent"
 919  version = "1.0.2"
 920  source = "registry+https://github.com/rust-lang/crates.io-index"
 921  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 922  
 923  [[package]]
 924  name = "errno"
 925  version = "0.3.14"
 926  source = "registry+https://github.com/rust-lang/crates.io-index"
 927  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 928  dependencies = [
 929   "libc",
 930   "windows-sys 0.61.2",
 931  ]
 932  
 933  [[package]]
 934  name = "fastrand"
 935  version = "2.3.0"
 936  source = "registry+https://github.com/rust-lang/crates.io-index"
 937  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 938  
 939  [[package]]
 940  name = "ff"
 941  version = "0.13.1"
 942  source = "registry+https://github.com/rust-lang/crates.io-index"
 943  checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
 944  dependencies = [
 945   "rand_core",
 946   "subtle",
 947  ]
 948  
 949  [[package]]
 950  name = "find-msvc-tools"
 951  version = "0.1.5"
 952  source = "registry+https://github.com/rust-lang/crates.io-index"
 953  checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 954  
 955  [[package]]
 956  name = "foldhash"
 957  version = "0.1.5"
 958  source = "registry+https://github.com/rust-lang/crates.io-index"
 959  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 960  
 961  [[package]]
 962  name = "fxhash"
 963  version = "0.2.1"
 964  source = "registry+https://github.com/rust-lang/crates.io-index"
 965  checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 966  dependencies = [
 967   "byteorder",
 968  ]
 969  
 970  [[package]]
 971  name = "generic-array"
 972  version = "0.14.9"
 973  source = "registry+https://github.com/rust-lang/crates.io-index"
 974  checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
 975  dependencies = [
 976   "typenum",
 977   "version_check",
 978   "zeroize",
 979  ]
 980  
 981  [[package]]
 982  name = "getrandom"
 983  version = "0.2.16"
 984  source = "registry+https://github.com/rust-lang/crates.io-index"
 985  checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 986  dependencies = [
 987   "cfg-if",
 988   "libc",
 989   "wasi",
 990  ]
 991  
 992  [[package]]
 993  name = "getrandom"
 994  version = "0.3.4"
 995  source = "registry+https://github.com/rust-lang/crates.io-index"
 996  checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 997  dependencies = [
 998   "cfg-if",
 999   "libc",
1000   "r-efi",
1001   "wasip2",
1002  ]
1003  
1004  [[package]]
1005  name = "gimli"
1006  version = "0.32.3"
1007  source = "registry+https://github.com/rust-lang/crates.io-index"
1008  checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1009  
1010  [[package]]
1011  name = "group"
1012  version = "0.13.0"
1013  source = "registry+https://github.com/rust-lang/crates.io-index"
1014  checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1015  dependencies = [
1016   "ff",
1017   "rand_core",
1018   "subtle",
1019  ]
1020  
1021  [[package]]
1022  name = "hashbrown"
1023  version = "0.15.5"
1024  source = "registry+https://github.com/rust-lang/crates.io-index"
1025  checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1026  dependencies = [
1027   "allocator-api2",
1028   "equivalent",
1029   "foldhash",
1030  ]
1031  
1032  [[package]]
1033  name = "hashbrown"
1034  version = "0.16.1"
1035  source = "registry+https://github.com/rust-lang/crates.io-index"
1036  checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1037  
1038  [[package]]
1039  name = "hermit-abi"
1040  version = "0.5.2"
1041  source = "registry+https://github.com/rust-lang/crates.io-index"
1042  checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1043  
1044  [[package]]
1045  name = "hex"
1046  version = "0.4.3"
1047  source = "registry+https://github.com/rust-lang/crates.io-index"
1048  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1049  
1050  [[package]]
1051  name = "hmac"
1052  version = "0.12.1"
1053  source = "registry+https://github.com/rust-lang/crates.io-index"
1054  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1055  dependencies = [
1056   "digest",
1057  ]
1058  
1059  [[package]]
1060  name = "indexmap"
1061  version = "2.12.1"
1062  source = "registry+https://github.com/rust-lang/crates.io-index"
1063  checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1064  dependencies = [
1065   "equivalent",
1066   "hashbrown 0.16.1",
1067   "rayon",
1068   "serde",
1069   "serde_core",
1070  ]
1071  
1072  [[package]]
1073  name = "itertools"
1074  version = "0.14.0"
1075  source = "registry+https://github.com/rust-lang/crates.io-index"
1076  checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1077  dependencies = [
1078   "either",
1079  ]
1080  
1081  [[package]]
1082  name = "itoa"
1083  version = "1.0.16"
1084  source = "registry+https://github.com/rust-lang/crates.io-index"
1085  checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
1086  
1087  [[package]]
1088  name = "k256"
1089  version = "0.13.4"
1090  source = "registry+https://github.com/rust-lang/crates.io-index"
1091  checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1092  dependencies = [
1093   "cfg-if",
1094   "ecdsa",
1095   "elliptic-curve",
1096   "sha2",
1097  ]
1098  
1099  [[package]]
1100  name = "lazy_static"
1101  version = "1.5.0"
1102  source = "registry+https://github.com/rust-lang/crates.io-index"
1103  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1104  
1105  [[package]]
1106  name = "libc"
1107  version = "0.2.178"
1108  source = "registry+https://github.com/rust-lang/crates.io-index"
1109  checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1110  
1111  [[package]]
1112  name = "libredox"
1113  version = "0.1.11"
1114  source = "registry+https://github.com/rust-lang/crates.io-index"
1115  checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50"
1116  dependencies = [
1117   "bitflags",
1118   "libc",
1119  ]
1120  
1121  [[package]]
1122  name = "libz-sys"
1123  version = "1.1.23"
1124  source = "registry+https://github.com/rust-lang/crates.io-index"
1125  checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
1126  dependencies = [
1127   "cc",
1128   "libc",
1129   "pkg-config",
1130   "vcpkg",
1131  ]
1132  
1133  [[package]]
1134  name = "linux-raw-sys"
1135  version = "0.11.0"
1136  source = "registry+https://github.com/rust-lang/crates.io-index"
1137  checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1138  
1139  [[package]]
1140  name = "lock_api"
1141  version = "0.4.14"
1142  source = "registry+https://github.com/rust-lang/crates.io-index"
1143  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1144  dependencies = [
1145   "scopeguard",
1146  ]
1147  
1148  [[package]]
1149  name = "memchr"
1150  version = "2.7.6"
1151  source = "registry+https://github.com/rust-lang/crates.io-index"
1152  checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1153  
1154  [[package]]
1155  name = "minimal-lexical"
1156  version = "0.2.1"
1157  source = "registry+https://github.com/rust-lang/crates.io-index"
1158  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1159  
1160  [[package]]
1161  name = "miniz_oxide"
1162  version = "0.8.9"
1163  source = "registry+https://github.com/rust-lang/crates.io-index"
1164  checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1165  dependencies = [
1166   "adler2",
1167  ]
1168  
1169  [[package]]
1170  name = "nom"
1171  version = "7.1.3"
1172  source = "registry+https://github.com/rust-lang/crates.io-index"
1173  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1174  dependencies = [
1175   "memchr",
1176   "minimal-lexical",
1177  ]
1178  
1179  [[package]]
1180  name = "num-bigint"
1181  version = "0.4.6"
1182  source = "registry+https://github.com/rust-lang/crates.io-index"
1183  checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1184  dependencies = [
1185   "num-integer",
1186   "num-traits",
1187  ]
1188  
1189  [[package]]
1190  name = "num-derive"
1191  version = "0.4.2"
1192  source = "registry+https://github.com/rust-lang/crates.io-index"
1193  checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1194  dependencies = [
1195   "proc-macro2",
1196   "quote 1.0.42",
1197   "syn 2.0.111",
1198  ]
1199  
1200  [[package]]
1201  name = "num-integer"
1202  version = "0.1.46"
1203  source = "registry+https://github.com/rust-lang/crates.io-index"
1204  checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1205  dependencies = [
1206   "num-traits",
1207  ]
1208  
1209  [[package]]
1210  name = "num-traits"
1211  version = "0.2.19"
1212  source = "registry+https://github.com/rust-lang/crates.io-index"
1213  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1214  dependencies = [
1215   "autocfg",
1216  ]
1217  
1218  [[package]]
1219  name = "num_cpus"
1220  version = "1.17.0"
1221  source = "registry+https://github.com/rust-lang/crates.io-index"
1222  checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1223  dependencies = [
1224   "hermit-abi",
1225   "libc",
1226  ]
1227  
1228  [[package]]
1229  name = "object"
1230  version = "0.37.3"
1231  source = "registry+https://github.com/rust-lang/crates.io-index"
1232  checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1233  dependencies = [
1234   "memchr",
1235  ]
1236  
1237  [[package]]
1238  name = "once_cell"
1239  version = "1.21.3"
1240  source = "registry+https://github.com/rust-lang/crates.io-index"
1241  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1242  
1243  [[package]]
1244  name = "openssl-probe"
1245  version = "0.1.6"
1246  source = "registry+https://github.com/rust-lang/crates.io-index"
1247  checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1248  
1249  [[package]]
1250  name = "openssl-sys"
1251  version = "0.9.111"
1252  source = "registry+https://github.com/rust-lang/crates.io-index"
1253  checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1254  dependencies = [
1255   "cc",
1256   "libc",
1257   "pkg-config",
1258   "vcpkg",
1259  ]
1260  
1261  [[package]]
1262  name = "parking_lot"
1263  version = "0.12.5"
1264  source = "registry+https://github.com/rust-lang/crates.io-index"
1265  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1266  dependencies = [
1267   "lock_api",
1268   "parking_lot_core",
1269  ]
1270  
1271  [[package]]
1272  name = "parking_lot_core"
1273  version = "0.9.12"
1274  source = "registry+https://github.com/rust-lang/crates.io-index"
1275  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1276  dependencies = [
1277   "cfg-if",
1278   "libc",
1279   "redox_syscall",
1280   "smallvec",
1281   "windows-link",
1282  ]
1283  
1284  [[package]]
1285  name = "paste"
1286  version = "1.0.15"
1287  source = "registry+https://github.com/rust-lang/crates.io-index"
1288  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1289  
1290  [[package]]
1291  name = "pin-project-lite"
1292  version = "0.2.16"
1293  source = "registry+https://github.com/rust-lang/crates.io-index"
1294  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1295  
1296  [[package]]
1297  name = "pkg-config"
1298  version = "0.3.32"
1299  source = "registry+https://github.com/rust-lang/crates.io-index"
1300  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1301  
1302  [[package]]
1303  name = "ppv-lite86"
1304  version = "0.2.21"
1305  source = "registry+https://github.com/rust-lang/crates.io-index"
1306  checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1307  dependencies = [
1308   "zerocopy",
1309  ]
1310  
1311  [[package]]
1312  name = "proc-macro2"
1313  version = "1.0.103"
1314  source = "registry+https://github.com/rust-lang/crates.io-index"
1315  checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1316  dependencies = [
1317   "unicode-ident",
1318  ]
1319  
1320  [[package]]
1321  name = "quote"
1322  version = "0.3.15"
1323  source = "registry+https://github.com/rust-lang/crates.io-index"
1324  checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
1325  
1326  [[package]]
1327  name = "quote"
1328  version = "1.0.42"
1329  source = "registry+https://github.com/rust-lang/crates.io-index"
1330  checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1331  dependencies = [
1332   "proc-macro2",
1333  ]
1334  
1335  [[package]]
1336  name = "r-efi"
1337  version = "5.3.0"
1338  source = "registry+https://github.com/rust-lang/crates.io-index"
1339  checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1340  
1341  [[package]]
1342  name = "rand"
1343  version = "0.8.5"
1344  source = "registry+https://github.com/rust-lang/crates.io-index"
1345  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1346  dependencies = [
1347   "libc",
1348   "rand_chacha",
1349   "rand_core",
1350  ]
1351  
1352  [[package]]
1353  name = "rand_chacha"
1354  version = "0.3.1"
1355  source = "registry+https://github.com/rust-lang/crates.io-index"
1356  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1357  dependencies = [
1358   "ppv-lite86",
1359   "rand_core",
1360  ]
1361  
1362  [[package]]
1363  name = "rand_core"
1364  version = "0.6.4"
1365  source = "registry+https://github.com/rust-lang/crates.io-index"
1366  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1367  dependencies = [
1368   "getrandom 0.2.16",
1369  ]
1370  
1371  [[package]]
1372  name = "rand_xorshift"
1373  version = "0.3.0"
1374  source = "registry+https://github.com/rust-lang/crates.io-index"
1375  checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
1376  dependencies = [
1377   "rand_core",
1378  ]
1379  
1380  [[package]]
1381  name = "rayon"
1382  version = "1.11.0"
1383  source = "registry+https://github.com/rust-lang/crates.io-index"
1384  checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1385  dependencies = [
1386   "either",
1387   "rayon-core",
1388  ]
1389  
1390  [[package]]
1391  name = "rayon-core"
1392  version = "1.13.0"
1393  source = "registry+https://github.com/rust-lang/crates.io-index"
1394  checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1395  dependencies = [
1396   "crossbeam-deque",
1397   "crossbeam-utils",
1398  ]
1399  
1400  [[package]]
1401  name = "redox_syscall"
1402  version = "0.5.18"
1403  source = "registry+https://github.com/rust-lang/crates.io-index"
1404  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1405  dependencies = [
1406   "bitflags",
1407  ]
1408  
1409  [[package]]
1410  name = "redox_users"
1411  version = "0.4.6"
1412  source = "registry+https://github.com/rust-lang/crates.io-index"
1413  checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1414  dependencies = [
1415   "getrandom 0.2.16",
1416   "libredox",
1417   "thiserror 1.0.69",
1418  ]
1419  
1420  [[package]]
1421  name = "rfc6979"
1422  version = "0.4.0"
1423  source = "registry+https://github.com/rust-lang/crates.io-index"
1424  checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
1425  dependencies = [
1426   "hmac",
1427   "subtle",
1428  ]
1429  
1430  [[package]]
1431  name = "rustc-demangle"
1432  version = "0.1.26"
1433  source = "registry+https://github.com/rust-lang/crates.io-index"
1434  checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1435  
1436  [[package]]
1437  name = "rustc_version"
1438  version = "0.4.1"
1439  source = "registry+https://github.com/rust-lang/crates.io-index"
1440  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1441  dependencies = [
1442   "semver",
1443  ]
1444  
1445  [[package]]
1446  name = "rustix"
1447  version = "1.1.2"
1448  source = "registry+https://github.com/rust-lang/crates.io-index"
1449  checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1450  dependencies = [
1451   "bitflags",
1452   "errno",
1453   "libc",
1454   "linux-raw-sys",
1455   "windows-sys 0.61.2",
1456  ]
1457  
1458  [[package]]
1459  name = "ryu"
1460  version = "1.0.21"
1461  source = "registry+https://github.com/rust-lang/crates.io-index"
1462  checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea"
1463  
1464  [[package]]
1465  name = "same-file"
1466  version = "1.0.6"
1467  source = "registry+https://github.com/rust-lang/crates.io-index"
1468  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1469  dependencies = [
1470   "winapi-util",
1471  ]
1472  
1473  [[package]]
1474  name = "schannel"
1475  version = "0.1.28"
1476  source = "registry+https://github.com/rust-lang/crates.io-index"
1477  checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1478  dependencies = [
1479   "windows-sys 0.61.2",
1480  ]
1481  
1482  [[package]]
1483  name = "scopeguard"
1484  version = "1.2.0"
1485  source = "registry+https://github.com/rust-lang/crates.io-index"
1486  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1487  
1488  [[package]]
1489  name = "sec1"
1490  version = "0.7.3"
1491  source = "registry+https://github.com/rust-lang/crates.io-index"
1492  checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
1493  dependencies = [
1494   "base16ct",
1495   "der",
1496   "generic-array",
1497   "subtle",
1498   "zeroize",
1499  ]
1500  
1501  [[package]]
1502  name = "semver"
1503  version = "1.0.27"
1504  source = "registry+https://github.com/rust-lang/crates.io-index"
1505  checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1506  
1507  [[package]]
1508  name = "seq-macro"
1509  version = "0.3.6"
1510  source = "registry+https://github.com/rust-lang/crates.io-index"
1511  checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1512  
1513  [[package]]
1514  name = "serde"
1515  version = "1.0.228"
1516  source = "registry+https://github.com/rust-lang/crates.io-index"
1517  checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1518  dependencies = [
1519   "serde_core",
1520   "serde_derive",
1521  ]
1522  
1523  [[package]]
1524  name = "serde_core"
1525  version = "1.0.228"
1526  source = "registry+https://github.com/rust-lang/crates.io-index"
1527  checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1528  dependencies = [
1529   "serde_derive",
1530  ]
1531  
1532  [[package]]
1533  name = "serde_derive"
1534  version = "1.0.228"
1535  source = "registry+https://github.com/rust-lang/crates.io-index"
1536  checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1537  dependencies = [
1538   "proc-macro2",
1539   "quote 1.0.42",
1540   "syn 2.0.111",
1541  ]
1542  
1543  [[package]]
1544  name = "serde_json"
1545  version = "1.0.146"
1546  source = "registry+https://github.com/rust-lang/crates.io-index"
1547  checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
1548  dependencies = [
1549   "indexmap",
1550   "itoa",
1551   "memchr",
1552   "ryu",
1553   "serde",
1554   "serde_core",
1555  ]
1556  
1557  [[package]]
1558  name = "sha2"
1559  version = "0.10.9"
1560  source = "registry+https://github.com/rust-lang/crates.io-index"
1561  checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1562  dependencies = [
1563   "cfg-if",
1564   "cpufeatures",
1565   "digest",
1566  ]
1567  
1568  [[package]]
1569  name = "shlex"
1570  version = "1.3.0"
1571  source = "registry+https://github.com/rust-lang/crates.io-index"
1572  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1573  
1574  [[package]]
1575  name = "signature"
1576  version = "2.2.0"
1577  source = "registry+https://github.com/rust-lang/crates.io-index"
1578  checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1579  dependencies = [
1580   "digest",
1581   "rand_core",
1582  ]
1583  
1584  [[package]]
1585  name = "smallvec"
1586  version = "1.15.1"
1587  source = "registry+https://github.com/rust-lang/crates.io-index"
1588  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1589  
1590  [[package]]
1591  name = "smol_str"
1592  version = "0.2.2"
1593  source = "registry+https://github.com/rust-lang/crates.io-index"
1594  checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
1595  dependencies = [
1596   "serde",
1597  ]
1598  
1599  [[package]]
1600  name = "socket2"
1601  version = "0.6.1"
1602  source = "registry+https://github.com/rust-lang/crates.io-index"
1603  checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1604  dependencies = [
1605   "libc",
1606   "windows-sys 0.60.2",
1607  ]
1608  
1609  [[package]]
1610  name = "subtle"
1611  version = "2.6.1"
1612  source = "registry+https://github.com/rust-lang/crates.io-index"
1613  checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1614  
1615  [[package]]
1616  name = "syn"
1617  version = "0.11.11"
1618  source = "registry+https://github.com/rust-lang/crates.io-index"
1619  checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
1620  dependencies = [
1621   "quote 0.3.15",
1622   "synom",
1623   "unicode-xid",
1624  ]
1625  
1626  [[package]]
1627  name = "syn"
1628  version = "1.0.109"
1629  source = "registry+https://github.com/rust-lang/crates.io-index"
1630  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1631  dependencies = [
1632   "proc-macro2",
1633   "quote 1.0.42",
1634   "unicode-ident",
1635  ]
1636  
1637  [[package]]
1638  name = "syn"
1639  version = "2.0.111"
1640  source = "registry+https://github.com/rust-lang/crates.io-index"
1641  checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1642  dependencies = [
1643   "proc-macro2",
1644   "quote 1.0.42",
1645   "unicode-ident",
1646  ]
1647  
1648  [[package]]
1649  name = "synom"
1650  version = "0.11.3"
1651  source = "registry+https://github.com/rust-lang/crates.io-index"
1652  checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
1653  dependencies = [
1654   "unicode-xid",
1655  ]
1656  
1657  [[package]]
1658  name = "tempfile"
1659  version = "3.23.0"
1660  source = "registry+https://github.com/rust-lang/crates.io-index"
1661  checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1662  dependencies = [
1663   "fastrand",
1664   "getrandom 0.3.4",
1665   "once_cell",
1666   "rustix",
1667   "windows-sys 0.61.2",
1668  ]
1669  
1670  [[package]]
1671  name = "thiserror"
1672  version = "1.0.69"
1673  source = "registry+https://github.com/rust-lang/crates.io-index"
1674  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1675  dependencies = [
1676   "thiserror-impl 1.0.69",
1677  ]
1678  
1679  [[package]]
1680  name = "thiserror"
1681  version = "2.0.17"
1682  source = "registry+https://github.com/rust-lang/crates.io-index"
1683  checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1684  dependencies = [
1685   "thiserror-impl 2.0.17",
1686  ]
1687  
1688  [[package]]
1689  name = "thiserror-impl"
1690  version = "1.0.69"
1691  source = "registry+https://github.com/rust-lang/crates.io-index"
1692  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1693  dependencies = [
1694   "proc-macro2",
1695   "quote 1.0.42",
1696   "syn 2.0.111",
1697  ]
1698  
1699  [[package]]
1700  name = "thiserror-impl"
1701  version = "2.0.17"
1702  source = "registry+https://github.com/rust-lang/crates.io-index"
1703  checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1704  dependencies = [
1705   "proc-macro2",
1706   "quote 1.0.42",
1707   "syn 2.0.111",
1708  ]
1709  
1710  [[package]]
1711  name = "tiny-keccak"
1712  version = "2.0.2"
1713  source = "registry+https://github.com/rust-lang/crates.io-index"
1714  checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1715  dependencies = [
1716   "crunchy",
1717  ]
1718  
1719  [[package]]
1720  name = "tinyvec"
1721  version = "1.10.0"
1722  source = "registry+https://github.com/rust-lang/crates.io-index"
1723  checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1724  dependencies = [
1725   "tinyvec_macros",
1726  ]
1727  
1728  [[package]]
1729  name = "tinyvec_macros"
1730  version = "0.1.1"
1731  source = "registry+https://github.com/rust-lang/crates.io-index"
1732  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1733  
1734  [[package]]
1735  name = "tracing"
1736  version = "0.1.44"
1737  source = "registry+https://github.com/rust-lang/crates.io-index"
1738  checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1739  dependencies = [
1740   "pin-project-lite",
1741   "tracing-attributes",
1742   "tracing-core",
1743  ]
1744  
1745  [[package]]
1746  name = "tracing-attributes"
1747  version = "0.1.31"
1748  source = "registry+https://github.com/rust-lang/crates.io-index"
1749  checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1750  dependencies = [
1751   "proc-macro2",
1752   "quote 1.0.42",
1753   "syn 2.0.111",
1754  ]
1755  
1756  [[package]]
1757  name = "tracing-core"
1758  version = "0.1.36"
1759  source = "registry+https://github.com/rust-lang/crates.io-index"
1760  checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1761  dependencies = [
1762   "once_cell",
1763  ]
1764  
1765  [[package]]
1766  name = "typenum"
1767  version = "1.19.0"
1768  source = "registry+https://github.com/rust-lang/crates.io-index"
1769  checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1770  
1771  [[package]]
1772  name = "unicode-ident"
1773  version = "1.0.22"
1774  source = "registry+https://github.com/rust-lang/crates.io-index"
1775  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1776  
1777  [[package]]
1778  name = "unicode-xid"
1779  version = "0.0.4"
1780  source = "registry+https://github.com/rust-lang/crates.io-index"
1781  checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
1782  
1783  [[package]]
1784  name = "vcpkg"
1785  version = "0.2.15"
1786  source = "registry+https://github.com/rust-lang/crates.io-index"
1787  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1788  
1789  [[package]]
1790  name = "version_check"
1791  version = "0.9.5"
1792  source = "registry+https://github.com/rust-lang/crates.io-index"
1793  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1794  
1795  [[package]]
1796  name = "walkdir"
1797  version = "2.5.0"
1798  source = "registry+https://github.com/rust-lang/crates.io-index"
1799  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1800  dependencies = [
1801   "same-file",
1802   "winapi-util",
1803  ]
1804  
1805  [[package]]
1806  name = "wasi"
1807  version = "0.11.1+wasi-snapshot-preview1"
1808  source = "registry+https://github.com/rust-lang/crates.io-index"
1809  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1810  
1811  [[package]]
1812  name = "wasip2"
1813  version = "1.0.1+wasi-0.2.4"
1814  source = "registry+https://github.com/rust-lang/crates.io-index"
1815  checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1816  dependencies = [
1817   "wit-bindgen",
1818  ]
1819  
1820  [[package]]
1821  name = "winapi"
1822  version = "0.3.9"
1823  source = "registry+https://github.com/rust-lang/crates.io-index"
1824  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1825  dependencies = [
1826   "winapi-i686-pc-windows-gnu",
1827   "winapi-x86_64-pc-windows-gnu",
1828  ]
1829  
1830  [[package]]
1831  name = "winapi-i686-pc-windows-gnu"
1832  version = "0.4.0"
1833  source = "registry+https://github.com/rust-lang/crates.io-index"
1834  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1835  
1836  [[package]]
1837  name = "winapi-util"
1838  version = "0.1.11"
1839  source = "registry+https://github.com/rust-lang/crates.io-index"
1840  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1841  dependencies = [
1842   "windows-sys 0.61.2",
1843  ]
1844  
1845  [[package]]
1846  name = "winapi-x86_64-pc-windows-gnu"
1847  version = "0.4.0"
1848  source = "registry+https://github.com/rust-lang/crates.io-index"
1849  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1850  
1851  [[package]]
1852  name = "windows-link"
1853  version = "0.2.1"
1854  source = "registry+https://github.com/rust-lang/crates.io-index"
1855  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1856  
1857  [[package]]
1858  name = "windows-sys"
1859  version = "0.59.0"
1860  source = "registry+https://github.com/rust-lang/crates.io-index"
1861  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1862  dependencies = [
1863   "windows-targets 0.52.6",
1864  ]
1865  
1866  [[package]]
1867  name = "windows-sys"
1868  version = "0.60.2"
1869  source = "registry+https://github.com/rust-lang/crates.io-index"
1870  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1871  dependencies = [
1872   "windows-targets 0.53.5",
1873  ]
1874  
1875  [[package]]
1876  name = "windows-sys"
1877  version = "0.61.2"
1878  source = "registry+https://github.com/rust-lang/crates.io-index"
1879  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1880  dependencies = [
1881   "windows-link",
1882  ]
1883  
1884  [[package]]
1885  name = "windows-targets"
1886  version = "0.52.6"
1887  source = "registry+https://github.com/rust-lang/crates.io-index"
1888  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1889  dependencies = [
1890   "windows_aarch64_gnullvm 0.52.6",
1891   "windows_aarch64_msvc 0.52.6",
1892   "windows_i686_gnu 0.52.6",
1893   "windows_i686_gnullvm 0.52.6",
1894   "windows_i686_msvc 0.52.6",
1895   "windows_x86_64_gnu 0.52.6",
1896   "windows_x86_64_gnullvm 0.52.6",
1897   "windows_x86_64_msvc 0.52.6",
1898  ]
1899  
1900  [[package]]
1901  name = "windows-targets"
1902  version = "0.53.5"
1903  source = "registry+https://github.com/rust-lang/crates.io-index"
1904  checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1905  dependencies = [
1906   "windows-link",
1907   "windows_aarch64_gnullvm 0.53.1",
1908   "windows_aarch64_msvc 0.53.1",
1909   "windows_i686_gnu 0.53.1",
1910   "windows_i686_gnullvm 0.53.1",
1911   "windows_i686_msvc 0.53.1",
1912   "windows_x86_64_gnu 0.53.1",
1913   "windows_x86_64_gnullvm 0.53.1",
1914   "windows_x86_64_msvc 0.53.1",
1915  ]
1916  
1917  [[package]]
1918  name = "windows_aarch64_gnullvm"
1919  version = "0.52.6"
1920  source = "registry+https://github.com/rust-lang/crates.io-index"
1921  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1922  
1923  [[package]]
1924  name = "windows_aarch64_gnullvm"
1925  version = "0.53.1"
1926  source = "registry+https://github.com/rust-lang/crates.io-index"
1927  checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1928  
1929  [[package]]
1930  name = "windows_aarch64_msvc"
1931  version = "0.52.6"
1932  source = "registry+https://github.com/rust-lang/crates.io-index"
1933  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1934  
1935  [[package]]
1936  name = "windows_aarch64_msvc"
1937  version = "0.53.1"
1938  source = "registry+https://github.com/rust-lang/crates.io-index"
1939  checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1940  
1941  [[package]]
1942  name = "windows_i686_gnu"
1943  version = "0.52.6"
1944  source = "registry+https://github.com/rust-lang/crates.io-index"
1945  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1946  
1947  [[package]]
1948  name = "windows_i686_gnu"
1949  version = "0.53.1"
1950  source = "registry+https://github.com/rust-lang/crates.io-index"
1951  checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1952  
1953  [[package]]
1954  name = "windows_i686_gnullvm"
1955  version = "0.52.6"
1956  source = "registry+https://github.com/rust-lang/crates.io-index"
1957  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1958  
1959  [[package]]
1960  name = "windows_i686_gnullvm"
1961  version = "0.53.1"
1962  source = "registry+https://github.com/rust-lang/crates.io-index"
1963  checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1964  
1965  [[package]]
1966  name = "windows_i686_msvc"
1967  version = "0.52.6"
1968  source = "registry+https://github.com/rust-lang/crates.io-index"
1969  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1970  
1971  [[package]]
1972  name = "windows_i686_msvc"
1973  version = "0.53.1"
1974  source = "registry+https://github.com/rust-lang/crates.io-index"
1975  checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1976  
1977  [[package]]
1978  name = "windows_x86_64_gnu"
1979  version = "0.52.6"
1980  source = "registry+https://github.com/rust-lang/crates.io-index"
1981  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1982  
1983  [[package]]
1984  name = "windows_x86_64_gnu"
1985  version = "0.53.1"
1986  source = "registry+https://github.com/rust-lang/crates.io-index"
1987  checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1988  
1989  [[package]]
1990  name = "windows_x86_64_gnullvm"
1991  version = "0.52.6"
1992  source = "registry+https://github.com/rust-lang/crates.io-index"
1993  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1994  
1995  [[package]]
1996  name = "windows_x86_64_gnullvm"
1997  version = "0.53.1"
1998  source = "registry+https://github.com/rust-lang/crates.io-index"
1999  checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2000  
2001  [[package]]
2002  name = "windows_x86_64_msvc"
2003  version = "0.52.6"
2004  source = "registry+https://github.com/rust-lang/crates.io-index"
2005  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2006  
2007  [[package]]
2008  name = "windows_x86_64_msvc"
2009  version = "0.53.1"
2010  source = "registry+https://github.com/rust-lang/crates.io-index"
2011  checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2012  
2013  [[package]]
2014  name = "wit-bindgen"
2015  version = "0.46.0"
2016  source = "registry+https://github.com/rust-lang/crates.io-index"
2017  checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2018  
2019  [[package]]
2020  name = "zerocopy"
2021  version = "0.8.31"
2022  source = "registry+https://github.com/rust-lang/crates.io-index"
2023  checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
2024  dependencies = [
2025   "zerocopy-derive",
2026  ]
2027  
2028  [[package]]
2029  name = "zerocopy-derive"
2030  version = "0.8.31"
2031  source = "registry+https://github.com/rust-lang/crates.io-index"
2032  checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
2033  dependencies = [
2034   "proc-macro2",
2035   "quote 1.0.42",
2036   "syn 2.0.111",
2037  ]
2038  
2039  [[package]]
2040  name = "zeroize"
2041  version = "1.8.2"
2042  source = "registry+https://github.com/rust-lang/crates.io-index"
2043  checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2044  dependencies = [
2045   "zeroize_derive",
2046  ]
2047  
2048  [[package]]
2049  name = "zeroize_derive"
2050  version = "1.4.2"
2051  source = "registry+https://github.com/rust-lang/crates.io-index"
2052  checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2053  dependencies = [
2054   "proc-macro2",
2055   "quote 1.0.42",
2056   "syn 2.0.111",
2057  ]