ztml 0.1.0__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.
ztml-0.1.0/Cargo.lock ADDED
@@ -0,0 +1,1231 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "android_system_properties"
13
+ version = "0.1.5"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
+ dependencies = [
17
+ "libc",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anyhow"
22
+ version = "1.0.102"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
25
+
26
+ [[package]]
27
+ name = "autocfg"
28
+ version = "1.5.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
31
+
32
+ [[package]]
33
+ name = "base64"
34
+ version = "0.22.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
37
+
38
+ [[package]]
39
+ name = "bumpalo"
40
+ version = "3.20.2"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
43
+
44
+ [[package]]
45
+ name = "bytes"
46
+ version = "1.11.1"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
49
+
50
+ [[package]]
51
+ name = "cc"
52
+ version = "1.2.57"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
55
+ dependencies = [
56
+ "find-msvc-tools",
57
+ "shlex",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "cfg-if"
62
+ version = "1.0.4"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
65
+
66
+ [[package]]
67
+ name = "chrono"
68
+ version = "0.4.44"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
71
+ dependencies = [
72
+ "iana-time-zone",
73
+ "js-sys",
74
+ "num-traits",
75
+ "wasm-bindgen",
76
+ "windows-link",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "core-foundation-sys"
81
+ version = "0.8.7"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
84
+
85
+ [[package]]
86
+ name = "crc32fast"
87
+ version = "1.5.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
90
+ dependencies = [
91
+ "cfg-if",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "crunchy"
96
+ version = "0.2.4"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
99
+
100
+ [[package]]
101
+ name = "deranged"
102
+ version = "0.5.8"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
105
+ dependencies = [
106
+ "powerfmt",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "either"
111
+ version = "1.15.0"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
114
+
115
+ [[package]]
116
+ name = "equivalent"
117
+ version = "1.0.2"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
120
+
121
+ [[package]]
122
+ name = "find-msvc-tools"
123
+ version = "0.1.9"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
126
+
127
+ [[package]]
128
+ name = "flate2"
129
+ version = "1.1.9"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
132
+ dependencies = [
133
+ "crc32fast",
134
+ "miniz_oxide",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "getopts"
139
+ version = "0.2.24"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
142
+ dependencies = [
143
+ "unicode-width",
144
+ ]
145
+
146
+ [[package]]
147
+ name = "getrandom"
148
+ version = "0.2.17"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
151
+ dependencies = [
152
+ "cfg-if",
153
+ "libc",
154
+ "wasi",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "hashbrown"
159
+ version = "0.16.1"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
162
+
163
+ [[package]]
164
+ name = "heck"
165
+ version = "0.5.0"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
168
+
169
+ [[package]]
170
+ name = "http"
171
+ version = "1.4.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
174
+ dependencies = [
175
+ "bytes",
176
+ "itoa",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "httparse"
181
+ version = "1.10.1"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
184
+
185
+ [[package]]
186
+ name = "iana-time-zone"
187
+ version = "0.1.65"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
190
+ dependencies = [
191
+ "android_system_properties",
192
+ "core-foundation-sys",
193
+ "iana-time-zone-haiku",
194
+ "js-sys",
195
+ "log",
196
+ "wasm-bindgen",
197
+ "windows-core",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "iana-time-zone-haiku"
202
+ version = "0.1.2"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
205
+ dependencies = [
206
+ "cc",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "indexmap"
211
+ version = "2.13.0"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
214
+ dependencies = [
215
+ "equivalent",
216
+ "hashbrown",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "inventory"
221
+ version = "0.3.22"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
224
+ dependencies = [
225
+ "rustversion",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "is-macro"
230
+ version = "0.3.7"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
233
+ dependencies = [
234
+ "heck",
235
+ "proc-macro2",
236
+ "quote",
237
+ "syn",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "itertools"
242
+ version = "0.11.0"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
245
+ dependencies = [
246
+ "either",
247
+ ]
248
+
249
+ [[package]]
250
+ name = "itertools"
251
+ version = "0.14.0"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
254
+ dependencies = [
255
+ "either",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "itoa"
260
+ version = "1.0.17"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
263
+
264
+ [[package]]
265
+ name = "js-sys"
266
+ version = "0.3.91"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
269
+ dependencies = [
270
+ "once_cell",
271
+ "wasm-bindgen",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "lalrpop-util"
276
+ version = "0.20.2"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
279
+
280
+ [[package]]
281
+ name = "libc"
282
+ version = "0.2.183"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
285
+
286
+ [[package]]
287
+ name = "log"
288
+ version = "0.4.29"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
291
+
292
+ [[package]]
293
+ name = "maplit"
294
+ version = "1.0.2"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
297
+
298
+ [[package]]
299
+ name = "memchr"
300
+ version = "2.8.0"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
303
+
304
+ [[package]]
305
+ name = "miniz_oxide"
306
+ version = "0.8.9"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
309
+ dependencies = [
310
+ "adler2",
311
+ "simd-adler32",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "num-bigint"
316
+ version = "0.4.6"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
319
+ dependencies = [
320
+ "num-integer",
321
+ "num-traits",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "num-complex"
326
+ version = "0.4.6"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
329
+ dependencies = [
330
+ "num-traits",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "num-conv"
335
+ version = "0.2.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
338
+
339
+ [[package]]
340
+ name = "num-integer"
341
+ version = "0.1.46"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
344
+ dependencies = [
345
+ "num-traits",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "num-traits"
350
+ version = "0.2.19"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
353
+ dependencies = [
354
+ "autocfg",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "once_cell"
359
+ version = "1.21.4"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
362
+
363
+ [[package]]
364
+ name = "percent-encoding"
365
+ version = "2.3.2"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
368
+
369
+ [[package]]
370
+ name = "phf"
371
+ version = "0.11.3"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
374
+ dependencies = [
375
+ "phf_shared",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "phf_codegen"
380
+ version = "0.11.3"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
383
+ dependencies = [
384
+ "phf_generator",
385
+ "phf_shared",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "phf_generator"
390
+ version = "0.11.3"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
393
+ dependencies = [
394
+ "phf_shared",
395
+ "rand",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "phf_shared"
400
+ version = "0.11.3"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
403
+ dependencies = [
404
+ "siphasher",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "portable-atomic"
409
+ version = "1.13.1"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
412
+
413
+ [[package]]
414
+ name = "powerfmt"
415
+ version = "0.2.0"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
418
+
419
+ [[package]]
420
+ name = "ppv-lite86"
421
+ version = "0.2.21"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
424
+ dependencies = [
425
+ "zerocopy",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "proc-macro2"
430
+ version = "1.0.106"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
433
+ dependencies = [
434
+ "unicode-ident",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "pyo3"
439
+ version = "0.28.2"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
442
+ dependencies = [
443
+ "inventory",
444
+ "libc",
445
+ "once_cell",
446
+ "portable-atomic",
447
+ "pyo3-build-config",
448
+ "pyo3-ffi",
449
+ "pyo3-macros",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "pyo3-build-config"
454
+ version = "0.28.2"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
457
+ dependencies = [
458
+ "target-lexicon",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "pyo3-ffi"
463
+ version = "0.28.2"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
466
+ dependencies = [
467
+ "libc",
468
+ "pyo3-build-config",
469
+ ]
470
+
471
+ [[package]]
472
+ name = "pyo3-macros"
473
+ version = "0.28.2"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
476
+ dependencies = [
477
+ "proc-macro2",
478
+ "pyo3-macros-backend",
479
+ "quote",
480
+ "syn",
481
+ ]
482
+
483
+ [[package]]
484
+ name = "pyo3-macros-backend"
485
+ version = "0.28.2"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
488
+ dependencies = [
489
+ "heck",
490
+ "proc-macro2",
491
+ "pyo3-build-config",
492
+ "quote",
493
+ "syn",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "pyo3-stub-gen"
498
+ version = "0.19.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "b159f7704044f57d058f528a6f1f22a0a0a327dcb595c5fb38beae658e0338d6"
501
+ dependencies = [
502
+ "anyhow",
503
+ "chrono",
504
+ "indexmap",
505
+ "inventory",
506
+ "itertools 0.14.0",
507
+ "log",
508
+ "maplit",
509
+ "num-complex",
510
+ "pyo3",
511
+ "pyo3-stub-gen-derive",
512
+ "rustpython-parser",
513
+ "serde",
514
+ "serde_json",
515
+ "time",
516
+ "toml",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "pyo3-stub-gen-derive"
521
+ version = "0.19.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "a8c79e7c5b1fcec7c39ab186594658a971c59911eb6fbab5a5932cf2318534be"
524
+ dependencies = [
525
+ "heck",
526
+ "indexmap",
527
+ "proc-macro2",
528
+ "quote",
529
+ "rustpython-parser",
530
+ "syn",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "quote"
535
+ version = "1.0.45"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
538
+ dependencies = [
539
+ "proc-macro2",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "rand"
544
+ version = "0.8.5"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
547
+ dependencies = [
548
+ "libc",
549
+ "rand_chacha",
550
+ "rand_core",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "rand_chacha"
555
+ version = "0.3.1"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
558
+ dependencies = [
559
+ "ppv-lite86",
560
+ "rand_core",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "rand_core"
565
+ version = "0.6.4"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
568
+ dependencies = [
569
+ "getrandom",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "ring"
574
+ version = "0.17.14"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
577
+ dependencies = [
578
+ "cc",
579
+ "cfg-if",
580
+ "getrandom",
581
+ "libc",
582
+ "untrusted",
583
+ "windows-sys",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "rustc-hash"
588
+ version = "1.1.0"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
591
+
592
+ [[package]]
593
+ name = "rustls"
594
+ version = "0.23.37"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
597
+ dependencies = [
598
+ "log",
599
+ "once_cell",
600
+ "ring",
601
+ "rustls-pki-types",
602
+ "rustls-webpki",
603
+ "subtle",
604
+ "zeroize",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "rustls-pki-types"
609
+ version = "1.14.0"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
612
+ dependencies = [
613
+ "zeroize",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "rustls-webpki"
618
+ version = "0.103.9"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
621
+ dependencies = [
622
+ "ring",
623
+ "rustls-pki-types",
624
+ "untrusted",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "rustpython-ast"
629
+ version = "0.4.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
632
+ dependencies = [
633
+ "is-macro",
634
+ "num-bigint",
635
+ "rustpython-parser-core",
636
+ "static_assertions",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "rustpython-parser"
641
+ version = "0.4.0"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
644
+ dependencies = [
645
+ "anyhow",
646
+ "is-macro",
647
+ "itertools 0.11.0",
648
+ "lalrpop-util",
649
+ "log",
650
+ "num-bigint",
651
+ "num-traits",
652
+ "phf",
653
+ "phf_codegen",
654
+ "rustc-hash",
655
+ "rustpython-ast",
656
+ "rustpython-parser-core",
657
+ "tiny-keccak",
658
+ "unic-emoji-char",
659
+ "unic-ucd-ident",
660
+ "unicode_names2",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "rustpython-parser-core"
665
+ version = "0.4.0"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
668
+ dependencies = [
669
+ "is-macro",
670
+ "memchr",
671
+ "rustpython-parser-vendored",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "rustpython-parser-vendored"
676
+ version = "0.4.0"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
679
+ dependencies = [
680
+ "memchr",
681
+ "once_cell",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "rustversion"
686
+ version = "1.0.22"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
689
+
690
+ [[package]]
691
+ name = "serde"
692
+ version = "1.0.228"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
695
+ dependencies = [
696
+ "serde_core",
697
+ "serde_derive",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "serde_core"
702
+ version = "1.0.228"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
705
+ dependencies = [
706
+ "serde_derive",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "serde_derive"
711
+ version = "1.0.228"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
714
+ dependencies = [
715
+ "proc-macro2",
716
+ "quote",
717
+ "syn",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "serde_json"
722
+ version = "1.0.149"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
725
+ dependencies = [
726
+ "itoa",
727
+ "memchr",
728
+ "serde",
729
+ "serde_core",
730
+ "zmij",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "serde_spanned"
735
+ version = "1.0.4"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
738
+ dependencies = [
739
+ "serde_core",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "shlex"
744
+ version = "1.3.0"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
747
+
748
+ [[package]]
749
+ name = "simd-adler32"
750
+ version = "0.3.8"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
753
+
754
+ [[package]]
755
+ name = "siphasher"
756
+ version = "1.0.2"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
759
+
760
+ [[package]]
761
+ name = "static_assertions"
762
+ version = "1.1.0"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
765
+
766
+ [[package]]
767
+ name = "subtle"
768
+ version = "2.6.1"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
771
+
772
+ [[package]]
773
+ name = "syn"
774
+ version = "2.0.117"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
777
+ dependencies = [
778
+ "proc-macro2",
779
+ "quote",
780
+ "unicode-ident",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "target-lexicon"
785
+ version = "0.13.5"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
788
+
789
+ [[package]]
790
+ name = "time"
791
+ version = "0.3.47"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
794
+ dependencies = [
795
+ "deranged",
796
+ "num-conv",
797
+ "powerfmt",
798
+ "serde_core",
799
+ "time-core",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "time-core"
804
+ version = "0.1.8"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
807
+
808
+ [[package]]
809
+ name = "tiny-keccak"
810
+ version = "2.0.2"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
813
+ dependencies = [
814
+ "crunchy",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "toml"
819
+ version = "1.0.6+spec-1.1.0"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
822
+ dependencies = [
823
+ "indexmap",
824
+ "serde_core",
825
+ "serde_spanned",
826
+ "toml_datetime",
827
+ "toml_parser",
828
+ "toml_writer",
829
+ "winnow",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "toml_datetime"
834
+ version = "1.0.0+spec-1.1.0"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
837
+ dependencies = [
838
+ "serde_core",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "toml_parser"
843
+ version = "1.0.9+spec-1.1.0"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
846
+ dependencies = [
847
+ "winnow",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "toml_writer"
852
+ version = "1.0.6+spec-1.1.0"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
855
+
856
+ [[package]]
857
+ name = "unic-char-property"
858
+ version = "0.9.0"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
861
+ dependencies = [
862
+ "unic-char-range",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "unic-char-range"
867
+ version = "0.9.0"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
870
+
871
+ [[package]]
872
+ name = "unic-common"
873
+ version = "0.9.0"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
876
+
877
+ [[package]]
878
+ name = "unic-emoji-char"
879
+ version = "0.9.0"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
882
+ dependencies = [
883
+ "unic-char-property",
884
+ "unic-char-range",
885
+ "unic-ucd-version",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "unic-ucd-ident"
890
+ version = "0.9.0"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
893
+ dependencies = [
894
+ "unic-char-property",
895
+ "unic-char-range",
896
+ "unic-ucd-version",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "unic-ucd-version"
901
+ version = "0.9.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
904
+ dependencies = [
905
+ "unic-common",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "unicode-ident"
910
+ version = "1.0.24"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
913
+
914
+ [[package]]
915
+ name = "unicode-width"
916
+ version = "0.2.2"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
919
+
920
+ [[package]]
921
+ name = "unicode_names2"
922
+ version = "1.3.0"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
925
+ dependencies = [
926
+ "phf",
927
+ "unicode_names2_generator",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "unicode_names2_generator"
932
+ version = "1.3.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
935
+ dependencies = [
936
+ "getopts",
937
+ "log",
938
+ "phf_codegen",
939
+ "rand",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "untrusted"
944
+ version = "0.9.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
947
+
948
+ [[package]]
949
+ name = "ureq"
950
+ version = "3.2.0"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "fdc97a28575b85cfedf2a7e7d3cc64b3e11bd8ac766666318003abbacc7a21fc"
953
+ dependencies = [
954
+ "base64",
955
+ "flate2",
956
+ "log",
957
+ "percent-encoding",
958
+ "rustls",
959
+ "rustls-pki-types",
960
+ "ureq-proto",
961
+ "utf-8",
962
+ "webpki-roots",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "ureq-proto"
967
+ version = "0.5.3"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
970
+ dependencies = [
971
+ "base64",
972
+ "http",
973
+ "httparse",
974
+ "log",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "utf-8"
979
+ version = "0.7.6"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
982
+
983
+ [[package]]
984
+ name = "wasi"
985
+ version = "0.11.1+wasi-snapshot-preview1"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
988
+
989
+ [[package]]
990
+ name = "wasm-bindgen"
991
+ version = "0.2.114"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
994
+ dependencies = [
995
+ "cfg-if",
996
+ "once_cell",
997
+ "rustversion",
998
+ "wasm-bindgen-macro",
999
+ "wasm-bindgen-shared",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "wasm-bindgen-macro"
1004
+ version = "0.2.114"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1007
+ dependencies = [
1008
+ "quote",
1009
+ "wasm-bindgen-macro-support",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "wasm-bindgen-macro-support"
1014
+ version = "0.2.114"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1017
+ dependencies = [
1018
+ "bumpalo",
1019
+ "proc-macro2",
1020
+ "quote",
1021
+ "syn",
1022
+ "wasm-bindgen-shared",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "wasm-bindgen-shared"
1027
+ version = "0.2.114"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1030
+ dependencies = [
1031
+ "unicode-ident",
1032
+ ]
1033
+
1034
+ [[package]]
1035
+ name = "webpki-roots"
1036
+ version = "1.0.6"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
1039
+ dependencies = [
1040
+ "rustls-pki-types",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "windows-core"
1045
+ version = "0.62.2"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1048
+ dependencies = [
1049
+ "windows-implement",
1050
+ "windows-interface",
1051
+ "windows-link",
1052
+ "windows-result",
1053
+ "windows-strings",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "windows-implement"
1058
+ version = "0.60.2"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1061
+ dependencies = [
1062
+ "proc-macro2",
1063
+ "quote",
1064
+ "syn",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "windows-interface"
1069
+ version = "0.59.3"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1072
+ dependencies = [
1073
+ "proc-macro2",
1074
+ "quote",
1075
+ "syn",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "windows-link"
1080
+ version = "0.2.1"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1083
+
1084
+ [[package]]
1085
+ name = "windows-result"
1086
+ version = "0.4.1"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1089
+ dependencies = [
1090
+ "windows-link",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "windows-strings"
1095
+ version = "0.5.1"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1098
+ dependencies = [
1099
+ "windows-link",
1100
+ ]
1101
+
1102
+ [[package]]
1103
+ name = "windows-sys"
1104
+ version = "0.52.0"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1107
+ dependencies = [
1108
+ "windows-targets",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "windows-targets"
1113
+ version = "0.52.6"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1116
+ dependencies = [
1117
+ "windows_aarch64_gnullvm",
1118
+ "windows_aarch64_msvc",
1119
+ "windows_i686_gnu",
1120
+ "windows_i686_gnullvm",
1121
+ "windows_i686_msvc",
1122
+ "windows_x86_64_gnu",
1123
+ "windows_x86_64_gnullvm",
1124
+ "windows_x86_64_msvc",
1125
+ ]
1126
+
1127
+ [[package]]
1128
+ name = "windows_aarch64_gnullvm"
1129
+ version = "0.52.6"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1132
+
1133
+ [[package]]
1134
+ name = "windows_aarch64_msvc"
1135
+ version = "0.52.6"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1138
+
1139
+ [[package]]
1140
+ name = "windows_i686_gnu"
1141
+ version = "0.52.6"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1144
+
1145
+ [[package]]
1146
+ name = "windows_i686_gnullvm"
1147
+ version = "0.52.6"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1150
+
1151
+ [[package]]
1152
+ name = "windows_i686_msvc"
1153
+ version = "0.52.6"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1156
+
1157
+ [[package]]
1158
+ name = "windows_x86_64_gnu"
1159
+ version = "0.52.6"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1162
+
1163
+ [[package]]
1164
+ name = "windows_x86_64_gnullvm"
1165
+ version = "0.52.6"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1168
+
1169
+ [[package]]
1170
+ name = "windows_x86_64_msvc"
1171
+ version = "0.52.6"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1174
+
1175
+ [[package]]
1176
+ name = "winnow"
1177
+ version = "0.7.15"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
1180
+
1181
+ [[package]]
1182
+ name = "zerocopy"
1183
+ version = "0.8.42"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
1186
+ dependencies = [
1187
+ "zerocopy-derive",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "zerocopy-derive"
1192
+ version = "0.8.42"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
1195
+ dependencies = [
1196
+ "proc-macro2",
1197
+ "quote",
1198
+ "syn",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "zeroize"
1203
+ version = "1.8.2"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1206
+
1207
+ [[package]]
1208
+ name = "zmij"
1209
+ version = "1.0.21"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1212
+
1213
+ [[package]]
1214
+ name = "ztml-core"
1215
+ version = "0.1.0"
1216
+ dependencies = [
1217
+ "indexmap",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "ztml-python"
1222
+ version = "0.1.0"
1223
+ dependencies = [
1224
+ "indexmap",
1225
+ "pyo3",
1226
+ "pyo3-stub-gen",
1227
+ "serde",
1228
+ "serde_json",
1229
+ "ureq",
1230
+ "ztml-core",
1231
+ ]