plum

#treesitter#compiler#wasm

git clone https://git.pyrossh.dev/plum

A statically typed, imperative programming language inspired by rust, python


plum-runtime/Cargo.lock
a271f34 1
# This file is automatically @generated by Cargo.
a271f34 2
# It is not intended for manual editing.
a271f34 3
version = 4
a271f34 4
a271f34 5
[[package]]
a271f34 6
name = "addr2line"
a271f34 7
version = "0.26.1"
a271f34 8
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 9
checksum = "59317f77929f0e679d39364702289274de2f0f0b22cbf50b2b8cff2169a0b27a"
a271f34 10
dependencies = [
a271f34 11
 "gimli",
a271f34 12
]
a271f34 13
bf629a2 14
[[package]]
bf629a2 15
name = "adler2"
bf629a2 16
version = "2.0.1"
bf629a2 17
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 18
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
bf629a2 19
a271f34 20
[[package]]
a271f34 21
name = "allocator-api2"
a271f34 22
version = "0.2.21"
a271f34 23
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 24
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
a271f34 25
a271f34 26
[[package]]
a271f34 27
name = "anyhow"
a271f34 28
version = "1.0.104"
a271f34 29
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 30
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
a271f34 31
a271f34 32
[[package]]
a271f34 33
name = "arbitrary"
a271f34 34
version = "1.4.2"
a271f34 35
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 36
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
a271f34 37
a271f34 38
[[package]]
a271f34 39
name = "async-trait"
a271f34 40
version = "0.1.92"
a271f34 41
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 42
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
a271f34 43
dependencies = [
a271f34 44
 "proc-macro2",
a271f34 45
 "quote",
a271f34 46
 "syn 3.0.3",
a271f34 47
]
a271f34 48
a271f34 49
[[package]]
a271f34 50
name = "base64"
a271f34 51
version = "0.22.1"
a271f34 52
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 53
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
a271f34 54
a271f34 55
[[package]]
a271f34 56
name = "bitflags"
a271f34 57
version = "2.13.1"
a271f34 58
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 59
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
a271f34 60
a271f34 61
[[package]]
a271f34 62
name = "block-buffer"
a271f34 63
version = "0.10.4"
a271f34 64
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 65
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
a271f34 66
dependencies = [
a271f34 67
 "generic-array",
a271f34 68
]
a271f34 69
a271f34 70
[[package]]
a271f34 71
name = "bumpalo"
a271f34 72
version = "3.20.3"
a271f34 73
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 74
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
a271f34 75
dependencies = [
a271f34 76
 "allocator-api2",
a271f34 77
]
a271f34 78
a271f34 79
[[package]]
a271f34 80
name = "cc"
a271f34 81
version = "1.4.2"
a271f34 82
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 83
checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
a271f34 84
dependencies = [
a271f34 85
 "find-msvc-tools",
a271f34 86
 "jobserver",
a271f34 87
 "libc",
a271f34 88
 "shlex",
a271f34 89
]
a271f34 90
a271f34 91
[[package]]
a271f34 92
name = "cfg-if"
a271f34 93
version = "1.0.4"
a271f34 94
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 95
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
a271f34 96
a271f34 97
[[package]]
a271f34 98
name = "cobs"
a271f34 99
version = "0.3.0"
a271f34 100
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 101
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
a271f34 102
dependencies = [
a271f34 103
 "thiserror 2.0.20",
a271f34 104
]
a271f34 105
a271f34 106
[[package]]
a271f34 107
name = "cpp_demangle"
a271f34 108
version = "0.5.1"
a271f34 109
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 110
checksum = "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def"
a271f34 111
dependencies = [
a271f34 112
 "cfg-if",
a271f34 113
]
a271f34 114
a271f34 115
[[package]]
a271f34 116
name = "cpufeatures"
a271f34 117
version = "0.2.17"
a271f34 118
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 119
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
a271f34 120
dependencies = [
a271f34 121
 "libc",
a271f34 122
]
a271f34 123
a271f34 124
[[package]]
a271f34 125
name = "cranelift-assembler-x64"
a271f34 126
version = "0.134.3"
a271f34 127
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 128
checksum = "d552bd33b7a56dc70aeb1e1c960e51a218fa0db50f23873b500a310379450b2d"
a271f34 129
dependencies = [
a271f34 130
 "cranelift-assembler-x64-meta",
a271f34 131
]
a271f34 132
a271f34 133
[[package]]
a271f34 134
name = "cranelift-assembler-x64-meta"
a271f34 135
version = "0.134.3"
a271f34 136
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 137
checksum = "078e80e4c222279e3330f6aa1a256ca77ddf156d4453166a9f09defedc4594dd"
a271f34 138
dependencies = [
a271f34 139
 "cranelift-srcgen",
a271f34 140
]
a271f34 141
a271f34 142
[[package]]
a271f34 143
name = "cranelift-bforest"
a271f34 144
version = "0.134.3"
a271f34 145
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 146
checksum = "820ce15d4ad3562d613c31a67b6d0434d403e7091a68d1349903842f7d31737e"
a271f34 147
dependencies = [
a271f34 148
 "cranelift-entity",
a271f34 149
 "wasmtime-internal-core",
a271f34 150
]
a271f34 151
a271f34 152
[[package]]
a271f34 153
name = "cranelift-bitset"
a271f34 154
version = "0.134.3"
a271f34 155
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 156
checksum = "61bca563d4b86d285928d9e27f97f27039bb33a0fc524fa130d7d0c106bf8ab3"
a271f34 157
dependencies = [
a271f34 158
 "serde",
a271f34 159
 "serde_derive",
a271f34 160
 "wasmtime-internal-core",
a271f34 161
]
a271f34 162
a271f34 163
[[package]]
a271f34 164
name = "cranelift-codegen"
a271f34 165
version = "0.134.3"
a271f34 166
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 167
checksum = "709f4b7c0fb57d952658d5b5c07fbdc4149acd7b7f0de9678ae754b9c981949a"
a271f34 168
dependencies = [
a271f34 169
 "bumpalo",
a271f34 170
 "cranelift-assembler-x64",
a271f34 171
 "cranelift-bforest",
a271f34 172
 "cranelift-bitset",
a271f34 173
 "cranelift-codegen-meta",
a271f34 174
 "cranelift-codegen-shared",
a271f34 175
 "cranelift-control",
a271f34 176
 "cranelift-entity",
a271f34 177
 "cranelift-isle",
a271f34 178
 "gimli",
a271f34 179
 "hashbrown 0.17.1",
a271f34 180
 "libm",
a271f34 181
 "log",
a271f34 182
 "postcard",
a271f34 183
 "pulley-interpreter",
a271f34 184
 "regalloc2",
a271f34 185
 "rustc-hash",
a271f34 186
 "serde",
a271f34 187
 "serde_derive",
a271f34 188
 "sha2",
a271f34 189
 "smallvec",
a271f34 190
 "target-lexicon",
a271f34 191
 "wasmtime-internal-core",
a271f34 192
]
a271f34 193
a271f34 194
[[package]]
a271f34 195
name = "cranelift-codegen-meta"
a271f34 196
version = "0.134.3"
a271f34 197
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 198
checksum = "903dc8915af62aad1d9d0f39a5968d33fa80b9aa899ed6f56e47f40ca4512e1e"
a271f34 199
dependencies = [
a271f34 200
 "cranelift-assembler-x64-meta",
a271f34 201
 "cranelift-codegen-shared",
a271f34 202
 "cranelift-srcgen",
a271f34 203
 "heck",
a271f34 204
 "pulley-interpreter",
a271f34 205
]
a271f34 206
a271f34 207
[[package]]
a271f34 208
name = "cranelift-codegen-shared"
a271f34 209
version = "0.134.3"
a271f34 210
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 211
checksum = "0522d74c227e49f3fd49ab055311486ae4f09083262b66705bed676952491469"
a271f34 212
a271f34 213
[[package]]
a271f34 214
name = "cranelift-control"
a271f34 215
version = "0.134.3"
a271f34 216
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 217
checksum = "66560ea1c5cef72e170b18e46d263dba2d3169c9d39e8cafdab2173c6362cc1a"
a271f34 218
dependencies = [
a271f34 219
 "arbitrary",
a271f34 220
]
a271f34 221
a271f34 222
[[package]]
a271f34 223
name = "cranelift-entity"
a271f34 224
version = "0.134.3"
a271f34 225
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 226
checksum = "b62ef5b17cc814d27e96b66a5b46da0e4ce2b8ac55a6d478048bb99d04b05526"
a271f34 227
dependencies = [
a271f34 228
 "cranelift-bitset",
a271f34 229
 "serde",
a271f34 230
 "serde_derive",
a271f34 231
 "wasmtime-internal-core",
a271f34 232
]
a271f34 233
a271f34 234
[[package]]
a271f34 235
name = "cranelift-frontend"
a271f34 236
version = "0.134.3"
a271f34 237
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 238
checksum = "a87e0aaa39dbf70693b348a221e45904111704ee8f9fef140498471005f9842d"
a271f34 239
dependencies = [
a271f34 240
 "cranelift-codegen",
a271f34 241
 "hashbrown 0.17.1",
a271f34 242
 "log",
a271f34 243
 "smallvec",
a271f34 244
 "target-lexicon",
a271f34 245
]
a271f34 246
a271f34 247
[[package]]
a271f34 248
name = "cranelift-isle"
a271f34 249
version = "0.134.3"
a271f34 250
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 251
checksum = "cf79003ebfa1eed5e87f3b84446ad5236f540268289960e14f387dc9b28e40b7"
a271f34 252
a271f34 253
[[package]]
a271f34 254
name = "cranelift-native"
a271f34 255
version = "0.134.3"
a271f34 256
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 257
checksum = "05bf4f235743c81e67ee4db617c5a4a0b65d58d3f0cfc575ee0f1a4e0cd58273"
a271f34 258
dependencies = [
a271f34 259
 "cranelift-codegen",
a271f34 260
 "libc",
a271f34 261
 "target-lexicon",
a271f34 262
]
a271f34 263
a271f34 264
[[package]]
a271f34 265
name = "cranelift-srcgen"
a271f34 266
version = "0.134.3"
a271f34 267
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 268
checksum = "f6977c2a71ab1e0d1e62f966b411a498aa04c4dce47d93d52f8a360a06058922"
a271f34 269
a271f34 270
[[package]]
a271f34 271
name = "crc32fast"
a271f34 272
version = "1.5.0"
a271f34 273
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 274
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
a271f34 275
dependencies = [
a271f34 276
 "cfg-if",
a271f34 277
]
a271f34 278
a271f34 279
[[package]]
a271f34 280
name = "crossbeam-deque"
a271f34 281
version = "0.8.7"
a271f34 282
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 283
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
a271f34 284
dependencies = [
a271f34 285
 "crossbeam-epoch",
a271f34 286
 "crossbeam-utils",
a271f34 287
]
a271f34 288
a271f34 289
[[package]]
a271f34 290
name = "crossbeam-epoch"
a271f34 291
version = "0.9.20"
a271f34 292
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 293
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
a271f34 294
dependencies = [
a271f34 295
 "crossbeam-utils",
a271f34 296
]
a271f34 297
a271f34 298
[[package]]
a271f34 299
name = "crossbeam-utils"
a271f34 300
version = "0.8.22"
a271f34 301
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 302
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
a271f34 303
a271f34 304
[[package]]
a271f34 305
name = "crypto-common"
a271f34 306
version = "0.1.7"
a271f34 307
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 308
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
a271f34 309
dependencies = [
a271f34 310
 "generic-array",
a271f34 311
 "typenum",
a271f34 312
]
a271f34 313
a271f34 314
[[package]]
a271f34 315
name = "debugid"
a271f34 316
version = "0.8.0"
a271f34 317
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 318
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
a271f34 319
dependencies = [
a271f34 320
 "uuid",
a271f34 321
]
a271f34 322
a271f34 323
[[package]]
a271f34 324
name = "digest"
a271f34 325
version = "0.10.7"
a271f34 326
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 327
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
a271f34 328
dependencies = [
a271f34 329
 "block-buffer",
a271f34 330
 "crypto-common",
a271f34 331
]
a271f34 332
a271f34 333
[[package]]
a271f34 334
name = "directories-next"
a271f34 335
version = "2.0.0"
a271f34 336
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 337
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
a271f34 338
dependencies = [
a271f34 339
 "cfg-if",
a271f34 340
 "dirs-sys-next",
a271f34 341
]
a271f34 342
a271f34 343
[[package]]
a271f34 344
name = "dirs-sys-next"
a271f34 345
version = "0.1.2"
a271f34 346
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 347
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
a271f34 348
dependencies = [
a271f34 349
 "libc",
a271f34 350
 "redox_users",
a271f34 351
 "winapi",
a271f34 352
]
a271f34 353
bf629a2 354
[[package]]
bf629a2 355
name = "displaydoc"
bf629a2 356
version = "0.2.7"
bf629a2 357
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 358
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
bf629a2 359
dependencies = [
bf629a2 360
 "proc-macro2",
bf629a2 361
 "quote",
bf629a2 362
 "syn 3.0.3",
bf629a2 363
]
bf629a2 364
a271f34 365
[[package]]
a271f34 366
name = "either"
a271f34 367
version = "1.17.0"
a271f34 368
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 369
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
a271f34 370
a271f34 371
[[package]]
a271f34 372
name = "embedded-io"
a271f34 373
version = "0.4.0"
a271f34 374
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 375
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
a271f34 376
a271f34 377
[[package]]
a271f34 378
name = "embedded-io"
a271f34 379
version = "0.6.1"
a271f34 380
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 381
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
a271f34 382
a271f34 383
[[package]]
a271f34 384
name = "encoding_rs"
a271f34 385
version = "0.8.35"
a271f34 386
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 387
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
a271f34 388
dependencies = [
a271f34 389
 "cfg-if",
a271f34 390
]
a271f34 391
a271f34 392
[[package]]
a271f34 393
name = "equivalent"
a271f34 394
version = "1.0.2"
a271f34 395
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 396
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
a271f34 397
a271f34 398
[[package]]
a271f34 399
name = "errno"
a271f34 400
version = "0.3.14"
a271f34 401
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 402
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
a271f34 403
dependencies = [
a271f34 404
 "libc",
bf629a2 405
 "windows-sys 0.61.2",
a271f34 406
]
a271f34 407
a271f34 408
[[package]]
a271f34 409
name = "fastrand"
a271f34 410
version = "2.5.0"
a271f34 411
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 412
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
a271f34 413
a271f34 414
[[package]]
a271f34 415
name = "find-msvc-tools"
a271f34 416
version = "0.1.10"
a271f34 417
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 418
checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
a271f34 419
a271f34 420
[[package]]
a271f34 421
name = "fixedbitset"
a271f34 422
version = "0.4.2"
a271f34 423
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 424
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
a271f34 425
bf629a2 426
[[package]]
bf629a2 427
name = "flate2"
bf629a2 428
version = "1.1.10"
bf629a2 429
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 430
checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
bf629a2 431
dependencies = [
bf629a2 432
 "crc32fast",
bf629a2 433
 "miniz_oxide",
bf629a2 434
 "zlib-rs",
bf629a2 435
]
bf629a2 436
a271f34 437
[[package]]
a271f34 438
name = "fnv"
a271f34 439
version = "1.0.7"
a271f34 440
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 441
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
a271f34 442
a271f34 443
[[package]]
a271f34 444
name = "foldhash"
a271f34 445
version = "0.2.0"
a271f34 446
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 447
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
a271f34 448
bf629a2 449
[[package]]
bf629a2 450
name = "form_urlencoded"
bf629a2 451
version = "1.2.2"
bf629a2 452
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 453
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
bf629a2 454
dependencies = [
bf629a2 455
 "percent-encoding",
bf629a2 456
]
bf629a2 457
a271f34 458
[[package]]
a271f34 459
name = "futures"
a271f34 460
version = "0.3.33"
a271f34 461
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 462
checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
a271f34 463
dependencies = [
a271f34 464
 "futures-channel",
a271f34 465
 "futures-core",
a271f34 466
 "futures-io",
a271f34 467
 "futures-sink",
a271f34 468
 "futures-task",
a271f34 469
 "futures-util",
a271f34 470
]
a271f34 471
a271f34 472
[[package]]
a271f34 473
name = "futures-channel"
a271f34 474
version = "0.3.33"
a271f34 475
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 476
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
a271f34 477
dependencies = [
a271f34 478
 "futures-core",
a271f34 479
 "futures-sink",
a271f34 480
]
a271f34 481
a271f34 482
[[package]]
a271f34 483
name = "futures-core"
a271f34 484
version = "0.3.33"
a271f34 485
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 486
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
a271f34 487
a271f34 488
[[package]]
a271f34 489
name = "futures-io"
a271f34 490
version = "0.3.33"
a271f34 491
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 492
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
a271f34 493
a271f34 494
[[package]]
a271f34 495
name = "futures-sink"
a271f34 496
version = "0.3.33"
a271f34 497
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 498
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
a271f34 499
a271f34 500
[[package]]
a271f34 501
name = "futures-task"
a271f34 502
version = "0.3.33"
a271f34 503
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 504
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
a271f34 505
a271f34 506
[[package]]
a271f34 507
name = "futures-util"
a271f34 508
version = "0.3.33"
a271f34 509
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 510
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
a271f34 511
dependencies = [
a271f34 512
 "futures-channel",
a271f34 513
 "futures-core",
a271f34 514
 "futures-io",
a271f34 515
 "futures-sink",
a271f34 516
 "futures-task",
a271f34 517
 "memchr",
a271f34 518
 "pin-project-lite",
a271f34 519
 "slab",
a271f34 520
]
a271f34 521
a271f34 522
[[package]]
a271f34 523
name = "fxprof-processed-profile"
a271f34 524
version = "0.8.1"
a271f34 525
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 526
checksum = "25234f20a3ec0a962a61770cfe39ecf03cb529a6e474ad8cff025ed497eda557"
a271f34 527
dependencies = [
a271f34 528
 "bitflags",
a271f34 529
 "debugid",
a271f34 530
 "rustc-hash",
a271f34 531
 "serde",
a271f34 532
 "serde_derive",
a271f34 533
 "serde_json",
a271f34 534
]
a271f34 535
a271f34 536
[[package]]
a271f34 537
name = "generic-array"
a271f34 538
version = "0.14.7"
a271f34 539
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 540
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
a271f34 541
dependencies = [
a271f34 542
 "typenum",
a271f34 543
 "version_check",
a271f34 544
]
a271f34 545
a271f34 546
[[package]]
a271f34 547
name = "getrandom"
a271f34 548
version = "0.2.17"
a271f34 549
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 550
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
a271f34 551
dependencies = [
a271f34 552
 "cfg-if",
a271f34 553
 "libc",
a271f34 554
 "wasi",
a271f34 555
]
a271f34 556
a271f34 557
[[package]]
a271f34 558
name = "getrandom"
a271f34 559
version = "0.4.3"
a271f34 560
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 561
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
a271f34 562
dependencies = [
a271f34 563
 "cfg-if",
a271f34 564
 "libc",
a271f34 565
 "r-efi",
a271f34 566
]
a271f34 567
a271f34 568
[[package]]
a271f34 569
name = "gimli"
a271f34 570
version = "0.33.0"
a271f34 571
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 572
checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
a271f34 573
dependencies = [
a271f34 574
 "fnv",
a271f34 575
 "hashbrown 0.16.1",
a271f34 576
 "indexmap",
a271f34 577
 "stable_deref_trait",
a271f34 578
]
a271f34 579
a271f34 580
[[package]]
a271f34 581
name = "hashbrown"
a271f34 582
version = "0.16.1"
a271f34 583
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 584
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
a271f34 585
a271f34 586
[[package]]
a271f34 587
name = "hashbrown"
a271f34 588
version = "0.17.1"
a271f34 589
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 590
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
a271f34 591
dependencies = [
a271f34 592
 "foldhash",
a271f34 593
 "serde",
a271f34 594
 "serde_core",
a271f34 595
]
a271f34 596
a271f34 597
[[package]]
a271f34 598
name = "heck"
a271f34 599
version = "0.5.0"
a271f34 600
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 601
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
a271f34 602
bf629a2 603
[[package]]
bf629a2 604
name = "icu_collections"
bf629a2 605
version = "2.3.0"
bf629a2 606
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 607
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
bf629a2 608
dependencies = [
bf629a2 609
 "displaydoc",
bf629a2 610
 "potential_utf",
bf629a2 611
 "utf8_iter",
bf629a2 612
 "yoke",
bf629a2 613
 "zerofrom",
bf629a2 614
 "zerovec",
bf629a2 615
]
bf629a2 616
bf629a2 617
[[package]]
bf629a2 618
name = "icu_locale_core"
bf629a2 619
version = "2.3.0"
bf629a2 620
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 621
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
bf629a2 622
dependencies = [
bf629a2 623
 "displaydoc",
bf629a2 624
 "litemap",
bf629a2 625
 "tinystr",
bf629a2 626
 "writeable",
bf629a2 627
 "zerovec",
bf629a2 628
]
bf629a2 629
bf629a2 630
[[package]]
bf629a2 631
name = "icu_normalizer"
bf629a2 632
version = "2.3.0"
bf629a2 633
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 634
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
bf629a2 635
dependencies = [
bf629a2 636
 "icu_collections",
bf629a2 637
 "icu_normalizer_data",
bf629a2 638
 "icu_properties",
bf629a2 639
 "icu_provider",
bf629a2 640
 "smallvec",
bf629a2 641
 "zerovec",
bf629a2 642
]
bf629a2 643
bf629a2 644
[[package]]
bf629a2 645
name = "icu_normalizer_data"
bf629a2 646
version = "2.3.0"
bf629a2 647
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 648
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
bf629a2 649
bf629a2 650
[[package]]
bf629a2 651
name = "icu_properties"
bf629a2 652
version = "2.3.0"
bf629a2 653
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 654
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
bf629a2 655
dependencies = [
bf629a2 656
 "displaydoc",
bf629a2 657
 "icu_collections",
bf629a2 658
 "icu_locale_core",
bf629a2 659
 "icu_properties_data",
bf629a2 660
 "icu_provider",
bf629a2 661
 "zerotrie",
bf629a2 662
 "zerovec",
bf629a2 663
]
bf629a2 664
bf629a2 665
[[package]]
bf629a2 666
name = "icu_properties_data"
bf629a2 667
version = "2.3.0"
bf629a2 668
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 669
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
bf629a2 670
bf629a2 671
[[package]]
bf629a2 672
name = "icu_provider"
bf629a2 673
version = "2.3.1"
bf629a2 674
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 675
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
bf629a2 676
dependencies = [
bf629a2 677
 "displaydoc",
bf629a2 678
 "icu_locale_core",
bf629a2 679
 "writeable",
bf629a2 680
 "yoke",
bf629a2 681
 "zerofrom",
bf629a2 682
 "zerotrie",
bf629a2 683
 "zerovec",
bf629a2 684
]
bf629a2 685
a271f34 686
[[package]]
a271f34 687
name = "id-arena"
a271f34 688
version = "2.3.0"
a271f34 689
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 690
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
a271f34 691
bf629a2 692
[[package]]
bf629a2 693
name = "idna"
bf629a2 694
version = "1.1.0"
bf629a2 695
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 696
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
bf629a2 697
dependencies = [
bf629a2 698
 "idna_adapter",
bf629a2 699
 "smallvec",
bf629a2 700
 "utf8_iter",
bf629a2 701
]
bf629a2 702
bf629a2 703
[[package]]
bf629a2 704
name = "idna_adapter"
bf629a2 705
version = "1.2.2"
bf629a2 706
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 707
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
bf629a2 708
dependencies = [
bf629a2 709
 "icu_normalizer",
bf629a2 710
 "icu_properties",
bf629a2 711
]
bf629a2 712
a271f34 713
[[package]]
a271f34 714
name = "indexmap"
a271f34 715
version = "2.14.0"
a271f34 716
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 717
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
a271f34 718
dependencies = [
a271f34 719
 "equivalent",
a271f34 720
 "hashbrown 0.17.1",
a271f34 721
 "serde",
a271f34 722
 "serde_core",
a271f34 723
]
a271f34 724
a271f34 725
[[package]]
a271f34 726
name = "itertools"
a271f34 727
version = "0.14.0"
a271f34 728
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 729
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
a271f34 730
dependencies = [
a271f34 731
 "either",
a271f34 732
]
a271f34 733
a271f34 734
[[package]]
a271f34 735
name = "itoa"
a271f34 736
version = "1.0.18"
a271f34 737
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 738
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
a271f34 739
a271f34 740
[[package]]
a271f34 741
name = "ittapi"
a271f34 742
version = "0.4.0"
a271f34 743
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 744
checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
a271f34 745
dependencies = [
a271f34 746
 "anyhow",
a271f34 747
 "ittapi-sys",
a271f34 748
 "log",
a271f34 749
]
a271f34 750
a271f34 751
[[package]]
a271f34 752
name = "ittapi-sys"
a271f34 753
version = "0.4.0"
a271f34 754
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 755
checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
a271f34 756
dependencies = [
a271f34 757
 "cc",
a271f34 758
]
a271f34 759
a271f34 760
[[package]]
a271f34 761
name = "jobserver"
a271f34 762
version = "0.1.35"
a271f34 763
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 764
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
a271f34 765
dependencies = [
a271f34 766
 "getrandom 0.4.3",
a271f34 767
 "libc",
a271f34 768
]
a271f34 769
a271f34 770
[[package]]
a271f34 771
name = "js-sys"
a271f34 772
version = "0.3.104"
a271f34 773
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 774
checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
a271f34 775
dependencies = [
a271f34 776
 "cfg-if",
a271f34 777
 "futures-util",
a271f34 778
 "wasm-bindgen",
a271f34 779
]
a271f34 780
a271f34 781
[[package]]
a271f34 782
name = "leb128fmt"
a271f34 783
version = "0.1.0"
a271f34 784
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 785
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
a271f34 786
a271f34 787
[[package]]
a271f34 788
name = "libc"
a271f34 789
version = "0.2.189"
a271f34 790
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 791
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
a271f34 792
a271f34 793
[[package]]
a271f34 794
name = "libm"
a271f34 795
version = "0.2.16"
a271f34 796
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 797
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
a271f34 798
a271f34 799
[[package]]
a271f34 800
name = "libredox"
a271f34 801
version = "0.1.19"
a271f34 802
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 803
checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
a271f34 804
dependencies = [
a271f34 805
 "libc",
a271f34 806
]
a271f34 807
a271f34 808
[[package]]
a271f34 809
name = "linux-raw-sys"
a271f34 810
version = "0.12.1"
a271f34 811
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 812
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
a271f34 813
bf629a2 814
[[package]]
bf629a2 815
name = "litemap"
bf629a2 816
version = "0.8.3"
bf629a2 817
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 818
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
bf629a2 819
a271f34 820
[[package]]
a271f34 821
name = "log"
a271f34 822
version = "0.4.33"
a271f34 823
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 824
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
a271f34 825
a271f34 826
[[package]]
a271f34 827
name = "mach2"
a271f34 828
version = "0.6.0"
a271f34 829
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 830
checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
a271f34 831
a271f34 832
[[package]]
a271f34 833
name = "memchr"
a271f34 834
version = "2.8.3"
a271f34 835
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 836
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
a271f34 837
a271f34 838
[[package]]
a271f34 839
name = "memfd"
a271f34 840
version = "0.6.5"
a271f34 841
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 842
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
a271f34 843
dependencies = [
a271f34 844
 "rustix",
a271f34 845
]
a271f34 846
bf629a2 847
[[package]]
bf629a2 848
name = "miniz_oxide"
bf629a2 849
version = "0.9.1"
bf629a2 850
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 851
checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
bf629a2 852
dependencies = [
bf629a2 853
 "adler2",
bf629a2 854
 "simd-adler32",
bf629a2 855
]
bf629a2 856
a271f34 857
[[package]]
a271f34 858
name = "object"
a271f34 859
version = "0.39.1"
a271f34 860
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 861
checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
a271f34 862
dependencies = [
a271f34 863
 "crc32fast",
a271f34 864
 "hashbrown 0.17.1",
a271f34 865
 "indexmap",
a271f34 866
 "memchr",
a271f34 867
]
a271f34 868
a271f34 869
[[package]]
a271f34 870
name = "once_cell"
a271f34 871
version = "1.21.4"
a271f34 872
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 873
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
a271f34 874
bf629a2 875
[[package]]
bf629a2 876
name = "percent-encoding"
bf629a2 877
version = "2.3.2"
bf629a2 878
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 879
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
bf629a2 880
a271f34 881
[[package]]
a271f34 882
name = "petgraph"
a271f34 883
version = "0.6.5"
a271f34 884
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 885
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
a271f34 886
dependencies = [
a271f34 887
 "fixedbitset",
a271f34 888
 "indexmap",
a271f34 889
]
a271f34 890
a271f34 891
[[package]]
a271f34 892
name = "pin-project-lite"
a271f34 893
version = "0.2.17"
a271f34 894
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 895
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
a271f34 896
a271f34 897
[[package]]
a271f34 898
name = "pkg-config"
a271f34 899
version = "0.3.33"
a271f34 900
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 901
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
a271f34 902
a271f34 903
[[package]]
a271f34 904
name = "plum-runtime"
a271f34 905
version = "0.1.0"
a271f34 906
dependencies = [
bf629a2 907
 "ureq",
a271f34 908
 "wasmtime",
a271f34 909
]
a271f34 910
a271f34 911
[[package]]
a271f34 912
name = "postcard"
a271f34 913
version = "1.1.3"
a271f34 914
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 915
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
a271f34 916
dependencies = [
a271f34 917
 "cobs",
a271f34 918
 "embedded-io 0.4.0",
a271f34 919
 "embedded-io 0.6.1",
a271f34 920
 "serde",
a271f34 921
]
a271f34 922
bf629a2 923
[[package]]
bf629a2 924
name = "potential_utf"
bf629a2 925
version = "0.1.6"
bf629a2 926
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 927
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
bf629a2 928
dependencies = [
bf629a2 929
 "zerovec",
bf629a2 930
]
bf629a2 931
a271f34 932
[[package]]
a271f34 933
name = "proc-macro2"
a271f34 934
version = "1.0.107"
a271f34 935
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 936
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
a271f34 937
dependencies = [
a271f34 938
 "unicode-ident",
a271f34 939
]
a271f34 940
a271f34 941
[[package]]
a271f34 942
name = "pulley-interpreter"
a271f34 943
version = "47.0.3"
a271f34 944
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 945
checksum = "bc5c8c21ea032e4efbdf2d067dc45171779dbe0c8ecf20ef4a57efa7474f2b0a"
a271f34 946
dependencies = [
a271f34 947
 "cranelift-bitset",
a271f34 948
 "log",
a271f34 949
 "pulley-macros",
a271f34 950
 "wasmtime-internal-core",
a271f34 951
]
a271f34 952
a271f34 953
[[package]]
a271f34 954
name = "pulley-macros"
a271f34 955
version = "47.0.3"
a271f34 956
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 957
checksum = "9f10925455d5dde962e3604eade797ba5488644c8ee14a44191e2f2b58980574"
a271f34 958
dependencies = [
a271f34 959
 "proc-macro2",
a271f34 960
 "quote",
a271f34 961
 "syn 2.0.119",
a271f34 962
]
a271f34 963
a271f34 964
[[package]]
a271f34 965
name = "quote"
a271f34 966
version = "1.0.47"
a271f34 967
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 968
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
a271f34 969
dependencies = [
a271f34 970
 "proc-macro2",
a271f34 971
]
a271f34 972
a271f34 973
[[package]]
a271f34 974
name = "r-efi"
a271f34 975
version = "6.0.0"
a271f34 976
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 977
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
a271f34 978
a271f34 979
[[package]]
a271f34 980
name = "rayon"
a271f34 981
version = "1.12.0"
a271f34 982
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 983
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
a271f34 984
dependencies = [
a271f34 985
 "either",
a271f34 986
 "rayon-core",
a271f34 987
]
a271f34 988
a271f34 989
[[package]]
a271f34 990
name = "rayon-core"
a271f34 991
version = "1.13.0"
a271f34 992
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 993
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
a271f34 994
dependencies = [
a271f34 995
 "crossbeam-deque",
a271f34 996
 "crossbeam-utils",
a271f34 997
]
a271f34 998
a271f34 999
[[package]]
a271f34 1000
name = "redox_users"
a271f34 1001
version = "0.4.6"
a271f34 1002
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1003
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
a271f34 1004
dependencies = [
a271f34 1005
 "getrandom 0.2.17",
a271f34 1006
 "libredox",
a271f34 1007
 "thiserror 1.0.69",
a271f34 1008
]
a271f34 1009
a271f34 1010
[[package]]
a271f34 1011
name = "regalloc2"
a271f34 1012
version = "0.15.2"
a271f34 1013
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1014
checksum = "757712e8e61590d6d4f5d563483755538b5aa13467837a3b41cd9832509a7f85"
a271f34 1015
dependencies = [
a271f34 1016
 "allocator-api2",
a271f34 1017
 "bumpalo",
a271f34 1018
 "hashbrown 0.17.1",
a271f34 1019
 "log",
a271f34 1020
 "rustc-hash",
a271f34 1021
 "serde",
a271f34 1022
 "smallvec",
a271f34 1023
]
a271f34 1024
bf629a2 1025
[[package]]
bf629a2 1026
name = "ring"
bf629a2 1027
version = "0.17.14"
bf629a2 1028
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1029
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
bf629a2 1030
dependencies = [
bf629a2 1031
 "cc",
bf629a2 1032
 "cfg-if",
bf629a2 1033
 "getrandom 0.2.17",
bf629a2 1034
 "libc",
bf629a2 1035
 "untrusted",
bf629a2 1036
 "windows-sys 0.52.0",
bf629a2 1037
]
bf629a2 1038
a271f34 1039
[[package]]
a271f34 1040
name = "rustc-demangle"
a271f34 1041
version = "0.1.28"
a271f34 1042
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1043
checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
a271f34 1044
a271f34 1045
[[package]]
a271f34 1046
name = "rustc-hash"
a271f34 1047
version = "2.1.3"
a271f34 1048
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1049
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
a271f34 1050
a271f34 1051
[[package]]
a271f34 1052
name = "rustix"
a271f34 1053
version = "1.1.4"
a271f34 1054
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1055
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
a271f34 1056
dependencies = [
a271f34 1057
 "bitflags",
a271f34 1058
 "errno",
a271f34 1059
 "libc",
a271f34 1060
 "linux-raw-sys",
bf629a2 1061
 "windows-sys 0.61.2",
bf629a2 1062
]
bf629a2 1063
bf629a2 1064
[[package]]
bf629a2 1065
name = "rustls"
bf629a2 1066
version = "0.23.43"
bf629a2 1067
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1068
checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
bf629a2 1069
dependencies = [
bf629a2 1070
 "log",
bf629a2 1071
 "once_cell",
bf629a2 1072
 "ring",
bf629a2 1073
 "rustls-pki-types",
bf629a2 1074
 "rustls-webpki",
bf629a2 1075
 "subtle",
bf629a2 1076
 "zeroize",
bf629a2 1077
]
bf629a2 1078
bf629a2 1079
[[package]]
bf629a2 1080
name = "rustls-pki-types"
bf629a2 1081
version = "1.15.1"
bf629a2 1082
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1083
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
bf629a2 1084
dependencies = [
bf629a2 1085
 "zeroize",
bf629a2 1086
]
bf629a2 1087
bf629a2 1088
[[package]]
bf629a2 1089
name = "rustls-webpki"
bf629a2 1090
version = "0.103.15"
bf629a2 1091
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1092
checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
bf629a2 1093
dependencies = [
bf629a2 1094
 "ring",
bf629a2 1095
 "rustls-pki-types",
bf629a2 1096
 "untrusted",
a271f34 1097
]
a271f34 1098
a271f34 1099
[[package]]
a271f34 1100
name = "rustversion"
a271f34 1101
version = "1.0.23"
a271f34 1102
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1103
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
a271f34 1104
a271f34 1105
[[package]]
a271f34 1106
name = "semver"
a271f34 1107
version = "1.0.28"
a271f34 1108
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1109
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
a271f34 1110
dependencies = [
a271f34 1111
 "serde",
a271f34 1112
 "serde_core",
a271f34 1113
]
a271f34 1114
a271f34 1115
[[package]]
a271f34 1116
name = "serde"
a271f34 1117
version = "1.0.229"
a271f34 1118
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1119
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
a271f34 1120
dependencies = [
a271f34 1121
 "serde_core",
a271f34 1122
 "serde_derive",
a271f34 1123
]
a271f34 1124
a271f34 1125
[[package]]
a271f34 1126
name = "serde_core"
a271f34 1127
version = "1.0.229"
a271f34 1128
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1129
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
a271f34 1130
dependencies = [
a271f34 1131
 "serde_derive",
a271f34 1132
]
a271f34 1133
a271f34 1134
[[package]]
a271f34 1135
name = "serde_derive"
a271f34 1136
version = "1.0.229"
a271f34 1137
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1138
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
a271f34 1139
dependencies = [
a271f34 1140
 "proc-macro2",
a271f34 1141
 "quote",
a271f34 1142
 "syn 3.0.3",
a271f34 1143
]
a271f34 1144
a271f34 1145
[[package]]
a271f34 1146
name = "serde_json"
a271f34 1147
version = "1.0.151"
a271f34 1148
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1149
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
a271f34 1150
dependencies = [
a271f34 1151
 "itoa",
a271f34 1152
 "memchr",
a271f34 1153
 "serde",
a271f34 1154
 "serde_core",
a271f34 1155
 "zmij",
a271f34 1156
]
a271f34 1157
a271f34 1158
[[package]]
a271f34 1159
name = "serde_spanned"
a271f34 1160
version = "1.1.1"
a271f34 1161
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1162
checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
a271f34 1163
dependencies = [
a271f34 1164
 "serde_core",
a271f34 1165
]
a271f34 1166
a271f34 1167
[[package]]
a271f34 1168
name = "sha2"
a271f34 1169
version = "0.10.9"
a271f34 1170
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1171
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
a271f34 1172
dependencies = [
a271f34 1173
 "cfg-if",
a271f34 1174
 "cpufeatures",
a271f34 1175
 "digest",
a271f34 1176
]
a271f34 1177
a271f34 1178
[[package]]
a271f34 1179
name = "shlex"
a271f34 1180
version = "2.0.1"
a271f34 1181
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1182
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
a271f34 1183
bf629a2 1184
[[package]]
bf629a2 1185
name = "simd-adler32"
bf629a2 1186
version = "0.3.10"
bf629a2 1187
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1188
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
bf629a2 1189
a271f34 1190
[[package]]
a271f34 1191
name = "slab"
a271f34 1192
version = "0.4.12"
a271f34 1193
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1194
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
a271f34 1195
a271f34 1196
[[package]]
a271f34 1197
name = "smallvec"
a271f34 1198
version = "1.15.2"
a271f34 1199
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1200
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
a271f34 1201
dependencies = [
a271f34 1202
 "serde",
a271f34 1203
]
a271f34 1204
a271f34 1205
[[package]]
a271f34 1206
name = "stable_deref_trait"
a271f34 1207
version = "1.2.1"
a271f34 1208
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1209
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
a271f34 1210
bf629a2 1211
[[package]]
bf629a2 1212
name = "subtle"
bf629a2 1213
version = "2.6.1"
bf629a2 1214
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1215
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
bf629a2 1216
a271f34 1217
[[package]]
a271f34 1218
name = "syn"
a271f34 1219
version = "2.0.119"
a271f34 1220
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1221
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
a271f34 1222
dependencies = [
a271f34 1223
 "proc-macro2",
a271f34 1224
 "quote",
a271f34 1225
 "unicode-ident",
a271f34 1226
]
a271f34 1227
a271f34 1228
[[package]]
a271f34 1229
name = "syn"
a271f34 1230
version = "3.0.3"
a271f34 1231
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1232
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
a271f34 1233
dependencies = [
a271f34 1234
 "proc-macro2",
a271f34 1235
 "quote",
a271f34 1236
 "unicode-ident",
a271f34 1237
]
a271f34 1238
bf629a2 1239
[[package]]
bf629a2 1240
name = "synstructure"
bf629a2 1241
version = "0.13.2"
bf629a2 1242
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1243
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
bf629a2 1244
dependencies = [
bf629a2 1245
 "proc-macro2",
bf629a2 1246
 "quote",
bf629a2 1247
 "syn 2.0.119",
bf629a2 1248
]
bf629a2 1249
a271f34 1250
[[package]]
a271f34 1251
name = "target-lexicon"
a271f34 1252
version = "0.13.5"
a271f34 1253
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1254
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
a271f34 1255
a271f34 1256
[[package]]
a271f34 1257
name = "tempfile"
a271f34 1258
version = "3.27.0"
a271f34 1259
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1260
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
a271f34 1261
dependencies = [
a271f34 1262
 "fastrand",
a271f34 1263
 "getrandom 0.4.3",
a271f34 1264
 "once_cell",
a271f34 1265
 "rustix",
bf629a2 1266
 "windows-sys 0.61.2",
a271f34 1267
]
a271f34 1268
a271f34 1269
[[package]]
a271f34 1270
name = "termcolor"
a271f34 1271
version = "1.4.1"
a271f34 1272
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1273
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
a271f34 1274
dependencies = [
a271f34 1275
 "winapi-util",
a271f34 1276
]
a271f34 1277
a271f34 1278
[[package]]
a271f34 1279
name = "thiserror"
a271f34 1280
version = "1.0.69"
a271f34 1281
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1282
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
a271f34 1283
dependencies = [
a271f34 1284
 "thiserror-impl 1.0.69",
a271f34 1285
]
a271f34 1286
a271f34 1287
[[package]]
a271f34 1288
name = "thiserror"
a271f34 1289
version = "2.0.20"
a271f34 1290
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1291
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
a271f34 1292
dependencies = [
a271f34 1293
 "thiserror-impl 2.0.20",
a271f34 1294
]
a271f34 1295
a271f34 1296
[[package]]
a271f34 1297
name = "thiserror-impl"
a271f34 1298
version = "1.0.69"
a271f34 1299
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1300
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
a271f34 1301
dependencies = [
a271f34 1302
 "proc-macro2",
a271f34 1303
 "quote",
a271f34 1304
 "syn 2.0.119",
a271f34 1305
]
a271f34 1306
a271f34 1307
[[package]]
a271f34 1308
name = "thiserror-impl"
a271f34 1309
version = "2.0.20"
a271f34 1310
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1311
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
a271f34 1312
dependencies = [
a271f34 1313
 "proc-macro2",
a271f34 1314
 "quote",
a271f34 1315
 "syn 3.0.3",
a271f34 1316
]
a271f34 1317
bf629a2 1318
[[package]]
bf629a2 1319
name = "tinystr"
bf629a2 1320
version = "0.8.4"
bf629a2 1321
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1322
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
bf629a2 1323
dependencies = [
bf629a2 1324
 "displaydoc",
bf629a2 1325
 "zerovec",
bf629a2 1326
]
bf629a2 1327
a271f34 1328
[[package]]
a271f34 1329
name = "toml"
a271f34 1330
version = "0.9.12+spec-1.1.0"
a271f34 1331
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1332
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
a271f34 1333
dependencies = [
a271f34 1334
 "indexmap",
a271f34 1335
 "serde_core",
a271f34 1336
 "serde_spanned",
a271f34 1337
 "toml_datetime",
a271f34 1338
 "toml_parser",
a271f34 1339
 "toml_writer",
a271f34 1340
 "winnow 0.7.15",
a271f34 1341
]
a271f34 1342
a271f34 1343
[[package]]
a271f34 1344
name = "toml_datetime"
a271f34 1345
version = "0.7.5+spec-1.1.0"
a271f34 1346
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1347
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
a271f34 1348
dependencies = [
a271f34 1349
 "serde_core",
a271f34 1350
]
a271f34 1351
a271f34 1352
[[package]]
a271f34 1353
name = "toml_parser"
a271f34 1354
version = "1.1.3+spec-1.1.0"
a271f34 1355
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1356
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
a271f34 1357
dependencies = [
a271f34 1358
 "winnow 1.0.4",
a271f34 1359
]
a271f34 1360
a271f34 1361
[[package]]
a271f34 1362
name = "toml_writer"
a271f34 1363
version = "1.1.2+spec-1.1.0"
a271f34 1364
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1365
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
a271f34 1366
a271f34 1367
[[package]]
a271f34 1368
name = "typenum"
a271f34 1369
version = "1.20.1"
a271f34 1370
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1371
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
a271f34 1372
a271f34 1373
[[package]]
a271f34 1374
name = "unicode-ident"
a271f34 1375
version = "1.0.24"
a271f34 1376
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1377
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
a271f34 1378
a271f34 1379
[[package]]
a271f34 1380
name = "unicode-width"
a271f34 1381
version = "0.2.2"
a271f34 1382
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1383
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
a271f34 1384
bf629a2 1385
[[package]]
bf629a2 1386
name = "untrusted"
bf629a2 1387
version = "0.9.0"
bf629a2 1388
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1389
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
bf629a2 1390
bf629a2 1391
[[package]]
bf629a2 1392
name = "ureq"
bf629a2 1393
version = "2.12.1"
bf629a2 1394
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1395
checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
bf629a2 1396
dependencies = [
bf629a2 1397
 "base64",
bf629a2 1398
 "flate2",
bf629a2 1399
 "log",
bf629a2 1400
 "once_cell",
bf629a2 1401
 "rustls",
bf629a2 1402
 "rustls-pki-types",
bf629a2 1403
 "url",
bf629a2 1404
 "webpki-roots 0.26.11",
bf629a2 1405
]
bf629a2 1406
bf629a2 1407
[[package]]
bf629a2 1408
name = "url"
bf629a2 1409
version = "2.5.8"
bf629a2 1410
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1411
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
bf629a2 1412
dependencies = [
bf629a2 1413
 "form_urlencoded",
bf629a2 1414
 "idna",
bf629a2 1415
 "percent-encoding",
bf629a2 1416
 "serde",
bf629a2 1417
]
bf629a2 1418
bf629a2 1419
[[package]]
bf629a2 1420
name = "utf8_iter"
bf629a2 1421
version = "1.0.4"
bf629a2 1422
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1423
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
bf629a2 1424
a271f34 1425
[[package]]
a271f34 1426
name = "uuid"
a271f34 1427
version = "1.24.0"
a271f34 1428
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1429
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
a271f34 1430
dependencies = [
a271f34 1431
 "js-sys",
a271f34 1432
 "wasm-bindgen",
a271f34 1433
]
a271f34 1434
a271f34 1435
[[package]]
a271f34 1436
name = "version_check"
a271f34 1437
version = "0.9.5"
a271f34 1438
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1439
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
a271f34 1440
a271f34 1441
[[package]]
a271f34 1442
name = "wasi"
a271f34 1443
version = "0.11.1+wasi-snapshot-preview1"
a271f34 1444
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1445
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
a271f34 1446
a271f34 1447
[[package]]
a271f34 1448
name = "wasm-bindgen"
a271f34 1449
version = "0.2.127"
a271f34 1450
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1451
checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
a271f34 1452
dependencies = [
a271f34 1453
 "cfg-if",
a271f34 1454
 "once_cell",
a271f34 1455
 "rustversion",
a271f34 1456
 "wasm-bindgen-macro",
a271f34 1457
 "wasm-bindgen-shared",
a271f34 1458
]
a271f34 1459
a271f34 1460
[[package]]
a271f34 1461
name = "wasm-bindgen-macro"
a271f34 1462
version = "0.2.127"
a271f34 1463
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1464
checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
a271f34 1465
dependencies = [
a271f34 1466
 "quote",
a271f34 1467
 "wasm-bindgen-macro-support",
a271f34 1468
]
a271f34 1469
a271f34 1470
[[package]]
a271f34 1471
name = "wasm-bindgen-macro-support"
a271f34 1472
version = "0.2.127"
a271f34 1473
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1474
checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
a271f34 1475
dependencies = [
a271f34 1476
 "bumpalo",
a271f34 1477
 "proc-macro2",
a271f34 1478
 "quote",
a271f34 1479
 "syn 2.0.119",
a271f34 1480
 "wasm-bindgen-shared",
a271f34 1481
]
a271f34 1482
a271f34 1483
[[package]]
a271f34 1484
name = "wasm-bindgen-shared"
a271f34 1485
version = "0.2.127"
a271f34 1486
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1487
checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
a271f34 1488
dependencies = [
a271f34 1489
 "unicode-ident",
a271f34 1490
]
a271f34 1491
a271f34 1492
[[package]]
a271f34 1493
name = "wasm-compose"
a271f34 1494
version = "0.252.0"
a271f34 1495
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1496
checksum = "d59b710751a35d54732a63851cdfacbfb2266b7160ce174faf269d3f4e84e31b"
a271f34 1497
dependencies = [
a271f34 1498
 "anyhow",
a271f34 1499
 "heck",
a271f34 1500
 "indexmap",
a271f34 1501
 "log",
a271f34 1502
 "petgraph",
a271f34 1503
 "smallvec",
a271f34 1504
 "wasm-encoder 0.252.0",
a271f34 1505
 "wasmparser 0.252.0",
a271f34 1506
 "wat",
a271f34 1507
]
a271f34 1508
a271f34 1509
[[package]]
a271f34 1510
name = "wasm-encoder"
a271f34 1511
version = "0.252.0"
a271f34 1512
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1513
checksum = "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f"
a271f34 1514
dependencies = [
a271f34 1515
 "leb128fmt",
a271f34 1516
 "wasmparser 0.252.0",
a271f34 1517
]
a271f34 1518
a271f34 1519
[[package]]
a271f34 1520
name = "wasm-encoder"
a271f34 1521
version = "0.255.0"
a271f34 1522
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1523
checksum = "9b524283fb5df62eec102ed0574838961bdd7ba5ac9c50d38e2756c51c971a42"
a271f34 1524
dependencies = [
a271f34 1525
 "leb128fmt",
a271f34 1526
 "wasmparser 0.255.0",
a271f34 1527
]
a271f34 1528
a271f34 1529
[[package]]
a271f34 1530
name = "wasmparser"
a271f34 1531
version = "0.252.0"
a271f34 1532
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1533
checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c"
a271f34 1534
dependencies = [
a271f34 1535
 "bitflags",
a271f34 1536
 "hashbrown 0.17.1",
a271f34 1537
 "indexmap",
a271f34 1538
 "semver",
a271f34 1539
 "serde",
a271f34 1540
]
a271f34 1541
a271f34 1542
[[package]]
a271f34 1543
name = "wasmparser"
a271f34 1544
version = "0.255.0"
a271f34 1545
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1546
checksum = "e8e329ef4b5d46e73b91d3ac6924417cad55a8cbbf869c199283383427c3320b"
a271f34 1547
dependencies = [
a271f34 1548
 "bitflags",
a271f34 1549
 "indexmap",
a271f34 1550
 "semver",
a271f34 1551
]
a271f34 1552
a271f34 1553
[[package]]
a271f34 1554
name = "wasmprinter"
a271f34 1555
version = "0.252.0"
a271f34 1556
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1557
checksum = "7142797de29b35ab8dbf15c00f55fda75d409da4c423a8ab8bd6b667a785824b"
a271f34 1558
dependencies = [
a271f34 1559
 "anyhow",
a271f34 1560
 "termcolor",
a271f34 1561
 "wasmparser 0.252.0",
a271f34 1562
]
a271f34 1563
a271f34 1564
[[package]]
a271f34 1565
name = "wasmtime"
a271f34 1566
version = "47.0.3"
a271f34 1567
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1568
checksum = "c80ca6098e0d4d06886d91d7f2cc3cb6623eb583c4c0ab3c89cbfb6098c8586c"
a271f34 1569
dependencies = [
a271f34 1570
 "addr2line",
a271f34 1571
 "async-trait",
a271f34 1572
 "bitflags",
a271f34 1573
 "bumpalo",
a271f34 1574
 "cc",
a271f34 1575
 "cfg-if",
a271f34 1576
 "encoding_rs",
a271f34 1577
 "futures",
a271f34 1578
 "fxprof-processed-profile",
a271f34 1579
 "gimli",
a271f34 1580
 "ittapi",
a271f34 1581
 "libc",
a271f34 1582
 "log",
a271f34 1583
 "mach2",
a271f34 1584
 "memfd",
a271f34 1585
 "object",
a271f34 1586
 "once_cell",
a271f34 1587
 "postcard",
a271f34 1588
 "pulley-interpreter",
a271f34 1589
 "rayon",
a271f34 1590
 "rustix",
a271f34 1591
 "semver",
a271f34 1592
 "serde",
a271f34 1593
 "serde_derive",
a271f34 1594
 "serde_json",
a271f34 1595
 "smallvec",
a271f34 1596
 "target-lexicon",
a271f34 1597
 "tempfile",
a271f34 1598
 "wasm-compose",
a271f34 1599
 "wasm-encoder 0.252.0",
a271f34 1600
 "wasmparser 0.252.0",
a271f34 1601
 "wasmtime-environ",
a271f34 1602
 "wasmtime-internal-cache",
a271f34 1603
 "wasmtime-internal-component-macro",
a271f34 1604
 "wasmtime-internal-component-util",
a271f34 1605
 "wasmtime-internal-core",
a271f34 1606
 "wasmtime-internal-cranelift",
a271f34 1607
 "wasmtime-internal-fiber",
a271f34 1608
 "wasmtime-internal-jit-debug",
a271f34 1609
 "wasmtime-internal-jit-icache-coherence",
a271f34 1610
 "wasmtime-internal-unwinder",
a271f34 1611
 "wasmtime-internal-versioned-export-macros",
a271f34 1612
 "wat",
bf629a2 1613
 "windows-sys 0.61.2",
a271f34 1614
 "wit-parser",
a271f34 1615
]
a271f34 1616
a271f34 1617
[[package]]
a271f34 1618
name = "wasmtime-environ"
a271f34 1619
version = "47.0.3"
a271f34 1620
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1621
checksum = "134f9d136d29c76f6c1b4c9b468e97a2efc38c7d49fd188e39b64870b2fea701"
a271f34 1622
dependencies = [
a271f34 1623
 "anyhow",
a271f34 1624
 "cpp_demangle",
a271f34 1625
 "cranelift-bforest",
a271f34 1626
 "cranelift-bitset",
a271f34 1627
 "cranelift-entity",
a271f34 1628
 "gimli",
a271f34 1629
 "hashbrown 0.17.1",
a271f34 1630
 "indexmap",
a271f34 1631
 "log",
a271f34 1632
 "object",
a271f34 1633
 "postcard",
a271f34 1634
 "rustc-demangle",
a271f34 1635
 "semver",
a271f34 1636
 "serde",
a271f34 1637
 "serde_derive",
a271f34 1638
 "sha2",
a271f34 1639
 "smallvec",
a271f34 1640
 "target-lexicon",
a271f34 1641
 "wasm-encoder 0.252.0",
a271f34 1642
 "wasmparser 0.252.0",
a271f34 1643
 "wasmprinter",
a271f34 1644
 "wasmtime-internal-component-util",
a271f34 1645
 "wasmtime-internal-core",
a271f34 1646
]
a271f34 1647
a271f34 1648
[[package]]
a271f34 1649
name = "wasmtime-internal-cache"
a271f34 1650
version = "47.0.3"
a271f34 1651
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1652
checksum = "65db2eb1bfc5371a3b4107dbf539d0b93d05016fc29625b1648146b47db02071"
a271f34 1653
dependencies = [
a271f34 1654
 "base64",
a271f34 1655
 "directories-next",
a271f34 1656
 "log",
a271f34 1657
 "postcard",
a271f34 1658
 "rustix",
a271f34 1659
 "serde",
a271f34 1660
 "serde_derive",
a271f34 1661
 "sha2",
a271f34 1662
 "toml",
a271f34 1663
 "wasmtime-environ",
bf629a2 1664
 "windows-sys 0.61.2",
a271f34 1665
 "zstd",
a271f34 1666
]
a271f34 1667
a271f34 1668
[[package]]
a271f34 1669
name = "wasmtime-internal-component-macro"
a271f34 1670
version = "47.0.3"
a271f34 1671
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1672
checksum = "2bf7b91fed3fc34781d57f9c6654ea2513bf0a99f7b0b0523c00de1e6efebe1c"
a271f34 1673
dependencies = [
a271f34 1674
 "anyhow",
a271f34 1675
 "proc-macro2",
a271f34 1676
 "quote",
a271f34 1677
 "syn 2.0.119",
a271f34 1678
 "wasmtime-internal-component-util",
a271f34 1679
 "wasmtime-internal-wit-bindgen",
a271f34 1680
 "wit-parser",
a271f34 1681
]
a271f34 1682
a271f34 1683
[[package]]
a271f34 1684
name = "wasmtime-internal-component-util"
a271f34 1685
version = "47.0.3"
a271f34 1686
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1687
checksum = "fc8a678149885cae00289f806fbe74c7863084cf74cace0b8dc73602279400e1"
a271f34 1688
a271f34 1689
[[package]]
a271f34 1690
name = "wasmtime-internal-core"
a271f34 1691
version = "47.0.3"
a271f34 1692
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1693
checksum = "8a0092c4b9d070ac5e278b6d0db10f5e71214190f0347ca57502b4692f796321"
a271f34 1694
dependencies = [
a271f34 1695
 "anyhow",
a271f34 1696
 "hashbrown 0.17.1",
a271f34 1697
 "libm",
a271f34 1698
 "serde",
a271f34 1699
]
a271f34 1700
a271f34 1701
[[package]]
a271f34 1702
name = "wasmtime-internal-cranelift"
a271f34 1703
version = "47.0.3"
a271f34 1704
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1705
checksum = "6851ebc9e03cab23d9821d2b2505d380bdfe38f35ccec945247b05274d85c98b"
a271f34 1706
dependencies = [
a271f34 1707
 "cfg-if",
a271f34 1708
 "cranelift-codegen",
a271f34 1709
 "cranelift-control",
a271f34 1710
 "cranelift-entity",
a271f34 1711
 "cranelift-frontend",
a271f34 1712
 "cranelift-native",
a271f34 1713
 "gimli",
a271f34 1714
 "itertools",
a271f34 1715
 "log",
a271f34 1716
 "object",
a271f34 1717
 "pulley-interpreter",
a271f34 1718
 "smallvec",
a271f34 1719
 "target-lexicon",
a271f34 1720
 "thiserror 2.0.20",
a271f34 1721
 "wasmparser 0.252.0",
a271f34 1722
 "wasmtime-environ",
a271f34 1723
 "wasmtime-internal-core",
a271f34 1724
 "wasmtime-internal-unwinder",
a271f34 1725
 "wasmtime-internal-versioned-export-macros",
a271f34 1726
]
a271f34 1727
a271f34 1728
[[package]]
a271f34 1729
name = "wasmtime-internal-fiber"
a271f34 1730
version = "47.0.3"
a271f34 1731
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1732
checksum = "9b26da6d5f60d4c438da70bba3553fe810a840533a64156be287dca2081c6991"
a271f34 1733
dependencies = [
a271f34 1734
 "cc",
a271f34 1735
 "cfg-if",
a271f34 1736
 "libc",
a271f34 1737
 "rustix",
a271f34 1738
 "wasmtime-environ",
a271f34 1739
 "wasmtime-internal-versioned-export-macros",
bf629a2 1740
 "windows-sys 0.61.2",
a271f34 1741
]
a271f34 1742
a271f34 1743
[[package]]
a271f34 1744
name = "wasmtime-internal-jit-debug"
a271f34 1745
version = "47.0.3"
a271f34 1746
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1747
checksum = "ed621ba25d7bf78b7edd7b4749abbb27c2e5cdba836c9504a424ee74b6c23149"
a271f34 1748
dependencies = [
a271f34 1749
 "cc",
a271f34 1750
 "object",
a271f34 1751
 "rustix",
a271f34 1752
 "wasmtime-internal-versioned-export-macros",
a271f34 1753
]
a271f34 1754
a271f34 1755
[[package]]
a271f34 1756
name = "wasmtime-internal-jit-icache-coherence"
a271f34 1757
version = "47.0.3"
a271f34 1758
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1759
checksum = "5684ba160951baad06a725696f3c590e2fb0e8067c2aebee27bf7f9259058e85"
a271f34 1760
dependencies = [
a271f34 1761
 "cfg-if",
a271f34 1762
 "libc",
a271f34 1763
 "wasmtime-internal-core",
bf629a2 1764
 "windows-sys 0.61.2",
a271f34 1765
]
a271f34 1766
a271f34 1767
[[package]]
a271f34 1768
name = "wasmtime-internal-unwinder"
a271f34 1769
version = "47.0.3"
a271f34 1770
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1771
checksum = "112eead527bffa8ff0646a11fb4339a9d52ddd1da2b9a6fce4aff84c815dd94f"
a271f34 1772
dependencies = [
a271f34 1773
 "cfg-if",
a271f34 1774
 "cranelift-codegen",
a271f34 1775
 "log",
a271f34 1776
 "object",
a271f34 1777
 "wasmtime-environ",
a271f34 1778
]
a271f34 1779
a271f34 1780
[[package]]
a271f34 1781
name = "wasmtime-internal-versioned-export-macros"
a271f34 1782
version = "47.0.3"
a271f34 1783
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1784
checksum = "153592e0bed824fc13c6696203fa1bd7bd20eb355316475e39a55f081ef80eca"
a271f34 1785
dependencies = [
a271f34 1786
 "proc-macro2",
a271f34 1787
 "quote",
a271f34 1788
 "syn 2.0.119",
a271f34 1789
]
a271f34 1790
a271f34 1791
[[package]]
a271f34 1792
name = "wasmtime-internal-wit-bindgen"
a271f34 1793
version = "47.0.3"
a271f34 1794
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1795
checksum = "c456ad6e81e0f46abfeca43687d18ea15e289c395b262ea6e0023e2682e088be"
a271f34 1796
dependencies = [
a271f34 1797
 "anyhow",
a271f34 1798
 "bitflags",
a271f34 1799
 "heck",
a271f34 1800
 "indexmap",
a271f34 1801
 "wit-parser",
a271f34 1802
]
a271f34 1803
a271f34 1804
[[package]]
a271f34 1805
name = "wast"
a271f34 1806
version = "255.0.0"
a271f34 1807
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1808
checksum = "55ffec530f199bd3d553ac442c13dd108353cad533cad8514bc41e1f1f0fe686"
a271f34 1809
dependencies = [
a271f34 1810
 "bumpalo",
a271f34 1811
 "leb128fmt",
a271f34 1812
 "memchr",
a271f34 1813
 "unicode-width",
a271f34 1814
 "wasm-encoder 0.255.0",
a271f34 1815
]
a271f34 1816
a271f34 1817
[[package]]
a271f34 1818
name = "wat"
a271f34 1819
version = "1.255.0"
a271f34 1820
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1821
checksum = "dda82c82e1486c7eed42a0465e544d80fff37abc3b39482e0d34dbaabe2fe5b1"
a271f34 1822
dependencies = [
a271f34 1823
 "wast",
a271f34 1824
]
a271f34 1825
bf629a2 1826
[[package]]
bf629a2 1827
name = "webpki-roots"
bf629a2 1828
version = "0.26.11"
bf629a2 1829
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1830
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
bf629a2 1831
dependencies = [
bf629a2 1832
 "webpki-roots 1.0.9",
bf629a2 1833
]
bf629a2 1834
bf629a2 1835
[[package]]
bf629a2 1836
name = "webpki-roots"
bf629a2 1837
version = "1.0.9"
bf629a2 1838
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1839
checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
bf629a2 1840
dependencies = [
bf629a2 1841
 "rustls-pki-types",
bf629a2 1842
]
bf629a2 1843
a271f34 1844
[[package]]
a271f34 1845
name = "winapi"
a271f34 1846
version = "0.3.9"
a271f34 1847
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1848
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
a271f34 1849
dependencies = [
a271f34 1850
 "winapi-i686-pc-windows-gnu",
a271f34 1851
 "winapi-x86_64-pc-windows-gnu",
a271f34 1852
]
a271f34 1853
a271f34 1854
[[package]]
a271f34 1855
name = "winapi-i686-pc-windows-gnu"
a271f34 1856
version = "0.4.0"
a271f34 1857
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1858
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
a271f34 1859
a271f34 1860
[[package]]
a271f34 1861
name = "winapi-util"
a271f34 1862
version = "0.1.11"
a271f34 1863
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1864
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
a271f34 1865
dependencies = [
bf629a2 1866
 "windows-sys 0.61.2",
a271f34 1867
]
a271f34 1868
a271f34 1869
[[package]]
a271f34 1870
name = "winapi-x86_64-pc-windows-gnu"
a271f34 1871
version = "0.4.0"
a271f34 1872
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1873
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
a271f34 1874
a271f34 1875
[[package]]
a271f34 1876
name = "windows-link"
a271f34 1877
version = "0.2.1"
a271f34 1878
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1879
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
a271f34 1880
bf629a2 1881
[[package]]
bf629a2 1882
name = "windows-sys"
bf629a2 1883
version = "0.52.0"
bf629a2 1884
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1885
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
bf629a2 1886
dependencies = [
bf629a2 1887
 "windows-targets",
bf629a2 1888
]
bf629a2 1889
a271f34 1890
[[package]]
a271f34 1891
name = "windows-sys"
a271f34 1892
version = "0.61.2"
a271f34 1893
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1894
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
a271f34 1895
dependencies = [
a271f34 1896
 "windows-link",
a271f34 1897
]
a271f34 1898
bf629a2 1899
[[package]]
bf629a2 1900
name = "windows-targets"
bf629a2 1901
version = "0.52.6"
bf629a2 1902
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1903
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
bf629a2 1904
dependencies = [
bf629a2 1905
 "windows_aarch64_gnullvm",
bf629a2 1906
 "windows_aarch64_msvc",
bf629a2 1907
 "windows_i686_gnu",
bf629a2 1908
 "windows_i686_gnullvm",
bf629a2 1909
 "windows_i686_msvc",
bf629a2 1910
 "windows_x86_64_gnu",
bf629a2 1911
 "windows_x86_64_gnullvm",
bf629a2 1912
 "windows_x86_64_msvc",
bf629a2 1913
]
bf629a2 1914
bf629a2 1915
[[package]]
bf629a2 1916
name = "windows_aarch64_gnullvm"
bf629a2 1917
version = "0.52.6"
bf629a2 1918
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1919
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
bf629a2 1920
bf629a2 1921
[[package]]
bf629a2 1922
name = "windows_aarch64_msvc"
bf629a2 1923
version = "0.52.6"
bf629a2 1924
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1925
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
bf629a2 1926
bf629a2 1927
[[package]]
bf629a2 1928
name = "windows_i686_gnu"
bf629a2 1929
version = "0.52.6"
bf629a2 1930
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1931
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
bf629a2 1932
bf629a2 1933
[[package]]
bf629a2 1934
name = "windows_i686_gnullvm"
bf629a2 1935
version = "0.52.6"
bf629a2 1936
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1937
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
bf629a2 1938
bf629a2 1939
[[package]]
bf629a2 1940
name = "windows_i686_msvc"
bf629a2 1941
version = "0.52.6"
bf629a2 1942
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1943
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
bf629a2 1944
bf629a2 1945
[[package]]
bf629a2 1946
name = "windows_x86_64_gnu"
bf629a2 1947
version = "0.52.6"
bf629a2 1948
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1949
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
bf629a2 1950
bf629a2 1951
[[package]]
bf629a2 1952
name = "windows_x86_64_gnullvm"
bf629a2 1953
version = "0.52.6"
bf629a2 1954
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1955
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
bf629a2 1956
bf629a2 1957
[[package]]
bf629a2 1958
name = "windows_x86_64_msvc"
bf629a2 1959
version = "0.52.6"
bf629a2 1960
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1961
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
bf629a2 1962
a271f34 1963
[[package]]
a271f34 1964
name = "winnow"
a271f34 1965
version = "0.7.15"
a271f34 1966
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1967
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
a271f34 1968
a271f34 1969
[[package]]
a271f34 1970
name = "winnow"
a271f34 1971
version = "1.0.4"
a271f34 1972
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1973
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
a271f34 1974
a271f34 1975
[[package]]
a271f34 1976
name = "wit-parser"
a271f34 1977
version = "0.252.0"
a271f34 1978
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 1979
checksum = "4266bea110371c620ccf3201c5023676046bc4556e5c7cfb5d500bda5ebc162d"
a271f34 1980
dependencies = [
a271f34 1981
 "anyhow",
a271f34 1982
 "hashbrown 0.17.1",
a271f34 1983
 "id-arena",
a271f34 1984
 "indexmap",
a271f34 1985
 "log",
a271f34 1986
 "semver",
a271f34 1987
 "serde",
a271f34 1988
 "serde_derive",
a271f34 1989
 "serde_json",
a271f34 1990
 "unicode-ident",
a271f34 1991
 "wasmparser 0.252.0",
a271f34 1992
]
a271f34 1993
bf629a2 1994
[[package]]
bf629a2 1995
name = "writeable"
bf629a2 1996
version = "0.6.4"
bf629a2 1997
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 1998
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
bf629a2 1999
bf629a2 2000
[[package]]
bf629a2 2001
name = "yoke"
bf629a2 2002
version = "0.8.3"
bf629a2 2003
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2004
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
bf629a2 2005
dependencies = [
bf629a2 2006
 "stable_deref_trait",
bf629a2 2007
 "yoke-derive",
bf629a2 2008
 "zerofrom",
bf629a2 2009
]
bf629a2 2010
bf629a2 2011
[[package]]
bf629a2 2012
name = "yoke-derive"
bf629a2 2013
version = "0.8.2"
bf629a2 2014
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2015
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
bf629a2 2016
dependencies = [
bf629a2 2017
 "proc-macro2",
bf629a2 2018
 "quote",
bf629a2 2019
 "syn 2.0.119",
bf629a2 2020
 "synstructure",
bf629a2 2021
]
bf629a2 2022
bf629a2 2023
[[package]]
bf629a2 2024
name = "zerofrom"
bf629a2 2025
version = "0.1.8"
bf629a2 2026
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2027
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
bf629a2 2028
dependencies = [
bf629a2 2029
 "zerofrom-derive",
bf629a2 2030
]
bf629a2 2031
bf629a2 2032
[[package]]
bf629a2 2033
name = "zerofrom-derive"
bf629a2 2034
version = "0.1.7"
bf629a2 2035
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2036
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
bf629a2 2037
dependencies = [
bf629a2 2038
 "proc-macro2",
bf629a2 2039
 "quote",
bf629a2 2040
 "syn 2.0.119",
bf629a2 2041
 "synstructure",
bf629a2 2042
]
bf629a2 2043
bf629a2 2044
[[package]]
bf629a2 2045
name = "zeroize"
bf629a2 2046
version = "1.9.0"
bf629a2 2047
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2048
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
bf629a2 2049
bf629a2 2050
[[package]]
bf629a2 2051
name = "zerotrie"
bf629a2 2052
version = "0.2.5"
bf629a2 2053
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2054
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
bf629a2 2055
dependencies = [
bf629a2 2056
 "displaydoc",
bf629a2 2057
 "yoke",
bf629a2 2058
 "zerofrom",
bf629a2 2059
]
bf629a2 2060
bf629a2 2061
[[package]]
bf629a2 2062
name = "zerovec"
bf629a2 2063
version = "0.11.8"
bf629a2 2064
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2065
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
bf629a2 2066
dependencies = [
bf629a2 2067
 "yoke",
bf629a2 2068
 "zerofrom",
bf629a2 2069
 "zerovec-derive",
bf629a2 2070
]
bf629a2 2071
bf629a2 2072
[[package]]
bf629a2 2073
name = "zerovec-derive"
bf629a2 2074
version = "0.11.6"
bf629a2 2075
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2076
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
bf629a2 2077
dependencies = [
bf629a2 2078
 "proc-macro2",
bf629a2 2079
 "quote",
bf629a2 2080
 "syn 3.0.3",
bf629a2 2081
]
bf629a2 2082
bf629a2 2083
[[package]]
bf629a2 2084
name = "zlib-rs"
bf629a2 2085
version = "0.6.7"
bf629a2 2086
source = "registry+https://github.com/rust-lang/crates.io-index"
bf629a2 2087
checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
bf629a2 2088
a271f34 2089
[[package]]
a271f34 2090
name = "zmij"
a271f34 2091
version = "1.0.23"
a271f34 2092
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 2093
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
a271f34 2094
a271f34 2095
[[package]]
a271f34 2096
name = "zstd"
a271f34 2097
version = "0.13.3"
a271f34 2098
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 2099
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
a271f34 2100
dependencies = [
a271f34 2101
 "zstd-safe",
a271f34 2102
]
a271f34 2103
a271f34 2104
[[package]]
a271f34 2105
name = "zstd-safe"
a271f34 2106
version = "7.2.4"
a271f34 2107
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 2108
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
a271f34 2109
dependencies = [
a271f34 2110
 "zstd-sys",
a271f34 2111
]
a271f34 2112
a271f34 2113
[[package]]
a271f34 2114
name = "zstd-sys"
a271f34 2115
version = "2.0.16+zstd.1.5.7"
a271f34 2116
source = "registry+https://github.com/rust-lang/crates.io-index"
a271f34 2117
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
a271f34 2118
dependencies = [
a271f34 2119
 "cc",
a271f34 2120
 "pkg-config",
a271f34 2121
]