osprey 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/Cargo.lock ADDED
@@ -0,0 +1,1350 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "atomic-waker"
31
+ version = "1.1.2"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
34
+
35
+ [[package]]
36
+ name = "autocfg"
37
+ version = "1.4.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
40
+
41
+ [[package]]
42
+ name = "backtrace"
43
+ version = "0.3.74"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
46
+ dependencies = [
47
+ "addr2line",
48
+ "cfg-if",
49
+ "libc",
50
+ "miniz_oxide",
51
+ "object",
52
+ "rustc-demangle",
53
+ "windows-targets 0.52.6",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "bindgen"
58
+ version = "0.69.5"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
61
+ dependencies = [
62
+ "bitflags",
63
+ "cexpr",
64
+ "clang-sys",
65
+ "itertools",
66
+ "lazy_static",
67
+ "lazycell",
68
+ "proc-macro2",
69
+ "quote",
70
+ "regex",
71
+ "rustc-hash",
72
+ "shlex",
73
+ "syn",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "bitflags"
78
+ version = "2.6.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
81
+
82
+ [[package]]
83
+ name = "bumpalo"
84
+ version = "3.16.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
87
+
88
+ [[package]]
89
+ name = "bytes"
90
+ version = "1.9.0"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
93
+
94
+ [[package]]
95
+ name = "cc"
96
+ version = "1.2.9"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
99
+ dependencies = [
100
+ "shlex",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "cexpr"
105
+ version = "0.6.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
108
+ dependencies = [
109
+ "nom",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "cfg-if"
114
+ version = "1.0.0"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
117
+
118
+ [[package]]
119
+ name = "cfg_aliases"
120
+ version = "0.2.1"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
123
+
124
+ [[package]]
125
+ name = "clang-sys"
126
+ version = "1.8.1"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
129
+ dependencies = [
130
+ "glob",
131
+ "libc",
132
+ "libloading",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "colored"
137
+ version = "2.2.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
140
+ dependencies = [
141
+ "lazy_static",
142
+ "windows-sys 0.59.0",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "crossbeam"
147
+ version = "0.8.4"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
150
+ dependencies = [
151
+ "crossbeam-channel",
152
+ "crossbeam-deque",
153
+ "crossbeam-epoch",
154
+ "crossbeam-queue",
155
+ "crossbeam-utils",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "crossbeam-channel"
160
+ version = "0.5.14"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
163
+ dependencies = [
164
+ "crossbeam-utils",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "crossbeam-deque"
169
+ version = "0.8.6"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
172
+ dependencies = [
173
+ "crossbeam-epoch",
174
+ "crossbeam-utils",
175
+ ]
176
+
177
+ [[package]]
178
+ name = "crossbeam-epoch"
179
+ version = "0.9.18"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
182
+ dependencies = [
183
+ "crossbeam-utils",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "crossbeam-queue"
188
+ version = "0.3.12"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
191
+ dependencies = [
192
+ "crossbeam-utils",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "crossbeam-utils"
197
+ version = "0.8.21"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
200
+
201
+ [[package]]
202
+ name = "dashmap"
203
+ version = "6.1.0"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
206
+ dependencies = [
207
+ "cfg-if",
208
+ "crossbeam-utils",
209
+ "hashbrown 0.14.5",
210
+ "lock_api",
211
+ "once_cell",
212
+ "parking_lot_core",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "deranged"
217
+ version = "0.3.11"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
220
+ dependencies = [
221
+ "powerfmt",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "either"
226
+ version = "1.13.0"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
229
+
230
+ [[package]]
231
+ name = "equivalent"
232
+ version = "1.0.1"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
235
+
236
+ [[package]]
237
+ name = "fnv"
238
+ version = "1.0.7"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
241
+
242
+ [[package]]
243
+ name = "futures-channel"
244
+ version = "0.3.31"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
247
+ dependencies = [
248
+ "futures-core",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "futures-core"
253
+ version = "0.3.31"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
256
+
257
+ [[package]]
258
+ name = "futures-sink"
259
+ version = "0.3.31"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
262
+
263
+ [[package]]
264
+ name = "futures-task"
265
+ version = "0.3.31"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
268
+
269
+ [[package]]
270
+ name = "futures-util"
271
+ version = "0.3.31"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
274
+ dependencies = [
275
+ "futures-core",
276
+ "futures-task",
277
+ "pin-project-lite",
278
+ "pin-utils",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "getrandom"
283
+ version = "0.2.15"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
286
+ dependencies = [
287
+ "cfg-if",
288
+ "libc",
289
+ "wasi",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "gimli"
294
+ version = "0.31.1"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
297
+
298
+ [[package]]
299
+ name = "glob"
300
+ version = "0.3.2"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
303
+
304
+ [[package]]
305
+ name = "h2"
306
+ version = "0.4.7"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
309
+ dependencies = [
310
+ "atomic-waker",
311
+ "bytes",
312
+ "fnv",
313
+ "futures-core",
314
+ "futures-sink",
315
+ "http",
316
+ "indexmap",
317
+ "slab",
318
+ "tokio",
319
+ "tokio-util",
320
+ "tracing",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "hashbrown"
325
+ version = "0.14.5"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
328
+
329
+ [[package]]
330
+ name = "hashbrown"
331
+ version = "0.15.2"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
334
+
335
+ [[package]]
336
+ name = "http"
337
+ version = "1.2.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
340
+ dependencies = [
341
+ "bytes",
342
+ "fnv",
343
+ "itoa",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "http-body"
348
+ version = "1.0.1"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
351
+ dependencies = [
352
+ "bytes",
353
+ "http",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "http-body-util"
358
+ version = "0.1.2"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
361
+ dependencies = [
362
+ "bytes",
363
+ "futures-util",
364
+ "http",
365
+ "http-body",
366
+ "pin-project-lite",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "httparse"
371
+ version = "1.9.5"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
374
+
375
+ [[package]]
376
+ name = "httpdate"
377
+ version = "1.0.3"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
380
+
381
+ [[package]]
382
+ name = "hyper"
383
+ version = "1.5.2"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
386
+ dependencies = [
387
+ "bytes",
388
+ "futures-channel",
389
+ "futures-util",
390
+ "h2",
391
+ "http",
392
+ "http-body",
393
+ "httparse",
394
+ "httpdate",
395
+ "itoa",
396
+ "pin-project-lite",
397
+ "smallvec",
398
+ "tokio",
399
+ "want",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "hyper-util"
404
+ version = "0.1.10"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
407
+ dependencies = [
408
+ "bytes",
409
+ "futures-channel",
410
+ "futures-util",
411
+ "http",
412
+ "http-body",
413
+ "hyper",
414
+ "pin-project-lite",
415
+ "socket2",
416
+ "tokio",
417
+ "tower-service",
418
+ "tracing",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "indexmap"
423
+ version = "2.7.0"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
426
+ dependencies = [
427
+ "equivalent",
428
+ "hashbrown 0.15.2",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "itertools"
433
+ version = "0.12.1"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
436
+ dependencies = [
437
+ "either",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "itoa"
442
+ version = "1.0.14"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
445
+
446
+ [[package]]
447
+ name = "js-sys"
448
+ version = "0.3.77"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
451
+ dependencies = [
452
+ "once_cell",
453
+ "wasm-bindgen",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "lazy_static"
458
+ version = "1.5.0"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
461
+
462
+ [[package]]
463
+ name = "lazycell"
464
+ version = "1.3.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
467
+
468
+ [[package]]
469
+ name = "libc"
470
+ version = "0.2.169"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
473
+
474
+ [[package]]
475
+ name = "libloading"
476
+ version = "0.8.6"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
479
+ dependencies = [
480
+ "cfg-if",
481
+ "windows-targets 0.52.6",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "lock_api"
486
+ version = "0.4.12"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
489
+ dependencies = [
490
+ "autocfg",
491
+ "scopeguard",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "log"
496
+ version = "0.4.25"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
499
+
500
+ [[package]]
501
+ name = "magnus"
502
+ version = "0.7.1"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
505
+ dependencies = [
506
+ "bytes",
507
+ "magnus-macros",
508
+ "rb-sys",
509
+ "rb-sys-env",
510
+ "seq-macro",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "magnus-macros"
515
+ version = "0.6.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
518
+ dependencies = [
519
+ "proc-macro2",
520
+ "quote",
521
+ "syn",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "memchr"
526
+ version = "2.7.4"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
529
+
530
+ [[package]]
531
+ name = "memoffset"
532
+ version = "0.9.1"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
535
+ dependencies = [
536
+ "autocfg",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "minimal-lexical"
541
+ version = "0.2.1"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
544
+
545
+ [[package]]
546
+ name = "miniz_oxide"
547
+ version = "0.8.3"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
550
+ dependencies = [
551
+ "adler2",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "mio"
556
+ version = "1.0.3"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
559
+ dependencies = [
560
+ "libc",
561
+ "wasi",
562
+ "windows-sys 0.52.0",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "nix"
567
+ version = "0.29.0"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
570
+ dependencies = [
571
+ "bitflags",
572
+ "cfg-if",
573
+ "cfg_aliases",
574
+ "libc",
575
+ "memoffset",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "nom"
580
+ version = "7.1.3"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
583
+ dependencies = [
584
+ "memchr",
585
+ "minimal-lexical",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "num-conv"
590
+ version = "0.1.0"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
593
+
594
+ [[package]]
595
+ name = "num_threads"
596
+ version = "0.1.7"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
599
+ dependencies = [
600
+ "libc",
601
+ ]
602
+
603
+ [[package]]
604
+ name = "object"
605
+ version = "0.36.7"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
608
+ dependencies = [
609
+ "memchr",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "once_cell"
614
+ version = "1.20.2"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
617
+
618
+ [[package]]
619
+ name = "osprey"
620
+ version = "0.1.0"
621
+ dependencies = [
622
+ "bytes",
623
+ "crossbeam",
624
+ "dashmap",
625
+ "http-body-util",
626
+ "hyper",
627
+ "hyper-util",
628
+ "libc",
629
+ "log",
630
+ "magnus",
631
+ "nix",
632
+ "rb-sys",
633
+ "simple_logger",
634
+ "socket2",
635
+ "tokio",
636
+ "tokio-rustls",
637
+ "tokio-stream",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "parking_lot"
642
+ version = "0.12.3"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
645
+ dependencies = [
646
+ "lock_api",
647
+ "parking_lot_core",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "parking_lot_core"
652
+ version = "0.9.10"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
655
+ dependencies = [
656
+ "cfg-if",
657
+ "libc",
658
+ "redox_syscall",
659
+ "smallvec",
660
+ "windows-targets 0.52.6",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "pin-project-lite"
665
+ version = "0.2.16"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
668
+
669
+ [[package]]
670
+ name = "pin-utils"
671
+ version = "0.1.0"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
674
+
675
+ [[package]]
676
+ name = "powerfmt"
677
+ version = "0.2.0"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
680
+
681
+ [[package]]
682
+ name = "proc-macro2"
683
+ version = "1.0.92"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
686
+ dependencies = [
687
+ "unicode-ident",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "quote"
692
+ version = "1.0.38"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
695
+ dependencies = [
696
+ "proc-macro2",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "rb-sys"
701
+ version = "0.9.105"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "4b3a1f3ce8e7c36d777d52fe7a99039fe4fea7c8ec355a4c4f3a17f92a14029f"
704
+ dependencies = [
705
+ "rb-sys-build",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "rb-sys-build"
710
+ version = "0.9.105"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "3e6b246c29c0809e1cbe60a1ba9e093da72a4676d02adc68469297d1e589bbf0"
713
+ dependencies = [
714
+ "bindgen",
715
+ "lazy_static",
716
+ "proc-macro2",
717
+ "quote",
718
+ "regex",
719
+ "shell-words",
720
+ "syn",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "rb-sys-env"
725
+ version = "0.1.2"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
728
+
729
+ [[package]]
730
+ name = "redox_syscall"
731
+ version = "0.5.8"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
734
+ dependencies = [
735
+ "bitflags",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "regex"
740
+ version = "1.11.1"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
743
+ dependencies = [
744
+ "aho-corasick",
745
+ "memchr",
746
+ "regex-automata",
747
+ "regex-syntax",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "regex-automata"
752
+ version = "0.4.9"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
755
+ dependencies = [
756
+ "aho-corasick",
757
+ "memchr",
758
+ "regex-syntax",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "regex-syntax"
763
+ version = "0.8.5"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
766
+
767
+ [[package]]
768
+ name = "ring"
769
+ version = "0.16.20"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
772
+ dependencies = [
773
+ "cc",
774
+ "libc",
775
+ "once_cell",
776
+ "spin 0.5.2",
777
+ "untrusted 0.7.1",
778
+ "web-sys",
779
+ "winapi",
780
+ ]
781
+
782
+ [[package]]
783
+ name = "ring"
784
+ version = "0.17.8"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
787
+ dependencies = [
788
+ "cc",
789
+ "cfg-if",
790
+ "getrandom",
791
+ "libc",
792
+ "spin 0.9.8",
793
+ "untrusted 0.9.0",
794
+ "windows-sys 0.52.0",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "rustc-demangle"
799
+ version = "0.1.24"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
802
+
803
+ [[package]]
804
+ name = "rustc-hash"
805
+ version = "1.1.0"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
808
+
809
+ [[package]]
810
+ name = "rustls"
811
+ version = "0.20.9"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
814
+ dependencies = [
815
+ "log",
816
+ "ring 0.16.20",
817
+ "sct",
818
+ "webpki",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "scopeguard"
823
+ version = "1.2.0"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
826
+
827
+ [[package]]
828
+ name = "sct"
829
+ version = "0.7.1"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
832
+ dependencies = [
833
+ "ring 0.17.8",
834
+ "untrusted 0.9.0",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "seq-macro"
839
+ version = "0.3.5"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
842
+
843
+ [[package]]
844
+ name = "serde"
845
+ version = "1.0.217"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
848
+ dependencies = [
849
+ "serde_derive",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "serde_derive"
854
+ version = "1.0.217"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
857
+ dependencies = [
858
+ "proc-macro2",
859
+ "quote",
860
+ "syn",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "shell-words"
865
+ version = "1.1.0"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
868
+
869
+ [[package]]
870
+ name = "shlex"
871
+ version = "1.3.0"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
874
+
875
+ [[package]]
876
+ name = "signal-hook-registry"
877
+ version = "1.4.2"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
880
+ dependencies = [
881
+ "libc",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "simple_logger"
886
+ version = "5.0.0"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
889
+ dependencies = [
890
+ "colored",
891
+ "log",
892
+ "time",
893
+ "windows-sys 0.48.0",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "slab"
898
+ version = "0.4.9"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
901
+ dependencies = [
902
+ "autocfg",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "smallvec"
907
+ version = "1.13.2"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
910
+
911
+ [[package]]
912
+ name = "socket2"
913
+ version = "0.5.8"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
916
+ dependencies = [
917
+ "libc",
918
+ "windows-sys 0.52.0",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "spin"
923
+ version = "0.5.2"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
926
+
927
+ [[package]]
928
+ name = "spin"
929
+ version = "0.9.8"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
932
+
933
+ [[package]]
934
+ name = "syn"
935
+ version = "2.0.96"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
938
+ dependencies = [
939
+ "proc-macro2",
940
+ "quote",
941
+ "unicode-ident",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "time"
946
+ version = "0.3.37"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
949
+ dependencies = [
950
+ "deranged",
951
+ "itoa",
952
+ "libc",
953
+ "num-conv",
954
+ "num_threads",
955
+ "powerfmt",
956
+ "serde",
957
+ "time-core",
958
+ "time-macros",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "time-core"
963
+ version = "0.1.2"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
966
+
967
+ [[package]]
968
+ name = "time-macros"
969
+ version = "0.2.19"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
972
+ dependencies = [
973
+ "num-conv",
974
+ "time-core",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "tokio"
979
+ version = "1.43.0"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
982
+ dependencies = [
983
+ "backtrace",
984
+ "bytes",
985
+ "libc",
986
+ "mio",
987
+ "parking_lot",
988
+ "pin-project-lite",
989
+ "signal-hook-registry",
990
+ "socket2",
991
+ "tokio-macros",
992
+ "windows-sys 0.52.0",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "tokio-macros"
997
+ version = "2.5.0"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1000
+ dependencies = [
1001
+ "proc-macro2",
1002
+ "quote",
1003
+ "syn",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "tokio-rustls"
1008
+ version = "0.23.4"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
1011
+ dependencies = [
1012
+ "rustls",
1013
+ "tokio",
1014
+ "webpki",
1015
+ ]
1016
+
1017
+ [[package]]
1018
+ name = "tokio-stream"
1019
+ version = "0.1.17"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
1022
+ dependencies = [
1023
+ "futures-core",
1024
+ "pin-project-lite",
1025
+ "tokio",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "tokio-util"
1030
+ version = "0.7.13"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
1033
+ dependencies = [
1034
+ "bytes",
1035
+ "futures-core",
1036
+ "futures-sink",
1037
+ "pin-project-lite",
1038
+ "tokio",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "tower-service"
1043
+ version = "0.3.2"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1046
+
1047
+ [[package]]
1048
+ name = "tracing"
1049
+ version = "0.1.41"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1052
+ dependencies = [
1053
+ "pin-project-lite",
1054
+ "tracing-core",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "tracing-core"
1059
+ version = "0.1.33"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
1062
+ dependencies = [
1063
+ "once_cell",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "try-lock"
1068
+ version = "0.2.5"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1071
+
1072
+ [[package]]
1073
+ name = "unicode-ident"
1074
+ version = "1.0.14"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
1077
+
1078
+ [[package]]
1079
+ name = "untrusted"
1080
+ version = "0.7.1"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1083
+
1084
+ [[package]]
1085
+ name = "untrusted"
1086
+ version = "0.9.0"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1089
+
1090
+ [[package]]
1091
+ name = "want"
1092
+ version = "0.3.1"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1095
+ dependencies = [
1096
+ "try-lock",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "wasi"
1101
+ version = "0.11.0+wasi-snapshot-preview1"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1104
+
1105
+ [[package]]
1106
+ name = "wasm-bindgen"
1107
+ version = "0.2.100"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1110
+ dependencies = [
1111
+ "cfg-if",
1112
+ "once_cell",
1113
+ "wasm-bindgen-macro",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "wasm-bindgen-backend"
1118
+ version = "0.2.100"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1121
+ dependencies = [
1122
+ "bumpalo",
1123
+ "log",
1124
+ "proc-macro2",
1125
+ "quote",
1126
+ "syn",
1127
+ "wasm-bindgen-shared",
1128
+ ]
1129
+
1130
+ [[package]]
1131
+ name = "wasm-bindgen-macro"
1132
+ version = "0.2.100"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1135
+ dependencies = [
1136
+ "quote",
1137
+ "wasm-bindgen-macro-support",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "wasm-bindgen-macro-support"
1142
+ version = "0.2.100"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1145
+ dependencies = [
1146
+ "proc-macro2",
1147
+ "quote",
1148
+ "syn",
1149
+ "wasm-bindgen-backend",
1150
+ "wasm-bindgen-shared",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "wasm-bindgen-shared"
1155
+ version = "0.2.100"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1158
+ dependencies = [
1159
+ "unicode-ident",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "web-sys"
1164
+ version = "0.3.77"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1167
+ dependencies = [
1168
+ "js-sys",
1169
+ "wasm-bindgen",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "webpki"
1174
+ version = "0.22.4"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
1177
+ dependencies = [
1178
+ "ring 0.17.8",
1179
+ "untrusted 0.9.0",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "winapi"
1184
+ version = "0.3.9"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1187
+ dependencies = [
1188
+ "winapi-i686-pc-windows-gnu",
1189
+ "winapi-x86_64-pc-windows-gnu",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "winapi-i686-pc-windows-gnu"
1194
+ version = "0.4.0"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1197
+
1198
+ [[package]]
1199
+ name = "winapi-x86_64-pc-windows-gnu"
1200
+ version = "0.4.0"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1203
+
1204
+ [[package]]
1205
+ name = "windows-sys"
1206
+ version = "0.48.0"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1209
+ dependencies = [
1210
+ "windows-targets 0.48.5",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "windows-sys"
1215
+ version = "0.52.0"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1218
+ dependencies = [
1219
+ "windows-targets 0.52.6",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "windows-sys"
1224
+ version = "0.59.0"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1227
+ dependencies = [
1228
+ "windows-targets 0.52.6",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "windows-targets"
1233
+ version = "0.48.5"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1236
+ dependencies = [
1237
+ "windows_aarch64_gnullvm 0.48.5",
1238
+ "windows_aarch64_msvc 0.48.5",
1239
+ "windows_i686_gnu 0.48.5",
1240
+ "windows_i686_msvc 0.48.5",
1241
+ "windows_x86_64_gnu 0.48.5",
1242
+ "windows_x86_64_gnullvm 0.48.5",
1243
+ "windows_x86_64_msvc 0.48.5",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "windows-targets"
1248
+ version = "0.52.6"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1251
+ dependencies = [
1252
+ "windows_aarch64_gnullvm 0.52.6",
1253
+ "windows_aarch64_msvc 0.52.6",
1254
+ "windows_i686_gnu 0.52.6",
1255
+ "windows_i686_gnullvm",
1256
+ "windows_i686_msvc 0.52.6",
1257
+ "windows_x86_64_gnu 0.52.6",
1258
+ "windows_x86_64_gnullvm 0.52.6",
1259
+ "windows_x86_64_msvc 0.52.6",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "windows_aarch64_gnullvm"
1264
+ version = "0.48.5"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1267
+
1268
+ [[package]]
1269
+ name = "windows_aarch64_gnullvm"
1270
+ version = "0.52.6"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1273
+
1274
+ [[package]]
1275
+ name = "windows_aarch64_msvc"
1276
+ version = "0.48.5"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1279
+
1280
+ [[package]]
1281
+ name = "windows_aarch64_msvc"
1282
+ version = "0.52.6"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1285
+
1286
+ [[package]]
1287
+ name = "windows_i686_gnu"
1288
+ version = "0.48.5"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1291
+
1292
+ [[package]]
1293
+ name = "windows_i686_gnu"
1294
+ version = "0.52.6"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1297
+
1298
+ [[package]]
1299
+ name = "windows_i686_gnullvm"
1300
+ version = "0.52.6"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1303
+
1304
+ [[package]]
1305
+ name = "windows_i686_msvc"
1306
+ version = "0.48.5"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1309
+
1310
+ [[package]]
1311
+ name = "windows_i686_msvc"
1312
+ version = "0.52.6"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1315
+
1316
+ [[package]]
1317
+ name = "windows_x86_64_gnu"
1318
+ version = "0.48.5"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1321
+
1322
+ [[package]]
1323
+ name = "windows_x86_64_gnu"
1324
+ version = "0.52.6"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1327
+
1328
+ [[package]]
1329
+ name = "windows_x86_64_gnullvm"
1330
+ version = "0.48.5"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1333
+
1334
+ [[package]]
1335
+ name = "windows_x86_64_gnullvm"
1336
+ version = "0.52.6"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1339
+
1340
+ [[package]]
1341
+ name = "windows_x86_64_msvc"
1342
+ version = "0.48.5"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1345
+
1346
+ [[package]]
1347
+ name = "windows_x86_64_msvc"
1348
+ version = "0.52.6"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"