teanga-pyo3 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.
@@ -0,0 +1,2462 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.22.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler"
16
+ version = "1.0.2"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
+
20
+ [[package]]
21
+ name = "ahash"
22
+ version = "0.8.11"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "once_cell",
28
+ "version_check",
29
+ "zerocopy",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "aho-corasick"
34
+ version = "1.1.3"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37
+ dependencies = [
38
+ "memchr",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "allocator-api2"
43
+ version = "0.2.18"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
46
+
47
+ [[package]]
48
+ name = "anstream"
49
+ version = "0.6.13"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
52
+ dependencies = [
53
+ "anstyle",
54
+ "anstyle-parse",
55
+ "anstyle-query",
56
+ "anstyle-wincon",
57
+ "colorchoice",
58
+ "utf8parse",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anstyle"
63
+ version = "1.0.6"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
66
+
67
+ [[package]]
68
+ name = "anstyle-parse"
69
+ version = "0.2.3"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
72
+ dependencies = [
73
+ "utf8parse",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "anstyle-query"
78
+ version = "1.0.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
81
+ dependencies = [
82
+ "windows-sys 0.52.0",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "anstyle-wincon"
87
+ version = "3.0.2"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
90
+ dependencies = [
91
+ "anstyle",
92
+ "windows-sys 0.52.0",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "anyhow"
97
+ version = "1.0.97"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
100
+
101
+ [[package]]
102
+ name = "atomic-waker"
103
+ version = "1.1.2"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
106
+
107
+ [[package]]
108
+ name = "autocfg"
109
+ version = "1.1.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
112
+
113
+ [[package]]
114
+ name = "backtrace"
115
+ version = "0.3.73"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
118
+ dependencies = [
119
+ "addr2line",
120
+ "cc",
121
+ "cfg-if",
122
+ "libc",
123
+ "miniz_oxide",
124
+ "object",
125
+ "rustc-demangle",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "base64"
130
+ version = "0.22.0"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
133
+
134
+ [[package]]
135
+ name = "bitflags"
136
+ version = "1.3.2"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
139
+
140
+ [[package]]
141
+ name = "bitflags"
142
+ version = "2.4.2"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
145
+
146
+ [[package]]
147
+ name = "block-buffer"
148
+ version = "0.10.4"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
151
+ dependencies = [
152
+ "generic-array",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "bumpalo"
157
+ version = "3.16.0"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
160
+
161
+ [[package]]
162
+ name = "byteorder"
163
+ version = "1.5.0"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
166
+
167
+ [[package]]
168
+ name = "bytes"
169
+ version = "1.6.0"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
172
+
173
+ [[package]]
174
+ name = "cc"
175
+ version = "1.0.99"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
178
+
179
+ [[package]]
180
+ name = "cfg-if"
181
+ version = "1.0.0"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
184
+
185
+ [[package]]
186
+ name = "ciborium"
187
+ version = "0.2.2"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
190
+ dependencies = [
191
+ "ciborium-io",
192
+ "ciborium-ll",
193
+ "serde",
194
+ ]
195
+
196
+ [[package]]
197
+ name = "ciborium-io"
198
+ version = "0.2.2"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
201
+
202
+ [[package]]
203
+ name = "ciborium-ll"
204
+ version = "0.2.2"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
207
+ dependencies = [
208
+ "ciborium-io",
209
+ "half",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "clap"
214
+ version = "4.5.4"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
217
+ dependencies = [
218
+ "clap_builder",
219
+ "clap_derive",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "clap_builder"
224
+ version = "4.5.2"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
227
+ dependencies = [
228
+ "anstream",
229
+ "anstyle",
230
+ "clap_lex",
231
+ "strsim",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "clap_derive"
236
+ version = "4.5.4"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
239
+ dependencies = [
240
+ "heck",
241
+ "proc-macro2",
242
+ "quote",
243
+ "syn",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "clap_lex"
248
+ version = "0.7.0"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
251
+
252
+ [[package]]
253
+ name = "colorchoice"
254
+ version = "1.0.0"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
257
+
258
+ [[package]]
259
+ name = "core-foundation"
260
+ version = "0.9.4"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
263
+ dependencies = [
264
+ "core-foundation-sys",
265
+ "libc",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "core-foundation-sys"
270
+ version = "0.8.6"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
273
+
274
+ [[package]]
275
+ name = "cpufeatures"
276
+ version = "0.2.12"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
279
+ dependencies = [
280
+ "libc",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "crc32fast"
285
+ version = "1.4.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
288
+ dependencies = [
289
+ "cfg-if",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "crossbeam-epoch"
294
+ version = "0.9.18"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
297
+ dependencies = [
298
+ "crossbeam-utils",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "crossbeam-skiplist"
303
+ version = "0.1.3"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
306
+ dependencies = [
307
+ "crossbeam-epoch",
308
+ "crossbeam-utils",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "crossbeam-utils"
313
+ version = "0.8.19"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
316
+
317
+ [[package]]
318
+ name = "crunchy"
319
+ version = "0.2.2"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
322
+
323
+ [[package]]
324
+ name = "crypto-common"
325
+ version = "0.1.6"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
328
+ dependencies = [
329
+ "generic-array",
330
+ "typenum",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "dashmap"
335
+ version = "6.1.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
338
+ dependencies = [
339
+ "cfg-if",
340
+ "crossbeam-utils",
341
+ "hashbrown",
342
+ "lock_api",
343
+ "once_cell",
344
+ "parking_lot_core 0.9.9",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "digest"
349
+ version = "0.10.7"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
352
+ dependencies = [
353
+ "block-buffer",
354
+ "crypto-common",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "displaydoc"
359
+ version = "0.2.4"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
362
+ dependencies = [
363
+ "proc-macro2",
364
+ "quote",
365
+ "syn",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "double-ended-peekable"
370
+ version = "0.1.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57"
373
+
374
+ [[package]]
375
+ name = "either"
376
+ version = "1.10.0"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
379
+
380
+ [[package]]
381
+ name = "encoding_rs"
382
+ version = "0.8.34"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
385
+ dependencies = [
386
+ "cfg-if",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "enum_dispatch"
391
+ version = "0.3.13"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
394
+ dependencies = [
395
+ "once_cell",
396
+ "proc-macro2",
397
+ "quote",
398
+ "syn",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "equivalent"
403
+ version = "1.0.1"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
406
+
407
+ [[package]]
408
+ name = "errno"
409
+ version = "0.3.10"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
412
+ dependencies = [
413
+ "libc",
414
+ "windows-sys 0.52.0",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "fastrand"
419
+ version = "2.3.0"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
422
+
423
+ [[package]]
424
+ name = "fjall"
425
+ version = "2.4.1"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "a6980a53d82b216c201998d1e0ca660ccf31328107d1a19d8ac565a44f03537c"
428
+ dependencies = [
429
+ "byteorder",
430
+ "dashmap",
431
+ "log",
432
+ "lsm-tree",
433
+ "path-absolutize",
434
+ "std-semaphore",
435
+ "tempfile",
436
+ "xxhash-rust",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "flate2"
441
+ version = "1.0.30"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
444
+ dependencies = [
445
+ "crc32fast",
446
+ "miniz_oxide",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "fnv"
451
+ version = "1.0.7"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
454
+
455
+ [[package]]
456
+ name = "foreign-types"
457
+ version = "0.3.2"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
460
+ dependencies = [
461
+ "foreign-types-shared",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "foreign-types-shared"
466
+ version = "0.1.1"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
469
+
470
+ [[package]]
471
+ name = "form_urlencoded"
472
+ version = "1.2.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
475
+ dependencies = [
476
+ "percent-encoding",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "fs2"
481
+ version = "0.4.3"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
484
+ dependencies = [
485
+ "libc",
486
+ "winapi",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "futures-channel"
491
+ version = "0.3.30"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
494
+ dependencies = [
495
+ "futures-core",
496
+ "futures-sink",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "futures-core"
501
+ version = "0.3.30"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
504
+
505
+ [[package]]
506
+ name = "futures-io"
507
+ version = "0.3.30"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
510
+
511
+ [[package]]
512
+ name = "futures-sink"
513
+ version = "0.3.30"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
516
+
517
+ [[package]]
518
+ name = "futures-task"
519
+ version = "0.3.30"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
522
+
523
+ [[package]]
524
+ name = "futures-util"
525
+ version = "0.3.30"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
528
+ dependencies = [
529
+ "futures-core",
530
+ "futures-io",
531
+ "futures-sink",
532
+ "futures-task",
533
+ "memchr",
534
+ "pin-project-lite",
535
+ "pin-utils",
536
+ "slab",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "fxhash"
541
+ version = "0.2.1"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
544
+ dependencies = [
545
+ "byteorder",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "generic-array"
550
+ version = "0.14.7"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
553
+ dependencies = [
554
+ "typenum",
555
+ "version_check",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "getrandom"
560
+ version = "0.2.14"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
563
+ dependencies = [
564
+ "cfg-if",
565
+ "libc",
566
+ "wasi",
567
+ ]
568
+
569
+ [[package]]
570
+ name = "gimli"
571
+ version = "0.29.0"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
574
+
575
+ [[package]]
576
+ name = "guardian"
577
+ version = "1.2.0"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "493913a18c0d7bebb75127a26a432162c59edbe06f6cf712001e3e769345e8b5"
580
+
581
+ [[package]]
582
+ name = "h2"
583
+ version = "0.4.5"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
586
+ dependencies = [
587
+ "atomic-waker",
588
+ "bytes",
589
+ "fnv",
590
+ "futures-core",
591
+ "futures-sink",
592
+ "http",
593
+ "indexmap",
594
+ "slab",
595
+ "tokio",
596
+ "tokio-util",
597
+ "tracing",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "half"
602
+ version = "2.4.0"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
605
+ dependencies = [
606
+ "cfg-if",
607
+ "crunchy",
608
+ ]
609
+
610
+ [[package]]
611
+ name = "hashbrown"
612
+ version = "0.14.3"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
615
+ dependencies = [
616
+ "ahash",
617
+ "allocator-api2",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "heck"
622
+ version = "0.5.0"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
625
+
626
+ [[package]]
627
+ name = "http"
628
+ version = "1.1.0"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
631
+ dependencies = [
632
+ "bytes",
633
+ "fnv",
634
+ "itoa",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "http-body"
639
+ version = "1.0.0"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
642
+ dependencies = [
643
+ "bytes",
644
+ "http",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "http-body-util"
649
+ version = "0.1.2"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
652
+ dependencies = [
653
+ "bytes",
654
+ "futures-util",
655
+ "http",
656
+ "http-body",
657
+ "pin-project-lite",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "httparse"
662
+ version = "1.9.3"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545"
665
+
666
+ [[package]]
667
+ name = "hyper"
668
+ version = "1.3.1"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
671
+ dependencies = [
672
+ "bytes",
673
+ "futures-channel",
674
+ "futures-util",
675
+ "h2",
676
+ "http",
677
+ "http-body",
678
+ "httparse",
679
+ "itoa",
680
+ "pin-project-lite",
681
+ "smallvec",
682
+ "tokio",
683
+ "want",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "hyper-rustls"
688
+ version = "0.27.2"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
691
+ dependencies = [
692
+ "futures-util",
693
+ "http",
694
+ "hyper",
695
+ "hyper-util",
696
+ "rustls",
697
+ "rustls-pki-types",
698
+ "tokio",
699
+ "tokio-rustls",
700
+ "tower-service",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "hyper-tls"
705
+ version = "0.6.0"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
708
+ dependencies = [
709
+ "bytes",
710
+ "http-body-util",
711
+ "hyper",
712
+ "hyper-util",
713
+ "native-tls",
714
+ "tokio",
715
+ "tokio-native-tls",
716
+ "tower-service",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "hyper-util"
721
+ version = "0.1.5"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
724
+ dependencies = [
725
+ "bytes",
726
+ "futures-channel",
727
+ "futures-util",
728
+ "http",
729
+ "http-body",
730
+ "hyper",
731
+ "pin-project-lite",
732
+ "socket2",
733
+ "tokio",
734
+ "tower",
735
+ "tower-service",
736
+ "tracing",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "icu_collections"
741
+ version = "1.5.0"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
744
+ dependencies = [
745
+ "displaydoc",
746
+ "yoke",
747
+ "zerofrom",
748
+ "zerovec",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "icu_locid"
753
+ version = "1.5.0"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
756
+ dependencies = [
757
+ "displaydoc",
758
+ "litemap",
759
+ "tinystr",
760
+ "writeable",
761
+ "zerovec",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "icu_locid_transform"
766
+ version = "1.5.0"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
769
+ dependencies = [
770
+ "displaydoc",
771
+ "icu_locid",
772
+ "icu_locid_transform_data",
773
+ "icu_provider",
774
+ "tinystr",
775
+ "zerovec",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "icu_locid_transform_data"
780
+ version = "1.5.0"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
783
+
784
+ [[package]]
785
+ name = "icu_normalizer"
786
+ version = "1.5.0"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
789
+ dependencies = [
790
+ "displaydoc",
791
+ "icu_collections",
792
+ "icu_normalizer_data",
793
+ "icu_properties",
794
+ "icu_provider",
795
+ "smallvec",
796
+ "utf16_iter",
797
+ "utf8_iter",
798
+ "write16",
799
+ "zerovec",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "icu_normalizer_data"
804
+ version = "1.5.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
807
+
808
+ [[package]]
809
+ name = "icu_properties"
810
+ version = "1.5.0"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
813
+ dependencies = [
814
+ "displaydoc",
815
+ "icu_collections",
816
+ "icu_locid_transform",
817
+ "icu_properties_data",
818
+ "icu_provider",
819
+ "tinystr",
820
+ "zerovec",
821
+ ]
822
+
823
+ [[package]]
824
+ name = "icu_properties_data"
825
+ version = "1.5.0"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
828
+
829
+ [[package]]
830
+ name = "icu_provider"
831
+ version = "1.5.0"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
834
+ dependencies = [
835
+ "displaydoc",
836
+ "icu_locid",
837
+ "icu_provider_macros",
838
+ "stable_deref_trait",
839
+ "tinystr",
840
+ "writeable",
841
+ "yoke",
842
+ "zerofrom",
843
+ "zerovec",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "icu_provider_macros"
848
+ version = "1.5.0"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
851
+ dependencies = [
852
+ "proc-macro2",
853
+ "quote",
854
+ "syn",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "idna"
859
+ version = "1.0.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
862
+ dependencies = [
863
+ "icu_normalizer",
864
+ "icu_properties",
865
+ "smallvec",
866
+ "utf8_iter",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "indexmap"
871
+ version = "2.2.4"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "967d6dd42f16dbf0eb8040cb9e477933562684d3918f7d253f2ff9087fb3e7a3"
874
+ dependencies = [
875
+ "equivalent",
876
+ "hashbrown",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "indoc"
881
+ version = "2.0.5"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
884
+
885
+ [[package]]
886
+ name = "instant"
887
+ version = "0.1.12"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
890
+ dependencies = [
891
+ "cfg-if",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "ipnet"
896
+ version = "2.9.0"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
899
+
900
+ [[package]]
901
+ name = "itertools"
902
+ version = "0.12.1"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
905
+ dependencies = [
906
+ "either",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "itoa"
911
+ version = "1.0.10"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
914
+
915
+ [[package]]
916
+ name = "js-sys"
917
+ version = "0.3.69"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
920
+ dependencies = [
921
+ "wasm-bindgen",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "lazy_static"
926
+ version = "1.4.0"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
929
+
930
+ [[package]]
931
+ name = "libc"
932
+ version = "0.2.168"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
935
+
936
+ [[package]]
937
+ name = "libyml"
938
+ version = "0.0.5"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980"
941
+ dependencies = [
942
+ "anyhow",
943
+ "version_check",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "linked-hash-map"
948
+ version = "0.5.6"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
951
+
952
+ [[package]]
953
+ name = "linux-raw-sys"
954
+ version = "0.4.14"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
957
+
958
+ [[package]]
959
+ name = "litemap"
960
+ version = "0.7.3"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
963
+
964
+ [[package]]
965
+ name = "lock_api"
966
+ version = "0.4.11"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
969
+ dependencies = [
970
+ "autocfg",
971
+ "scopeguard",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "log"
976
+ version = "0.4.22"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
979
+
980
+ [[package]]
981
+ name = "lru"
982
+ version = "0.12.3"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
985
+ dependencies = [
986
+ "hashbrown",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "lsm-tree"
991
+ version = "2.4.0"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "e7952bc71e90c0b58ce441dcf6cf8624cac042125dec1183ec9c48144f74378d"
994
+ dependencies = [
995
+ "byteorder",
996
+ "crossbeam-skiplist",
997
+ "double-ended-peekable",
998
+ "enum_dispatch",
999
+ "guardian",
1000
+ "log",
1001
+ "lz4_flex",
1002
+ "path-absolutize",
1003
+ "quick_cache",
1004
+ "rustc-hash",
1005
+ "self_cell",
1006
+ "tempfile",
1007
+ "value-log",
1008
+ "varint-rs",
1009
+ "xxhash-rust",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "lz4_flex"
1014
+ version = "0.11.3"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
1017
+
1018
+ [[package]]
1019
+ name = "memchr"
1020
+ version = "2.7.2"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1023
+
1024
+ [[package]]
1025
+ name = "memoffset"
1026
+ version = "0.9.0"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1029
+ dependencies = [
1030
+ "autocfg",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "mime"
1035
+ version = "0.3.17"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1038
+
1039
+ [[package]]
1040
+ name = "min-max-heap"
1041
+ version = "1.3.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "2687e6cf9c00f48e9284cf9fd15f2ef341d03cc7743abf9df4c5f07fdee50b18"
1044
+
1045
+ [[package]]
1046
+ name = "miniz_oxide"
1047
+ version = "0.7.2"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1050
+ dependencies = [
1051
+ "adler",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "mio"
1056
+ version = "0.8.11"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1059
+ dependencies = [
1060
+ "libc",
1061
+ "wasi",
1062
+ "windows-sys 0.48.0",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "native-tls"
1067
+ version = "0.2.12"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
1070
+ dependencies = [
1071
+ "libc",
1072
+ "log",
1073
+ "openssl",
1074
+ "openssl-probe",
1075
+ "openssl-sys",
1076
+ "schannel",
1077
+ "security-framework",
1078
+ "security-framework-sys",
1079
+ "tempfile",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "object"
1084
+ version = "0.36.0"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
1087
+ dependencies = [
1088
+ "memchr",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "once_cell"
1093
+ version = "1.19.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1096
+
1097
+ [[package]]
1098
+ name = "openssl"
1099
+ version = "0.10.64"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1102
+ dependencies = [
1103
+ "bitflags 2.4.2",
1104
+ "cfg-if",
1105
+ "foreign-types",
1106
+ "libc",
1107
+ "once_cell",
1108
+ "openssl-macros",
1109
+ "openssl-sys",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "openssl-macros"
1114
+ version = "0.1.1"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1117
+ dependencies = [
1118
+ "proc-macro2",
1119
+ "quote",
1120
+ "syn",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "openssl-probe"
1125
+ version = "0.1.5"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1128
+
1129
+ [[package]]
1130
+ name = "openssl-sys"
1131
+ version = "0.9.102"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
1134
+ dependencies = [
1135
+ "cc",
1136
+ "libc",
1137
+ "pkg-config",
1138
+ "vcpkg",
1139
+ ]
1140
+
1141
+ [[package]]
1142
+ name = "ordermap"
1143
+ version = "0.4.2"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "91409674c628d07a6b4b79cc877c6b63ba5ccbfbadddd77ca822f55069ed1bd4"
1146
+
1147
+ [[package]]
1148
+ name = "parking_lot"
1149
+ version = "0.11.2"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1152
+ dependencies = [
1153
+ "instant",
1154
+ "lock_api",
1155
+ "parking_lot_core 0.8.6",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "parking_lot_core"
1160
+ version = "0.8.6"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1163
+ dependencies = [
1164
+ "cfg-if",
1165
+ "instant",
1166
+ "libc",
1167
+ "redox_syscall 0.2.16",
1168
+ "smallvec",
1169
+ "winapi",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "parking_lot_core"
1174
+ version = "0.9.9"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1177
+ dependencies = [
1178
+ "cfg-if",
1179
+ "libc",
1180
+ "redox_syscall 0.4.1",
1181
+ "smallvec",
1182
+ "windows-targets 0.48.5",
1183
+ ]
1184
+
1185
+ [[package]]
1186
+ name = "path-absolutize"
1187
+ version = "3.1.1"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
1190
+ dependencies = [
1191
+ "path-dedot",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "path-dedot"
1196
+ version = "3.1.1"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
1199
+ dependencies = [
1200
+ "once_cell",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "percent-encoding"
1205
+ version = "2.3.1"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1208
+
1209
+ [[package]]
1210
+ name = "pin-project"
1211
+ version = "1.1.5"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1214
+ dependencies = [
1215
+ "pin-project-internal",
1216
+ ]
1217
+
1218
+ [[package]]
1219
+ name = "pin-project-internal"
1220
+ version = "1.1.5"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1223
+ dependencies = [
1224
+ "proc-macro2",
1225
+ "quote",
1226
+ "syn",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "pin-project-lite"
1231
+ version = "0.2.14"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1234
+
1235
+ [[package]]
1236
+ name = "pin-utils"
1237
+ version = "0.1.0"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1240
+
1241
+ [[package]]
1242
+ name = "pkg-config"
1243
+ version = "0.3.30"
1244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1245
+ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1246
+
1247
+ [[package]]
1248
+ name = "portable-atomic"
1249
+ version = "1.6.0"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
1252
+
1253
+ [[package]]
1254
+ name = "proc-macro2"
1255
+ version = "1.0.94"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
1258
+ dependencies = [
1259
+ "unicode-ident",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "pyo3"
1264
+ version = "0.24.0"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "7f1c6c3591120564d64db2261bec5f910ae454f01def849b9c22835a84695e86"
1267
+ dependencies = [
1268
+ "cfg-if",
1269
+ "indoc",
1270
+ "libc",
1271
+ "memoffset",
1272
+ "once_cell",
1273
+ "portable-atomic",
1274
+ "pyo3-build-config",
1275
+ "pyo3-ffi",
1276
+ "pyo3-macros",
1277
+ "unindent",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "pyo3-build-config"
1282
+ version = "0.24.0"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "e9b6c2b34cf71427ea37c7001aefbaeb85886a074795e35f161f5aecc7620a7a"
1285
+ dependencies = [
1286
+ "once_cell",
1287
+ "target-lexicon",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "pyo3-ffi"
1292
+ version = "0.24.0"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "5507651906a46432cdda02cd02dd0319f6064f1374c9147c45b978621d2c3a9c"
1295
+ dependencies = [
1296
+ "libc",
1297
+ "pyo3-build-config",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "pyo3-macros"
1302
+ version = "0.24.0"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "b0d394b5b4fd8d97d48336bb0dd2aebabad39f1d294edd6bcd2cccf2eefe6f42"
1305
+ dependencies = [
1306
+ "proc-macro2",
1307
+ "pyo3-macros-backend",
1308
+ "quote",
1309
+ "syn",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "pyo3-macros-backend"
1314
+ version = "0.24.0"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "fd72da09cfa943b1080f621f024d2ef7e2773df7badd51aa30a2be1f8caa7c8e"
1317
+ dependencies = [
1318
+ "heck",
1319
+ "proc-macro2",
1320
+ "pyo3-build-config",
1321
+ "quote",
1322
+ "syn",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "quick_cache"
1327
+ version = "0.6.9"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "7d7c94f8935a9df96bb6380e8592c70edf497a643f94bd23b2f76b399385dbf4"
1330
+ dependencies = [
1331
+ "equivalent",
1332
+ "hashbrown",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "quote"
1337
+ version = "1.0.35"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1340
+ dependencies = [
1341
+ "proc-macro2",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "redb"
1346
+ version = "2.3.0"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "a7c2a94325f9c5826b17c42af11067230f503747f870117a28180e85696e21ba"
1349
+ dependencies = [
1350
+ "libc",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "redox_syscall"
1355
+ version = "0.2.16"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1358
+ dependencies = [
1359
+ "bitflags 1.3.2",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "redox_syscall"
1364
+ version = "0.4.1"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1367
+ dependencies = [
1368
+ "bitflags 1.3.2",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "regex"
1373
+ version = "1.10.5"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1376
+ dependencies = [
1377
+ "aho-corasick",
1378
+ "memchr",
1379
+ "regex-automata",
1380
+ "regex-syntax",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "regex-automata"
1385
+ version = "0.4.7"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1388
+ dependencies = [
1389
+ "aho-corasick",
1390
+ "memchr",
1391
+ "regex-syntax",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "regex-syntax"
1396
+ version = "0.8.4"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1399
+
1400
+ [[package]]
1401
+ name = "reqwest"
1402
+ version = "0.12.5"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
1405
+ dependencies = [
1406
+ "base64",
1407
+ "bytes",
1408
+ "encoding_rs",
1409
+ "futures-channel",
1410
+ "futures-core",
1411
+ "futures-util",
1412
+ "h2",
1413
+ "http",
1414
+ "http-body",
1415
+ "http-body-util",
1416
+ "hyper",
1417
+ "hyper-rustls",
1418
+ "hyper-tls",
1419
+ "hyper-util",
1420
+ "ipnet",
1421
+ "js-sys",
1422
+ "log",
1423
+ "mime",
1424
+ "native-tls",
1425
+ "once_cell",
1426
+ "percent-encoding",
1427
+ "pin-project-lite",
1428
+ "rustls-pemfile",
1429
+ "serde",
1430
+ "serde_json",
1431
+ "serde_urlencoded",
1432
+ "sync_wrapper",
1433
+ "system-configuration",
1434
+ "tokio",
1435
+ "tokio-native-tls",
1436
+ "tower-service",
1437
+ "url",
1438
+ "wasm-bindgen",
1439
+ "wasm-bindgen-futures",
1440
+ "web-sys",
1441
+ "winreg",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "ring"
1446
+ version = "0.17.8"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1449
+ dependencies = [
1450
+ "cc",
1451
+ "cfg-if",
1452
+ "getrandom",
1453
+ "libc",
1454
+ "spin",
1455
+ "untrusted",
1456
+ "windows-sys 0.52.0",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "rustc-demangle"
1461
+ version = "0.1.24"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1464
+
1465
+ [[package]]
1466
+ name = "rustc-hash"
1467
+ version = "2.1.0"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
1470
+
1471
+ [[package]]
1472
+ name = "rustix"
1473
+ version = "0.38.42"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
1476
+ dependencies = [
1477
+ "bitflags 2.4.2",
1478
+ "errno",
1479
+ "libc",
1480
+ "linux-raw-sys",
1481
+ "windows-sys 0.52.0",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "rustls"
1486
+ version = "0.23.11"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0"
1489
+ dependencies = [
1490
+ "once_cell",
1491
+ "rustls-pki-types",
1492
+ "rustls-webpki",
1493
+ "subtle",
1494
+ "zeroize",
1495
+ ]
1496
+
1497
+ [[package]]
1498
+ name = "rustls-pemfile"
1499
+ version = "2.1.2"
1500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1501
+ checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
1502
+ dependencies = [
1503
+ "base64",
1504
+ "rustls-pki-types",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "rustls-pki-types"
1509
+ version = "1.7.0"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
1512
+
1513
+ [[package]]
1514
+ name = "rustls-webpki"
1515
+ version = "0.102.5"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
1518
+ dependencies = [
1519
+ "ring",
1520
+ "rustls-pki-types",
1521
+ "untrusted",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "ryu"
1526
+ version = "1.0.17"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1529
+
1530
+ [[package]]
1531
+ name = "schannel"
1532
+ version = "0.1.23"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1535
+ dependencies = [
1536
+ "windows-sys 0.52.0",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "scopeguard"
1541
+ version = "1.2.0"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1544
+
1545
+ [[package]]
1546
+ name = "security-framework"
1547
+ version = "2.10.0"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
1550
+ dependencies = [
1551
+ "bitflags 1.3.2",
1552
+ "core-foundation",
1553
+ "core-foundation-sys",
1554
+ "libc",
1555
+ "security-framework-sys",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "security-framework-sys"
1560
+ version = "2.11.0"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
1563
+ dependencies = [
1564
+ "core-foundation-sys",
1565
+ "libc",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "self_cell"
1570
+ version = "1.1.0"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
1573
+
1574
+ [[package]]
1575
+ name = "serde"
1576
+ version = "1.0.219"
1577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1578
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1579
+ dependencies = [
1580
+ "serde_derive",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "serde_derive"
1585
+ version = "1.0.219"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1588
+ dependencies = [
1589
+ "proc-macro2",
1590
+ "quote",
1591
+ "syn",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "serde_json"
1596
+ version = "1.0.116"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
1599
+ dependencies = [
1600
+ "itoa",
1601
+ "ryu",
1602
+ "serde",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "serde_urlencoded"
1607
+ version = "0.7.1"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1610
+ dependencies = [
1611
+ "form_urlencoded",
1612
+ "itoa",
1613
+ "ryu",
1614
+ "serde",
1615
+ ]
1616
+
1617
+ [[package]]
1618
+ name = "serde_yaml"
1619
+ version = "0.9.32"
1620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+ checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
1622
+ dependencies = [
1623
+ "indexmap",
1624
+ "itoa",
1625
+ "ryu",
1626
+ "serde",
1627
+ "unsafe-libyaml",
1628
+ ]
1629
+
1630
+ [[package]]
1631
+ name = "serde_yml"
1632
+ version = "0.0.12"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd"
1635
+ dependencies = [
1636
+ "indexmap",
1637
+ "itoa",
1638
+ "libyml",
1639
+ "memchr",
1640
+ "ryu",
1641
+ "serde",
1642
+ "version_check",
1643
+ ]
1644
+
1645
+ [[package]]
1646
+ name = "sha2"
1647
+ version = "0.10.8"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1650
+ dependencies = [
1651
+ "cfg-if",
1652
+ "cpufeatures",
1653
+ "digest",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "shoco"
1658
+ version = "0.1.0"
1659
+ source = "git+https://github.com/jmccrae/shoco#7820b0cc9b767f6140f5e9b237da14918a10c000"
1660
+ dependencies = [
1661
+ "ordermap",
1662
+ ]
1663
+
1664
+ [[package]]
1665
+ name = "slab"
1666
+ version = "0.4.9"
1667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1668
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1669
+ dependencies = [
1670
+ "autocfg",
1671
+ ]
1672
+
1673
+ [[package]]
1674
+ name = "sled"
1675
+ version = "0.34.7"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
1678
+ dependencies = [
1679
+ "crc32fast",
1680
+ "crossbeam-epoch",
1681
+ "crossbeam-utils",
1682
+ "fs2",
1683
+ "fxhash",
1684
+ "libc",
1685
+ "log",
1686
+ "parking_lot",
1687
+ ]
1688
+
1689
+ [[package]]
1690
+ name = "smallvec"
1691
+ version = "1.13.1"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1694
+
1695
+ [[package]]
1696
+ name = "smaz"
1697
+ version = "0.1.0"
1698
+ source = "git+https://github.com/jmccrae/rust-smaz#0713ff008a91a219022204ff70baf269fc4dd462"
1699
+ dependencies = [
1700
+ "lazy_static",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "socket2"
1705
+ version = "0.5.7"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1708
+ dependencies = [
1709
+ "libc",
1710
+ "windows-sys 0.52.0",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "spin"
1715
+ version = "0.9.8"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1718
+
1719
+ [[package]]
1720
+ name = "stable_deref_trait"
1721
+ version = "1.2.0"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1724
+
1725
+ [[package]]
1726
+ name = "std-semaphore"
1727
+ version = "0.1.0"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e"
1730
+
1731
+ [[package]]
1732
+ name = "strsim"
1733
+ version = "0.11.1"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1736
+
1737
+ [[package]]
1738
+ name = "subtle"
1739
+ version = "2.6.1"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1742
+
1743
+ [[package]]
1744
+ name = "syn"
1745
+ version = "2.0.100"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
1748
+ dependencies = [
1749
+ "proc-macro2",
1750
+ "quote",
1751
+ "unicode-ident",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "sync_wrapper"
1756
+ version = "1.0.1"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
1759
+
1760
+ [[package]]
1761
+ name = "synstructure"
1762
+ version = "0.13.1"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
1765
+ dependencies = [
1766
+ "proc-macro2",
1767
+ "quote",
1768
+ "syn",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "system-configuration"
1773
+ version = "0.5.1"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1776
+ dependencies = [
1777
+ "bitflags 1.3.2",
1778
+ "core-foundation",
1779
+ "system-configuration-sys",
1780
+ ]
1781
+
1782
+ [[package]]
1783
+ name = "system-configuration-sys"
1784
+ version = "0.5.0"
1785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1786
+ checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1787
+ dependencies = [
1788
+ "core-foundation-sys",
1789
+ "libc",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "target-lexicon"
1794
+ version = "0.13.2"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1797
+
1798
+ [[package]]
1799
+ name = "teanga"
1800
+ version = "0.1.0"
1801
+ dependencies = [
1802
+ "base64",
1803
+ "ciborium",
1804
+ "fjall",
1805
+ "itertools",
1806
+ "lru",
1807
+ "redb",
1808
+ "regex",
1809
+ "serde",
1810
+ "serde_json",
1811
+ "serde_yml",
1812
+ "sha2",
1813
+ "shoco",
1814
+ "sled",
1815
+ "smaz",
1816
+ "tempfile",
1817
+ "thiserror",
1818
+ "yaml-rust",
1819
+ ]
1820
+
1821
+ [[package]]
1822
+ name = "teanga-cli"
1823
+ version = "0.1.0"
1824
+ dependencies = [
1825
+ "ciborium",
1826
+ "clap",
1827
+ "flate2",
1828
+ "serde_json",
1829
+ "teanga",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "teanga-py"
1834
+ version = "0.1.0"
1835
+ dependencies = [
1836
+ "base64",
1837
+ "ciborium",
1838
+ "itertools",
1839
+ "pyo3",
1840
+ "regex",
1841
+ "reqwest",
1842
+ "serde",
1843
+ "serde_json",
1844
+ "serde_yaml",
1845
+ "sha2",
1846
+ "sled",
1847
+ "teanga",
1848
+ "tempfile",
1849
+ "thiserror",
1850
+ ]
1851
+
1852
+ [[package]]
1853
+ name = "tempfile"
1854
+ version = "3.14.0"
1855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+ checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
1857
+ dependencies = [
1858
+ "cfg-if",
1859
+ "fastrand",
1860
+ "once_cell",
1861
+ "rustix",
1862
+ "windows-sys 0.52.0",
1863
+ ]
1864
+
1865
+ [[package]]
1866
+ name = "thiserror"
1867
+ version = "1.0.57"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
1870
+ dependencies = [
1871
+ "thiserror-impl",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "thiserror-impl"
1876
+ version = "1.0.57"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
1879
+ dependencies = [
1880
+ "proc-macro2",
1881
+ "quote",
1882
+ "syn",
1883
+ ]
1884
+
1885
+ [[package]]
1886
+ name = "tinystr"
1887
+ version = "0.7.6"
1888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1889
+ checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
1890
+ dependencies = [
1891
+ "displaydoc",
1892
+ "zerovec",
1893
+ ]
1894
+
1895
+ [[package]]
1896
+ name = "tokio"
1897
+ version = "1.38.0"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
1900
+ dependencies = [
1901
+ "backtrace",
1902
+ "bytes",
1903
+ "libc",
1904
+ "mio",
1905
+ "pin-project-lite",
1906
+ "socket2",
1907
+ "windows-sys 0.48.0",
1908
+ ]
1909
+
1910
+ [[package]]
1911
+ name = "tokio-native-tls"
1912
+ version = "0.3.1"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1915
+ dependencies = [
1916
+ "native-tls",
1917
+ "tokio",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "tokio-rustls"
1922
+ version = "0.26.0"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
1925
+ dependencies = [
1926
+ "rustls",
1927
+ "rustls-pki-types",
1928
+ "tokio",
1929
+ ]
1930
+
1931
+ [[package]]
1932
+ name = "tokio-util"
1933
+ version = "0.7.11"
1934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1935
+ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
1936
+ dependencies = [
1937
+ "bytes",
1938
+ "futures-core",
1939
+ "futures-sink",
1940
+ "pin-project-lite",
1941
+ "tokio",
1942
+ ]
1943
+
1944
+ [[package]]
1945
+ name = "tower"
1946
+ version = "0.4.13"
1947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1948
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1949
+ dependencies = [
1950
+ "futures-core",
1951
+ "futures-util",
1952
+ "pin-project",
1953
+ "pin-project-lite",
1954
+ "tokio",
1955
+ "tower-layer",
1956
+ "tower-service",
1957
+ ]
1958
+
1959
+ [[package]]
1960
+ name = "tower-layer"
1961
+ version = "0.3.2"
1962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1963
+ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
1964
+
1965
+ [[package]]
1966
+ name = "tower-service"
1967
+ version = "0.3.2"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1970
+
1971
+ [[package]]
1972
+ name = "tracing"
1973
+ version = "0.1.40"
1974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1975
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1976
+ dependencies = [
1977
+ "pin-project-lite",
1978
+ "tracing-core",
1979
+ ]
1980
+
1981
+ [[package]]
1982
+ name = "tracing-core"
1983
+ version = "0.1.32"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1986
+ dependencies = [
1987
+ "once_cell",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "try-lock"
1992
+ version = "0.2.5"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1995
+
1996
+ [[package]]
1997
+ name = "typenum"
1998
+ version = "1.17.0"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2001
+
2002
+ [[package]]
2003
+ name = "unicode-ident"
2004
+ version = "1.0.12"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2007
+
2008
+ [[package]]
2009
+ name = "unindent"
2010
+ version = "0.2.3"
2011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2012
+ checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
2013
+
2014
+ [[package]]
2015
+ name = "unsafe-libyaml"
2016
+ version = "0.2.10"
2017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+ checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
2019
+
2020
+ [[package]]
2021
+ name = "untrusted"
2022
+ version = "0.9.0"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2025
+
2026
+ [[package]]
2027
+ name = "url"
2028
+ version = "2.5.1"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
2031
+ dependencies = [
2032
+ "form_urlencoded",
2033
+ "idna",
2034
+ "percent-encoding",
2035
+ ]
2036
+
2037
+ [[package]]
2038
+ name = "utf16_iter"
2039
+ version = "1.0.5"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2042
+
2043
+ [[package]]
2044
+ name = "utf8_iter"
2045
+ version = "1.0.4"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2048
+
2049
+ [[package]]
2050
+ name = "utf8parse"
2051
+ version = "0.2.1"
2052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2053
+ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2054
+
2055
+ [[package]]
2056
+ name = "value-log"
2057
+ version = "1.4.0"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "7abc2af068c21c0b0531624fbdb5b2c950cf8e7dc72cedf77a9ec10bb677450f"
2060
+ dependencies = [
2061
+ "byteorder",
2062
+ "log",
2063
+ "min-max-heap",
2064
+ "path-absolutize",
2065
+ "quick_cache",
2066
+ "rustc-hash",
2067
+ "tempfile",
2068
+ "xxhash-rust",
2069
+ ]
2070
+
2071
+ [[package]]
2072
+ name = "varint-rs"
2073
+ version = "2.2.0"
2074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+ checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
2076
+
2077
+ [[package]]
2078
+ name = "vcpkg"
2079
+ version = "0.2.15"
2080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2082
+
2083
+ [[package]]
2084
+ name = "version_check"
2085
+ version = "0.9.5"
2086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2087
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2088
+
2089
+ [[package]]
2090
+ name = "want"
2091
+ version = "0.3.1"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2094
+ dependencies = [
2095
+ "try-lock",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "wasi"
2100
+ version = "0.11.0+wasi-snapshot-preview1"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2103
+
2104
+ [[package]]
2105
+ name = "wasm-bindgen"
2106
+ version = "0.2.92"
2107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2108
+ checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2109
+ dependencies = [
2110
+ "cfg-if",
2111
+ "wasm-bindgen-macro",
2112
+ ]
2113
+
2114
+ [[package]]
2115
+ name = "wasm-bindgen-backend"
2116
+ version = "0.2.92"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2119
+ dependencies = [
2120
+ "bumpalo",
2121
+ "log",
2122
+ "once_cell",
2123
+ "proc-macro2",
2124
+ "quote",
2125
+ "syn",
2126
+ "wasm-bindgen-shared",
2127
+ ]
2128
+
2129
+ [[package]]
2130
+ name = "wasm-bindgen-futures"
2131
+ version = "0.4.42"
2132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2133
+ checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2134
+ dependencies = [
2135
+ "cfg-if",
2136
+ "js-sys",
2137
+ "wasm-bindgen",
2138
+ "web-sys",
2139
+ ]
2140
+
2141
+ [[package]]
2142
+ name = "wasm-bindgen-macro"
2143
+ version = "0.2.92"
2144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+ checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2146
+ dependencies = [
2147
+ "quote",
2148
+ "wasm-bindgen-macro-support",
2149
+ ]
2150
+
2151
+ [[package]]
2152
+ name = "wasm-bindgen-macro-support"
2153
+ version = "0.2.92"
2154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2156
+ dependencies = [
2157
+ "proc-macro2",
2158
+ "quote",
2159
+ "syn",
2160
+ "wasm-bindgen-backend",
2161
+ "wasm-bindgen-shared",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "wasm-bindgen-shared"
2166
+ version = "0.2.92"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2169
+
2170
+ [[package]]
2171
+ name = "web-sys"
2172
+ version = "0.3.69"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2175
+ dependencies = [
2176
+ "js-sys",
2177
+ "wasm-bindgen",
2178
+ ]
2179
+
2180
+ [[package]]
2181
+ name = "winapi"
2182
+ version = "0.3.9"
2183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2184
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2185
+ dependencies = [
2186
+ "winapi-i686-pc-windows-gnu",
2187
+ "winapi-x86_64-pc-windows-gnu",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "winapi-i686-pc-windows-gnu"
2192
+ version = "0.4.0"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2195
+
2196
+ [[package]]
2197
+ name = "winapi-x86_64-pc-windows-gnu"
2198
+ version = "0.4.0"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2201
+
2202
+ [[package]]
2203
+ name = "windows-sys"
2204
+ version = "0.48.0"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2207
+ dependencies = [
2208
+ "windows-targets 0.48.5",
2209
+ ]
2210
+
2211
+ [[package]]
2212
+ name = "windows-sys"
2213
+ version = "0.52.0"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2216
+ dependencies = [
2217
+ "windows-targets 0.52.4",
2218
+ ]
2219
+
2220
+ [[package]]
2221
+ name = "windows-targets"
2222
+ version = "0.48.5"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2225
+ dependencies = [
2226
+ "windows_aarch64_gnullvm 0.48.5",
2227
+ "windows_aarch64_msvc 0.48.5",
2228
+ "windows_i686_gnu 0.48.5",
2229
+ "windows_i686_msvc 0.48.5",
2230
+ "windows_x86_64_gnu 0.48.5",
2231
+ "windows_x86_64_gnullvm 0.48.5",
2232
+ "windows_x86_64_msvc 0.48.5",
2233
+ ]
2234
+
2235
+ [[package]]
2236
+ name = "windows-targets"
2237
+ version = "0.52.4"
2238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+ checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2240
+ dependencies = [
2241
+ "windows_aarch64_gnullvm 0.52.4",
2242
+ "windows_aarch64_msvc 0.52.4",
2243
+ "windows_i686_gnu 0.52.4",
2244
+ "windows_i686_msvc 0.52.4",
2245
+ "windows_x86_64_gnu 0.52.4",
2246
+ "windows_x86_64_gnullvm 0.52.4",
2247
+ "windows_x86_64_msvc 0.52.4",
2248
+ ]
2249
+
2250
+ [[package]]
2251
+ name = "windows_aarch64_gnullvm"
2252
+ version = "0.48.5"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2255
+
2256
+ [[package]]
2257
+ name = "windows_aarch64_gnullvm"
2258
+ version = "0.52.4"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2261
+
2262
+ [[package]]
2263
+ name = "windows_aarch64_msvc"
2264
+ version = "0.48.5"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2267
+
2268
+ [[package]]
2269
+ name = "windows_aarch64_msvc"
2270
+ version = "0.52.4"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2273
+
2274
+ [[package]]
2275
+ name = "windows_i686_gnu"
2276
+ version = "0.48.5"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2279
+
2280
+ [[package]]
2281
+ name = "windows_i686_gnu"
2282
+ version = "0.52.4"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2285
+
2286
+ [[package]]
2287
+ name = "windows_i686_msvc"
2288
+ version = "0.48.5"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2291
+
2292
+ [[package]]
2293
+ name = "windows_i686_msvc"
2294
+ version = "0.52.4"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2297
+
2298
+ [[package]]
2299
+ name = "windows_x86_64_gnu"
2300
+ version = "0.48.5"
2301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2302
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2303
+
2304
+ [[package]]
2305
+ name = "windows_x86_64_gnu"
2306
+ version = "0.52.4"
2307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2308
+ checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2309
+
2310
+ [[package]]
2311
+ name = "windows_x86_64_gnullvm"
2312
+ version = "0.48.5"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2315
+
2316
+ [[package]]
2317
+ name = "windows_x86_64_gnullvm"
2318
+ version = "0.52.4"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2321
+
2322
+ [[package]]
2323
+ name = "windows_x86_64_msvc"
2324
+ version = "0.48.5"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2327
+
2328
+ [[package]]
2329
+ name = "windows_x86_64_msvc"
2330
+ version = "0.52.4"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2333
+
2334
+ [[package]]
2335
+ name = "winreg"
2336
+ version = "0.52.0"
2337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2338
+ checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
2339
+ dependencies = [
2340
+ "cfg-if",
2341
+ "windows-sys 0.48.0",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "write16"
2346
+ version = "1.0.0"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
2349
+
2350
+ [[package]]
2351
+ name = "writeable"
2352
+ version = "0.5.5"
2353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2355
+
2356
+ [[package]]
2357
+ name = "xxhash-rust"
2358
+ version = "0.8.12"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
2361
+
2362
+ [[package]]
2363
+ name = "yaml-rust"
2364
+ version = "0.4.5"
2365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2366
+ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2367
+ dependencies = [
2368
+ "linked-hash-map",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "yoke"
2373
+ version = "0.7.4"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
2376
+ dependencies = [
2377
+ "serde",
2378
+ "stable_deref_trait",
2379
+ "yoke-derive",
2380
+ "zerofrom",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "yoke-derive"
2385
+ version = "0.7.4"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
2388
+ dependencies = [
2389
+ "proc-macro2",
2390
+ "quote",
2391
+ "syn",
2392
+ "synstructure",
2393
+ ]
2394
+
2395
+ [[package]]
2396
+ name = "zerocopy"
2397
+ version = "0.7.34"
2398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2399
+ checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2400
+ dependencies = [
2401
+ "zerocopy-derive",
2402
+ ]
2403
+
2404
+ [[package]]
2405
+ name = "zerocopy-derive"
2406
+ version = "0.7.34"
2407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2409
+ dependencies = [
2410
+ "proc-macro2",
2411
+ "quote",
2412
+ "syn",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "zerofrom"
2417
+ version = "0.1.4"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
2420
+ dependencies = [
2421
+ "zerofrom-derive",
2422
+ ]
2423
+
2424
+ [[package]]
2425
+ name = "zerofrom-derive"
2426
+ version = "0.1.4"
2427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2428
+ checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
2429
+ dependencies = [
2430
+ "proc-macro2",
2431
+ "quote",
2432
+ "syn",
2433
+ "synstructure",
2434
+ ]
2435
+
2436
+ [[package]]
2437
+ name = "zeroize"
2438
+ version = "1.8.1"
2439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2440
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2441
+
2442
+ [[package]]
2443
+ name = "zerovec"
2444
+ version = "0.10.2"
2445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2446
+ checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
2447
+ dependencies = [
2448
+ "yoke",
2449
+ "zerofrom",
2450
+ "zerovec-derive",
2451
+ ]
2452
+
2453
+ [[package]]
2454
+ name = "zerovec-derive"
2455
+ version = "0.10.2"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
2458
+ dependencies = [
2459
+ "proc-macro2",
2460
+ "quote",
2461
+ "syn",
2462
+ ]