tarsk-postgres 0.2.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,2998 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aes"
7
+ version = "0.8.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "cipher",
13
+ "cpufeatures 0.2.17",
14
+ ]
15
+
16
+ [[package]]
17
+ name = "amq-protocol"
18
+ version = "10.6.3"
19
+ source = "registry+https://github.com/rust-lang/crates.io-index"
20
+ checksum = "b63f30a81ad95c7a278080be6d993d5b3e971d93e1b00bd894067220fc756804"
21
+ dependencies = [
22
+ "amq-protocol-tcp",
23
+ "amq-protocol-types",
24
+ "amq-protocol-uri",
25
+ "cookie-factory",
26
+ "nom 8.0.0",
27
+ "serde",
28
+ ]
29
+
30
+ [[package]]
31
+ name = "amq-protocol-tcp"
32
+ version = "10.6.3"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "2b1bcecdd743111f05c26294d26b887ba6b2e4789c27515aa48f0fe32066e96c"
35
+ dependencies = [
36
+ "amq-protocol-uri",
37
+ "async-rs",
38
+ "cfg-if",
39
+ "tcp-stream",
40
+ "tracing",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "amq-protocol-types"
45
+ version = "10.6.3"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "8a268a50e97bd5d52292a8b96636f6436215def6f3d128fb8218318f5feb4c33"
48
+ dependencies = [
49
+ "cookie-factory",
50
+ "nom 8.0.0",
51
+ "serde",
52
+ "serde_json",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "amq-protocol-uri"
57
+ version = "10.6.3"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "8a34581b010818ef3da6b5a853e94f6438b3903914baba77a15f7fb2c7ad8958"
60
+ dependencies = [
61
+ "amq-protocol-types",
62
+ "percent-encoding",
63
+ "url",
64
+ ]
65
+
66
+ [[package]]
67
+ name = "arcstr"
68
+ version = "1.2.0"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"
71
+
72
+ [[package]]
73
+ name = "asn1-rs"
74
+ version = "0.7.2"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
77
+ dependencies = [
78
+ "asn1-rs-derive",
79
+ "asn1-rs-impl",
80
+ "displaydoc",
81
+ "nom 7.1.3",
82
+ "num-traits",
83
+ "rusticata-macros",
84
+ "thiserror",
85
+ "time",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "asn1-rs-derive"
90
+ version = "0.6.0"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
93
+ dependencies = [
94
+ "proc-macro2",
95
+ "quote",
96
+ "syn 2.0.119",
97
+ "synstructure",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "asn1-rs-impl"
102
+ version = "0.2.0"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
105
+ dependencies = [
106
+ "proc-macro2",
107
+ "quote",
108
+ "syn 2.0.119",
109
+ ]
110
+
111
+ [[package]]
112
+ name = "async-channel"
113
+ version = "2.5.0"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
116
+ dependencies = [
117
+ "concurrent-queue",
118
+ "event-listener-strategy",
119
+ "futures-core",
120
+ "pin-project-lite",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "async-compat"
125
+ version = "0.2.5"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
128
+ dependencies = [
129
+ "futures-core",
130
+ "futures-io",
131
+ "once_cell",
132
+ "pin-project-lite",
133
+ "tokio",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "async-executor"
138
+ version = "1.14.0"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
141
+ dependencies = [
142
+ "async-task",
143
+ "concurrent-queue",
144
+ "fastrand",
145
+ "futures-lite",
146
+ "pin-project-lite",
147
+ "slab",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "async-global-executor"
152
+ version = "3.1.0"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "13f937e26114b93193065fd44f507aa2e9169ad0cdabbb996920b1fe1ddea7ba"
155
+ dependencies = [
156
+ "async-channel",
157
+ "async-executor",
158
+ "async-lock",
159
+ "blocking",
160
+ "futures-lite",
161
+ "tokio",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "async-lock"
166
+ version = "3.4.2"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
169
+ dependencies = [
170
+ "event-listener",
171
+ "event-listener-strategy",
172
+ "pin-project-lite",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "async-rs"
177
+ version = "0.8.11"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "3cd5147201b63ba6883ffabca3a153822f71541748d7108e3e799beaeb283131"
180
+ dependencies = [
181
+ "async-compat",
182
+ "async-global-executor",
183
+ "async-trait",
184
+ "futures-core",
185
+ "futures-io",
186
+ "hickory-resolver",
187
+ "tokio",
188
+ "tokio-stream",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "async-task"
193
+ version = "4.7.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
196
+
197
+ [[package]]
198
+ name = "async-trait"
199
+ version = "0.1.92"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
202
+ dependencies = [
203
+ "proc-macro2",
204
+ "quote",
205
+ "syn 3.0.3",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "atomic-waker"
210
+ version = "1.1.2"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
213
+
214
+ [[package]]
215
+ name = "autocfg"
216
+ version = "1.5.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
219
+
220
+ [[package]]
221
+ name = "backon"
222
+ version = "1.6.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
225
+ dependencies = [
226
+ "fastrand",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "base64"
231
+ version = "0.22.1"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
234
+
235
+ [[package]]
236
+ name = "base64ct"
237
+ version = "1.8.3"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
240
+
241
+ [[package]]
242
+ name = "bitflags"
243
+ version = "2.13.1"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
246
+
247
+ [[package]]
248
+ name = "block-buffer"
249
+ version = "0.10.4"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
252
+ dependencies = [
253
+ "generic-array",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "block-buffer"
258
+ version = "0.12.1"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
261
+ dependencies = [
262
+ "hybrid-array",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "block-padding"
267
+ version = "0.3.3"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
270
+ dependencies = [
271
+ "generic-array",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "blocking"
276
+ version = "1.6.2"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
279
+ dependencies = [
280
+ "async-channel",
281
+ "async-task",
282
+ "futures-io",
283
+ "futures-lite",
284
+ "piper",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "bumpalo"
289
+ version = "3.20.3"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
292
+
293
+ [[package]]
294
+ name = "byteorder"
295
+ version = "1.5.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
298
+
299
+ [[package]]
300
+ name = "bytes"
301
+ version = "1.12.1"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
304
+
305
+ [[package]]
306
+ name = "cbc"
307
+ version = "0.1.2"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
310
+ dependencies = [
311
+ "cipher",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "cc"
316
+ version = "1.4.2"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
319
+ dependencies = [
320
+ "find-msvc-tools",
321
+ "shlex",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "cfg-if"
326
+ version = "1.0.4"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
329
+
330
+ [[package]]
331
+ name = "chacha20"
332
+ version = "0.10.1"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
335
+ dependencies = [
336
+ "cfg-if",
337
+ "cpufeatures 0.3.0",
338
+ "rand_core",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "cipher"
343
+ version = "0.4.4"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
346
+ dependencies = [
347
+ "crypto-common 0.1.7",
348
+ "inout",
349
+ ]
350
+
351
+ [[package]]
352
+ name = "cmov"
353
+ version = "0.5.4"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
356
+
357
+ [[package]]
358
+ name = "cms"
359
+ version = "0.2.3"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730"
362
+ dependencies = [
363
+ "const-oid 0.9.6",
364
+ "der",
365
+ "spki",
366
+ "x509-cert",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "combine"
371
+ version = "4.6.7"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
374
+ dependencies = [
375
+ "bytes",
376
+ "futures-core",
377
+ "memchr",
378
+ "pin-project-lite",
379
+ "tokio",
380
+ "tokio-util",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "concurrent-queue"
385
+ version = "2.5.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
388
+ dependencies = [
389
+ "crossbeam-utils",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "const-oid"
394
+ version = "0.9.6"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
397
+
398
+ [[package]]
399
+ name = "const-oid"
400
+ version = "0.10.2"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
403
+
404
+ [[package]]
405
+ name = "cookie-factory"
406
+ version = "0.3.3"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
409
+
410
+ [[package]]
411
+ name = "core-foundation"
412
+ version = "0.9.4"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
415
+ dependencies = [
416
+ "core-foundation-sys",
417
+ "libc",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "core-foundation"
422
+ version = "0.10.1"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
425
+ dependencies = [
426
+ "core-foundation-sys",
427
+ "libc",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "core-foundation-sys"
432
+ version = "0.8.7"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
435
+
436
+ [[package]]
437
+ name = "cpufeatures"
438
+ version = "0.2.17"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
441
+ dependencies = [
442
+ "libc",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "cpufeatures"
447
+ version = "0.3.0"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
450
+ dependencies = [
451
+ "libc",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "critical-section"
456
+ version = "1.2.0"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
459
+
460
+ [[package]]
461
+ name = "crossbeam-channel"
462
+ version = "0.5.16"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
465
+ dependencies = [
466
+ "crossbeam-utils",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "crossbeam-epoch"
471
+ version = "0.9.20"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
474
+ dependencies = [
475
+ "crossbeam-utils",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "crossbeam-utils"
480
+ version = "0.8.22"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
483
+
484
+ [[package]]
485
+ name = "crypto-common"
486
+ version = "0.1.7"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
489
+ dependencies = [
490
+ "generic-array",
491
+ "typenum",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "crypto-common"
496
+ version = "0.2.2"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
499
+ dependencies = [
500
+ "hybrid-array",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "ctutils"
505
+ version = "0.4.2"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
508
+ dependencies = [
509
+ "cmov",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "data-encoding"
514
+ version = "2.11.1"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06"
517
+
518
+ [[package]]
519
+ name = "der"
520
+ version = "0.7.10"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
523
+ dependencies = [
524
+ "const-oid 0.9.6",
525
+ "der_derive",
526
+ "flagset",
527
+ "pem-rfc7468",
528
+ "zeroize",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "der-parser"
533
+ version = "10.0.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
536
+ dependencies = [
537
+ "asn1-rs",
538
+ "displaydoc",
539
+ "nom 7.1.3",
540
+ "num-bigint",
541
+ "num-traits",
542
+ "rusticata-macros",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "der_derive"
547
+ version = "0.7.3"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
550
+ dependencies = [
551
+ "proc-macro2",
552
+ "quote",
553
+ "syn 2.0.119",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "deranged"
558
+ version = "0.5.8"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
561
+
562
+ [[package]]
563
+ name = "des"
564
+ version = "0.8.1"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
567
+ dependencies = [
568
+ "cipher",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "digest"
573
+ version = "0.10.7"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
576
+ dependencies = [
577
+ "block-buffer 0.10.4",
578
+ "crypto-common 0.1.7",
579
+ "subtle",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "digest"
584
+ version = "0.11.3"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
587
+ dependencies = [
588
+ "block-buffer 0.12.1",
589
+ "const-oid 0.10.2",
590
+ "crypto-common 0.2.2",
591
+ "ctutils",
592
+ ]
593
+
594
+ [[package]]
595
+ name = "displaydoc"
596
+ version = "0.2.7"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
599
+ dependencies = [
600
+ "proc-macro2",
601
+ "quote",
602
+ "syn 3.0.3",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "either"
607
+ version = "1.17.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
610
+
611
+ [[package]]
612
+ name = "equivalent"
613
+ version = "1.0.2"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
616
+
617
+ [[package]]
618
+ name = "errno"
619
+ version = "0.3.14"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
622
+ dependencies = [
623
+ "libc",
624
+ "windows-sys 0.61.2",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "event-listener"
629
+ version = "5.4.2"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
632
+ dependencies = [
633
+ "parking",
634
+ "pin-project-lite",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "event-listener-strategy"
639
+ version = "0.5.4"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
642
+ dependencies = [
643
+ "event-listener",
644
+ "pin-project-lite",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "fallible-iterator"
649
+ version = "0.2.0"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
652
+
653
+ [[package]]
654
+ name = "fastrand"
655
+ version = "2.5.0"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
658
+
659
+ [[package]]
660
+ name = "find-msvc-tools"
661
+ version = "0.1.10"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
664
+
665
+ [[package]]
666
+ name = "flagset"
667
+ version = "0.4.7"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe"
670
+
671
+ [[package]]
672
+ name = "flume"
673
+ version = "0.12.0"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
676
+ dependencies = [
677
+ "futures-core",
678
+ "futures-sink",
679
+ "spin",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "form_urlencoded"
684
+ version = "1.2.2"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
687
+ dependencies = [
688
+ "percent-encoding",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "futures-channel"
693
+ version = "0.3.31"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
696
+ dependencies = [
697
+ "futures-core",
698
+ "futures-sink",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "futures-core"
703
+ version = "0.3.34"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
706
+
707
+ [[package]]
708
+ name = "futures-io"
709
+ version = "0.3.31"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
712
+
713
+ [[package]]
714
+ name = "futures-lite"
715
+ version = "2.6.1"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
718
+ dependencies = [
719
+ "fastrand",
720
+ "futures-core",
721
+ "futures-io",
722
+ "parking",
723
+ "pin-project-lite",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "futures-macro"
728
+ version = "0.3.31"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
731
+ dependencies = [
732
+ "proc-macro2",
733
+ "quote",
734
+ "syn 2.0.119",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "futures-rustls"
739
+ version = "0.26.0"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb"
742
+ dependencies = [
743
+ "futures-io",
744
+ "rustls",
745
+ "rustls-pki-types",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "futures-sink"
750
+ version = "0.3.34"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
753
+
754
+ [[package]]
755
+ name = "futures-task"
756
+ version = "0.3.31"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
759
+
760
+ [[package]]
761
+ name = "futures-util"
762
+ version = "0.3.31"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
765
+ dependencies = [
766
+ "futures-core",
767
+ "futures-macro",
768
+ "futures-sink",
769
+ "futures-task",
770
+ "pin-project-lite",
771
+ "pin-utils",
772
+ "slab",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "generic-array"
777
+ version = "0.14.7"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
780
+ dependencies = [
781
+ "typenum",
782
+ "version_check",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "getrandom"
787
+ version = "0.2.17"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
790
+ dependencies = [
791
+ "cfg-if",
792
+ "libc",
793
+ "wasi 0.11.1+wasi-snapshot-preview1",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "getrandom"
798
+ version = "0.4.3"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
801
+ dependencies = [
802
+ "cfg-if",
803
+ "libc",
804
+ "r-efi",
805
+ "rand_core",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "heck"
810
+ version = "0.5.0"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
813
+
814
+ [[package]]
815
+ name = "hex"
816
+ version = "0.4.3"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
819
+
820
+ [[package]]
821
+ name = "hickory-net"
822
+ version = "0.26.1"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183"
825
+ dependencies = [
826
+ "async-trait",
827
+ "cfg-if",
828
+ "data-encoding",
829
+ "futures-channel",
830
+ "futures-io",
831
+ "futures-util",
832
+ "hickory-proto",
833
+ "idna",
834
+ "ipnet",
835
+ "jni",
836
+ "rand",
837
+ "thiserror",
838
+ "tinyvec",
839
+ "tokio",
840
+ "tracing",
841
+ "url",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "hickory-proto"
846
+ version = "0.26.1"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643"
849
+ dependencies = [
850
+ "data-encoding",
851
+ "idna",
852
+ "ipnet",
853
+ "jni",
854
+ "once_cell",
855
+ "prefix-trie",
856
+ "rand",
857
+ "ring",
858
+ "thiserror",
859
+ "tinyvec",
860
+ "tracing",
861
+ "url",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "hickory-resolver"
866
+ version = "0.26.1"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c"
869
+ dependencies = [
870
+ "cfg-if",
871
+ "futures-util",
872
+ "hickory-net",
873
+ "hickory-proto",
874
+ "ipconfig",
875
+ "ipnet",
876
+ "jni",
877
+ "moka",
878
+ "ndk-context",
879
+ "once_cell",
880
+ "parking_lot",
881
+ "rand",
882
+ "resolv-conf",
883
+ "smallvec",
884
+ "system-configuration",
885
+ "thiserror",
886
+ "tokio",
887
+ "tracing",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "hmac"
892
+ version = "0.12.1"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
895
+ dependencies = [
896
+ "digest 0.10.7",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "hmac"
901
+ version = "0.13.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
904
+ dependencies = [
905
+ "digest 0.11.3",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "hybrid-array"
910
+ version = "0.4.14"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
913
+ dependencies = [
914
+ "typenum",
915
+ ]
916
+
917
+ [[package]]
918
+ name = "icu_collections"
919
+ version = "2.2.0"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
922
+ dependencies = [
923
+ "displaydoc",
924
+ "potential_utf",
925
+ "utf8_iter",
926
+ "yoke",
927
+ "zerofrom",
928
+ "zerovec",
929
+ ]
930
+
931
+ [[package]]
932
+ name = "icu_locale_core"
933
+ version = "2.2.0"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
936
+ dependencies = [
937
+ "displaydoc",
938
+ "litemap",
939
+ "tinystr",
940
+ "writeable",
941
+ "zerovec",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "icu_normalizer"
946
+ version = "2.2.0"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
949
+ dependencies = [
950
+ "icu_collections",
951
+ "icu_normalizer_data",
952
+ "icu_properties",
953
+ "icu_provider",
954
+ "smallvec",
955
+ "zerovec",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "icu_normalizer_data"
960
+ version = "2.2.0"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
963
+
964
+ [[package]]
965
+ name = "icu_properties"
966
+ version = "2.2.0"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
969
+ dependencies = [
970
+ "icu_collections",
971
+ "icu_locale_core",
972
+ "icu_properties_data",
973
+ "icu_provider",
974
+ "zerotrie",
975
+ "zerovec",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "icu_properties_data"
980
+ version = "2.2.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
983
+
984
+ [[package]]
985
+ name = "icu_provider"
986
+ version = "2.2.0"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
989
+ dependencies = [
990
+ "displaydoc",
991
+ "icu_locale_core",
992
+ "writeable",
993
+ "yoke",
994
+ "zerofrom",
995
+ "zerotrie",
996
+ "zerovec",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "idna"
1001
+ version = "1.1.0"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1004
+ dependencies = [
1005
+ "idna_adapter",
1006
+ "smallvec",
1007
+ "utf8_iter",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "idna_adapter"
1012
+ version = "1.2.2"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1015
+ dependencies = [
1016
+ "icu_normalizer",
1017
+ "icu_properties",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "inout"
1022
+ version = "0.1.4"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1025
+ dependencies = [
1026
+ "block-padding",
1027
+ "generic-array",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "ipconfig"
1032
+ version = "0.3.4"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
1035
+ dependencies = [
1036
+ "socket2",
1037
+ "widestring",
1038
+ "windows-registry",
1039
+ "windows-result",
1040
+ "windows-sys 0.61.2",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "ipnet"
1045
+ version = "2.12.1"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
1048
+ dependencies = [
1049
+ "serde",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "itoa"
1054
+ version = "1.0.18"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1057
+
1058
+ [[package]]
1059
+ name = "jni"
1060
+ version = "0.22.4"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1063
+ dependencies = [
1064
+ "cfg-if",
1065
+ "combine",
1066
+ "jni-macros",
1067
+ "jni-sys",
1068
+ "log",
1069
+ "simd_cesu8",
1070
+ "thiserror",
1071
+ "walkdir",
1072
+ "windows-link",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "jni-macros"
1077
+ version = "0.22.4"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1080
+ dependencies = [
1081
+ "proc-macro2",
1082
+ "quote",
1083
+ "rustc_version",
1084
+ "simd_cesu8",
1085
+ "syn 2.0.119",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "jni-sys"
1090
+ version = "0.4.1"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1093
+ dependencies = [
1094
+ "jni-sys-macros",
1095
+ ]
1096
+
1097
+ [[package]]
1098
+ name = "jni-sys-macros"
1099
+ version = "0.4.1"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1102
+ dependencies = [
1103
+ "quote",
1104
+ "syn 2.0.119",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "js-sys"
1109
+ version = "0.3.104"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
1112
+ dependencies = [
1113
+ "cfg-if",
1114
+ "futures-util",
1115
+ "wasm-bindgen",
1116
+ ]
1117
+
1118
+ [[package]]
1119
+ name = "lapin"
1120
+ version = "4.10.0"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "0fd20e01fd92597ca352ca7ceed3c589851ebad279dfcada48aa4d24fd3a7caa"
1123
+ dependencies = [
1124
+ "amq-protocol",
1125
+ "async-rs",
1126
+ "async-trait",
1127
+ "backon",
1128
+ "cfg-if",
1129
+ "event-listener",
1130
+ "flume",
1131
+ "futures-core",
1132
+ "futures-io",
1133
+ "tracing",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "lazy_static"
1138
+ version = "1.5.0"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1141
+
1142
+ [[package]]
1143
+ name = "libc"
1144
+ version = "0.2.189"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
1147
+
1148
+ [[package]]
1149
+ name = "libredox"
1150
+ version = "0.1.19"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
1153
+ dependencies = [
1154
+ "libc",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "litemap"
1159
+ version = "0.8.2"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1162
+
1163
+ [[package]]
1164
+ name = "lock_api"
1165
+ version = "0.4.14"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1168
+ dependencies = [
1169
+ "scopeguard",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "log"
1174
+ version = "0.4.33"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1177
+
1178
+ [[package]]
1179
+ name = "md-5"
1180
+ version = "0.11.0"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
1183
+ dependencies = [
1184
+ "cfg-if",
1185
+ "digest 0.11.3",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "memchr"
1190
+ version = "2.8.3"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1193
+
1194
+ [[package]]
1195
+ name = "minimal-lexical"
1196
+ version = "0.2.1"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1199
+
1200
+ [[package]]
1201
+ name = "mio"
1202
+ version = "1.2.2"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1205
+ dependencies = [
1206
+ "libc",
1207
+ "wasi 0.11.1+wasi-snapshot-preview1",
1208
+ "windows-sys 0.61.2",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "moka"
1213
+ version = "0.12.16"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "4293f18e7567a1caf3c584855554377025c65e0aa445344d04171f5ad63d19b9"
1216
+ dependencies = [
1217
+ "crossbeam-channel",
1218
+ "crossbeam-epoch",
1219
+ "crossbeam-utils",
1220
+ "equivalent",
1221
+ "parking_lot",
1222
+ "portable-atomic",
1223
+ "smallvec",
1224
+ "tagptr",
1225
+ "uuid",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "ndk-context"
1230
+ version = "0.1.1"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1233
+
1234
+ [[package]]
1235
+ name = "nom"
1236
+ version = "7.1.3"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1239
+ dependencies = [
1240
+ "memchr",
1241
+ "minimal-lexical",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "nom"
1246
+ version = "8.0.0"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
1249
+ dependencies = [
1250
+ "memchr",
1251
+ ]
1252
+
1253
+ [[package]]
1254
+ name = "ntapi"
1255
+ version = "0.4.3"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
1258
+ dependencies = [
1259
+ "winapi",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "num-bigint"
1264
+ version = "0.4.8"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1267
+ dependencies = [
1268
+ "num-integer",
1269
+ "num-traits",
1270
+ ]
1271
+
1272
+ [[package]]
1273
+ name = "num-conv"
1274
+ version = "0.2.2"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1277
+
1278
+ [[package]]
1279
+ name = "num-integer"
1280
+ version = "0.1.47"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
1283
+ dependencies = [
1284
+ "num-traits",
1285
+ ]
1286
+
1287
+ [[package]]
1288
+ name = "num-traits"
1289
+ version = "0.2.19"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1292
+ dependencies = [
1293
+ "autocfg",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "objc2-core-foundation"
1298
+ version = "0.3.2"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1301
+ dependencies = [
1302
+ "bitflags",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "objc2-io-kit"
1307
+ version = "0.3.2"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
1310
+ dependencies = [
1311
+ "libc",
1312
+ "objc2-core-foundation",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "objc2-system-configuration"
1317
+ version = "0.3.2"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
1320
+ dependencies = [
1321
+ "objc2-core-foundation",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "oid-registry"
1326
+ version = "0.8.1"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1329
+ dependencies = [
1330
+ "asn1-rs",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "once_cell"
1335
+ version = "1.21.4"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1338
+ dependencies = [
1339
+ "critical-section",
1340
+ "portable-atomic",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "openssl-probe"
1345
+ version = "0.2.1"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1348
+
1349
+ [[package]]
1350
+ name = "p12-keystore"
1351
+ version = "0.2.1"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "ffb9bf5222606eb712d3bb30e01bc9420545b00859970897e70c682353a034f2"
1354
+ dependencies = [
1355
+ "base64",
1356
+ "cbc",
1357
+ "cms",
1358
+ "der",
1359
+ "des",
1360
+ "hex",
1361
+ "hmac 0.12.1",
1362
+ "pkcs12",
1363
+ "pkcs5",
1364
+ "rand",
1365
+ "rc2",
1366
+ "sha1",
1367
+ "sha2 0.10.9",
1368
+ "thiserror",
1369
+ "x509-parser",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "parking"
1374
+ version = "2.2.1"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1377
+
1378
+ [[package]]
1379
+ name = "parking_lot"
1380
+ version = "0.12.5"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1383
+ dependencies = [
1384
+ "lock_api",
1385
+ "parking_lot_core",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "parking_lot_core"
1390
+ version = "0.9.12"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1393
+ dependencies = [
1394
+ "cfg-if",
1395
+ "libc",
1396
+ "redox_syscall",
1397
+ "smallvec",
1398
+ "windows-link",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "pbkdf2"
1403
+ version = "0.12.2"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1406
+ dependencies = [
1407
+ "digest 0.10.7",
1408
+ "hmac 0.12.1",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "pem-rfc7468"
1413
+ version = "0.7.0"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1416
+ dependencies = [
1417
+ "base64ct",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "percent-encoding"
1422
+ version = "2.3.2"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1425
+
1426
+ [[package]]
1427
+ name = "phf"
1428
+ version = "0.13.1"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1431
+ dependencies = [
1432
+ "phf_shared",
1433
+ "serde",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "phf_shared"
1438
+ version = "0.13.1"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1441
+ dependencies = [
1442
+ "siphasher",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "pin-project-lite"
1447
+ version = "0.2.17"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1450
+
1451
+ [[package]]
1452
+ name = "pin-utils"
1453
+ version = "0.1.0"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1456
+
1457
+ [[package]]
1458
+ name = "piper"
1459
+ version = "0.2.5"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
1462
+ dependencies = [
1463
+ "atomic-waker",
1464
+ "fastrand",
1465
+ "futures-io",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "pkcs12"
1470
+ version = "0.1.0"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "695b3df3d3cc1015f12d70235e35b6b79befc5fa7a9b95b951eab1dd07c9efc2"
1473
+ dependencies = [
1474
+ "cms",
1475
+ "const-oid 0.9.6",
1476
+ "der",
1477
+ "digest 0.10.7",
1478
+ "spki",
1479
+ "x509-cert",
1480
+ "zeroize",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "pkcs5"
1485
+ version = "0.7.1"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
1488
+ dependencies = [
1489
+ "aes",
1490
+ "cbc",
1491
+ "der",
1492
+ "pbkdf2",
1493
+ "scrypt",
1494
+ "sha2 0.10.9",
1495
+ "spki",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "portable-atomic"
1500
+ version = "1.15.0"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
1503
+
1504
+ [[package]]
1505
+ name = "postgres-protocol"
1506
+ version = "0.6.12"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "08808e3c483c46e999108051c78334f473d5adb59d78bb80a1268c7e6aa6c514"
1509
+ dependencies = [
1510
+ "base64",
1511
+ "byteorder",
1512
+ "bytes",
1513
+ "fallible-iterator",
1514
+ "hmac 0.13.0",
1515
+ "md-5",
1516
+ "memchr",
1517
+ "rand",
1518
+ "sha2 0.11.0",
1519
+ "stringprep",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "postgres-types"
1524
+ version = "0.2.14"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "851ca9db4932932d69f3ea811b1abe63087a0f740a47692619dd40d4899b68be"
1527
+ dependencies = [
1528
+ "bytes",
1529
+ "fallible-iterator",
1530
+ "postgres-protocol",
1531
+ ]
1532
+
1533
+ [[package]]
1534
+ name = "potential_utf"
1535
+ version = "0.1.5"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1538
+ dependencies = [
1539
+ "zerovec",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "powerfmt"
1544
+ version = "0.2.0"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1547
+
1548
+ [[package]]
1549
+ name = "prefix-trie"
1550
+ version = "0.8.4"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7"
1553
+ dependencies = [
1554
+ "either",
1555
+ "ipnet",
1556
+ "num-traits",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "proc-macro2"
1561
+ version = "1.0.107"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1564
+ dependencies = [
1565
+ "unicode-ident",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "pyo3"
1570
+ version = "0.29.2"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
1573
+ dependencies = [
1574
+ "libc",
1575
+ "once_cell",
1576
+ "portable-atomic",
1577
+ "pyo3-build-config",
1578
+ "pyo3-ffi",
1579
+ "pyo3-macros",
1580
+ ]
1581
+
1582
+ [[package]]
1583
+ name = "pyo3-build-config"
1584
+ version = "0.29.2"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
1587
+ dependencies = [
1588
+ "target-lexicon",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "pyo3-ffi"
1593
+ version = "0.29.2"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
1596
+ dependencies = [
1597
+ "libc",
1598
+ "pyo3-build-config",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "pyo3-macros"
1603
+ version = "0.29.2"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
1606
+ dependencies = [
1607
+ "proc-macro2",
1608
+ "pyo3-macros-backend",
1609
+ "quote",
1610
+ "syn 2.0.119",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "pyo3-macros-backend"
1615
+ version = "0.29.2"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
1618
+ dependencies = [
1619
+ "heck",
1620
+ "proc-macro2",
1621
+ "quote",
1622
+ "syn 2.0.119",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "quote"
1627
+ version = "1.0.47"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1630
+ dependencies = [
1631
+ "proc-macro2",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "r-efi"
1636
+ version = "6.0.0"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1639
+
1640
+ [[package]]
1641
+ name = "rand"
1642
+ version = "0.10.2"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1645
+ dependencies = [
1646
+ "chacha20",
1647
+ "getrandom 0.4.3",
1648
+ "rand_core",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "rand_core"
1653
+ version = "0.10.1"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1656
+
1657
+ [[package]]
1658
+ name = "rc2"
1659
+ version = "0.8.1"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
1662
+ dependencies = [
1663
+ "cipher",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "redis"
1668
+ version = "1.5.0"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "3257df217f7eab0044627a268c9cc6cdb60c0c421c88f83ac41c4e31520b6b84"
1671
+ dependencies = [
1672
+ "arcstr",
1673
+ "async-lock",
1674
+ "bytes",
1675
+ "cfg-if",
1676
+ "combine",
1677
+ "futures-util",
1678
+ "itoa",
1679
+ "num-bigint",
1680
+ "percent-encoding",
1681
+ "pin-project-lite",
1682
+ "rustls",
1683
+ "rustls-native-certs",
1684
+ "ryu",
1685
+ "sha1_smol",
1686
+ "socket2",
1687
+ "tokio",
1688
+ "tokio-rustls",
1689
+ "tokio-util",
1690
+ "url",
1691
+ "xxhash-rust",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "redox_syscall"
1696
+ version = "0.5.18"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1699
+ dependencies = [
1700
+ "bitflags",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "resolv-conf"
1705
+ version = "0.7.6"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
1708
+
1709
+ [[package]]
1710
+ name = "ring"
1711
+ version = "0.17.14"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1714
+ dependencies = [
1715
+ "cc",
1716
+ "cfg-if",
1717
+ "getrandom 0.2.17",
1718
+ "libc",
1719
+ "untrusted",
1720
+ "windows-sys 0.52.0",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "rmp"
1725
+ version = "0.8.15"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
1728
+ dependencies = [
1729
+ "num-traits",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "rmpv"
1734
+ version = "1.3.1"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "7a4e1d4b9b938a26d2996af33229f0ca0956c652c1375067f0b45291c1df8417"
1737
+ dependencies = [
1738
+ "rmp",
1739
+ ]
1740
+
1741
+ [[package]]
1742
+ name = "rustc_version"
1743
+ version = "0.4.1"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1746
+ dependencies = [
1747
+ "semver",
1748
+ ]
1749
+
1750
+ [[package]]
1751
+ name = "rusticata-macros"
1752
+ version = "4.1.0"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
1755
+ dependencies = [
1756
+ "nom 7.1.3",
1757
+ ]
1758
+
1759
+ [[package]]
1760
+ name = "rustls"
1761
+ version = "0.23.43"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
1764
+ dependencies = [
1765
+ "once_cell",
1766
+ "ring",
1767
+ "rustls-pki-types",
1768
+ "rustls-webpki",
1769
+ "subtle",
1770
+ "zeroize",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "rustls-connector"
1775
+ version = "0.23.8"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "1babecfcc65b139b812e74bcc7f9ec7b4e00db659fd42d99567b7e77f0c714c6"
1778
+ dependencies = [
1779
+ "futures-io",
1780
+ "futures-rustls",
1781
+ "log",
1782
+ "rustls",
1783
+ "rustls-native-certs",
1784
+ "rustls-pki-types",
1785
+ "rustls-webpki",
1786
+ ]
1787
+
1788
+ [[package]]
1789
+ name = "rustls-native-certs"
1790
+ version = "0.8.4"
1791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1792
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1793
+ dependencies = [
1794
+ "openssl-probe",
1795
+ "rustls-pki-types",
1796
+ "schannel",
1797
+ "security-framework",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "rustls-pki-types"
1802
+ version = "1.15.1"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1805
+ dependencies = [
1806
+ "zeroize",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "rustls-webpki"
1811
+ version = "0.103.14"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "0527518605e68109d875e248ea259b6758801cf165e4b2c2733ae3b51f12535a"
1814
+ dependencies = [
1815
+ "ring",
1816
+ "rustls-pki-types",
1817
+ "untrusted",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "rustversion"
1822
+ version = "1.0.23"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1825
+
1826
+ [[package]]
1827
+ name = "ryu"
1828
+ version = "1.0.23"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1831
+
1832
+ [[package]]
1833
+ name = "salsa20"
1834
+ version = "0.10.2"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
1837
+ dependencies = [
1838
+ "cipher",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "same-file"
1843
+ version = "1.0.6"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1846
+ dependencies = [
1847
+ "winapi-util",
1848
+ ]
1849
+
1850
+ [[package]]
1851
+ name = "schannel"
1852
+ version = "0.1.29"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1855
+ dependencies = [
1856
+ "windows-sys 0.61.2",
1857
+ ]
1858
+
1859
+ [[package]]
1860
+ name = "scopeguard"
1861
+ version = "1.2.0"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1864
+
1865
+ [[package]]
1866
+ name = "scrypt"
1867
+ version = "0.11.0"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
1870
+ dependencies = [
1871
+ "pbkdf2",
1872
+ "salsa20",
1873
+ "sha2 0.10.9",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "security-framework"
1878
+ version = "3.7.0"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1881
+ dependencies = [
1882
+ "bitflags",
1883
+ "core-foundation 0.10.1",
1884
+ "core-foundation-sys",
1885
+ "libc",
1886
+ "security-framework-sys",
1887
+ ]
1888
+
1889
+ [[package]]
1890
+ name = "security-framework-sys"
1891
+ version = "2.17.0"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1894
+ dependencies = [
1895
+ "core-foundation-sys",
1896
+ "libc",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "semver"
1901
+ version = "1.0.28"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1904
+
1905
+ [[package]]
1906
+ name = "serde"
1907
+ version = "1.0.229"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1910
+ dependencies = [
1911
+ "serde_core",
1912
+ "serde_derive",
1913
+ ]
1914
+
1915
+ [[package]]
1916
+ name = "serde_core"
1917
+ version = "1.0.229"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1920
+ dependencies = [
1921
+ "serde_derive",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "serde_derive"
1926
+ version = "1.0.229"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1929
+ dependencies = [
1930
+ "proc-macro2",
1931
+ "quote",
1932
+ "syn 3.0.3",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "serde_json"
1937
+ version = "1.0.151"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1940
+ dependencies = [
1941
+ "itoa",
1942
+ "memchr",
1943
+ "serde",
1944
+ "serde_core",
1945
+ "zmij",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "sha1"
1950
+ version = "0.10.7"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1953
+ dependencies = [
1954
+ "cfg-if",
1955
+ "cpufeatures 0.2.17",
1956
+ "digest 0.10.7",
1957
+ ]
1958
+
1959
+ [[package]]
1960
+ name = "sha1_smol"
1961
+ version = "1.0.1"
1962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1963
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1964
+
1965
+ [[package]]
1966
+ name = "sha2"
1967
+ version = "0.10.9"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1970
+ dependencies = [
1971
+ "cfg-if",
1972
+ "cpufeatures 0.2.17",
1973
+ "digest 0.10.7",
1974
+ ]
1975
+
1976
+ [[package]]
1977
+ name = "sha2"
1978
+ version = "0.11.0"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1981
+ dependencies = [
1982
+ "cfg-if",
1983
+ "cpufeatures 0.3.0",
1984
+ "digest 0.11.3",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "shlex"
1989
+ version = "2.0.1"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1992
+
1993
+ [[package]]
1994
+ name = "signal-hook-registry"
1995
+ version = "1.4.8"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1998
+ dependencies = [
1999
+ "errno",
2000
+ "libc",
2001
+ ]
2002
+
2003
+ [[package]]
2004
+ name = "simd_cesu8"
2005
+ version = "1.2.0"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
2008
+ dependencies = [
2009
+ "rustc_version",
2010
+ "simdutf8",
2011
+ ]
2012
+
2013
+ [[package]]
2014
+ name = "simdutf8"
2015
+ version = "0.1.5"
2016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2018
+
2019
+ [[package]]
2020
+ name = "siphasher"
2021
+ version = "1.0.3"
2022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2023
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2024
+
2025
+ [[package]]
2026
+ name = "slab"
2027
+ version = "0.4.12"
2028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2029
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2030
+
2031
+ [[package]]
2032
+ name = "smallvec"
2033
+ version = "1.15.2"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2036
+
2037
+ [[package]]
2038
+ name = "socket2"
2039
+ version = "0.6.5"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
2042
+ dependencies = [
2043
+ "libc",
2044
+ "windows-sys 0.61.2",
2045
+ ]
2046
+
2047
+ [[package]]
2048
+ name = "spin"
2049
+ version = "0.9.9"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
2052
+ dependencies = [
2053
+ "lock_api",
2054
+ ]
2055
+
2056
+ [[package]]
2057
+ name = "spki"
2058
+ version = "0.7.3"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2061
+ dependencies = [
2062
+ "base64ct",
2063
+ "der",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "stable_deref_trait"
2068
+ version = "1.2.1"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2071
+
2072
+ [[package]]
2073
+ name = "stringprep"
2074
+ version = "0.1.5"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2077
+ dependencies = [
2078
+ "unicode-bidi",
2079
+ "unicode-normalization",
2080
+ "unicode-properties",
2081
+ ]
2082
+
2083
+ [[package]]
2084
+ name = "subtle"
2085
+ version = "2.6.1"
2086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2087
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2088
+
2089
+ [[package]]
2090
+ name = "syn"
2091
+ version = "2.0.119"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
2094
+ dependencies = [
2095
+ "proc-macro2",
2096
+ "quote",
2097
+ "unicode-ident",
2098
+ ]
2099
+
2100
+ [[package]]
2101
+ name = "syn"
2102
+ version = "3.0.3"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
2105
+ dependencies = [
2106
+ "proc-macro2",
2107
+ "quote",
2108
+ "unicode-ident",
2109
+ ]
2110
+
2111
+ [[package]]
2112
+ name = "synstructure"
2113
+ version = "0.13.2"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2116
+ dependencies = [
2117
+ "proc-macro2",
2118
+ "quote",
2119
+ "syn 2.0.119",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "sysinfo"
2124
+ version = "0.38.4"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
2127
+ dependencies = [
2128
+ "libc",
2129
+ "memchr",
2130
+ "ntapi",
2131
+ "objc2-core-foundation",
2132
+ "objc2-io-kit",
2133
+ "windows",
2134
+ ]
2135
+
2136
+ [[package]]
2137
+ name = "system-configuration"
2138
+ version = "0.7.0"
2139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2140
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2141
+ dependencies = [
2142
+ "bitflags",
2143
+ "core-foundation 0.9.4",
2144
+ "system-configuration-sys",
2145
+ ]
2146
+
2147
+ [[package]]
2148
+ name = "system-configuration-sys"
2149
+ version = "0.6.0"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2152
+ dependencies = [
2153
+ "core-foundation-sys",
2154
+ "libc",
2155
+ ]
2156
+
2157
+ [[package]]
2158
+ name = "tagptr"
2159
+ version = "0.2.0"
2160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2161
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2162
+
2163
+ [[package]]
2164
+ name = "target-lexicon"
2165
+ version = "0.13.5"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2168
+
2169
+ [[package]]
2170
+ name = "tarsk-core"
2171
+ version = "0.2.0"
2172
+ dependencies = [
2173
+ "lapin",
2174
+ "libc",
2175
+ "redis",
2176
+ "rmpv",
2177
+ "sysinfo",
2178
+ "tokio",
2179
+ "tokio-postgres",
2180
+ "tokio-postgres-rustls",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "tarsk-python"
2185
+ version = "0.2.0"
2186
+ dependencies = [
2187
+ "pyo3",
2188
+ "rustls",
2189
+ "sysinfo",
2190
+ "tarsk-core",
2191
+ "tokio",
2192
+ ]
2193
+
2194
+ [[package]]
2195
+ name = "tcp-stream"
2196
+ version = "0.34.14"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "300d0735de48a565461c2ea14cc75b80ee5b6be3b4f5aeabe3553e4c2df8d23d"
2199
+ dependencies = [
2200
+ "async-rs",
2201
+ "cfg-if",
2202
+ "futures-io",
2203
+ "p12-keystore",
2204
+ "rustls-connector",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "thiserror"
2209
+ version = "2.0.20"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
2212
+ dependencies = [
2213
+ "thiserror-impl",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "thiserror-impl"
2218
+ version = "2.0.20"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
2221
+ dependencies = [
2222
+ "proc-macro2",
2223
+ "quote",
2224
+ "syn 3.0.3",
2225
+ ]
2226
+
2227
+ [[package]]
2228
+ name = "time"
2229
+ version = "0.3.55"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
2232
+ dependencies = [
2233
+ "deranged",
2234
+ "num-conv",
2235
+ "powerfmt",
2236
+ "serde_core",
2237
+ "time-core",
2238
+ "time-macros",
2239
+ ]
2240
+
2241
+ [[package]]
2242
+ name = "time-core"
2243
+ version = "0.1.9"
2244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2245
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2246
+
2247
+ [[package]]
2248
+ name = "time-macros"
2249
+ version = "0.2.32"
2250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2251
+ checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
2252
+ dependencies = [
2253
+ "num-conv",
2254
+ "time-core",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "tinystr"
2259
+ version = "0.8.3"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2262
+ dependencies = [
2263
+ "displaydoc",
2264
+ "zerovec",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "tinyvec"
2269
+ version = "1.12.0"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2272
+ dependencies = [
2273
+ "tinyvec_macros",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "tinyvec_macros"
2278
+ version = "0.1.1"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2281
+
2282
+ [[package]]
2283
+ name = "tls_codec"
2284
+ version = "0.4.2"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b"
2287
+ dependencies = [
2288
+ "tls_codec_derive",
2289
+ "zeroize",
2290
+ ]
2291
+
2292
+ [[package]]
2293
+ name = "tls_codec_derive"
2294
+ version = "0.4.2"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd"
2297
+ dependencies = [
2298
+ "proc-macro2",
2299
+ "quote",
2300
+ "syn 2.0.119",
2301
+ ]
2302
+
2303
+ [[package]]
2304
+ name = "tokio"
2305
+ version = "1.53.1"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2308
+ dependencies = [
2309
+ "bytes",
2310
+ "libc",
2311
+ "mio",
2312
+ "pin-project-lite",
2313
+ "signal-hook-registry",
2314
+ "socket2",
2315
+ "tokio-macros",
2316
+ "windows-sys 0.61.2",
2317
+ ]
2318
+
2319
+ [[package]]
2320
+ name = "tokio-macros"
2321
+ version = "2.7.2"
2322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2323
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
2324
+ dependencies = [
2325
+ "proc-macro2",
2326
+ "quote",
2327
+ "syn 3.0.3",
2328
+ ]
2329
+
2330
+ [[package]]
2331
+ name = "tokio-postgres"
2332
+ version = "0.7.18"
2333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2334
+ checksum = "a528f7d280f6d5b9cd149635c8705b0dd049754bc67d81d31fa25169a93809d3"
2335
+ dependencies = [
2336
+ "async-trait",
2337
+ "byteorder",
2338
+ "bytes",
2339
+ "fallible-iterator",
2340
+ "futures-channel",
2341
+ "futures-util",
2342
+ "log",
2343
+ "parking_lot",
2344
+ "percent-encoding",
2345
+ "phf",
2346
+ "pin-project-lite",
2347
+ "postgres-protocol",
2348
+ "postgres-types",
2349
+ "rand",
2350
+ "socket2",
2351
+ "tokio",
2352
+ "tokio-util",
2353
+ "whoami",
2354
+ ]
2355
+
2356
+ [[package]]
2357
+ name = "tokio-postgres-rustls"
2358
+ version = "0.14.0"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "4c2ad44aa0ae96db89c4742212ed41645b2f597311ff6e1945542a4d9fadc2fb"
2361
+ dependencies = [
2362
+ "rustls",
2363
+ "rustls-native-certs",
2364
+ "sha2 0.11.0",
2365
+ "tokio",
2366
+ "tokio-postgres",
2367
+ "tokio-rustls",
2368
+ "x509-cert",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "tokio-rustls"
2373
+ version = "0.26.4"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2376
+ dependencies = [
2377
+ "rustls",
2378
+ "tokio",
2379
+ ]
2380
+
2381
+ [[package]]
2382
+ name = "tokio-stream"
2383
+ version = "0.1.19"
2384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2385
+ checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
2386
+ dependencies = [
2387
+ "futures-core",
2388
+ "pin-project-lite",
2389
+ "tokio",
2390
+ ]
2391
+
2392
+ [[package]]
2393
+ name = "tokio-util"
2394
+ version = "0.7.19"
2395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2396
+ checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
2397
+ dependencies = [
2398
+ "bytes",
2399
+ "futures-core",
2400
+ "futures-sink",
2401
+ "libc",
2402
+ "pin-project-lite",
2403
+ "tokio",
2404
+ ]
2405
+
2406
+ [[package]]
2407
+ name = "tracing"
2408
+ version = "0.1.44"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2411
+ dependencies = [
2412
+ "pin-project-lite",
2413
+ "tracing-core",
2414
+ ]
2415
+
2416
+ [[package]]
2417
+ name = "tracing-core"
2418
+ version = "0.1.36"
2419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2420
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2421
+ dependencies = [
2422
+ "once_cell",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "typenum"
2427
+ version = "1.20.1"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2430
+
2431
+ [[package]]
2432
+ name = "unicode-bidi"
2433
+ version = "0.3.18"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2436
+
2437
+ [[package]]
2438
+ name = "unicode-ident"
2439
+ version = "1.0.24"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2442
+
2443
+ [[package]]
2444
+ name = "unicode-normalization"
2445
+ version = "0.1.25"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2448
+ dependencies = [
2449
+ "tinyvec",
2450
+ ]
2451
+
2452
+ [[package]]
2453
+ name = "unicode-properties"
2454
+ version = "0.1.4"
2455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2457
+
2458
+ [[package]]
2459
+ name = "untrusted"
2460
+ version = "0.9.0"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2463
+
2464
+ [[package]]
2465
+ name = "url"
2466
+ version = "2.5.8"
2467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2468
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2469
+ dependencies = [
2470
+ "form_urlencoded",
2471
+ "idna",
2472
+ "percent-encoding",
2473
+ "serde",
2474
+ ]
2475
+
2476
+ [[package]]
2477
+ name = "utf8_iter"
2478
+ version = "1.0.4"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2481
+
2482
+ [[package]]
2483
+ name = "uuid"
2484
+ version = "1.24.1"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
2487
+ dependencies = [
2488
+ "getrandom 0.4.3",
2489
+ "js-sys",
2490
+ "wasm-bindgen",
2491
+ ]
2492
+
2493
+ [[package]]
2494
+ name = "version_check"
2495
+ version = "0.9.5"
2496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2497
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2498
+
2499
+ [[package]]
2500
+ name = "walkdir"
2501
+ version = "2.5.0"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2504
+ dependencies = [
2505
+ "same-file",
2506
+ "winapi-util",
2507
+ ]
2508
+
2509
+ [[package]]
2510
+ name = "wasi"
2511
+ version = "0.11.1+wasi-snapshot-preview1"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2514
+
2515
+ [[package]]
2516
+ name = "wasi"
2517
+ version = "0.14.7+wasi-0.2.4"
2518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+ checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
2520
+ dependencies = [
2521
+ "wasip2",
2522
+ ]
2523
+
2524
+ [[package]]
2525
+ name = "wasip2"
2526
+ version = "1.0.4+wasi-0.2.12"
2527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2528
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2529
+ dependencies = [
2530
+ "wit-bindgen",
2531
+ ]
2532
+
2533
+ [[package]]
2534
+ name = "wasite"
2535
+ version = "1.0.2"
2536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2537
+ checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42"
2538
+ dependencies = [
2539
+ "wasi 0.14.7+wasi-0.2.4",
2540
+ ]
2541
+
2542
+ [[package]]
2543
+ name = "wasm-bindgen"
2544
+ version = "0.2.127"
2545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2546
+ checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
2547
+ dependencies = [
2548
+ "cfg-if",
2549
+ "once_cell",
2550
+ "rustversion",
2551
+ "wasm-bindgen-macro",
2552
+ "wasm-bindgen-shared",
2553
+ ]
2554
+
2555
+ [[package]]
2556
+ name = "wasm-bindgen-macro"
2557
+ version = "0.2.127"
2558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2559
+ checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
2560
+ dependencies = [
2561
+ "quote",
2562
+ "wasm-bindgen-macro-support",
2563
+ ]
2564
+
2565
+ [[package]]
2566
+ name = "wasm-bindgen-macro-support"
2567
+ version = "0.2.127"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
2570
+ dependencies = [
2571
+ "bumpalo",
2572
+ "proc-macro2",
2573
+ "quote",
2574
+ "syn 2.0.119",
2575
+ "wasm-bindgen-shared",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "wasm-bindgen-shared"
2580
+ version = "0.2.127"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
2583
+ dependencies = [
2584
+ "unicode-ident",
2585
+ ]
2586
+
2587
+ [[package]]
2588
+ name = "web-sys"
2589
+ version = "0.3.104"
2590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2591
+ checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
2592
+ dependencies = [
2593
+ "js-sys",
2594
+ "wasm-bindgen",
2595
+ ]
2596
+
2597
+ [[package]]
2598
+ name = "whoami"
2599
+ version = "2.1.3"
2600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2601
+ checksum = "626c4bac6755d76ffc12cb01b2eac751db1996b9e0041de9aa02c8c211ddc82c"
2602
+ dependencies = [
2603
+ "libc",
2604
+ "libredox",
2605
+ "objc2-system-configuration",
2606
+ "wasite",
2607
+ "web-sys",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "widestring"
2612
+ version = "1.2.1"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
2615
+
2616
+ [[package]]
2617
+ name = "winapi"
2618
+ version = "0.3.9"
2619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2620
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2621
+ dependencies = [
2622
+ "winapi-i686-pc-windows-gnu",
2623
+ "winapi-x86_64-pc-windows-gnu",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "winapi-i686-pc-windows-gnu"
2628
+ version = "0.4.0"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2631
+
2632
+ [[package]]
2633
+ name = "winapi-util"
2634
+ version = "0.1.11"
2635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2637
+ dependencies = [
2638
+ "windows-sys 0.61.2",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "winapi-x86_64-pc-windows-gnu"
2643
+ version = "0.4.0"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2646
+
2647
+ [[package]]
2648
+ name = "windows"
2649
+ version = "0.62.2"
2650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+ checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
2652
+ dependencies = [
2653
+ "windows-collections",
2654
+ "windows-core",
2655
+ "windows-future",
2656
+ "windows-numerics",
2657
+ ]
2658
+
2659
+ [[package]]
2660
+ name = "windows-collections"
2661
+ version = "0.3.2"
2662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+ checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
2664
+ dependencies = [
2665
+ "windows-core",
2666
+ ]
2667
+
2668
+ [[package]]
2669
+ name = "windows-core"
2670
+ version = "0.62.2"
2671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2672
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2673
+ dependencies = [
2674
+ "windows-implement",
2675
+ "windows-interface",
2676
+ "windows-link",
2677
+ "windows-result",
2678
+ "windows-strings",
2679
+ ]
2680
+
2681
+ [[package]]
2682
+ name = "windows-future"
2683
+ version = "0.3.2"
2684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+ checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
2686
+ dependencies = [
2687
+ "windows-core",
2688
+ "windows-link",
2689
+ "windows-threading",
2690
+ ]
2691
+
2692
+ [[package]]
2693
+ name = "windows-implement"
2694
+ version = "0.60.2"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2697
+ dependencies = [
2698
+ "proc-macro2",
2699
+ "quote",
2700
+ "syn 2.0.119",
2701
+ ]
2702
+
2703
+ [[package]]
2704
+ name = "windows-interface"
2705
+ version = "0.59.3"
2706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2707
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2708
+ dependencies = [
2709
+ "proc-macro2",
2710
+ "quote",
2711
+ "syn 2.0.119",
2712
+ ]
2713
+
2714
+ [[package]]
2715
+ name = "windows-link"
2716
+ version = "0.2.1"
2717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2718
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2719
+
2720
+ [[package]]
2721
+ name = "windows-numerics"
2722
+ version = "0.3.1"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
2725
+ dependencies = [
2726
+ "windows-core",
2727
+ "windows-link",
2728
+ ]
2729
+
2730
+ [[package]]
2731
+ name = "windows-registry"
2732
+ version = "0.6.1"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2735
+ dependencies = [
2736
+ "windows-link",
2737
+ "windows-result",
2738
+ "windows-strings",
2739
+ ]
2740
+
2741
+ [[package]]
2742
+ name = "windows-result"
2743
+ version = "0.4.1"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2746
+ dependencies = [
2747
+ "windows-link",
2748
+ ]
2749
+
2750
+ [[package]]
2751
+ name = "windows-strings"
2752
+ version = "0.5.1"
2753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2754
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2755
+ dependencies = [
2756
+ "windows-link",
2757
+ ]
2758
+
2759
+ [[package]]
2760
+ name = "windows-sys"
2761
+ version = "0.52.0"
2762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2764
+ dependencies = [
2765
+ "windows-targets",
2766
+ ]
2767
+
2768
+ [[package]]
2769
+ name = "windows-sys"
2770
+ version = "0.61.2"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2773
+ dependencies = [
2774
+ "windows-link",
2775
+ ]
2776
+
2777
+ [[package]]
2778
+ name = "windows-targets"
2779
+ version = "0.52.6"
2780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2781
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2782
+ dependencies = [
2783
+ "windows_aarch64_gnullvm",
2784
+ "windows_aarch64_msvc",
2785
+ "windows_i686_gnu",
2786
+ "windows_i686_gnullvm",
2787
+ "windows_i686_msvc",
2788
+ "windows_x86_64_gnu",
2789
+ "windows_x86_64_gnullvm",
2790
+ "windows_x86_64_msvc",
2791
+ ]
2792
+
2793
+ [[package]]
2794
+ name = "windows-threading"
2795
+ version = "0.2.1"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
2798
+ dependencies = [
2799
+ "windows-link",
2800
+ ]
2801
+
2802
+ [[package]]
2803
+ name = "windows_aarch64_gnullvm"
2804
+ version = "0.52.6"
2805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2807
+
2808
+ [[package]]
2809
+ name = "windows_aarch64_msvc"
2810
+ version = "0.52.6"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2813
+
2814
+ [[package]]
2815
+ name = "windows_i686_gnu"
2816
+ version = "0.52.6"
2817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2819
+
2820
+ [[package]]
2821
+ name = "windows_i686_gnullvm"
2822
+ version = "0.52.6"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2825
+
2826
+ [[package]]
2827
+ name = "windows_i686_msvc"
2828
+ version = "0.52.6"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2831
+
2832
+ [[package]]
2833
+ name = "windows_x86_64_gnu"
2834
+ version = "0.52.6"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2837
+
2838
+ [[package]]
2839
+ name = "windows_x86_64_gnullvm"
2840
+ version = "0.52.6"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2843
+
2844
+ [[package]]
2845
+ name = "windows_x86_64_msvc"
2846
+ version = "0.52.6"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2849
+
2850
+ [[package]]
2851
+ name = "wit-bindgen"
2852
+ version = "0.57.1"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2855
+
2856
+ [[package]]
2857
+ name = "writeable"
2858
+ version = "0.6.3"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2861
+
2862
+ [[package]]
2863
+ name = "x509-cert"
2864
+ version = "0.2.5"
2865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2866
+ checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
2867
+ dependencies = [
2868
+ "const-oid 0.9.6",
2869
+ "der",
2870
+ "spki",
2871
+ "tls_codec",
2872
+ ]
2873
+
2874
+ [[package]]
2875
+ name = "x509-parser"
2876
+ version = "0.18.1"
2877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2878
+ checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
2879
+ dependencies = [
2880
+ "asn1-rs",
2881
+ "data-encoding",
2882
+ "der-parser",
2883
+ "lazy_static",
2884
+ "nom 7.1.3",
2885
+ "oid-registry",
2886
+ "rusticata-macros",
2887
+ "thiserror",
2888
+ "time",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "xxhash-rust"
2893
+ version = "0.8.18"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
2896
+
2897
+ [[package]]
2898
+ name = "yoke"
2899
+ version = "0.8.3"
2900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2902
+ dependencies = [
2903
+ "stable_deref_trait",
2904
+ "yoke-derive",
2905
+ "zerofrom",
2906
+ ]
2907
+
2908
+ [[package]]
2909
+ name = "yoke-derive"
2910
+ version = "0.8.2"
2911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2912
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2913
+ dependencies = [
2914
+ "proc-macro2",
2915
+ "quote",
2916
+ "syn 2.0.119",
2917
+ "synstructure",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "zerofrom"
2922
+ version = "0.1.8"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2925
+ dependencies = [
2926
+ "zerofrom-derive",
2927
+ ]
2928
+
2929
+ [[package]]
2930
+ name = "zerofrom-derive"
2931
+ version = "0.1.7"
2932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2934
+ dependencies = [
2935
+ "proc-macro2",
2936
+ "quote",
2937
+ "syn 2.0.119",
2938
+ "synstructure",
2939
+ ]
2940
+
2941
+ [[package]]
2942
+ name = "zeroize"
2943
+ version = "1.9.0"
2944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2945
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2946
+ dependencies = [
2947
+ "zeroize_derive",
2948
+ ]
2949
+
2950
+ [[package]]
2951
+ name = "zeroize_derive"
2952
+ version = "1.5.0"
2953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2954
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
2955
+ dependencies = [
2956
+ "proc-macro2",
2957
+ "quote",
2958
+ "syn 2.0.119",
2959
+ ]
2960
+
2961
+ [[package]]
2962
+ name = "zerotrie"
2963
+ version = "0.2.4"
2964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2965
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2966
+ dependencies = [
2967
+ "displaydoc",
2968
+ "yoke",
2969
+ "zerofrom",
2970
+ ]
2971
+
2972
+ [[package]]
2973
+ name = "zerovec"
2974
+ version = "0.11.6"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2977
+ dependencies = [
2978
+ "yoke",
2979
+ "zerofrom",
2980
+ "zerovec-derive",
2981
+ ]
2982
+
2983
+ [[package]]
2984
+ name = "zerovec-derive"
2985
+ version = "0.11.3"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2988
+ dependencies = [
2989
+ "proc-macro2",
2990
+ "quote",
2991
+ "syn 2.0.119",
2992
+ ]
2993
+
2994
+ [[package]]
2995
+ name = "zmij"
2996
+ version = "1.0.23"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"