quicknode-sdk 0.1.0a15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. quicknode_sdk-0.1.0a15/Cargo.lock +3367 -0
  2. quicknode_sdk-0.1.0a15/Cargo.toml +26 -0
  3. quicknode_sdk-0.1.0a15/LICENSE +21 -0
  4. quicknode_sdk-0.1.0a15/PKG-INFO +1580 -0
  5. quicknode_sdk-0.1.0a15/crates/core/Cargo.toml +56 -0
  6. quicknode_sdk-0.1.0a15/crates/core/LICENSE +21 -0
  7. quicknode_sdk-0.1.0a15/crates/core/README.md +1640 -0
  8. quicknode_sdk-0.1.0a15/crates/core/examples/admin.rs +35 -0
  9. quicknode_sdk-0.1.0a15/crates/core/examples/admin_e2e.rs +840 -0
  10. quicknode_sdk-0.1.0a15/crates/core/examples/kvstore_e2e.rs +132 -0
  11. quicknode_sdk-0.1.0a15/crates/core/examples/streams.rs +44 -0
  12. quicknode_sdk-0.1.0a15/crates/core/examples/streams_e2e.rs +129 -0
  13. quicknode_sdk-0.1.0a15/crates/core/examples/webhooks_e2e.rs +111 -0
  14. quicknode_sdk-0.1.0a15/crates/core/src/admin/billing.rs +114 -0
  15. quicknode_sdk-0.1.0a15/crates/core/src/admin/bulk.rs +161 -0
  16. quicknode_sdk-0.1.0a15/crates/core/src/admin/chains.rs +49 -0
  17. quicknode_sdk-0.1.0a15/crates/core/src/admin/endpoint_metrics.rs +72 -0
  18. quicknode_sdk-0.1.0a15/crates/core/src/admin/endpoint_rate_limits.rs +139 -0
  19. quicknode_sdk-0.1.0a15/crates/core/src/admin/endpoint_security.rs +242 -0
  20. quicknode_sdk-0.1.0a15/crates/core/src/admin/endpoints.rs +430 -0
  21. quicknode_sdk-0.1.0a15/crates/core/src/admin/logs.rs +92 -0
  22. quicknode_sdk-0.1.0a15/crates/core/src/admin/mod.rs +3379 -0
  23. quicknode_sdk-0.1.0a15/crates/core/src/admin/tags.rs +91 -0
  24. quicknode_sdk-0.1.0a15/crates/core/src/admin/teams.rs +295 -0
  25. quicknode_sdk-0.1.0a15/crates/core/src/admin/usage.rs +236 -0
  26. quicknode_sdk-0.1.0a15/crates/core/src/config.rs +241 -0
  27. quicknode_sdk-0.1.0a15/crates/core/src/errors.rs +78 -0
  28. quicknode_sdk-0.1.0a15/crates/core/src/kvstore/mod.rs +1442 -0
  29. quicknode_sdk-0.1.0a15/crates/core/src/lib.rs +152 -0
  30. quicknode_sdk-0.1.0a15/crates/core/src/streams/mod.rs +1014 -0
  31. quicknode_sdk-0.1.0a15/crates/core/src/streams/stream.rs +945 -0
  32. quicknode_sdk-0.1.0a15/crates/core/src/webhooks/mod.rs +740 -0
  33. quicknode_sdk-0.1.0a15/crates/core/src/webhooks/webhook.rs +654 -0
  34. quicknode_sdk-0.1.0a15/crates/python/Cargo.toml +24 -0
  35. quicknode_sdk-0.1.0a15/crates/python/src/errors.rs +68 -0
  36. quicknode_sdk-0.1.0a15/crates/python/src/lib.rs +2471 -0
  37. quicknode_sdk-0.1.0a15/crates/python/src/streams_destination.rs +302 -0
  38. quicknode_sdk-0.1.0a15/crates/python/src/webhooks_template.rs +116 -0
  39. quicknode_sdk-0.1.0a15/pyproject.toml +39 -0
  40. quicknode_sdk-0.1.0a15/python/README.md +1555 -0
  41. quicknode_sdk-0.1.0a15/python/sdk/__init__.py +404 -0
  42. quicknode_sdk-0.1.0a15/python/sdk/__init__.pyi +386 -0
  43. quicknode_sdk-0.1.0a15/python/sdk/_core/__init__.pyi +6420 -0
  44. quicknode_sdk-0.1.0a15/python/sdk/init_manual_override.pyi +386 -0
  45. quicknode_sdk-0.1.0a15/python/sdk/py.typed +0 -0
@@ -0,0 +1,3367 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "android_system_properties"
16
+ version = "0.1.5"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
+ dependencies = [
20
+ "libc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anyhow"
25
+ version = "1.0.102"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
28
+
29
+ [[package]]
30
+ name = "arraydeque"
31
+ version = "0.5.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
34
+
35
+ [[package]]
36
+ name = "assert-json-diff"
37
+ version = "2.0.2"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
40
+ dependencies = [
41
+ "serde",
42
+ "serde_json",
43
+ ]
44
+
45
+ [[package]]
46
+ name = "async-trait"
47
+ version = "0.1.89"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
50
+ dependencies = [
51
+ "proc-macro2",
52
+ "quote",
53
+ "syn",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "atomic-waker"
58
+ version = "1.1.2"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
61
+
62
+ [[package]]
63
+ name = "autocfg"
64
+ version = "1.5.0"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
67
+
68
+ [[package]]
69
+ name = "aws-lc-rs"
70
+ version = "1.17.0"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
73
+ dependencies = [
74
+ "aws-lc-sys",
75
+ "zeroize",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "aws-lc-sys"
80
+ version = "0.41.0"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
83
+ dependencies = [
84
+ "cc",
85
+ "cmake",
86
+ "dunce",
87
+ "fs_extra",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "base64"
92
+ version = "0.22.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
95
+
96
+ [[package]]
97
+ name = "bindgen"
98
+ version = "0.72.1"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
101
+ dependencies = [
102
+ "bitflags",
103
+ "cexpr",
104
+ "clang-sys",
105
+ "itertools 0.13.0",
106
+ "proc-macro2",
107
+ "quote",
108
+ "regex",
109
+ "rustc-hash 2.1.2",
110
+ "shlex",
111
+ "syn",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "bitflags"
116
+ version = "2.11.1"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
119
+ dependencies = [
120
+ "serde_core",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "block-buffer"
125
+ version = "0.10.4"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
128
+ dependencies = [
129
+ "generic-array",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "bon"
134
+ version = "3.9.1"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
137
+ dependencies = [
138
+ "bon-macros",
139
+ "rustversion",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "bon-macros"
144
+ version = "3.9.1"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
147
+ dependencies = [
148
+ "darling",
149
+ "ident_case",
150
+ "prettyplease",
151
+ "proc-macro2",
152
+ "quote",
153
+ "rustversion",
154
+ "syn",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "bumpalo"
159
+ version = "3.20.2"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
162
+
163
+ [[package]]
164
+ name = "bytes"
165
+ version = "1.11.1"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
168
+
169
+ [[package]]
170
+ name = "cc"
171
+ version = "1.2.62"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
174
+ dependencies = [
175
+ "find-msvc-tools",
176
+ "jobserver",
177
+ "libc",
178
+ "shlex",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "cexpr"
183
+ version = "0.6.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
186
+ dependencies = [
187
+ "nom",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "cfg-if"
192
+ version = "1.0.4"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
195
+
196
+ [[package]]
197
+ name = "cfg_aliases"
198
+ version = "0.2.1"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
201
+
202
+ [[package]]
203
+ name = "chrono"
204
+ version = "0.4.44"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
207
+ dependencies = [
208
+ "iana-time-zone",
209
+ "js-sys",
210
+ "num-traits",
211
+ "wasm-bindgen",
212
+ "windows-link",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "clang-sys"
217
+ version = "1.8.1"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
220
+ dependencies = [
221
+ "glob",
222
+ "libc",
223
+ "libloading",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "cmake"
228
+ version = "0.1.58"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
231
+ dependencies = [
232
+ "cc",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "combine"
237
+ version = "4.6.7"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
240
+ dependencies = [
241
+ "bytes",
242
+ "memchr",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "config"
247
+ version = "0.15.23"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "f316c6237b2d38be61949ecd15268a4c6ca32570079394a2444d9ce2c72a72d8"
250
+ dependencies = [
251
+ "async-trait",
252
+ "convert_case",
253
+ "json5",
254
+ "pathdiff",
255
+ "ron",
256
+ "rust-ini",
257
+ "serde-untagged",
258
+ "serde_core",
259
+ "serde_json",
260
+ "toml",
261
+ "winnow",
262
+ "yaml-rust2",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "const-random"
267
+ version = "0.1.18"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
270
+ dependencies = [
271
+ "const-random-macro",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "const-random-macro"
276
+ version = "0.1.16"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
279
+ dependencies = [
280
+ "getrandom 0.2.17",
281
+ "once_cell",
282
+ "tiny-keccak",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "convert_case"
287
+ version = "0.6.0"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
290
+ dependencies = [
291
+ "unicode-segmentation",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "core-foundation"
296
+ version = "0.10.1"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
299
+ dependencies = [
300
+ "core-foundation-sys",
301
+ "libc",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "core-foundation-sys"
306
+ version = "0.8.7"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
309
+
310
+ [[package]]
311
+ name = "cpufeatures"
312
+ version = "0.2.17"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
315
+ dependencies = [
316
+ "libc",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "crunchy"
321
+ version = "0.2.4"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
324
+
325
+ [[package]]
326
+ name = "crypto-common"
327
+ version = "0.1.7"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
330
+ dependencies = [
331
+ "generic-array",
332
+ "typenum",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "ctor"
337
+ version = "0.2.9"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
340
+ dependencies = [
341
+ "quote",
342
+ "syn",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "darling"
347
+ version = "0.23.0"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
350
+ dependencies = [
351
+ "darling_core",
352
+ "darling_macro",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "darling_core"
357
+ version = "0.23.0"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
360
+ dependencies = [
361
+ "ident_case",
362
+ "proc-macro2",
363
+ "quote",
364
+ "strsim",
365
+ "syn",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "darling_macro"
370
+ version = "0.23.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
373
+ dependencies = [
374
+ "darling_core",
375
+ "quote",
376
+ "syn",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "deadpool"
381
+ version = "0.12.3"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
384
+ dependencies = [
385
+ "deadpool-runtime",
386
+ "lazy_static",
387
+ "num_cpus",
388
+ "tokio",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "deadpool-runtime"
393
+ version = "0.1.4"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
396
+
397
+ [[package]]
398
+ name = "deranged"
399
+ version = "0.5.8"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
402
+ dependencies = [
403
+ "powerfmt",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "digest"
408
+ version = "0.10.7"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
411
+ dependencies = [
412
+ "block-buffer",
413
+ "crypto-common",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "displaydoc"
418
+ version = "0.2.5"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
421
+ dependencies = [
422
+ "proc-macro2",
423
+ "quote",
424
+ "syn",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "dlv-list"
429
+ version = "0.5.2"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
432
+ dependencies = [
433
+ "const-random",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "dunce"
438
+ version = "1.0.5"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
441
+
442
+ [[package]]
443
+ name = "either"
444
+ version = "1.15.0"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
447
+
448
+ [[package]]
449
+ name = "encoding_rs"
450
+ version = "0.8.35"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
453
+ dependencies = [
454
+ "cfg-if",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "equivalent"
459
+ version = "1.0.2"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
462
+
463
+ [[package]]
464
+ name = "erased-serde"
465
+ version = "0.4.10"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
468
+ dependencies = [
469
+ "serde",
470
+ "serde_core",
471
+ "typeid",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "find-msvc-tools"
476
+ version = "0.1.9"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
479
+
480
+ [[package]]
481
+ name = "fnv"
482
+ version = "1.0.7"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
485
+
486
+ [[package]]
487
+ name = "foldhash"
488
+ version = "0.2.0"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
491
+
492
+ [[package]]
493
+ name = "form_urlencoded"
494
+ version = "1.2.2"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
497
+ dependencies = [
498
+ "percent-encoding",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "fs_extra"
503
+ version = "1.3.0"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
506
+
507
+ [[package]]
508
+ name = "futures"
509
+ version = "0.3.32"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
512
+ dependencies = [
513
+ "futures-channel",
514
+ "futures-core",
515
+ "futures-executor",
516
+ "futures-io",
517
+ "futures-sink",
518
+ "futures-task",
519
+ "futures-util",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "futures-channel"
524
+ version = "0.3.32"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
527
+ dependencies = [
528
+ "futures-core",
529
+ "futures-sink",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "futures-core"
534
+ version = "0.3.32"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
537
+
538
+ [[package]]
539
+ name = "futures-executor"
540
+ version = "0.3.32"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
543
+ dependencies = [
544
+ "futures-core",
545
+ "futures-task",
546
+ "futures-util",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "futures-io"
551
+ version = "0.3.32"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
554
+
555
+ [[package]]
556
+ name = "futures-macro"
557
+ version = "0.3.32"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
560
+ dependencies = [
561
+ "proc-macro2",
562
+ "quote",
563
+ "syn",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "futures-sink"
568
+ version = "0.3.32"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
571
+
572
+ [[package]]
573
+ name = "futures-task"
574
+ version = "0.3.32"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
577
+
578
+ [[package]]
579
+ name = "futures-util"
580
+ version = "0.3.32"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
583
+ dependencies = [
584
+ "futures-channel",
585
+ "futures-core",
586
+ "futures-io",
587
+ "futures-macro",
588
+ "futures-sink",
589
+ "futures-task",
590
+ "memchr",
591
+ "pin-project-lite",
592
+ "slab",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "generic-array"
597
+ version = "0.14.7"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
600
+ dependencies = [
601
+ "typenum",
602
+ "version_check",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "getopts"
607
+ version = "0.2.24"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
610
+ dependencies = [
611
+ "unicode-width",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "getrandom"
616
+ version = "0.2.17"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
619
+ dependencies = [
620
+ "cfg-if",
621
+ "js-sys",
622
+ "libc",
623
+ "wasi",
624
+ "wasm-bindgen",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "getrandom"
629
+ version = "0.3.4"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
632
+ dependencies = [
633
+ "cfg-if",
634
+ "js-sys",
635
+ "libc",
636
+ "r-efi",
637
+ "wasip2",
638
+ "wasm-bindgen",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "glob"
643
+ version = "0.3.3"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
646
+
647
+ [[package]]
648
+ name = "h2"
649
+ version = "0.4.14"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
652
+ dependencies = [
653
+ "atomic-waker",
654
+ "bytes",
655
+ "fnv",
656
+ "futures-core",
657
+ "futures-sink",
658
+ "http",
659
+ "indexmap",
660
+ "slab",
661
+ "tokio",
662
+ "tokio-util",
663
+ "tracing",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "hashbrown"
668
+ version = "0.14.5"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
671
+
672
+ [[package]]
673
+ name = "hashbrown"
674
+ version = "0.16.1"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
677
+ dependencies = [
678
+ "foldhash",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "hashbrown"
683
+ version = "0.17.1"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
686
+
687
+ [[package]]
688
+ name = "hashlink"
689
+ version = "0.11.0"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230"
692
+ dependencies = [
693
+ "hashbrown 0.16.1",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "heck"
698
+ version = "0.5.0"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
701
+
702
+ [[package]]
703
+ name = "hermit-abi"
704
+ version = "0.5.2"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
707
+
708
+ [[package]]
709
+ name = "http"
710
+ version = "1.4.0"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
713
+ dependencies = [
714
+ "bytes",
715
+ "itoa",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "http-body"
720
+ version = "1.0.1"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
723
+ dependencies = [
724
+ "bytes",
725
+ "http",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "http-body-util"
730
+ version = "0.1.3"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
733
+ dependencies = [
734
+ "bytes",
735
+ "futures-core",
736
+ "http",
737
+ "http-body",
738
+ "pin-project-lite",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "httparse"
743
+ version = "1.10.1"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
746
+
747
+ [[package]]
748
+ name = "httpdate"
749
+ version = "1.0.3"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
752
+
753
+ [[package]]
754
+ name = "hyper"
755
+ version = "1.9.0"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
758
+ dependencies = [
759
+ "atomic-waker",
760
+ "bytes",
761
+ "futures-channel",
762
+ "futures-core",
763
+ "h2",
764
+ "http",
765
+ "http-body",
766
+ "httparse",
767
+ "httpdate",
768
+ "itoa",
769
+ "pin-project-lite",
770
+ "smallvec",
771
+ "tokio",
772
+ "want",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "hyper-rustls"
777
+ version = "0.27.9"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
780
+ dependencies = [
781
+ "http",
782
+ "hyper",
783
+ "hyper-util",
784
+ "rustls",
785
+ "tokio",
786
+ "tokio-rustls",
787
+ "tower-service",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "hyper-util"
792
+ version = "0.1.20"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
795
+ dependencies = [
796
+ "base64",
797
+ "bytes",
798
+ "futures-channel",
799
+ "futures-util",
800
+ "http",
801
+ "http-body",
802
+ "hyper",
803
+ "ipnet",
804
+ "libc",
805
+ "percent-encoding",
806
+ "pin-project-lite",
807
+ "socket2",
808
+ "tokio",
809
+ "tower-service",
810
+ "tracing",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "iana-time-zone"
815
+ version = "0.1.65"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
818
+ dependencies = [
819
+ "android_system_properties",
820
+ "core-foundation-sys",
821
+ "iana-time-zone-haiku",
822
+ "js-sys",
823
+ "log",
824
+ "wasm-bindgen",
825
+ "windows-core",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "iana-time-zone-haiku"
830
+ version = "0.1.2"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
833
+ dependencies = [
834
+ "cc",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "icu_collections"
839
+ version = "2.2.0"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
842
+ dependencies = [
843
+ "displaydoc",
844
+ "potential_utf",
845
+ "utf8_iter",
846
+ "yoke",
847
+ "zerofrom",
848
+ "zerovec",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "icu_locale_core"
853
+ version = "2.2.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
856
+ dependencies = [
857
+ "displaydoc",
858
+ "litemap",
859
+ "tinystr",
860
+ "writeable",
861
+ "zerovec",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "icu_normalizer"
866
+ version = "2.2.0"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
869
+ dependencies = [
870
+ "icu_collections",
871
+ "icu_normalizer_data",
872
+ "icu_properties",
873
+ "icu_provider",
874
+ "smallvec",
875
+ "zerovec",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "icu_normalizer_data"
880
+ version = "2.2.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
883
+
884
+ [[package]]
885
+ name = "icu_properties"
886
+ version = "2.2.0"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
889
+ dependencies = [
890
+ "icu_collections",
891
+ "icu_locale_core",
892
+ "icu_properties_data",
893
+ "icu_provider",
894
+ "zerotrie",
895
+ "zerovec",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "icu_properties_data"
900
+ version = "2.2.0"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
903
+
904
+ [[package]]
905
+ name = "icu_provider"
906
+ version = "2.2.0"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
909
+ dependencies = [
910
+ "displaydoc",
911
+ "icu_locale_core",
912
+ "writeable",
913
+ "yoke",
914
+ "zerofrom",
915
+ "zerotrie",
916
+ "zerovec",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "ident_case"
921
+ version = "1.0.1"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
924
+
925
+ [[package]]
926
+ name = "idna"
927
+ version = "1.1.0"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
930
+ dependencies = [
931
+ "idna_adapter",
932
+ "smallvec",
933
+ "utf8_iter",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "idna_adapter"
938
+ version = "1.2.2"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
941
+ dependencies = [
942
+ "icu_normalizer",
943
+ "icu_properties",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "indexmap"
948
+ version = "2.14.0"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
951
+ dependencies = [
952
+ "equivalent",
953
+ "hashbrown 0.17.1",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "indoc"
958
+ version = "2.0.7"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
961
+ dependencies = [
962
+ "rustversion",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "inventory"
967
+ version = "0.3.24"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
970
+ dependencies = [
971
+ "rustversion",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "ipnet"
976
+ version = "2.12.0"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
979
+
980
+ [[package]]
981
+ name = "is-macro"
982
+ version = "0.3.7"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
985
+ dependencies = [
986
+ "heck",
987
+ "proc-macro2",
988
+ "quote",
989
+ "syn",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "itertools"
994
+ version = "0.11.0"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
997
+ dependencies = [
998
+ "either",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "itertools"
1003
+ version = "0.13.0"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1006
+ dependencies = [
1007
+ "either",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "itertools"
1012
+ version = "0.14.0"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1015
+ dependencies = [
1016
+ "either",
1017
+ ]
1018
+
1019
+ [[package]]
1020
+ name = "itoa"
1021
+ version = "1.0.18"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1024
+
1025
+ [[package]]
1026
+ name = "jni"
1027
+ version = "0.22.4"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1030
+ dependencies = [
1031
+ "cfg-if",
1032
+ "combine",
1033
+ "jni-macros",
1034
+ "jni-sys",
1035
+ "log",
1036
+ "simd_cesu8",
1037
+ "thiserror 2.0.18",
1038
+ "walkdir",
1039
+ "windows-link",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "jni-macros"
1044
+ version = "0.22.4"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1047
+ dependencies = [
1048
+ "proc-macro2",
1049
+ "quote",
1050
+ "rustc_version",
1051
+ "simd_cesu8",
1052
+ "syn",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "jni-sys"
1057
+ version = "0.4.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1060
+ dependencies = [
1061
+ "jni-sys-macros",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "jni-sys-macros"
1066
+ version = "0.4.1"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1069
+ dependencies = [
1070
+ "quote",
1071
+ "syn",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "jobserver"
1076
+ version = "0.1.34"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1079
+ dependencies = [
1080
+ "getrandom 0.3.4",
1081
+ "libc",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "js-sys"
1086
+ version = "0.3.98"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
1089
+ dependencies = [
1090
+ "cfg-if",
1091
+ "futures-util",
1092
+ "once_cell",
1093
+ "wasm-bindgen",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "json5"
1098
+ version = "0.4.1"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
1101
+ dependencies = [
1102
+ "pest",
1103
+ "pest_derive",
1104
+ "serde",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "lalrpop-util"
1109
+ version = "0.20.2"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
1112
+
1113
+ [[package]]
1114
+ name = "lazy_static"
1115
+ version = "1.5.0"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1118
+
1119
+ [[package]]
1120
+ name = "libc"
1121
+ version = "0.2.186"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1124
+
1125
+ [[package]]
1126
+ name = "libloading"
1127
+ version = "0.8.9"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1130
+ dependencies = [
1131
+ "cfg-if",
1132
+ "windows-link",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "litemap"
1137
+ version = "0.8.2"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1140
+
1141
+ [[package]]
1142
+ name = "log"
1143
+ version = "0.4.29"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1146
+
1147
+ [[package]]
1148
+ name = "lru-slab"
1149
+ version = "0.1.2"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1152
+
1153
+ [[package]]
1154
+ name = "magnus"
1155
+ version = "0.8.2"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1158
+ dependencies = [
1159
+ "magnus-macros",
1160
+ "rb-sys",
1161
+ "rb-sys-env",
1162
+ "seq-macro",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "magnus-macros"
1167
+ version = "0.8.0"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1170
+ dependencies = [
1171
+ "proc-macro2",
1172
+ "quote",
1173
+ "syn",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "maplit"
1178
+ version = "1.0.2"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1181
+
1182
+ [[package]]
1183
+ name = "matrixmultiply"
1184
+ version = "0.3.10"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1187
+ dependencies = [
1188
+ "autocfg",
1189
+ "rawpointer",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "memchr"
1194
+ version = "2.8.0"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1197
+
1198
+ [[package]]
1199
+ name = "memoffset"
1200
+ version = "0.9.1"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1203
+ dependencies = [
1204
+ "autocfg",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "minimal-lexical"
1209
+ version = "0.2.1"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1212
+
1213
+ [[package]]
1214
+ name = "mio"
1215
+ version = "1.2.0"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1218
+ dependencies = [
1219
+ "libc",
1220
+ "wasi",
1221
+ "windows-sys 0.61.2",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "napi"
1226
+ version = "2.16.17"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
1229
+ dependencies = [
1230
+ "bitflags",
1231
+ "ctor",
1232
+ "napi-derive",
1233
+ "napi-sys",
1234
+ "once_cell",
1235
+ "serde",
1236
+ "serde_json",
1237
+ "tokio",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "napi-build"
1242
+ version = "2.3.2"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
1245
+
1246
+ [[package]]
1247
+ name = "napi-derive"
1248
+ version = "2.16.13"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
1251
+ dependencies = [
1252
+ "cfg-if",
1253
+ "convert_case",
1254
+ "napi-derive-backend",
1255
+ "proc-macro2",
1256
+ "quote",
1257
+ "syn",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "napi-derive-backend"
1262
+ version = "1.0.75"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
1265
+ dependencies = [
1266
+ "convert_case",
1267
+ "once_cell",
1268
+ "proc-macro2",
1269
+ "quote",
1270
+ "regex",
1271
+ "semver",
1272
+ "syn",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "napi-sys"
1277
+ version = "2.4.0"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
1280
+ dependencies = [
1281
+ "libloading",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "ndarray"
1286
+ version = "0.17.2"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
1289
+ dependencies = [
1290
+ "matrixmultiply",
1291
+ "num-complex",
1292
+ "num-integer",
1293
+ "num-traits",
1294
+ "portable-atomic",
1295
+ "portable-atomic-util",
1296
+ "rawpointer",
1297
+ ]
1298
+
1299
+ [[package]]
1300
+ name = "nom"
1301
+ version = "7.1.3"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1304
+ dependencies = [
1305
+ "memchr",
1306
+ "minimal-lexical",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "num-bigint"
1311
+ version = "0.4.6"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1314
+ dependencies = [
1315
+ "num-integer",
1316
+ "num-traits",
1317
+ ]
1318
+
1319
+ [[package]]
1320
+ name = "num-complex"
1321
+ version = "0.4.6"
1322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1323
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1324
+ dependencies = [
1325
+ "num-traits",
1326
+ ]
1327
+
1328
+ [[package]]
1329
+ name = "num-conv"
1330
+ version = "0.2.2"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1333
+
1334
+ [[package]]
1335
+ name = "num-integer"
1336
+ version = "0.1.46"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1339
+ dependencies = [
1340
+ "num-traits",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "num-traits"
1345
+ version = "0.2.19"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1348
+ dependencies = [
1349
+ "autocfg",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "num_cpus"
1354
+ version = "1.17.0"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1357
+ dependencies = [
1358
+ "hermit-abi",
1359
+ "libc",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "numpy"
1364
+ version = "0.27.1"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "7aac2e6a6e4468ffa092ad43c39b81c79196c2bb773b8db4085f695efe3bba17"
1367
+ dependencies = [
1368
+ "libc",
1369
+ "ndarray",
1370
+ "num-complex",
1371
+ "num-integer",
1372
+ "num-traits",
1373
+ "pyo3",
1374
+ "pyo3-build-config",
1375
+ "rustc-hash 2.1.2",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "once_cell"
1380
+ version = "1.21.4"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1383
+
1384
+ [[package]]
1385
+ name = "openssl-probe"
1386
+ version = "0.2.1"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1389
+
1390
+ [[package]]
1391
+ name = "ordered-float"
1392
+ version = "5.3.0"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
1395
+ dependencies = [
1396
+ "num-traits",
1397
+ ]
1398
+
1399
+ [[package]]
1400
+ name = "ordered-multimap"
1401
+ version = "0.7.3"
1402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+ checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
1404
+ dependencies = [
1405
+ "dlv-list",
1406
+ "hashbrown 0.14.5",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "pathdiff"
1411
+ version = "0.2.3"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1414
+
1415
+ [[package]]
1416
+ name = "percent-encoding"
1417
+ version = "2.3.2"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1420
+
1421
+ [[package]]
1422
+ name = "pest"
1423
+ version = "2.8.6"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
1426
+ dependencies = [
1427
+ "memchr",
1428
+ "ucd-trie",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "pest_derive"
1433
+ version = "2.8.6"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
1436
+ dependencies = [
1437
+ "pest",
1438
+ "pest_generator",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "pest_generator"
1443
+ version = "2.8.6"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
1446
+ dependencies = [
1447
+ "pest",
1448
+ "pest_meta",
1449
+ "proc-macro2",
1450
+ "quote",
1451
+ "syn",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "pest_meta"
1456
+ version = "2.8.6"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
1459
+ dependencies = [
1460
+ "pest",
1461
+ "sha2",
1462
+ ]
1463
+
1464
+ [[package]]
1465
+ name = "phf"
1466
+ version = "0.11.3"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1469
+ dependencies = [
1470
+ "phf_shared",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "phf_codegen"
1475
+ version = "0.11.3"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1478
+ dependencies = [
1479
+ "phf_generator",
1480
+ "phf_shared",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "phf_generator"
1485
+ version = "0.11.3"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1488
+ dependencies = [
1489
+ "phf_shared",
1490
+ "rand 0.8.6",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "phf_shared"
1495
+ version = "0.11.3"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1498
+ dependencies = [
1499
+ "siphasher",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "pin-project-lite"
1504
+ version = "0.2.17"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1507
+
1508
+ [[package]]
1509
+ name = "portable-atomic"
1510
+ version = "1.13.1"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1513
+
1514
+ [[package]]
1515
+ name = "portable-atomic-util"
1516
+ version = "0.2.7"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1519
+ dependencies = [
1520
+ "portable-atomic",
1521
+ ]
1522
+
1523
+ [[package]]
1524
+ name = "potential_utf"
1525
+ version = "0.1.5"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1528
+ dependencies = [
1529
+ "zerovec",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "powerfmt"
1534
+ version = "0.2.0"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1537
+
1538
+ [[package]]
1539
+ name = "ppv-lite86"
1540
+ version = "0.2.21"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1543
+ dependencies = [
1544
+ "zerocopy",
1545
+ ]
1546
+
1547
+ [[package]]
1548
+ name = "prettyplease"
1549
+ version = "0.2.37"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1552
+ dependencies = [
1553
+ "proc-macro2",
1554
+ "syn",
1555
+ ]
1556
+
1557
+ [[package]]
1558
+ name = "proc-macro2"
1559
+ version = "1.0.106"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1562
+ dependencies = [
1563
+ "unicode-ident",
1564
+ ]
1565
+
1566
+ [[package]]
1567
+ name = "pyo3"
1568
+ version = "0.27.2"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
1571
+ dependencies = [
1572
+ "indoc",
1573
+ "libc",
1574
+ "memoffset",
1575
+ "once_cell",
1576
+ "portable-atomic",
1577
+ "pyo3-build-config",
1578
+ "pyo3-ffi",
1579
+ "pyo3-macros",
1580
+ "unindent",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "pyo3-async-runtimes"
1585
+ version = "0.27.0"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "57ddb5b570751e93cc6777e81fee8087e59cd53b5043292f2a6d59d5bd80fdfd"
1588
+ dependencies = [
1589
+ "futures",
1590
+ "once_cell",
1591
+ "pin-project-lite",
1592
+ "pyo3",
1593
+ "tokio",
1594
+ ]
1595
+
1596
+ [[package]]
1597
+ name = "pyo3-build-config"
1598
+ version = "0.27.2"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
1601
+ dependencies = [
1602
+ "target-lexicon",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "pyo3-ffi"
1607
+ version = "0.27.2"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
1610
+ dependencies = [
1611
+ "libc",
1612
+ "pyo3-build-config",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "pyo3-macros"
1617
+ version = "0.27.2"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
1620
+ dependencies = [
1621
+ "proc-macro2",
1622
+ "pyo3-macros-backend",
1623
+ "quote",
1624
+ "syn",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "pyo3-macros-backend"
1629
+ version = "0.27.2"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
1632
+ dependencies = [
1633
+ "heck",
1634
+ "proc-macro2",
1635
+ "pyo3-build-config",
1636
+ "quote",
1637
+ "syn",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "pyo3-stub-gen"
1642
+ version = "0.19.0"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "b159f7704044f57d058f528a6f1f22a0a0a327dcb595c5fb38beae658e0338d6"
1645
+ dependencies = [
1646
+ "anyhow",
1647
+ "chrono",
1648
+ "either",
1649
+ "indexmap",
1650
+ "inventory",
1651
+ "itertools 0.14.0",
1652
+ "log",
1653
+ "maplit",
1654
+ "num-complex",
1655
+ "numpy",
1656
+ "ordered-float",
1657
+ "pyo3",
1658
+ "pyo3-stub-gen-derive",
1659
+ "rustpython-parser",
1660
+ "serde",
1661
+ "serde_json",
1662
+ "time",
1663
+ "toml",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "pyo3-stub-gen-derive"
1668
+ version = "0.19.0"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "a8c79e7c5b1fcec7c39ab186594658a971c59911eb6fbab5a5932cf2318534be"
1671
+ dependencies = [
1672
+ "heck",
1673
+ "indexmap",
1674
+ "proc-macro2",
1675
+ "quote",
1676
+ "rustpython-parser",
1677
+ "syn",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "quicknode-sdk"
1682
+ version = "0.1.0-alpha.15"
1683
+ dependencies = [
1684
+ "bon",
1685
+ "config",
1686
+ "magnus",
1687
+ "napi",
1688
+ "napi-derive",
1689
+ "pyo3",
1690
+ "pyo3-async-runtimes",
1691
+ "pyo3-stub-gen",
1692
+ "reqwest",
1693
+ "secrecy",
1694
+ "serde",
1695
+ "serde_json",
1696
+ "thiserror 1.0.69",
1697
+ "tokio",
1698
+ "url",
1699
+ "wiremock",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "quinn"
1704
+ version = "0.11.9"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1707
+ dependencies = [
1708
+ "bytes",
1709
+ "cfg_aliases",
1710
+ "pin-project-lite",
1711
+ "quinn-proto",
1712
+ "quinn-udp",
1713
+ "rustc-hash 2.1.2",
1714
+ "rustls",
1715
+ "socket2",
1716
+ "thiserror 2.0.18",
1717
+ "tokio",
1718
+ "tracing",
1719
+ "web-time",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "quinn-proto"
1724
+ version = "0.11.14"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1727
+ dependencies = [
1728
+ "aws-lc-rs",
1729
+ "bytes",
1730
+ "getrandom 0.3.4",
1731
+ "lru-slab",
1732
+ "rand 0.9.4",
1733
+ "ring",
1734
+ "rustc-hash 2.1.2",
1735
+ "rustls",
1736
+ "rustls-pki-types",
1737
+ "slab",
1738
+ "thiserror 2.0.18",
1739
+ "tinyvec",
1740
+ "tracing",
1741
+ "web-time",
1742
+ ]
1743
+
1744
+ [[package]]
1745
+ name = "quinn-udp"
1746
+ version = "0.5.14"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1749
+ dependencies = [
1750
+ "cfg_aliases",
1751
+ "libc",
1752
+ "once_cell",
1753
+ "socket2",
1754
+ "tracing",
1755
+ "windows-sys 0.60.2",
1756
+ ]
1757
+
1758
+ [[package]]
1759
+ name = "quote"
1760
+ version = "1.0.45"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1763
+ dependencies = [
1764
+ "proc-macro2",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "r-efi"
1769
+ version = "5.3.0"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1772
+
1773
+ [[package]]
1774
+ name = "rand"
1775
+ version = "0.8.6"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1778
+ dependencies = [
1779
+ "libc",
1780
+ "rand_chacha 0.3.1",
1781
+ "rand_core 0.6.4",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "rand"
1786
+ version = "0.9.4"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1789
+ dependencies = [
1790
+ "rand_chacha 0.9.0",
1791
+ "rand_core 0.9.5",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "rand_chacha"
1796
+ version = "0.3.1"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1799
+ dependencies = [
1800
+ "ppv-lite86",
1801
+ "rand_core 0.6.4",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "rand_chacha"
1806
+ version = "0.9.0"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1809
+ dependencies = [
1810
+ "ppv-lite86",
1811
+ "rand_core 0.9.5",
1812
+ ]
1813
+
1814
+ [[package]]
1815
+ name = "rand_core"
1816
+ version = "0.6.4"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1819
+ dependencies = [
1820
+ "getrandom 0.2.17",
1821
+ ]
1822
+
1823
+ [[package]]
1824
+ name = "rand_core"
1825
+ version = "0.9.5"
1826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1827
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1828
+ dependencies = [
1829
+ "getrandom 0.3.4",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "rawpointer"
1834
+ version = "0.2.1"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1837
+
1838
+ [[package]]
1839
+ name = "rb-sys"
1840
+ version = "0.9.128"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
1843
+ dependencies = [
1844
+ "rb-sys-build",
1845
+ ]
1846
+
1847
+ [[package]]
1848
+ name = "rb-sys-build"
1849
+ version = "0.9.128"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
1852
+ dependencies = [
1853
+ "bindgen",
1854
+ "lazy_static",
1855
+ "proc-macro2",
1856
+ "quote",
1857
+ "regex",
1858
+ "shell-words",
1859
+ "syn",
1860
+ ]
1861
+
1862
+ [[package]]
1863
+ name = "rb-sys-env"
1864
+ version = "0.2.3"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1867
+
1868
+ [[package]]
1869
+ name = "regex"
1870
+ version = "1.12.3"
1871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1872
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1873
+ dependencies = [
1874
+ "aho-corasick",
1875
+ "memchr",
1876
+ "regex-automata",
1877
+ "regex-syntax",
1878
+ ]
1879
+
1880
+ [[package]]
1881
+ name = "regex-automata"
1882
+ version = "0.4.14"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1885
+ dependencies = [
1886
+ "aho-corasick",
1887
+ "memchr",
1888
+ "regex-syntax",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "regex-syntax"
1893
+ version = "0.8.10"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1896
+
1897
+ [[package]]
1898
+ name = "reqwest"
1899
+ version = "0.13.3"
1900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1901
+ checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0"
1902
+ dependencies = [
1903
+ "base64",
1904
+ "bytes",
1905
+ "futures-core",
1906
+ "h2",
1907
+ "http",
1908
+ "http-body",
1909
+ "http-body-util",
1910
+ "hyper",
1911
+ "hyper-rustls",
1912
+ "hyper-util",
1913
+ "js-sys",
1914
+ "log",
1915
+ "percent-encoding",
1916
+ "pin-project-lite",
1917
+ "quinn",
1918
+ "rustls",
1919
+ "rustls-pki-types",
1920
+ "rustls-platform-verifier",
1921
+ "serde",
1922
+ "serde_json",
1923
+ "serde_urlencoded",
1924
+ "sync_wrapper",
1925
+ "tokio",
1926
+ "tokio-rustls",
1927
+ "tower",
1928
+ "tower-http",
1929
+ "tower-service",
1930
+ "url",
1931
+ "wasm-bindgen",
1932
+ "wasm-bindgen-futures",
1933
+ "web-sys",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "ring"
1938
+ version = "0.17.14"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1941
+ dependencies = [
1942
+ "cc",
1943
+ "cfg-if",
1944
+ "getrandom 0.2.17",
1945
+ "libc",
1946
+ "untrusted",
1947
+ "windows-sys 0.52.0",
1948
+ ]
1949
+
1950
+ [[package]]
1951
+ name = "ron"
1952
+ version = "0.12.1"
1953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1954
+ checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc"
1955
+ dependencies = [
1956
+ "bitflags",
1957
+ "once_cell",
1958
+ "serde",
1959
+ "serde_derive",
1960
+ "typeid",
1961
+ "unicode-ident",
1962
+ ]
1963
+
1964
+ [[package]]
1965
+ name = "rust-ini"
1966
+ version = "0.21.3"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
1969
+ dependencies = [
1970
+ "cfg-if",
1971
+ "ordered-multimap",
1972
+ ]
1973
+
1974
+ [[package]]
1975
+ name = "rustc-hash"
1976
+ version = "1.1.0"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1979
+
1980
+ [[package]]
1981
+ name = "rustc-hash"
1982
+ version = "2.1.2"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1985
+
1986
+ [[package]]
1987
+ name = "rustc_version"
1988
+ version = "0.4.1"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1991
+ dependencies = [
1992
+ "semver",
1993
+ ]
1994
+
1995
+ [[package]]
1996
+ name = "rustls"
1997
+ version = "0.23.40"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
2000
+ dependencies = [
2001
+ "aws-lc-rs",
2002
+ "once_cell",
2003
+ "rustls-pki-types",
2004
+ "rustls-webpki",
2005
+ "subtle",
2006
+ "zeroize",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "rustls-native-certs"
2011
+ version = "0.8.3"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2014
+ dependencies = [
2015
+ "openssl-probe",
2016
+ "rustls-pki-types",
2017
+ "schannel",
2018
+ "security-framework",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "rustls-pki-types"
2023
+ version = "1.14.1"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2026
+ dependencies = [
2027
+ "web-time",
2028
+ "zeroize",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "rustls-platform-verifier"
2033
+ version = "0.7.0"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
2036
+ dependencies = [
2037
+ "core-foundation",
2038
+ "core-foundation-sys",
2039
+ "jni",
2040
+ "log",
2041
+ "once_cell",
2042
+ "rustls",
2043
+ "rustls-native-certs",
2044
+ "rustls-platform-verifier-android",
2045
+ "rustls-webpki",
2046
+ "security-framework",
2047
+ "security-framework-sys",
2048
+ "webpki-root-certs",
2049
+ "windows-sys 0.61.2",
2050
+ ]
2051
+
2052
+ [[package]]
2053
+ name = "rustls-platform-verifier-android"
2054
+ version = "0.1.1"
2055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2057
+
2058
+ [[package]]
2059
+ name = "rustls-webpki"
2060
+ version = "0.103.13"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2063
+ dependencies = [
2064
+ "aws-lc-rs",
2065
+ "ring",
2066
+ "rustls-pki-types",
2067
+ "untrusted",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "rustpython-ast"
2072
+ version = "0.4.0"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
2075
+ dependencies = [
2076
+ "is-macro",
2077
+ "num-bigint",
2078
+ "rustpython-parser-core",
2079
+ "static_assertions",
2080
+ ]
2081
+
2082
+ [[package]]
2083
+ name = "rustpython-parser"
2084
+ version = "0.4.0"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
2087
+ dependencies = [
2088
+ "anyhow",
2089
+ "is-macro",
2090
+ "itertools 0.11.0",
2091
+ "lalrpop-util",
2092
+ "log",
2093
+ "num-bigint",
2094
+ "num-traits",
2095
+ "phf",
2096
+ "phf_codegen",
2097
+ "rustc-hash 1.1.0",
2098
+ "rustpython-ast",
2099
+ "rustpython-parser-core",
2100
+ "tiny-keccak",
2101
+ "unic-emoji-char",
2102
+ "unic-ucd-ident",
2103
+ "unicode_names2",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "rustpython-parser-core"
2108
+ version = "0.4.0"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
2111
+ dependencies = [
2112
+ "is-macro",
2113
+ "memchr",
2114
+ "rustpython-parser-vendored",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "rustpython-parser-vendored"
2119
+ version = "0.4.0"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
2122
+ dependencies = [
2123
+ "memchr",
2124
+ "once_cell",
2125
+ ]
2126
+
2127
+ [[package]]
2128
+ name = "rustversion"
2129
+ version = "1.0.22"
2130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2132
+
2133
+ [[package]]
2134
+ name = "ryu"
2135
+ version = "1.0.23"
2136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2137
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2138
+
2139
+ [[package]]
2140
+ name = "same-file"
2141
+ version = "1.0.6"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2144
+ dependencies = [
2145
+ "winapi-util",
2146
+ ]
2147
+
2148
+ [[package]]
2149
+ name = "schannel"
2150
+ version = "0.1.29"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2153
+ dependencies = [
2154
+ "windows-sys 0.61.2",
2155
+ ]
2156
+
2157
+ [[package]]
2158
+ name = "sdk-node"
2159
+ version = "0.1.0-alpha.15"
2160
+ dependencies = [
2161
+ "napi",
2162
+ "napi-build",
2163
+ "napi-derive",
2164
+ "quicknode-sdk",
2165
+ "serde_json",
2166
+ "tokio",
2167
+ ]
2168
+
2169
+ [[package]]
2170
+ name = "sdk-python"
2171
+ version = "0.1.0-alpha.15"
2172
+ dependencies = [
2173
+ "pyo3",
2174
+ "pyo3-async-runtimes",
2175
+ "pyo3-stub-gen",
2176
+ "quicknode-sdk",
2177
+ "serde_json",
2178
+ ]
2179
+
2180
+ [[package]]
2181
+ name = "sdk-python-stubs"
2182
+ version = "0.1.0-alpha.15"
2183
+ dependencies = [
2184
+ "pyo3-stub-gen",
2185
+ "sdk-python",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "sdk-ruby"
2190
+ version = "0.1.0-alpha.15"
2191
+ dependencies = [
2192
+ "magnus",
2193
+ "quicknode-sdk",
2194
+ "rb-sys-build",
2195
+ "serde",
2196
+ "serde_json",
2197
+ "serde_magnus",
2198
+ "tokio",
2199
+ ]
2200
+
2201
+ [[package]]
2202
+ name = "secrecy"
2203
+ version = "0.8.0"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
2206
+ dependencies = [
2207
+ "zeroize",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "security-framework"
2212
+ version = "3.7.0"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2215
+ dependencies = [
2216
+ "bitflags",
2217
+ "core-foundation",
2218
+ "core-foundation-sys",
2219
+ "libc",
2220
+ "security-framework-sys",
2221
+ ]
2222
+
2223
+ [[package]]
2224
+ name = "security-framework-sys"
2225
+ version = "2.17.0"
2226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2227
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2228
+ dependencies = [
2229
+ "core-foundation-sys",
2230
+ "libc",
2231
+ ]
2232
+
2233
+ [[package]]
2234
+ name = "semver"
2235
+ version = "1.0.28"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2238
+
2239
+ [[package]]
2240
+ name = "seq-macro"
2241
+ version = "0.3.6"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2244
+
2245
+ [[package]]
2246
+ name = "serde"
2247
+ version = "1.0.228"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2250
+ dependencies = [
2251
+ "serde_core",
2252
+ "serde_derive",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "serde-untagged"
2257
+ version = "0.1.9"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
2260
+ dependencies = [
2261
+ "erased-serde",
2262
+ "serde",
2263
+ "serde_core",
2264
+ "typeid",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "serde_core"
2269
+ version = "1.0.228"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2272
+ dependencies = [
2273
+ "serde_derive",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "serde_derive"
2278
+ version = "1.0.228"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2281
+ dependencies = [
2282
+ "proc-macro2",
2283
+ "quote",
2284
+ "syn",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "serde_json"
2289
+ version = "1.0.149"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2292
+ dependencies = [
2293
+ "itoa",
2294
+ "memchr",
2295
+ "serde",
2296
+ "serde_core",
2297
+ "zmij",
2298
+ ]
2299
+
2300
+ [[package]]
2301
+ name = "serde_magnus"
2302
+ version = "0.11.0"
2303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+ checksum = "8ff64c88ddd26acdcad5a501f18bcc339927b77b69f4a03bfaf2a6fc5ba2ac4b"
2305
+ dependencies = [
2306
+ "magnus",
2307
+ "serde",
2308
+ "tap",
2309
+ ]
2310
+
2311
+ [[package]]
2312
+ name = "serde_spanned"
2313
+ version = "1.1.1"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2316
+ dependencies = [
2317
+ "serde_core",
2318
+ ]
2319
+
2320
+ [[package]]
2321
+ name = "serde_urlencoded"
2322
+ version = "0.7.1"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2325
+ dependencies = [
2326
+ "form_urlencoded",
2327
+ "itoa",
2328
+ "ryu",
2329
+ "serde",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "sha2"
2334
+ version = "0.10.9"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2337
+ dependencies = [
2338
+ "cfg-if",
2339
+ "cpufeatures",
2340
+ "digest",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "shell-words"
2345
+ version = "1.1.1"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2348
+
2349
+ [[package]]
2350
+ name = "shlex"
2351
+ version = "1.3.0"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2354
+
2355
+ [[package]]
2356
+ name = "simd_cesu8"
2357
+ version = "1.1.1"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
2360
+ dependencies = [
2361
+ "rustc_version",
2362
+ "simdutf8",
2363
+ ]
2364
+
2365
+ [[package]]
2366
+ name = "simdutf8"
2367
+ version = "0.1.5"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2370
+
2371
+ [[package]]
2372
+ name = "siphasher"
2373
+ version = "1.0.3"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2376
+
2377
+ [[package]]
2378
+ name = "slab"
2379
+ version = "0.4.12"
2380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2381
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2382
+
2383
+ [[package]]
2384
+ name = "smallvec"
2385
+ version = "1.15.1"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2388
+
2389
+ [[package]]
2390
+ name = "socket2"
2391
+ version = "0.6.3"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2394
+ dependencies = [
2395
+ "libc",
2396
+ "windows-sys 0.61.2",
2397
+ ]
2398
+
2399
+ [[package]]
2400
+ name = "stable_deref_trait"
2401
+ version = "1.2.1"
2402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2404
+
2405
+ [[package]]
2406
+ name = "static_assertions"
2407
+ version = "1.1.0"
2408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2409
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2410
+
2411
+ [[package]]
2412
+ name = "strsim"
2413
+ version = "0.11.1"
2414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2415
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2416
+
2417
+ [[package]]
2418
+ name = "subtle"
2419
+ version = "2.6.1"
2420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2421
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2422
+
2423
+ [[package]]
2424
+ name = "syn"
2425
+ version = "2.0.117"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2428
+ dependencies = [
2429
+ "proc-macro2",
2430
+ "quote",
2431
+ "unicode-ident",
2432
+ ]
2433
+
2434
+ [[package]]
2435
+ name = "sync_wrapper"
2436
+ version = "1.0.2"
2437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2439
+ dependencies = [
2440
+ "futures-core",
2441
+ ]
2442
+
2443
+ [[package]]
2444
+ name = "synstructure"
2445
+ version = "0.13.2"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2448
+ dependencies = [
2449
+ "proc-macro2",
2450
+ "quote",
2451
+ "syn",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "tap"
2456
+ version = "1.0.1"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2459
+
2460
+ [[package]]
2461
+ name = "target-lexicon"
2462
+ version = "0.13.5"
2463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2464
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2465
+
2466
+ [[package]]
2467
+ name = "thiserror"
2468
+ version = "1.0.69"
2469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2470
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2471
+ dependencies = [
2472
+ "thiserror-impl 1.0.69",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "thiserror"
2477
+ version = "2.0.18"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2480
+ dependencies = [
2481
+ "thiserror-impl 2.0.18",
2482
+ ]
2483
+
2484
+ [[package]]
2485
+ name = "thiserror-impl"
2486
+ version = "1.0.69"
2487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2488
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2489
+ dependencies = [
2490
+ "proc-macro2",
2491
+ "quote",
2492
+ "syn",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "thiserror-impl"
2497
+ version = "2.0.18"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2500
+ dependencies = [
2501
+ "proc-macro2",
2502
+ "quote",
2503
+ "syn",
2504
+ ]
2505
+
2506
+ [[package]]
2507
+ name = "time"
2508
+ version = "0.3.47"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2511
+ dependencies = [
2512
+ "deranged",
2513
+ "num-conv",
2514
+ "powerfmt",
2515
+ "serde_core",
2516
+ "time-core",
2517
+ ]
2518
+
2519
+ [[package]]
2520
+ name = "time-core"
2521
+ version = "0.1.8"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2524
+
2525
+ [[package]]
2526
+ name = "tiny-keccak"
2527
+ version = "2.0.2"
2528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2529
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2530
+ dependencies = [
2531
+ "crunchy",
2532
+ ]
2533
+
2534
+ [[package]]
2535
+ name = "tinystr"
2536
+ version = "0.8.3"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2539
+ dependencies = [
2540
+ "displaydoc",
2541
+ "zerovec",
2542
+ ]
2543
+
2544
+ [[package]]
2545
+ name = "tinyvec"
2546
+ version = "1.11.0"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2549
+ dependencies = [
2550
+ "tinyvec_macros",
2551
+ ]
2552
+
2553
+ [[package]]
2554
+ name = "tinyvec_macros"
2555
+ version = "0.1.1"
2556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2558
+
2559
+ [[package]]
2560
+ name = "tokio"
2561
+ version = "1.52.3"
2562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2563
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2564
+ dependencies = [
2565
+ "bytes",
2566
+ "libc",
2567
+ "mio",
2568
+ "pin-project-lite",
2569
+ "socket2",
2570
+ "tokio-macros",
2571
+ "windows-sys 0.61.2",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "tokio-macros"
2576
+ version = "2.7.0"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2579
+ dependencies = [
2580
+ "proc-macro2",
2581
+ "quote",
2582
+ "syn",
2583
+ ]
2584
+
2585
+ [[package]]
2586
+ name = "tokio-rustls"
2587
+ version = "0.26.4"
2588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2589
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2590
+ dependencies = [
2591
+ "rustls",
2592
+ "tokio",
2593
+ ]
2594
+
2595
+ [[package]]
2596
+ name = "tokio-util"
2597
+ version = "0.7.18"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2600
+ dependencies = [
2601
+ "bytes",
2602
+ "futures-core",
2603
+ "futures-sink",
2604
+ "pin-project-lite",
2605
+ "tokio",
2606
+ ]
2607
+
2608
+ [[package]]
2609
+ name = "toml"
2610
+ version = "1.1.2+spec-1.1.0"
2611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2612
+ checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
2613
+ dependencies = [
2614
+ "indexmap",
2615
+ "serde_core",
2616
+ "serde_spanned",
2617
+ "toml_datetime",
2618
+ "toml_parser",
2619
+ "toml_writer",
2620
+ "winnow",
2621
+ ]
2622
+
2623
+ [[package]]
2624
+ name = "toml_datetime"
2625
+ version = "1.1.1+spec-1.1.0"
2626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2627
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2628
+ dependencies = [
2629
+ "serde_core",
2630
+ ]
2631
+
2632
+ [[package]]
2633
+ name = "toml_parser"
2634
+ version = "1.1.2+spec-1.1.0"
2635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2637
+ dependencies = [
2638
+ "winnow",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "toml_writer"
2643
+ version = "1.1.1+spec-1.1.0"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2646
+
2647
+ [[package]]
2648
+ name = "tower"
2649
+ version = "0.5.3"
2650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2652
+ dependencies = [
2653
+ "futures-core",
2654
+ "futures-util",
2655
+ "pin-project-lite",
2656
+ "sync_wrapper",
2657
+ "tokio",
2658
+ "tower-layer",
2659
+ "tower-service",
2660
+ ]
2661
+
2662
+ [[package]]
2663
+ name = "tower-http"
2664
+ version = "0.6.11"
2665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2666
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2667
+ dependencies = [
2668
+ "bitflags",
2669
+ "bytes",
2670
+ "futures-util",
2671
+ "http",
2672
+ "http-body",
2673
+ "pin-project-lite",
2674
+ "tower",
2675
+ "tower-layer",
2676
+ "tower-service",
2677
+ "url",
2678
+ ]
2679
+
2680
+ [[package]]
2681
+ name = "tower-layer"
2682
+ version = "0.3.3"
2683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2684
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2685
+
2686
+ [[package]]
2687
+ name = "tower-service"
2688
+ version = "0.3.3"
2689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2690
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2691
+
2692
+ [[package]]
2693
+ name = "tracing"
2694
+ version = "0.1.44"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2697
+ dependencies = [
2698
+ "pin-project-lite",
2699
+ "tracing-core",
2700
+ ]
2701
+
2702
+ [[package]]
2703
+ name = "tracing-core"
2704
+ version = "0.1.36"
2705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2706
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2707
+ dependencies = [
2708
+ "once_cell",
2709
+ ]
2710
+
2711
+ [[package]]
2712
+ name = "try-lock"
2713
+ version = "0.2.5"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2716
+
2717
+ [[package]]
2718
+ name = "typeid"
2719
+ version = "1.0.3"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
2722
+
2723
+ [[package]]
2724
+ name = "typenum"
2725
+ version = "1.20.0"
2726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2727
+ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2728
+
2729
+ [[package]]
2730
+ name = "ucd-trie"
2731
+ version = "0.1.7"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2734
+
2735
+ [[package]]
2736
+ name = "unic-char-property"
2737
+ version = "0.9.0"
2738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2739
+ checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2740
+ dependencies = [
2741
+ "unic-char-range",
2742
+ ]
2743
+
2744
+ [[package]]
2745
+ name = "unic-char-range"
2746
+ version = "0.9.0"
2747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2748
+ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2749
+
2750
+ [[package]]
2751
+ name = "unic-common"
2752
+ version = "0.9.0"
2753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2754
+ checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2755
+
2756
+ [[package]]
2757
+ name = "unic-emoji-char"
2758
+ version = "0.9.0"
2759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2760
+ checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
2761
+ dependencies = [
2762
+ "unic-char-property",
2763
+ "unic-char-range",
2764
+ "unic-ucd-version",
2765
+ ]
2766
+
2767
+ [[package]]
2768
+ name = "unic-ucd-ident"
2769
+ version = "0.9.0"
2770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2771
+ checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
2772
+ dependencies = [
2773
+ "unic-char-property",
2774
+ "unic-char-range",
2775
+ "unic-ucd-version",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "unic-ucd-version"
2780
+ version = "0.9.0"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2783
+ dependencies = [
2784
+ "unic-common",
2785
+ ]
2786
+
2787
+ [[package]]
2788
+ name = "unicode-ident"
2789
+ version = "1.0.24"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2792
+
2793
+ [[package]]
2794
+ name = "unicode-segmentation"
2795
+ version = "1.13.2"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
2798
+
2799
+ [[package]]
2800
+ name = "unicode-width"
2801
+ version = "0.2.2"
2802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2803
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2804
+
2805
+ [[package]]
2806
+ name = "unicode_names2"
2807
+ version = "1.3.0"
2808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2809
+ checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
2810
+ dependencies = [
2811
+ "phf",
2812
+ "unicode_names2_generator",
2813
+ ]
2814
+
2815
+ [[package]]
2816
+ name = "unicode_names2_generator"
2817
+ version = "1.3.0"
2818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2819
+ checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
2820
+ dependencies = [
2821
+ "getopts",
2822
+ "log",
2823
+ "phf_codegen",
2824
+ "rand 0.8.6",
2825
+ ]
2826
+
2827
+ [[package]]
2828
+ name = "unindent"
2829
+ version = "0.2.4"
2830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2831
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2832
+
2833
+ [[package]]
2834
+ name = "untrusted"
2835
+ version = "0.9.0"
2836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2837
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2838
+
2839
+ [[package]]
2840
+ name = "url"
2841
+ version = "2.5.8"
2842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2843
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2844
+ dependencies = [
2845
+ "form_urlencoded",
2846
+ "idna",
2847
+ "percent-encoding",
2848
+ "serde",
2849
+ ]
2850
+
2851
+ [[package]]
2852
+ name = "utf8_iter"
2853
+ version = "1.0.4"
2854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2855
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2856
+
2857
+ [[package]]
2858
+ name = "version_check"
2859
+ version = "0.9.5"
2860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2861
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2862
+
2863
+ [[package]]
2864
+ name = "walkdir"
2865
+ version = "2.5.0"
2866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2867
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2868
+ dependencies = [
2869
+ "same-file",
2870
+ "winapi-util",
2871
+ ]
2872
+
2873
+ [[package]]
2874
+ name = "want"
2875
+ version = "0.3.1"
2876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2878
+ dependencies = [
2879
+ "try-lock",
2880
+ ]
2881
+
2882
+ [[package]]
2883
+ name = "wasi"
2884
+ version = "0.11.1+wasi-snapshot-preview1"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2887
+
2888
+ [[package]]
2889
+ name = "wasip2"
2890
+ version = "1.0.3+wasi-0.2.9"
2891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2892
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2893
+ dependencies = [
2894
+ "wit-bindgen",
2895
+ ]
2896
+
2897
+ [[package]]
2898
+ name = "wasm-bindgen"
2899
+ version = "0.2.121"
2900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+ checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
2902
+ dependencies = [
2903
+ "cfg-if",
2904
+ "once_cell",
2905
+ "rustversion",
2906
+ "wasm-bindgen-macro",
2907
+ "wasm-bindgen-shared",
2908
+ ]
2909
+
2910
+ [[package]]
2911
+ name = "wasm-bindgen-futures"
2912
+ version = "0.4.71"
2913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2914
+ checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
2915
+ dependencies = [
2916
+ "js-sys",
2917
+ "wasm-bindgen",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "wasm-bindgen-macro"
2922
+ version = "0.2.121"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
2925
+ dependencies = [
2926
+ "quote",
2927
+ "wasm-bindgen-macro-support",
2928
+ ]
2929
+
2930
+ [[package]]
2931
+ name = "wasm-bindgen-macro-support"
2932
+ version = "0.2.121"
2933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2934
+ checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
2935
+ dependencies = [
2936
+ "bumpalo",
2937
+ "proc-macro2",
2938
+ "quote",
2939
+ "syn",
2940
+ "wasm-bindgen-shared",
2941
+ ]
2942
+
2943
+ [[package]]
2944
+ name = "wasm-bindgen-shared"
2945
+ version = "0.2.121"
2946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2947
+ checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
2948
+ dependencies = [
2949
+ "unicode-ident",
2950
+ ]
2951
+
2952
+ [[package]]
2953
+ name = "web-sys"
2954
+ version = "0.3.98"
2955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2956
+ checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
2957
+ dependencies = [
2958
+ "js-sys",
2959
+ "wasm-bindgen",
2960
+ ]
2961
+
2962
+ [[package]]
2963
+ name = "web-time"
2964
+ version = "1.1.0"
2965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2967
+ dependencies = [
2968
+ "js-sys",
2969
+ "wasm-bindgen",
2970
+ ]
2971
+
2972
+ [[package]]
2973
+ name = "webpki-root-certs"
2974
+ version = "1.0.7"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
2977
+ dependencies = [
2978
+ "rustls-pki-types",
2979
+ ]
2980
+
2981
+ [[package]]
2982
+ name = "winapi-util"
2983
+ version = "0.1.11"
2984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2985
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2986
+ dependencies = [
2987
+ "windows-sys 0.61.2",
2988
+ ]
2989
+
2990
+ [[package]]
2991
+ name = "windows-core"
2992
+ version = "0.62.2"
2993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2994
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2995
+ dependencies = [
2996
+ "windows-implement",
2997
+ "windows-interface",
2998
+ "windows-link",
2999
+ "windows-result",
3000
+ "windows-strings",
3001
+ ]
3002
+
3003
+ [[package]]
3004
+ name = "windows-implement"
3005
+ version = "0.60.2"
3006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3008
+ dependencies = [
3009
+ "proc-macro2",
3010
+ "quote",
3011
+ "syn",
3012
+ ]
3013
+
3014
+ [[package]]
3015
+ name = "windows-interface"
3016
+ version = "0.59.3"
3017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3018
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3019
+ dependencies = [
3020
+ "proc-macro2",
3021
+ "quote",
3022
+ "syn",
3023
+ ]
3024
+
3025
+ [[package]]
3026
+ name = "windows-link"
3027
+ version = "0.2.1"
3028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3029
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3030
+
3031
+ [[package]]
3032
+ name = "windows-result"
3033
+ version = "0.4.1"
3034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3035
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3036
+ dependencies = [
3037
+ "windows-link",
3038
+ ]
3039
+
3040
+ [[package]]
3041
+ name = "windows-strings"
3042
+ version = "0.5.1"
3043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3044
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3045
+ dependencies = [
3046
+ "windows-link",
3047
+ ]
3048
+
3049
+ [[package]]
3050
+ name = "windows-sys"
3051
+ version = "0.52.0"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3054
+ dependencies = [
3055
+ "windows-targets 0.52.6",
3056
+ ]
3057
+
3058
+ [[package]]
3059
+ name = "windows-sys"
3060
+ version = "0.60.2"
3061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3062
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3063
+ dependencies = [
3064
+ "windows-targets 0.53.5",
3065
+ ]
3066
+
3067
+ [[package]]
3068
+ name = "windows-sys"
3069
+ version = "0.61.2"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3072
+ dependencies = [
3073
+ "windows-link",
3074
+ ]
3075
+
3076
+ [[package]]
3077
+ name = "windows-targets"
3078
+ version = "0.52.6"
3079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3080
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3081
+ dependencies = [
3082
+ "windows_aarch64_gnullvm 0.52.6",
3083
+ "windows_aarch64_msvc 0.52.6",
3084
+ "windows_i686_gnu 0.52.6",
3085
+ "windows_i686_gnullvm 0.52.6",
3086
+ "windows_i686_msvc 0.52.6",
3087
+ "windows_x86_64_gnu 0.52.6",
3088
+ "windows_x86_64_gnullvm 0.52.6",
3089
+ "windows_x86_64_msvc 0.52.6",
3090
+ ]
3091
+
3092
+ [[package]]
3093
+ name = "windows-targets"
3094
+ version = "0.53.5"
3095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3096
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3097
+ dependencies = [
3098
+ "windows-link",
3099
+ "windows_aarch64_gnullvm 0.53.1",
3100
+ "windows_aarch64_msvc 0.53.1",
3101
+ "windows_i686_gnu 0.53.1",
3102
+ "windows_i686_gnullvm 0.53.1",
3103
+ "windows_i686_msvc 0.53.1",
3104
+ "windows_x86_64_gnu 0.53.1",
3105
+ "windows_x86_64_gnullvm 0.53.1",
3106
+ "windows_x86_64_msvc 0.53.1",
3107
+ ]
3108
+
3109
+ [[package]]
3110
+ name = "windows_aarch64_gnullvm"
3111
+ version = "0.52.6"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3114
+
3115
+ [[package]]
3116
+ name = "windows_aarch64_gnullvm"
3117
+ version = "0.53.1"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3120
+
3121
+ [[package]]
3122
+ name = "windows_aarch64_msvc"
3123
+ version = "0.52.6"
3124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3125
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3126
+
3127
+ [[package]]
3128
+ name = "windows_aarch64_msvc"
3129
+ version = "0.53.1"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3132
+
3133
+ [[package]]
3134
+ name = "windows_i686_gnu"
3135
+ version = "0.52.6"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3138
+
3139
+ [[package]]
3140
+ name = "windows_i686_gnu"
3141
+ version = "0.53.1"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3144
+
3145
+ [[package]]
3146
+ name = "windows_i686_gnullvm"
3147
+ version = "0.52.6"
3148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3149
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3150
+
3151
+ [[package]]
3152
+ name = "windows_i686_gnullvm"
3153
+ version = "0.53.1"
3154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3155
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3156
+
3157
+ [[package]]
3158
+ name = "windows_i686_msvc"
3159
+ version = "0.52.6"
3160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3161
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3162
+
3163
+ [[package]]
3164
+ name = "windows_i686_msvc"
3165
+ version = "0.53.1"
3166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3167
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3168
+
3169
+ [[package]]
3170
+ name = "windows_x86_64_gnu"
3171
+ version = "0.52.6"
3172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3173
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3174
+
3175
+ [[package]]
3176
+ name = "windows_x86_64_gnu"
3177
+ version = "0.53.1"
3178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3179
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3180
+
3181
+ [[package]]
3182
+ name = "windows_x86_64_gnullvm"
3183
+ version = "0.52.6"
3184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3185
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3186
+
3187
+ [[package]]
3188
+ name = "windows_x86_64_gnullvm"
3189
+ version = "0.53.1"
3190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3191
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3192
+
3193
+ [[package]]
3194
+ name = "windows_x86_64_msvc"
3195
+ version = "0.52.6"
3196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3197
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3198
+
3199
+ [[package]]
3200
+ name = "windows_x86_64_msvc"
3201
+ version = "0.53.1"
3202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3203
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3204
+
3205
+ [[package]]
3206
+ name = "winnow"
3207
+ version = "1.0.3"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
3210
+ dependencies = [
3211
+ "memchr",
3212
+ ]
3213
+
3214
+ [[package]]
3215
+ name = "wiremock"
3216
+ version = "0.6.5"
3217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3218
+ checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
3219
+ dependencies = [
3220
+ "assert-json-diff",
3221
+ "base64",
3222
+ "deadpool",
3223
+ "futures",
3224
+ "http",
3225
+ "http-body-util",
3226
+ "hyper",
3227
+ "hyper-util",
3228
+ "log",
3229
+ "once_cell",
3230
+ "regex",
3231
+ "serde",
3232
+ "serde_json",
3233
+ "tokio",
3234
+ "url",
3235
+ ]
3236
+
3237
+ [[package]]
3238
+ name = "wit-bindgen"
3239
+ version = "0.57.1"
3240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3241
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3242
+
3243
+ [[package]]
3244
+ name = "writeable"
3245
+ version = "0.6.3"
3246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3247
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3248
+
3249
+ [[package]]
3250
+ name = "yaml-rust2"
3251
+ version = "0.11.0"
3252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3253
+ checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e"
3254
+ dependencies = [
3255
+ "arraydeque",
3256
+ "encoding_rs",
3257
+ "hashlink",
3258
+ ]
3259
+
3260
+ [[package]]
3261
+ name = "yoke"
3262
+ version = "0.8.2"
3263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3264
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3265
+ dependencies = [
3266
+ "stable_deref_trait",
3267
+ "yoke-derive",
3268
+ "zerofrom",
3269
+ ]
3270
+
3271
+ [[package]]
3272
+ name = "yoke-derive"
3273
+ version = "0.8.2"
3274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3275
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3276
+ dependencies = [
3277
+ "proc-macro2",
3278
+ "quote",
3279
+ "syn",
3280
+ "synstructure",
3281
+ ]
3282
+
3283
+ [[package]]
3284
+ name = "zerocopy"
3285
+ version = "0.8.48"
3286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3287
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3288
+ dependencies = [
3289
+ "zerocopy-derive",
3290
+ ]
3291
+
3292
+ [[package]]
3293
+ name = "zerocopy-derive"
3294
+ version = "0.8.48"
3295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3297
+ dependencies = [
3298
+ "proc-macro2",
3299
+ "quote",
3300
+ "syn",
3301
+ ]
3302
+
3303
+ [[package]]
3304
+ name = "zerofrom"
3305
+ version = "0.1.8"
3306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3307
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3308
+ dependencies = [
3309
+ "zerofrom-derive",
3310
+ ]
3311
+
3312
+ [[package]]
3313
+ name = "zerofrom-derive"
3314
+ version = "0.1.7"
3315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3316
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3317
+ dependencies = [
3318
+ "proc-macro2",
3319
+ "quote",
3320
+ "syn",
3321
+ "synstructure",
3322
+ ]
3323
+
3324
+ [[package]]
3325
+ name = "zeroize"
3326
+ version = "1.8.2"
3327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3328
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3329
+
3330
+ [[package]]
3331
+ name = "zerotrie"
3332
+ version = "0.2.4"
3333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3334
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3335
+ dependencies = [
3336
+ "displaydoc",
3337
+ "yoke",
3338
+ "zerofrom",
3339
+ ]
3340
+
3341
+ [[package]]
3342
+ name = "zerovec"
3343
+ version = "0.11.6"
3344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3345
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3346
+ dependencies = [
3347
+ "yoke",
3348
+ "zerofrom",
3349
+ "zerovec-derive",
3350
+ ]
3351
+
3352
+ [[package]]
3353
+ name = "zerovec-derive"
3354
+ version = "0.11.3"
3355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3356
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3357
+ dependencies = [
3358
+ "proc-macro2",
3359
+ "quote",
3360
+ "syn",
3361
+ ]
3362
+
3363
+ [[package]]
3364
+ name = "zmij"
3365
+ version = "1.0.21"
3366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3367
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"