fmp-py-sdk 0.1.1__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 (46) hide show
  1. fmp_py_sdk-0.1.1/Cargo.lock +1639 -0
  2. fmp_py_sdk-0.1.1/Cargo.toml +21 -0
  3. fmp_py_sdk-0.1.1/LICENSE +21 -0
  4. fmp_py_sdk-0.1.1/PKG-INFO +73 -0
  5. fmp_py_sdk-0.1.1/README.md +46 -0
  6. fmp_py_sdk-0.1.1/crates/fmp-py/Cargo.toml +24 -0
  7. fmp_py_sdk-0.1.1/crates/fmp-py/LICENSE +21 -0
  8. fmp_py_sdk-0.1.1/crates/fmp-py/README.md +46 -0
  9. fmp_py_sdk-0.1.1/crates/fmp-py/src/client.rs +213 -0
  10. fmp_py_sdk-0.1.1/crates/fmp-py/src/lib.rs +155 -0
  11. fmp_py_sdk-0.1.1/crates/fmp-py/src/models.rs +42 -0
  12. fmp_py_sdk-0.1.1/crates/fmp-py/tests/test_client.py +280 -0
  13. fmp_py_sdk-0.1.1/crates/fmp-py/tests/test_import.py +132 -0
  14. fmp_py_sdk-0.1.1/crates/libfmp/Cargo.toml +27 -0
  15. fmp_py_sdk-0.1.1/crates/libfmp/LICENSE +21 -0
  16. fmp_py_sdk-0.1.1/crates/libfmp/README.md +51 -0
  17. fmp_py_sdk-0.1.1/crates/libfmp/src/client.rs +829 -0
  18. fmp_py_sdk-0.1.1/crates/libfmp/src/config.rs +113 -0
  19. fmp_py_sdk-0.1.1/crates/libfmp/src/endpoints/mod.rs +301 -0
  20. fmp_py_sdk-0.1.1/crates/libfmp/src/endpoints/quote.rs +75 -0
  21. fmp_py_sdk-0.1.1/crates/libfmp/src/error.rs +563 -0
  22. fmp_py_sdk-0.1.1/crates/libfmp/src/lib.rs +25 -0
  23. fmp_py_sdk-0.1.1/crates/libfmp/src/responses/mod.rs +3 -0
  24. fmp_py_sdk-0.1.1/crates/libfmp/src/responses/quote.rs +40 -0
  25. fmp_py_sdk-0.1.1/crates/libfmp/src/transport.rs +195 -0
  26. fmp_py_sdk-0.1.1/crates/libfmp/src/types.rs +398 -0
  27. fmp_py_sdk-0.1.1/crates/libfmp/tests/endpoints.rs +173 -0
  28. fmp_py_sdk-0.1.1/crates/libfmp/tests/errors.rs +124 -0
  29. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote.json +21 -0
  30. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote_commodity.json +21 -0
  31. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote_short.json +8 -0
  32. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote_short_empty.json +1 -0
  33. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote_short_multiple.json +14 -0
  34. fmp_py_sdk-0.1.1/crates/libfmp/tests/fixtures/quote_short_unknown.json +9 -0
  35. fmp_py_sdk-0.1.1/crates/libfmp/tests/quote_responses.rs +74 -0
  36. fmp_py_sdk-0.1.1/crates/libfmp/tests/quote_short_endpoint.rs +144 -0
  37. fmp_py_sdk-0.1.1/crates/libfmp/tests/support/mod.rs +66 -0
  38. fmp_py_sdk-0.1.1/crates/libfmp/tests/transport.rs +593 -0
  39. fmp_py_sdk-0.1.1/crates/libfmp/tests/types.rs +166 -0
  40. fmp_py_sdk-0.1.1/pyproject.toml +40 -0
  41. fmp_py_sdk-0.1.1/python/fmp_py/__init__.py +25 -0
  42. fmp_py_sdk-0.1.1/python/fmp_py/__init__.pyi +13 -0
  43. fmp_py_sdk-0.1.1/python/fmp_py/_native.pyi +77 -0
  44. fmp_py_sdk-0.1.1/python/fmp_py/py.typed +0 -0
  45. fmp_py_sdk-0.1.1/python/fmp_py/quote.py +5 -0
  46. fmp_py_sdk-0.1.1/python/fmp_py/quote.pyi +3 -0
@@ -0,0 +1,1639 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "atomic-waker"
7
+ version = "1.1.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
10
+
11
+ [[package]]
12
+ name = "autocfg"
13
+ version = "1.5.1"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
16
+
17
+ [[package]]
18
+ name = "aws-lc-rs"
19
+ version = "1.18.0"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "ce2b2dcc879c3bae0d371e77c99f2238400ef24ec001394befa67b6e543add9e"
22
+ dependencies = [
23
+ "aws-lc-sys",
24
+ "zeroize",
25
+ ]
26
+
27
+ [[package]]
28
+ name = "aws-lc-sys"
29
+ version = "0.44.0"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "f09fae7be8bb3174e05c6afdb34199e6dc0c7c04ba9fa237b1967adfbde27483"
32
+ dependencies = [
33
+ "cc",
34
+ "cmake",
35
+ "dunce",
36
+ "fs_extra",
37
+ "pkg-config",
38
+ ]
39
+
40
+ [[package]]
41
+ name = "base64"
42
+ version = "0.22.1"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
45
+
46
+ [[package]]
47
+ name = "bitflags"
48
+ version = "2.13.1"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
51
+
52
+ [[package]]
53
+ name = "bumpalo"
54
+ version = "3.20.3"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
57
+
58
+ [[package]]
59
+ name = "bytes"
60
+ version = "1.12.1"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
63
+
64
+ [[package]]
65
+ name = "cc"
66
+ version = "1.4.4"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
69
+ dependencies = [
70
+ "find-msvc-tools",
71
+ "jobserver",
72
+ "libc",
73
+ "shlex",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "cfg-if"
78
+ version = "1.0.4"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
81
+
82
+ [[package]]
83
+ name = "cfg_aliases"
84
+ version = "0.2.2"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
87
+
88
+ [[package]]
89
+ name = "chacha20"
90
+ version = "0.10.1"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
93
+ dependencies = [
94
+ "cfg-if",
95
+ "cpufeatures",
96
+ "rand_core",
97
+ ]
98
+
99
+ [[package]]
100
+ name = "chrono"
101
+ version = "0.4.45"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
104
+ dependencies = [
105
+ "num-traits",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "cmake"
110
+ version = "0.1.58"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
113
+ dependencies = [
114
+ "cc",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "combine"
119
+ version = "4.6.8"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "cfc320937d09e6de266b31b9afb480f197d7a861be86be7cb2ea7e5d1bfffc5e"
122
+ dependencies = [
123
+ "bytes",
124
+ "memchr",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "core-foundation"
129
+ version = "0.10.1"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
132
+ dependencies = [
133
+ "core-foundation-sys",
134
+ "libc",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "core-foundation-sys"
139
+ version = "0.8.7"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
142
+
143
+ [[package]]
144
+ name = "cpufeatures"
145
+ version = "0.3.0"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
148
+ dependencies = [
149
+ "libc",
150
+ ]
151
+
152
+ [[package]]
153
+ name = "displaydoc"
154
+ version = "0.2.7"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
157
+ dependencies = [
158
+ "proc-macro2",
159
+ "quote",
160
+ "syn 3.0.3",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "dunce"
165
+ version = "1.0.5"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
168
+
169
+ [[package]]
170
+ name = "find-msvc-tools"
171
+ version = "0.1.11"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
174
+
175
+ [[package]]
176
+ name = "fmp-py"
177
+ version = "0.1.1"
178
+ dependencies = [
179
+ "libfmp",
180
+ "pyo3",
181
+ "tokio",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "form_urlencoded"
186
+ version = "1.2.2"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
189
+ dependencies = [
190
+ "percent-encoding",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "fs_extra"
195
+ version = "1.3.0"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
198
+
199
+ [[package]]
200
+ name = "futures-channel"
201
+ version = "0.3.34"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
204
+ dependencies = [
205
+ "futures-core",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "futures-core"
210
+ version = "0.3.34"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
213
+
214
+ [[package]]
215
+ name = "futures-task"
216
+ version = "0.3.34"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
219
+
220
+ [[package]]
221
+ name = "futures-util"
222
+ version = "0.3.34"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
225
+ dependencies = [
226
+ "futures-core",
227
+ "futures-task",
228
+ "pin-project-lite",
229
+ "slab",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "getrandom"
234
+ version = "0.2.17"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
237
+ dependencies = [
238
+ "cfg-if",
239
+ "js-sys",
240
+ "libc",
241
+ "wasi",
242
+ "wasm-bindgen",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "getrandom"
247
+ version = "0.4.3"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
250
+ dependencies = [
251
+ "cfg-if",
252
+ "js-sys",
253
+ "libc",
254
+ "r-efi",
255
+ "rand_core",
256
+ "wasm-bindgen",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "heck"
261
+ version = "0.5.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
264
+
265
+ [[package]]
266
+ name = "http"
267
+ version = "1.5.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
270
+ dependencies = [
271
+ "bytes",
272
+ "itoa",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "http-body"
277
+ version = "1.1.0"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
280
+ dependencies = [
281
+ "bytes",
282
+ "http",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "http-body-util"
287
+ version = "0.1.5"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
290
+ dependencies = [
291
+ "bytes",
292
+ "futures-core",
293
+ "http",
294
+ "http-body",
295
+ "pin-project-lite",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "httparse"
300
+ version = "1.10.1"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
303
+
304
+ [[package]]
305
+ name = "hyper"
306
+ version = "1.11.0"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
309
+ dependencies = [
310
+ "atomic-waker",
311
+ "bytes",
312
+ "futures-channel",
313
+ "futures-core",
314
+ "http",
315
+ "http-body",
316
+ "httparse",
317
+ "itoa",
318
+ "pin-project-lite",
319
+ "smallvec",
320
+ "tokio",
321
+ "want",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "hyper-rustls"
326
+ version = "0.27.9"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
329
+ dependencies = [
330
+ "http",
331
+ "hyper",
332
+ "hyper-util",
333
+ "rustls",
334
+ "tokio",
335
+ "tokio-rustls",
336
+ "tower-service",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "hyper-util"
341
+ version = "0.1.20"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
344
+ dependencies = [
345
+ "base64",
346
+ "bytes",
347
+ "futures-channel",
348
+ "futures-util",
349
+ "http",
350
+ "http-body",
351
+ "hyper",
352
+ "ipnet",
353
+ "libc",
354
+ "percent-encoding",
355
+ "pin-project-lite",
356
+ "socket2",
357
+ "tokio",
358
+ "tower-service",
359
+ "tracing",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "icu_collections"
364
+ version = "2.3.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
367
+ dependencies = [
368
+ "displaydoc",
369
+ "potential_utf",
370
+ "utf8_iter",
371
+ "yoke",
372
+ "zerofrom",
373
+ "zerovec",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "icu_locale_core"
378
+ version = "2.3.0"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
381
+ dependencies = [
382
+ "displaydoc",
383
+ "litemap",
384
+ "tinystr",
385
+ "writeable",
386
+ "zerovec",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "icu_normalizer"
391
+ version = "2.3.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
394
+ dependencies = [
395
+ "icu_collections",
396
+ "icu_normalizer_data",
397
+ "icu_properties",
398
+ "icu_provider",
399
+ "smallvec",
400
+ "zerovec",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "icu_normalizer_data"
405
+ version = "2.3.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
408
+
409
+ [[package]]
410
+ name = "icu_properties"
411
+ version = "2.3.0"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
414
+ dependencies = [
415
+ "displaydoc",
416
+ "icu_collections",
417
+ "icu_locale_core",
418
+ "icu_properties_data",
419
+ "icu_provider",
420
+ "zerotrie",
421
+ "zerovec",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "icu_properties_data"
426
+ version = "2.3.0"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
429
+
430
+ [[package]]
431
+ name = "icu_provider"
432
+ version = "2.3.1"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
435
+ dependencies = [
436
+ "displaydoc",
437
+ "icu_locale_core",
438
+ "writeable",
439
+ "yoke",
440
+ "zerofrom",
441
+ "zerotrie",
442
+ "zerovec",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "idna"
447
+ version = "1.1.0"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
450
+ dependencies = [
451
+ "idna_adapter",
452
+ "smallvec",
453
+ "utf8_iter",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "idna_adapter"
458
+ version = "1.2.2"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
461
+ dependencies = [
462
+ "icu_normalizer",
463
+ "icu_properties",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "ipnet"
468
+ version = "2.12.1"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
471
+
472
+ [[package]]
473
+ name = "itoa"
474
+ version = "1.0.18"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
477
+
478
+ [[package]]
479
+ name = "jni"
480
+ version = "0.22.4"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
483
+ dependencies = [
484
+ "cfg-if",
485
+ "combine",
486
+ "jni-macros",
487
+ "jni-sys",
488
+ "log",
489
+ "simd_cesu8",
490
+ "thiserror",
491
+ "walkdir",
492
+ "windows-link",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "jni-macros"
497
+ version = "0.22.4"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
500
+ dependencies = [
501
+ "proc-macro2",
502
+ "quote",
503
+ "rustc_version",
504
+ "simd_cesu8",
505
+ "syn 2.0.118",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "jni-sys"
510
+ version = "0.4.1"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
513
+ dependencies = [
514
+ "jni-sys-macros",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "jni-sys-macros"
519
+ version = "0.4.1"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
522
+ dependencies = [
523
+ "quote",
524
+ "syn 2.0.118",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "jobserver"
529
+ version = "0.1.35"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
532
+ dependencies = [
533
+ "getrandom 0.4.3",
534
+ "libc",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "js-sys"
539
+ version = "0.3.104"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
542
+ dependencies = [
543
+ "cfg-if",
544
+ "futures-util",
545
+ "wasm-bindgen",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "libc"
550
+ version = "0.2.189"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
553
+
554
+ [[package]]
555
+ name = "libfmp"
556
+ version = "0.1.1"
557
+ dependencies = [
558
+ "chrono",
559
+ "http",
560
+ "reqwest",
561
+ "serde",
562
+ "serde_json",
563
+ "tokio",
564
+ "url",
565
+ ]
566
+
567
+ [[package]]
568
+ name = "litemap"
569
+ version = "0.8.3"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
572
+
573
+ [[package]]
574
+ name = "log"
575
+ version = "0.4.34"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
578
+
579
+ [[package]]
580
+ name = "lru-slab"
581
+ version = "0.1.2"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
584
+
585
+ [[package]]
586
+ name = "memchr"
587
+ version = "2.8.3"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
590
+
591
+ [[package]]
592
+ name = "mio"
593
+ version = "1.2.2"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
596
+ dependencies = [
597
+ "libc",
598
+ "wasi",
599
+ "windows-sys 0.61.2",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "num-traits"
604
+ version = "0.2.19"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
607
+ dependencies = [
608
+ "autocfg",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "once_cell"
613
+ version = "1.21.4"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
616
+
617
+ [[package]]
618
+ name = "openssl-probe"
619
+ version = "0.2.1"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
622
+
623
+ [[package]]
624
+ name = "percent-encoding"
625
+ version = "2.3.2"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
628
+
629
+ [[package]]
630
+ name = "pin-project-lite"
631
+ version = "0.2.17"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
634
+
635
+ [[package]]
636
+ name = "pkg-config"
637
+ version = "0.3.34"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
640
+
641
+ [[package]]
642
+ name = "portable-atomic"
643
+ version = "1.14.0"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
646
+
647
+ [[package]]
648
+ name = "potential_utf"
649
+ version = "0.1.6"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
652
+ dependencies = [
653
+ "zerovec",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "proc-macro2"
658
+ version = "1.0.107"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
661
+ dependencies = [
662
+ "unicode-ident",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "pyo3"
667
+ version = "0.29.0"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
670
+ dependencies = [
671
+ "libc",
672
+ "once_cell",
673
+ "portable-atomic",
674
+ "pyo3-build-config",
675
+ "pyo3-ffi",
676
+ "pyo3-macros",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "pyo3-build-config"
681
+ version = "0.29.0"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
684
+ dependencies = [
685
+ "target-lexicon",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "pyo3-ffi"
690
+ version = "0.29.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
693
+ dependencies = [
694
+ "libc",
695
+ "pyo3-build-config",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "pyo3-macros"
700
+ version = "0.29.0"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
703
+ dependencies = [
704
+ "proc-macro2",
705
+ "pyo3-macros-backend",
706
+ "quote",
707
+ "syn 2.0.118",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "pyo3-macros-backend"
712
+ version = "0.29.0"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
715
+ dependencies = [
716
+ "heck",
717
+ "proc-macro2",
718
+ "quote",
719
+ "syn 2.0.118",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "quinn"
724
+ version = "0.11.11"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
727
+ dependencies = [
728
+ "bytes",
729
+ "cfg_aliases",
730
+ "pin-project-lite",
731
+ "quinn-proto",
732
+ "quinn-udp",
733
+ "rustc-hash",
734
+ "rustls",
735
+ "socket2",
736
+ "thiserror",
737
+ "tokio",
738
+ "tracing",
739
+ "web-time",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "quinn-proto"
744
+ version = "0.11.17"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83"
747
+ dependencies = [
748
+ "aws-lc-rs",
749
+ "bytes",
750
+ "getrandom 0.4.3",
751
+ "lru-slab",
752
+ "rand",
753
+ "rand_pcg",
754
+ "ring",
755
+ "rustc-hash",
756
+ "rustls",
757
+ "rustls-pki-types",
758
+ "slab",
759
+ "thiserror",
760
+ "tinyvec",
761
+ "tracing",
762
+ "web-time",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "quinn-udp"
767
+ version = "0.5.15"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
770
+ dependencies = [
771
+ "cfg_aliases",
772
+ "libc",
773
+ "once_cell",
774
+ "socket2",
775
+ "tracing",
776
+ "windows-sys 0.61.2",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "quote"
781
+ version = "1.0.47"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
784
+ dependencies = [
785
+ "proc-macro2",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "r-efi"
790
+ version = "6.0.0"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
793
+
794
+ [[package]]
795
+ name = "rand"
796
+ version = "0.10.2"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
799
+ dependencies = [
800
+ "chacha20",
801
+ "getrandom 0.4.3",
802
+ "rand_core",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "rand_core"
807
+ version = "0.10.1"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
810
+
811
+ [[package]]
812
+ name = "rand_pcg"
813
+ version = "0.10.2"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
816
+ dependencies = [
817
+ "rand_core",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "reqwest"
822
+ version = "0.13.4"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
825
+ dependencies = [
826
+ "base64",
827
+ "bytes",
828
+ "futures-core",
829
+ "http",
830
+ "http-body",
831
+ "http-body-util",
832
+ "hyper",
833
+ "hyper-rustls",
834
+ "hyper-util",
835
+ "js-sys",
836
+ "log",
837
+ "percent-encoding",
838
+ "pin-project-lite",
839
+ "quinn",
840
+ "rustls",
841
+ "rustls-pki-types",
842
+ "rustls-platform-verifier",
843
+ "sync_wrapper",
844
+ "tokio",
845
+ "tokio-rustls",
846
+ "tower",
847
+ "tower-http",
848
+ "tower-service",
849
+ "url",
850
+ "wasm-bindgen",
851
+ "wasm-bindgen-futures",
852
+ "web-sys",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "ring"
857
+ version = "0.17.14"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
860
+ dependencies = [
861
+ "cc",
862
+ "cfg-if",
863
+ "getrandom 0.2.17",
864
+ "libc",
865
+ "untrusted",
866
+ "windows-sys 0.52.0",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "rustc-hash"
871
+ version = "2.1.3"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
874
+
875
+ [[package]]
876
+ name = "rustc_version"
877
+ version = "0.4.1"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
880
+ dependencies = [
881
+ "semver",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "rustls"
886
+ version = "0.23.43"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
889
+ dependencies = [
890
+ "aws-lc-rs",
891
+ "once_cell",
892
+ "rustls-pki-types",
893
+ "rustls-webpki",
894
+ "subtle",
895
+ "zeroize",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "rustls-native-certs"
900
+ version = "0.8.4"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
903
+ dependencies = [
904
+ "openssl-probe",
905
+ "rustls-pki-types",
906
+ "schannel",
907
+ "security-framework",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "rustls-pki-types"
912
+ version = "1.15.1"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
915
+ dependencies = [
916
+ "web-time",
917
+ "zeroize",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "rustls-platform-verifier"
922
+ version = "0.7.0"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
925
+ dependencies = [
926
+ "core-foundation",
927
+ "core-foundation-sys",
928
+ "jni",
929
+ "log",
930
+ "once_cell",
931
+ "rustls",
932
+ "rustls-native-certs",
933
+ "rustls-platform-verifier-android",
934
+ "rustls-webpki",
935
+ "security-framework",
936
+ "security-framework-sys",
937
+ "webpki-root-certs",
938
+ "windows-sys 0.61.2",
939
+ ]
940
+
941
+ [[package]]
942
+ name = "rustls-platform-verifier-android"
943
+ version = "0.1.1"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
946
+
947
+ [[package]]
948
+ name = "rustls-webpki"
949
+ version = "0.103.15"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
952
+ dependencies = [
953
+ "aws-lc-rs",
954
+ "ring",
955
+ "rustls-pki-types",
956
+ "untrusted",
957
+ ]
958
+
959
+ [[package]]
960
+ name = "rustversion"
961
+ version = "1.0.23"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
964
+
965
+ [[package]]
966
+ name = "same-file"
967
+ version = "1.0.6"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
970
+ dependencies = [
971
+ "winapi-util",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "schannel"
976
+ version = "0.1.29"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
979
+ dependencies = [
980
+ "windows-sys 0.61.2",
981
+ ]
982
+
983
+ [[package]]
984
+ name = "security-framework"
985
+ version = "3.7.0"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
988
+ dependencies = [
989
+ "bitflags",
990
+ "core-foundation",
991
+ "core-foundation-sys",
992
+ "libc",
993
+ "security-framework-sys",
994
+ ]
995
+
996
+ [[package]]
997
+ name = "security-framework-sys"
998
+ version = "2.17.0"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1001
+ dependencies = [
1002
+ "core-foundation-sys",
1003
+ "libc",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "semver"
1008
+ version = "1.0.28"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1011
+
1012
+ [[package]]
1013
+ name = "serde"
1014
+ version = "1.0.229"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1017
+ dependencies = [
1018
+ "serde_core",
1019
+ "serde_derive",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "serde_core"
1024
+ version = "1.0.229"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1027
+ dependencies = [
1028
+ "serde_derive",
1029
+ ]
1030
+
1031
+ [[package]]
1032
+ name = "serde_derive"
1033
+ version = "1.0.229"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1036
+ dependencies = [
1037
+ "proc-macro2",
1038
+ "quote",
1039
+ "syn 3.0.3",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "serde_json"
1044
+ version = "1.0.151"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1047
+ dependencies = [
1048
+ "itoa",
1049
+ "memchr",
1050
+ "serde",
1051
+ "serde_core",
1052
+ "zmij",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "shlex"
1057
+ version = "2.0.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1060
+
1061
+ [[package]]
1062
+ name = "simd_cesu8"
1063
+ version = "1.2.0"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
1066
+ dependencies = [
1067
+ "rustc_version",
1068
+ "simdutf8",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "simdutf8"
1073
+ version = "0.1.5"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1076
+
1077
+ [[package]]
1078
+ name = "slab"
1079
+ version = "0.4.12"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1082
+
1083
+ [[package]]
1084
+ name = "smallvec"
1085
+ version = "1.15.2"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1088
+
1089
+ [[package]]
1090
+ name = "socket2"
1091
+ version = "0.6.5"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1094
+ dependencies = [
1095
+ "libc",
1096
+ "windows-sys 0.61.2",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "stable_deref_trait"
1101
+ version = "1.2.1"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1104
+
1105
+ [[package]]
1106
+ name = "subtle"
1107
+ version = "2.6.1"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1110
+
1111
+ [[package]]
1112
+ name = "syn"
1113
+ version = "2.0.118"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1116
+ dependencies = [
1117
+ "proc-macro2",
1118
+ "quote",
1119
+ "unicode-ident",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "syn"
1124
+ version = "3.0.3"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1127
+ dependencies = [
1128
+ "proc-macro2",
1129
+ "quote",
1130
+ "unicode-ident",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "sync_wrapper"
1135
+ version = "1.0.2"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1138
+ dependencies = [
1139
+ "futures-core",
1140
+ ]
1141
+
1142
+ [[package]]
1143
+ name = "synstructure"
1144
+ version = "0.13.2"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1147
+ dependencies = [
1148
+ "proc-macro2",
1149
+ "quote",
1150
+ "syn 2.0.118",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "target-lexicon"
1155
+ version = "0.13.5"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1158
+
1159
+ [[package]]
1160
+ name = "thiserror"
1161
+ version = "2.0.20"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1164
+ dependencies = [
1165
+ "thiserror-impl",
1166
+ ]
1167
+
1168
+ [[package]]
1169
+ name = "thiserror-impl"
1170
+ version = "2.0.20"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1173
+ dependencies = [
1174
+ "proc-macro2",
1175
+ "quote",
1176
+ "syn 3.0.3",
1177
+ ]
1178
+
1179
+ [[package]]
1180
+ name = "tinystr"
1181
+ version = "0.8.4"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
1184
+ dependencies = [
1185
+ "displaydoc",
1186
+ "zerovec",
1187
+ ]
1188
+
1189
+ [[package]]
1190
+ name = "tinyvec"
1191
+ version = "1.12.0"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
1194
+ dependencies = [
1195
+ "tinyvec_macros",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "tinyvec_macros"
1200
+ version = "0.1.1"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1203
+
1204
+ [[package]]
1205
+ name = "tokio"
1206
+ version = "1.53.1"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1209
+ dependencies = [
1210
+ "bytes",
1211
+ "libc",
1212
+ "mio",
1213
+ "pin-project-lite",
1214
+ "socket2",
1215
+ "tokio-macros",
1216
+ "windows-sys 0.61.2",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "tokio-macros"
1221
+ version = "2.7.2"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1224
+ dependencies = [
1225
+ "proc-macro2",
1226
+ "quote",
1227
+ "syn 3.0.3",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "tokio-rustls"
1232
+ version = "0.26.4"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1235
+ dependencies = [
1236
+ "rustls",
1237
+ "tokio",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "tower"
1242
+ version = "0.5.3"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1245
+ dependencies = [
1246
+ "futures-core",
1247
+ "futures-util",
1248
+ "pin-project-lite",
1249
+ "sync_wrapper",
1250
+ "tokio",
1251
+ "tower-layer",
1252
+ "tower-service",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "tower-http"
1257
+ version = "0.6.11"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1260
+ dependencies = [
1261
+ "bitflags",
1262
+ "bytes",
1263
+ "futures-util",
1264
+ "http",
1265
+ "http-body",
1266
+ "pin-project-lite",
1267
+ "tower",
1268
+ "tower-layer",
1269
+ "tower-service",
1270
+ "url",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "tower-layer"
1275
+ version = "0.3.3"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1278
+
1279
+ [[package]]
1280
+ name = "tower-service"
1281
+ version = "0.3.3"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1284
+
1285
+ [[package]]
1286
+ name = "tracing"
1287
+ version = "0.1.44"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1290
+ dependencies = [
1291
+ "pin-project-lite",
1292
+ "tracing-core",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "tracing-core"
1297
+ version = "0.1.36"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1300
+ dependencies = [
1301
+ "once_cell",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "try-lock"
1306
+ version = "0.2.5"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1309
+
1310
+ [[package]]
1311
+ name = "unicode-ident"
1312
+ version = "1.0.24"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1315
+
1316
+ [[package]]
1317
+ name = "untrusted"
1318
+ version = "0.9.0"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1321
+
1322
+ [[package]]
1323
+ name = "url"
1324
+ version = "2.5.8"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1327
+ dependencies = [
1328
+ "form_urlencoded",
1329
+ "idna",
1330
+ "percent-encoding",
1331
+ "serde",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "utf8_iter"
1336
+ version = "1.0.4"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1339
+
1340
+ [[package]]
1341
+ name = "walkdir"
1342
+ version = "2.5.0"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1345
+ dependencies = [
1346
+ "same-file",
1347
+ "winapi-util",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "want"
1352
+ version = "0.3.1"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1355
+ dependencies = [
1356
+ "try-lock",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "wasi"
1361
+ version = "0.11.1+wasi-snapshot-preview1"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1364
+
1365
+ [[package]]
1366
+ name = "wasm-bindgen"
1367
+ version = "0.2.127"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
1370
+ dependencies = [
1371
+ "cfg-if",
1372
+ "once_cell",
1373
+ "rustversion",
1374
+ "wasm-bindgen-macro",
1375
+ "wasm-bindgen-shared",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "wasm-bindgen-futures"
1380
+ version = "0.4.77"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
1383
+ dependencies = [
1384
+ "js-sys",
1385
+ "wasm-bindgen",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "wasm-bindgen-macro"
1390
+ version = "0.2.127"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
1393
+ dependencies = [
1394
+ "quote",
1395
+ "wasm-bindgen-macro-support",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "wasm-bindgen-macro-support"
1400
+ version = "0.2.127"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
1403
+ dependencies = [
1404
+ "bumpalo",
1405
+ "proc-macro2",
1406
+ "quote",
1407
+ "syn 2.0.118",
1408
+ "wasm-bindgen-shared",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "wasm-bindgen-shared"
1413
+ version = "0.2.127"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
1416
+ dependencies = [
1417
+ "unicode-ident",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "web-sys"
1422
+ version = "0.3.104"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
1425
+ dependencies = [
1426
+ "js-sys",
1427
+ "wasm-bindgen",
1428
+ ]
1429
+
1430
+ [[package]]
1431
+ name = "web-time"
1432
+ version = "1.1.0"
1433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1435
+ dependencies = [
1436
+ "js-sys",
1437
+ "wasm-bindgen",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "webpki-root-certs"
1442
+ version = "1.0.9"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
1445
+ dependencies = [
1446
+ "rustls-pki-types",
1447
+ ]
1448
+
1449
+ [[package]]
1450
+ name = "winapi-util"
1451
+ version = "0.1.11"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1454
+ dependencies = [
1455
+ "windows-sys 0.61.2",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "windows-link"
1460
+ version = "0.2.1"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1463
+
1464
+ [[package]]
1465
+ name = "windows-sys"
1466
+ version = "0.52.0"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1469
+ dependencies = [
1470
+ "windows-targets",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "windows-sys"
1475
+ version = "0.61.2"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1478
+ dependencies = [
1479
+ "windows-link",
1480
+ ]
1481
+
1482
+ [[package]]
1483
+ name = "windows-targets"
1484
+ version = "0.52.6"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1487
+ dependencies = [
1488
+ "windows_aarch64_gnullvm",
1489
+ "windows_aarch64_msvc",
1490
+ "windows_i686_gnu",
1491
+ "windows_i686_gnullvm",
1492
+ "windows_i686_msvc",
1493
+ "windows_x86_64_gnu",
1494
+ "windows_x86_64_gnullvm",
1495
+ "windows_x86_64_msvc",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "windows_aarch64_gnullvm"
1500
+ version = "0.52.6"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1503
+
1504
+ [[package]]
1505
+ name = "windows_aarch64_msvc"
1506
+ version = "0.52.6"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1509
+
1510
+ [[package]]
1511
+ name = "windows_i686_gnu"
1512
+ version = "0.52.6"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1515
+
1516
+ [[package]]
1517
+ name = "windows_i686_gnullvm"
1518
+ version = "0.52.6"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1521
+
1522
+ [[package]]
1523
+ name = "windows_i686_msvc"
1524
+ version = "0.52.6"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1527
+
1528
+ [[package]]
1529
+ name = "windows_x86_64_gnu"
1530
+ version = "0.52.6"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1533
+
1534
+ [[package]]
1535
+ name = "windows_x86_64_gnullvm"
1536
+ version = "0.52.6"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1539
+
1540
+ [[package]]
1541
+ name = "windows_x86_64_msvc"
1542
+ version = "0.52.6"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1545
+
1546
+ [[package]]
1547
+ name = "writeable"
1548
+ version = "0.6.4"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
1551
+
1552
+ [[package]]
1553
+ name = "yoke"
1554
+ version = "0.8.3"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1557
+ dependencies = [
1558
+ "stable_deref_trait",
1559
+ "yoke-derive",
1560
+ "zerofrom",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "yoke-derive"
1565
+ version = "0.8.2"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1568
+ dependencies = [
1569
+ "proc-macro2",
1570
+ "quote",
1571
+ "syn 2.0.118",
1572
+ "synstructure",
1573
+ ]
1574
+
1575
+ [[package]]
1576
+ name = "zerofrom"
1577
+ version = "0.1.8"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1580
+ dependencies = [
1581
+ "zerofrom-derive",
1582
+ ]
1583
+
1584
+ [[package]]
1585
+ name = "zerofrom-derive"
1586
+ version = "0.1.7"
1587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1588
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1589
+ dependencies = [
1590
+ "proc-macro2",
1591
+ "quote",
1592
+ "syn 2.0.118",
1593
+ "synstructure",
1594
+ ]
1595
+
1596
+ [[package]]
1597
+ name = "zeroize"
1598
+ version = "1.9.0"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1601
+
1602
+ [[package]]
1603
+ name = "zerotrie"
1604
+ version = "0.2.5"
1605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1606
+ checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
1607
+ dependencies = [
1608
+ "displaydoc",
1609
+ "yoke",
1610
+ "zerofrom",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "zerovec"
1615
+ version = "0.11.8"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
1618
+ dependencies = [
1619
+ "yoke",
1620
+ "zerofrom",
1621
+ "zerovec-derive",
1622
+ ]
1623
+
1624
+ [[package]]
1625
+ name = "zerovec-derive"
1626
+ version = "0.11.6"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
1629
+ dependencies = [
1630
+ "proc-macro2",
1631
+ "quote",
1632
+ "syn 3.0.3",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "zmij"
1637
+ version = "1.0.23"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"