prometheus-client-mmap 0.19.1 → 0.20.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,782 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.3"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom",
13
+ "once_cell",
14
+ "version_check",
15
+ ]
16
+
17
+ [[package]]
18
+ name = "aho-corasick"
19
+ version = "0.7.20"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
22
+ dependencies = [
23
+ "memchr",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "autocfg"
28
+ version = "1.1.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
31
+
32
+ [[package]]
33
+ name = "bindgen"
34
+ version = "0.60.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
37
+ dependencies = [
38
+ "bitflags",
39
+ "cexpr",
40
+ "clang-sys",
41
+ "lazy_static",
42
+ "lazycell",
43
+ "peeking_take_while",
44
+ "proc-macro2",
45
+ "quote",
46
+ "regex",
47
+ "rustc-hash",
48
+ "shlex",
49
+ ]
50
+
51
+ [[package]]
52
+ name = "bitflags"
53
+ version = "1.3.2"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
56
+
57
+ [[package]]
58
+ name = "block-buffer"
59
+ version = "0.10.4"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
62
+ dependencies = [
63
+ "generic-array",
64
+ ]
65
+
66
+ [[package]]
67
+ name = "bstr"
68
+ version = "1.4.0"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
71
+ dependencies = [
72
+ "memchr",
73
+ "once_cell",
74
+ "regex-automata",
75
+ "serde",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "cc"
80
+ version = "1.0.79"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
83
+
84
+ [[package]]
85
+ name = "cexpr"
86
+ version = "0.6.0"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
89
+ dependencies = [
90
+ "nom",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "cfg-if"
95
+ version = "1.0.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
98
+
99
+ [[package]]
100
+ name = "clang-sys"
101
+ version = "1.6.1"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
104
+ dependencies = [
105
+ "glob",
106
+ "libc",
107
+ "libloading",
108
+ ]
109
+
110
+ [[package]]
111
+ name = "cpufeatures"
112
+ version = "0.2.6"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
115
+ dependencies = [
116
+ "libc",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "crypto-common"
121
+ version = "0.1.6"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
124
+ dependencies = [
125
+ "generic-array",
126
+ "typenum",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "digest"
131
+ version = "0.10.6"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
134
+ dependencies = [
135
+ "block-buffer",
136
+ "crypto-common",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "errno"
141
+ version = "0.3.0"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
144
+ dependencies = [
145
+ "errno-dragonfly",
146
+ "libc",
147
+ "windows-sys 0.45.0",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "errno-dragonfly"
152
+ version = "0.1.2"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
155
+ dependencies = [
156
+ "cc",
157
+ "libc",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "fast_mmaped_file_rs"
162
+ version = "0.1.0"
163
+ dependencies = [
164
+ "ahash",
165
+ "bstr",
166
+ "indoc",
167
+ "libc",
168
+ "magnus",
169
+ "memmap2",
170
+ "nix",
171
+ "rand",
172
+ "rb-sys",
173
+ "sha2",
174
+ "smallvec",
175
+ "tempfile",
176
+ "thiserror",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "fastrand"
181
+ version = "1.9.0"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
184
+ dependencies = [
185
+ "instant",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "generic-array"
190
+ version = "0.14.7"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
193
+ dependencies = [
194
+ "typenum",
195
+ "version_check",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "getrandom"
200
+ version = "0.2.8"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
203
+ dependencies = [
204
+ "cfg-if",
205
+ "libc",
206
+ "wasi",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "glob"
211
+ version = "0.3.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
214
+
215
+ [[package]]
216
+ name = "hermit-abi"
217
+ version = "0.3.1"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
220
+
221
+ [[package]]
222
+ name = "indoc"
223
+ version = "2.0.1"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"
226
+
227
+ [[package]]
228
+ name = "instant"
229
+ version = "0.1.12"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
232
+ dependencies = [
233
+ "cfg-if",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "io-lifetimes"
238
+ version = "1.0.10"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
241
+ dependencies = [
242
+ "hermit-abi",
243
+ "libc",
244
+ "windows-sys 0.48.0",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "lazy_static"
249
+ version = "1.4.0"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
252
+
253
+ [[package]]
254
+ name = "lazycell"
255
+ version = "1.3.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
258
+
259
+ [[package]]
260
+ name = "libc"
261
+ version = "0.2.141"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
264
+
265
+ [[package]]
266
+ name = "libloading"
267
+ version = "0.7.4"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
270
+ dependencies = [
271
+ "cfg-if",
272
+ "winapi",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "linux-raw-sys"
277
+ version = "0.3.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
280
+
281
+ [[package]]
282
+ name = "magnus"
283
+ version = "0.5.0"
284
+ source = "git+https://github.com/matsadler/magnus?branch=main#b10aab48119eb87a872bf0bb4480b1fcebe5d1b9"
285
+ dependencies = [
286
+ "magnus-macros",
287
+ "rb-sys",
288
+ "rb-sys-env",
289
+ "seq-macro",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "magnus-macros"
294
+ version = "0.4.0"
295
+ source = "git+https://github.com/matsadler/magnus?branch=main#b10aab48119eb87a872bf0bb4480b1fcebe5d1b9"
296
+ dependencies = [
297
+ "proc-macro2",
298
+ "quote",
299
+ "syn 2.0.13",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "memchr"
304
+ version = "2.5.0"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
307
+
308
+ [[package]]
309
+ name = "memmap2"
310
+ version = "0.5.10"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
313
+ dependencies = [
314
+ "libc",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "memoffset"
319
+ version = "0.6.5"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
322
+ dependencies = [
323
+ "autocfg",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "minimal-lexical"
328
+ version = "0.2.1"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
331
+
332
+ [[package]]
333
+ name = "nix"
334
+ version = "0.25.1"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
337
+ dependencies = [
338
+ "autocfg",
339
+ "bitflags",
340
+ "cfg-if",
341
+ "libc",
342
+ "memoffset",
343
+ "pin-utils",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "nom"
348
+ version = "7.1.3"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
351
+ dependencies = [
352
+ "memchr",
353
+ "minimal-lexical",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "once_cell"
358
+ version = "1.17.1"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
361
+
362
+ [[package]]
363
+ name = "peeking_take_while"
364
+ version = "0.1.2"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
367
+
368
+ [[package]]
369
+ name = "pin-utils"
370
+ version = "0.1.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
373
+
374
+ [[package]]
375
+ name = "ppv-lite86"
376
+ version = "0.2.17"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
379
+
380
+ [[package]]
381
+ name = "proc-macro2"
382
+ version = "1.0.56"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
385
+ dependencies = [
386
+ "unicode-ident",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "quote"
391
+ version = "1.0.26"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
394
+ dependencies = [
395
+ "proc-macro2",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "rand"
400
+ version = "0.8.5"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
403
+ dependencies = [
404
+ "libc",
405
+ "rand_chacha",
406
+ "rand_core",
407
+ ]
408
+
409
+ [[package]]
410
+ name = "rand_chacha"
411
+ version = "0.3.1"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
414
+ dependencies = [
415
+ "ppv-lite86",
416
+ "rand_core",
417
+ ]
418
+
419
+ [[package]]
420
+ name = "rand_core"
421
+ version = "0.6.4"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
424
+ dependencies = [
425
+ "getrandom",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "rb-sys"
430
+ version = "0.9.71"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "156bfedced1e236600bcaad538477097ff2ed5c6b474e411d15b791e1d24c0f1"
433
+ dependencies = [
434
+ "rb-sys-build",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "rb-sys-build"
439
+ version = "0.9.71"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "5cb2e4a32cbc290b543a74567072ad24b708aff7bb5dde5a68d5690379cd7938"
442
+ dependencies = [
443
+ "bindgen",
444
+ "lazy_static",
445
+ "proc-macro2",
446
+ "quote",
447
+ "regex",
448
+ "shell-words",
449
+ "syn 1.0.109",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "rb-sys-env"
454
+ version = "0.1.2"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
457
+
458
+ [[package]]
459
+ name = "redox_syscall"
460
+ version = "0.3.5"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
463
+ dependencies = [
464
+ "bitflags",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "regex"
469
+ version = "1.7.3"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
472
+ dependencies = [
473
+ "aho-corasick",
474
+ "memchr",
475
+ "regex-syntax",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "regex-automata"
480
+ version = "0.1.10"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
483
+
484
+ [[package]]
485
+ name = "regex-syntax"
486
+ version = "0.6.29"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
489
+
490
+ [[package]]
491
+ name = "rustc-hash"
492
+ version = "1.1.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
495
+
496
+ [[package]]
497
+ name = "rustix"
498
+ version = "0.37.8"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "1aef160324be24d31a62147fae491c14d2204a3865c7ca8c3b0d7f7bcb3ea635"
501
+ dependencies = [
502
+ "bitflags",
503
+ "errno",
504
+ "io-lifetimes",
505
+ "libc",
506
+ "linux-raw-sys",
507
+ "windows-sys 0.48.0",
508
+ ]
509
+
510
+ [[package]]
511
+ name = "seq-macro"
512
+ version = "0.3.3"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "e6b44e8fc93a14e66336d230954dda83d18b4605ccace8fe09bc7514a71ad0bc"
515
+
516
+ [[package]]
517
+ name = "serde"
518
+ version = "1.0.159"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
521
+
522
+ [[package]]
523
+ name = "sha2"
524
+ version = "0.10.6"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
527
+ dependencies = [
528
+ "cfg-if",
529
+ "cpufeatures",
530
+ "digest",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "shell-words"
535
+ version = "1.1.0"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
538
+
539
+ [[package]]
540
+ name = "shlex"
541
+ version = "1.1.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
544
+
545
+ [[package]]
546
+ name = "smallvec"
547
+ version = "1.10.0"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
550
+
551
+ [[package]]
552
+ name = "syn"
553
+ version = "1.0.109"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
556
+ dependencies = [
557
+ "proc-macro2",
558
+ "quote",
559
+ "unicode-ident",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "syn"
564
+ version = "2.0.13"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
567
+ dependencies = [
568
+ "proc-macro2",
569
+ "quote",
570
+ "unicode-ident",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "tempfile"
575
+ version = "3.5.0"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
578
+ dependencies = [
579
+ "cfg-if",
580
+ "fastrand",
581
+ "redox_syscall",
582
+ "rustix",
583
+ "windows-sys 0.45.0",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "thiserror"
588
+ version = "1.0.40"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
591
+ dependencies = [
592
+ "thiserror-impl",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "thiserror-impl"
597
+ version = "1.0.40"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
600
+ dependencies = [
601
+ "proc-macro2",
602
+ "quote",
603
+ "syn 2.0.13",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "typenum"
608
+ version = "1.16.0"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
611
+
612
+ [[package]]
613
+ name = "unicode-ident"
614
+ version = "1.0.8"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
617
+
618
+ [[package]]
619
+ name = "version_check"
620
+ version = "0.9.4"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
623
+
624
+ [[package]]
625
+ name = "wasi"
626
+ version = "0.11.0+wasi-snapshot-preview1"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
629
+
630
+ [[package]]
631
+ name = "winapi"
632
+ version = "0.3.9"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
635
+ dependencies = [
636
+ "winapi-i686-pc-windows-gnu",
637
+ "winapi-x86_64-pc-windows-gnu",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "winapi-i686-pc-windows-gnu"
642
+ version = "0.4.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
645
+
646
+ [[package]]
647
+ name = "winapi-x86_64-pc-windows-gnu"
648
+ version = "0.4.0"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
651
+
652
+ [[package]]
653
+ name = "windows-sys"
654
+ version = "0.45.0"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
657
+ dependencies = [
658
+ "windows-targets 0.42.2",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "windows-sys"
663
+ version = "0.48.0"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
666
+ dependencies = [
667
+ "windows-targets 0.48.0",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "windows-targets"
672
+ version = "0.42.2"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
675
+ dependencies = [
676
+ "windows_aarch64_gnullvm 0.42.2",
677
+ "windows_aarch64_msvc 0.42.2",
678
+ "windows_i686_gnu 0.42.2",
679
+ "windows_i686_msvc 0.42.2",
680
+ "windows_x86_64_gnu 0.42.2",
681
+ "windows_x86_64_gnullvm 0.42.2",
682
+ "windows_x86_64_msvc 0.42.2",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "windows-targets"
687
+ version = "0.48.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
690
+ dependencies = [
691
+ "windows_aarch64_gnullvm 0.48.0",
692
+ "windows_aarch64_msvc 0.48.0",
693
+ "windows_i686_gnu 0.48.0",
694
+ "windows_i686_msvc 0.48.0",
695
+ "windows_x86_64_gnu 0.48.0",
696
+ "windows_x86_64_gnullvm 0.48.0",
697
+ "windows_x86_64_msvc 0.48.0",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "windows_aarch64_gnullvm"
702
+ version = "0.42.2"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
705
+
706
+ [[package]]
707
+ name = "windows_aarch64_gnullvm"
708
+ version = "0.48.0"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
711
+
712
+ [[package]]
713
+ name = "windows_aarch64_msvc"
714
+ version = "0.42.2"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
717
+
718
+ [[package]]
719
+ name = "windows_aarch64_msvc"
720
+ version = "0.48.0"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
723
+
724
+ [[package]]
725
+ name = "windows_i686_gnu"
726
+ version = "0.42.2"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
729
+
730
+ [[package]]
731
+ name = "windows_i686_gnu"
732
+ version = "0.48.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
735
+
736
+ [[package]]
737
+ name = "windows_i686_msvc"
738
+ version = "0.42.2"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
741
+
742
+ [[package]]
743
+ name = "windows_i686_msvc"
744
+ version = "0.48.0"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
747
+
748
+ [[package]]
749
+ name = "windows_x86_64_gnu"
750
+ version = "0.42.2"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
753
+
754
+ [[package]]
755
+ name = "windows_x86_64_gnu"
756
+ version = "0.48.0"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
759
+
760
+ [[package]]
761
+ name = "windows_x86_64_gnullvm"
762
+ version = "0.42.2"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
765
+
766
+ [[package]]
767
+ name = "windows_x86_64_gnullvm"
768
+ version = "0.48.0"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
771
+
772
+ [[package]]
773
+ name = "windows_x86_64_msvc"
774
+ version = "0.42.2"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
777
+
778
+ [[package]]
779
+ name = "windows_x86_64_msvc"
780
+ version = "0.48.0"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"