rust_json_schema 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,1551 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.21.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler"
16
+ version = "1.0.2"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
+
20
+ [[package]]
21
+ name = "ahash"
22
+ version = "0.8.7"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "getrandom",
28
+ "once_cell",
29
+ "serde",
30
+ "version_check",
31
+ "zerocopy",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "aho-corasick"
36
+ version = "1.1.2"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
39
+ dependencies = [
40
+ "memchr",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "anstream"
45
+ version = "0.6.5"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
48
+ dependencies = [
49
+ "anstyle",
50
+ "anstyle-parse",
51
+ "anstyle-query",
52
+ "anstyle-wincon",
53
+ "colorchoice",
54
+ "utf8parse",
55
+ ]
56
+
57
+ [[package]]
58
+ name = "anstyle"
59
+ version = "1.0.4"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
62
+
63
+ [[package]]
64
+ name = "anstyle-parse"
65
+ version = "0.2.3"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
68
+ dependencies = [
69
+ "utf8parse",
70
+ ]
71
+
72
+ [[package]]
73
+ name = "anstyle-query"
74
+ version = "1.0.2"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
77
+ dependencies = [
78
+ "windows-sys 0.52.0",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anstyle-wincon"
83
+ version = "3.0.2"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
86
+ dependencies = [
87
+ "anstyle",
88
+ "windows-sys 0.52.0",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "anyhow"
93
+ version = "1.0.79"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
96
+
97
+ [[package]]
98
+ name = "autocfg"
99
+ version = "1.1.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
102
+
103
+ [[package]]
104
+ name = "backtrace"
105
+ version = "0.3.69"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
108
+ dependencies = [
109
+ "addr2line",
110
+ "cc",
111
+ "cfg-if",
112
+ "libc",
113
+ "miniz_oxide",
114
+ "object",
115
+ "rustc-demangle",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "base64"
120
+ version = "0.21.7"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
123
+
124
+ [[package]]
125
+ name = "bindgen"
126
+ version = "0.69.1"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
129
+ dependencies = [
130
+ "bitflags 2.4.1",
131
+ "cexpr",
132
+ "clang-sys",
133
+ "lazy_static",
134
+ "lazycell",
135
+ "peeking_take_while",
136
+ "proc-macro2",
137
+ "quote",
138
+ "regex",
139
+ "rustc-hash",
140
+ "shlex",
141
+ "syn",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "bit-set"
146
+ version = "0.5.3"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
149
+ dependencies = [
150
+ "bit-vec",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "bit-vec"
155
+ version = "0.6.3"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
158
+
159
+ [[package]]
160
+ name = "bitflags"
161
+ version = "1.3.2"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
164
+
165
+ [[package]]
166
+ name = "bitflags"
167
+ version = "2.4.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
170
+
171
+ [[package]]
172
+ name = "bumpalo"
173
+ version = "3.14.0"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
176
+
177
+ [[package]]
178
+ name = "bytecount"
179
+ version = "0.6.7"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
182
+
183
+ [[package]]
184
+ name = "bytes"
185
+ version = "1.5.0"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
188
+
189
+ [[package]]
190
+ name = "cc"
191
+ version = "1.0.83"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
194
+ dependencies = [
195
+ "libc",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "cexpr"
200
+ version = "0.6.0"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
203
+ dependencies = [
204
+ "nom",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "cfg-if"
209
+ version = "1.0.0"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
212
+
213
+ [[package]]
214
+ name = "clang-sys"
215
+ version = "1.7.0"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
218
+ dependencies = [
219
+ "glob",
220
+ "libc",
221
+ "libloading",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "clap"
226
+ version = "4.4.15"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "c12ed66a79a555082f595f7eb980d08669de95009dd4b3d61168c573ebe38fc9"
229
+ dependencies = [
230
+ "clap_builder",
231
+ "clap_derive",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "clap_builder"
236
+ version = "4.4.15"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "0f4645eab3431e5a8403a96bea02506a8b35d28cd0f0330977dd5d22f9c84f43"
239
+ dependencies = [
240
+ "anstream",
241
+ "anstyle",
242
+ "clap_lex",
243
+ "strsim",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "clap_derive"
248
+ version = "4.4.7"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
251
+ dependencies = [
252
+ "heck",
253
+ "proc-macro2",
254
+ "quote",
255
+ "syn",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "clap_lex"
260
+ version = "0.6.0"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
263
+
264
+ [[package]]
265
+ name = "colorchoice"
266
+ version = "1.0.0"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
269
+
270
+ [[package]]
271
+ name = "core-foundation"
272
+ version = "0.9.4"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
275
+ dependencies = [
276
+ "core-foundation-sys",
277
+ "libc",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "core-foundation-sys"
282
+ version = "0.8.6"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
285
+
286
+ [[package]]
287
+ name = "deranged"
288
+ version = "0.3.11"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
291
+ dependencies = [
292
+ "powerfmt",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "encoding_rs"
297
+ version = "0.8.33"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
300
+ dependencies = [
301
+ "cfg-if",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "equivalent"
306
+ version = "1.0.1"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
309
+
310
+ [[package]]
311
+ name = "fancy-regex"
312
+ version = "0.11.0"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
315
+ dependencies = [
316
+ "bit-set",
317
+ "regex",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "fnv"
322
+ version = "1.0.7"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
325
+
326
+ [[package]]
327
+ name = "form_urlencoded"
328
+ version = "1.2.1"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
331
+ dependencies = [
332
+ "percent-encoding",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "fraction"
337
+ version = "0.13.1"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
340
+ dependencies = [
341
+ "lazy_static",
342
+ "num",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "futures-channel"
347
+ version = "0.3.30"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
350
+ dependencies = [
351
+ "futures-core",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "futures-core"
356
+ version = "0.3.30"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
359
+
360
+ [[package]]
361
+ name = "futures-io"
362
+ version = "0.3.30"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
365
+
366
+ [[package]]
367
+ name = "futures-sink"
368
+ version = "0.3.30"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
371
+
372
+ [[package]]
373
+ name = "futures-task"
374
+ version = "0.3.30"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
377
+
378
+ [[package]]
379
+ name = "futures-util"
380
+ version = "0.3.30"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
383
+ dependencies = [
384
+ "futures-core",
385
+ "futures-io",
386
+ "futures-task",
387
+ "memchr",
388
+ "pin-project-lite",
389
+ "pin-utils",
390
+ "slab",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "getrandom"
395
+ version = "0.2.12"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
398
+ dependencies = [
399
+ "cfg-if",
400
+ "js-sys",
401
+ "libc",
402
+ "wasi",
403
+ "wasm-bindgen",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "gimli"
408
+ version = "0.28.1"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
411
+
412
+ [[package]]
413
+ name = "glob"
414
+ version = "0.3.1"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
417
+
418
+ [[package]]
419
+ name = "h2"
420
+ version = "0.3.23"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7"
423
+ dependencies = [
424
+ "bytes",
425
+ "fnv",
426
+ "futures-core",
427
+ "futures-sink",
428
+ "futures-util",
429
+ "http",
430
+ "indexmap",
431
+ "slab",
432
+ "tokio",
433
+ "tokio-util",
434
+ "tracing",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "hashbrown"
439
+ version = "0.14.3"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
442
+
443
+ [[package]]
444
+ name = "heck"
445
+ version = "0.4.1"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
448
+
449
+ [[package]]
450
+ name = "hermit-abi"
451
+ version = "0.3.3"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
454
+
455
+ [[package]]
456
+ name = "http"
457
+ version = "0.2.11"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
460
+ dependencies = [
461
+ "bytes",
462
+ "fnv",
463
+ "itoa",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "http-body"
468
+ version = "0.4.6"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
471
+ dependencies = [
472
+ "bytes",
473
+ "http",
474
+ "pin-project-lite",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "httparse"
479
+ version = "1.8.0"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
482
+
483
+ [[package]]
484
+ name = "httpdate"
485
+ version = "1.0.3"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
488
+
489
+ [[package]]
490
+ name = "hyper"
491
+ version = "0.14.28"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
494
+ dependencies = [
495
+ "bytes",
496
+ "futures-channel",
497
+ "futures-core",
498
+ "futures-util",
499
+ "h2",
500
+ "http",
501
+ "http-body",
502
+ "httparse",
503
+ "httpdate",
504
+ "itoa",
505
+ "pin-project-lite",
506
+ "socket2",
507
+ "tokio",
508
+ "tower-service",
509
+ "tracing",
510
+ "want",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "idna"
515
+ version = "0.5.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
518
+ dependencies = [
519
+ "unicode-bidi",
520
+ "unicode-normalization",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "indexmap"
525
+ version = "2.1.0"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
528
+ dependencies = [
529
+ "equivalent",
530
+ "hashbrown",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "ipnet"
535
+ version = "2.9.0"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
538
+
539
+ [[package]]
540
+ name = "iso8601"
541
+ version = "0.6.1"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153"
544
+ dependencies = [
545
+ "nom",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "itoa"
550
+ version = "1.0.10"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
553
+
554
+ [[package]]
555
+ name = "js-sys"
556
+ version = "0.3.66"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
559
+ dependencies = [
560
+ "wasm-bindgen",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "jsonschema"
565
+ version = "0.17.1"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "2a071f4f7efc9a9118dfb627a0a94ef247986e1ab8606a4c806ae2b3aa3b6978"
568
+ dependencies = [
569
+ "ahash",
570
+ "anyhow",
571
+ "base64",
572
+ "bytecount",
573
+ "clap",
574
+ "fancy-regex",
575
+ "fraction",
576
+ "getrandom",
577
+ "iso8601",
578
+ "itoa",
579
+ "memchr",
580
+ "num-cmp",
581
+ "once_cell",
582
+ "parking_lot",
583
+ "percent-encoding",
584
+ "regex",
585
+ "reqwest",
586
+ "serde",
587
+ "serde_json",
588
+ "time",
589
+ "url",
590
+ "uuid",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "lazy_static"
595
+ version = "1.4.0"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
598
+
599
+ [[package]]
600
+ name = "lazycell"
601
+ version = "1.3.0"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
604
+
605
+ [[package]]
606
+ name = "libc"
607
+ version = "0.2.152"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
610
+
611
+ [[package]]
612
+ name = "libloading"
613
+ version = "0.8.1"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
616
+ dependencies = [
617
+ "cfg-if",
618
+ "windows-sys 0.48.0",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "lock_api"
623
+ version = "0.4.11"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
626
+ dependencies = [
627
+ "autocfg",
628
+ "scopeguard",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "log"
633
+ version = "0.4.20"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
636
+
637
+ [[package]]
638
+ name = "magnus"
639
+ version = "0.6.2"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
642
+ dependencies = [
643
+ "magnus-macros",
644
+ "rb-sys",
645
+ "rb-sys-env",
646
+ "seq-macro",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "magnus-macros"
651
+ version = "0.6.0"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
654
+ dependencies = [
655
+ "proc-macro2",
656
+ "quote",
657
+ "syn",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "memchr"
662
+ version = "2.7.1"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
665
+
666
+ [[package]]
667
+ name = "mime"
668
+ version = "0.3.17"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
671
+
672
+ [[package]]
673
+ name = "minimal-lexical"
674
+ version = "0.2.1"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
677
+
678
+ [[package]]
679
+ name = "miniz_oxide"
680
+ version = "0.7.1"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
683
+ dependencies = [
684
+ "adler",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "mio"
689
+ version = "0.8.10"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
692
+ dependencies = [
693
+ "libc",
694
+ "wasi",
695
+ "windows-sys 0.48.0",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "nom"
700
+ version = "7.1.3"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
703
+ dependencies = [
704
+ "memchr",
705
+ "minimal-lexical",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "num"
710
+ version = "0.4.1"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
713
+ dependencies = [
714
+ "num-bigint",
715
+ "num-complex",
716
+ "num-integer",
717
+ "num-iter",
718
+ "num-rational",
719
+ "num-traits",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "num-bigint"
724
+ version = "0.4.4"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
727
+ dependencies = [
728
+ "autocfg",
729
+ "num-integer",
730
+ "num-traits",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "num-cmp"
735
+ version = "0.1.0"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
738
+
739
+ [[package]]
740
+ name = "num-complex"
741
+ version = "0.4.4"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
744
+ dependencies = [
745
+ "num-traits",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "num-integer"
750
+ version = "0.1.45"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
753
+ dependencies = [
754
+ "autocfg",
755
+ "num-traits",
756
+ ]
757
+
758
+ [[package]]
759
+ name = "num-iter"
760
+ version = "0.1.43"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
763
+ dependencies = [
764
+ "autocfg",
765
+ "num-integer",
766
+ "num-traits",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "num-rational"
771
+ version = "0.4.1"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
774
+ dependencies = [
775
+ "autocfg",
776
+ "num-bigint",
777
+ "num-integer",
778
+ "num-traits",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "num-traits"
783
+ version = "0.2.17"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
786
+ dependencies = [
787
+ "autocfg",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "num_cpus"
792
+ version = "1.16.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
795
+ dependencies = [
796
+ "hermit-abi",
797
+ "libc",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "object"
802
+ version = "0.32.2"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
805
+ dependencies = [
806
+ "memchr",
807
+ ]
808
+
809
+ [[package]]
810
+ name = "once_cell"
811
+ version = "1.19.0"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
814
+
815
+ [[package]]
816
+ name = "parking_lot"
817
+ version = "0.12.1"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
820
+ dependencies = [
821
+ "lock_api",
822
+ "parking_lot_core",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "parking_lot_core"
827
+ version = "0.9.9"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
830
+ dependencies = [
831
+ "cfg-if",
832
+ "libc",
833
+ "redox_syscall",
834
+ "smallvec",
835
+ "windows-targets 0.48.5",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "peeking_take_while"
840
+ version = "0.1.2"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
843
+
844
+ [[package]]
845
+ name = "percent-encoding"
846
+ version = "2.3.1"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
849
+
850
+ [[package]]
851
+ name = "pin-project-lite"
852
+ version = "0.2.13"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
855
+
856
+ [[package]]
857
+ name = "pin-utils"
858
+ version = "0.1.0"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
861
+
862
+ [[package]]
863
+ name = "powerfmt"
864
+ version = "0.2.0"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
867
+
868
+ [[package]]
869
+ name = "proc-macro2"
870
+ version = "1.0.76"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
873
+ dependencies = [
874
+ "unicode-ident",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "quote"
879
+ version = "1.0.35"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
882
+ dependencies = [
883
+ "proc-macro2",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "rb-sys"
888
+ version = "0.9.86"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "7285f2a7b92f58ab198e3fd59a71d2861478f9c4642f41e83582385818941697"
891
+ dependencies = [
892
+ "rb-sys-build",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "rb-sys-build"
897
+ version = "0.9.86"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "71583945f94dabb6c0dfa63f1b71e929c1901e1e288ef3739ab8bed3b7069550"
900
+ dependencies = [
901
+ "bindgen",
902
+ "lazy_static",
903
+ "proc-macro2",
904
+ "quote",
905
+ "regex",
906
+ "shell-words",
907
+ "syn",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "rb-sys-env"
912
+ version = "0.1.2"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
915
+
916
+ [[package]]
917
+ name = "redox_syscall"
918
+ version = "0.4.1"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
921
+ dependencies = [
922
+ "bitflags 1.3.2",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "regex"
927
+ version = "1.10.2"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
930
+ dependencies = [
931
+ "aho-corasick",
932
+ "memchr",
933
+ "regex-automata",
934
+ "regex-syntax",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "regex-automata"
939
+ version = "0.4.3"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
942
+ dependencies = [
943
+ "aho-corasick",
944
+ "memchr",
945
+ "regex-syntax",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "regex-syntax"
950
+ version = "0.8.2"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
953
+
954
+ [[package]]
955
+ name = "reqwest"
956
+ version = "0.11.23"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
959
+ dependencies = [
960
+ "base64",
961
+ "bytes",
962
+ "encoding_rs",
963
+ "futures-core",
964
+ "futures-util",
965
+ "h2",
966
+ "http",
967
+ "http-body",
968
+ "hyper",
969
+ "ipnet",
970
+ "js-sys",
971
+ "log",
972
+ "mime",
973
+ "once_cell",
974
+ "percent-encoding",
975
+ "pin-project-lite",
976
+ "serde",
977
+ "serde_json",
978
+ "serde_urlencoded",
979
+ "system-configuration",
980
+ "tokio",
981
+ "tower-service",
982
+ "url",
983
+ "wasm-bindgen",
984
+ "wasm-bindgen-futures",
985
+ "web-sys",
986
+ "winreg",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "rust_json_schema"
991
+ version = "0.1.0"
992
+ dependencies = [
993
+ "jsonschema",
994
+ "magnus",
995
+ "serde_json",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "rustc-demangle"
1000
+ version = "0.1.23"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1003
+
1004
+ [[package]]
1005
+ name = "rustc-hash"
1006
+ version = "1.1.0"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1009
+
1010
+ [[package]]
1011
+ name = "ryu"
1012
+ version = "1.0.16"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
1015
+
1016
+ [[package]]
1017
+ name = "scopeguard"
1018
+ version = "1.2.0"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1021
+
1022
+ [[package]]
1023
+ name = "seq-macro"
1024
+ version = "0.3.5"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1027
+
1028
+ [[package]]
1029
+ name = "serde"
1030
+ version = "1.0.195"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
1033
+ dependencies = [
1034
+ "serde_derive",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "serde_derive"
1039
+ version = "1.0.195"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
1042
+ dependencies = [
1043
+ "proc-macro2",
1044
+ "quote",
1045
+ "syn",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "serde_json"
1050
+ version = "1.0.111"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
1053
+ dependencies = [
1054
+ "itoa",
1055
+ "ryu",
1056
+ "serde",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "serde_urlencoded"
1061
+ version = "0.7.1"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1064
+ dependencies = [
1065
+ "form_urlencoded",
1066
+ "itoa",
1067
+ "ryu",
1068
+ "serde",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "shell-words"
1073
+ version = "1.1.0"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1076
+
1077
+ [[package]]
1078
+ name = "shlex"
1079
+ version = "1.2.0"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
1082
+
1083
+ [[package]]
1084
+ name = "slab"
1085
+ version = "0.4.9"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1088
+ dependencies = [
1089
+ "autocfg",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "smallvec"
1094
+ version = "1.11.2"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
1097
+
1098
+ [[package]]
1099
+ name = "socket2"
1100
+ version = "0.5.5"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
1103
+ dependencies = [
1104
+ "libc",
1105
+ "windows-sys 0.48.0",
1106
+ ]
1107
+
1108
+ [[package]]
1109
+ name = "strsim"
1110
+ version = "0.10.0"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1113
+
1114
+ [[package]]
1115
+ name = "syn"
1116
+ version = "2.0.48"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
1119
+ dependencies = [
1120
+ "proc-macro2",
1121
+ "quote",
1122
+ "unicode-ident",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "system-configuration"
1127
+ version = "0.5.1"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1130
+ dependencies = [
1131
+ "bitflags 1.3.2",
1132
+ "core-foundation",
1133
+ "system-configuration-sys",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "system-configuration-sys"
1138
+ version = "0.5.0"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1141
+ dependencies = [
1142
+ "core-foundation-sys",
1143
+ "libc",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "time"
1148
+ version = "0.3.31"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
1151
+ dependencies = [
1152
+ "deranged",
1153
+ "powerfmt",
1154
+ "serde",
1155
+ "time-core",
1156
+ "time-macros",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "time-core"
1161
+ version = "0.1.2"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1164
+
1165
+ [[package]]
1166
+ name = "time-macros"
1167
+ version = "0.2.16"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
1170
+ dependencies = [
1171
+ "time-core",
1172
+ ]
1173
+
1174
+ [[package]]
1175
+ name = "tinyvec"
1176
+ version = "1.6.0"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1179
+ dependencies = [
1180
+ "tinyvec_macros",
1181
+ ]
1182
+
1183
+ [[package]]
1184
+ name = "tinyvec_macros"
1185
+ version = "0.1.1"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1188
+
1189
+ [[package]]
1190
+ name = "tokio"
1191
+ version = "1.35.1"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
1194
+ dependencies = [
1195
+ "backtrace",
1196
+ "bytes",
1197
+ "libc",
1198
+ "mio",
1199
+ "num_cpus",
1200
+ "pin-project-lite",
1201
+ "socket2",
1202
+ "windows-sys 0.48.0",
1203
+ ]
1204
+
1205
+ [[package]]
1206
+ name = "tokio-util"
1207
+ version = "0.7.10"
1208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1209
+ checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1210
+ dependencies = [
1211
+ "bytes",
1212
+ "futures-core",
1213
+ "futures-sink",
1214
+ "pin-project-lite",
1215
+ "tokio",
1216
+ "tracing",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "tower-service"
1221
+ version = "0.3.2"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1224
+
1225
+ [[package]]
1226
+ name = "tracing"
1227
+ version = "0.1.40"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1230
+ dependencies = [
1231
+ "pin-project-lite",
1232
+ "tracing-core",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "tracing-core"
1237
+ version = "0.1.32"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1240
+ dependencies = [
1241
+ "once_cell",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "try-lock"
1246
+ version = "0.2.5"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1249
+
1250
+ [[package]]
1251
+ name = "unicode-bidi"
1252
+ version = "0.3.14"
1253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1254
+ checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
1255
+
1256
+ [[package]]
1257
+ name = "unicode-ident"
1258
+ version = "1.0.12"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1261
+
1262
+ [[package]]
1263
+ name = "unicode-normalization"
1264
+ version = "0.1.22"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1267
+ dependencies = [
1268
+ "tinyvec",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "url"
1273
+ version = "2.5.0"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1276
+ dependencies = [
1277
+ "form_urlencoded",
1278
+ "idna",
1279
+ "percent-encoding",
1280
+ ]
1281
+
1282
+ [[package]]
1283
+ name = "utf8parse"
1284
+ version = "0.2.1"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1287
+
1288
+ [[package]]
1289
+ name = "uuid"
1290
+ version = "1.6.1"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
1293
+
1294
+ [[package]]
1295
+ name = "version_check"
1296
+ version = "0.9.4"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1299
+
1300
+ [[package]]
1301
+ name = "want"
1302
+ version = "0.3.1"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1305
+ dependencies = [
1306
+ "try-lock",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "wasi"
1311
+ version = "0.11.0+wasi-snapshot-preview1"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1314
+
1315
+ [[package]]
1316
+ name = "wasm-bindgen"
1317
+ version = "0.2.89"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
1320
+ dependencies = [
1321
+ "cfg-if",
1322
+ "wasm-bindgen-macro",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "wasm-bindgen-backend"
1327
+ version = "0.2.89"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
1330
+ dependencies = [
1331
+ "bumpalo",
1332
+ "log",
1333
+ "once_cell",
1334
+ "proc-macro2",
1335
+ "quote",
1336
+ "syn",
1337
+ "wasm-bindgen-shared",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "wasm-bindgen-futures"
1342
+ version = "0.4.39"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
1345
+ dependencies = [
1346
+ "cfg-if",
1347
+ "js-sys",
1348
+ "wasm-bindgen",
1349
+ "web-sys",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "wasm-bindgen-macro"
1354
+ version = "0.2.89"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
1357
+ dependencies = [
1358
+ "quote",
1359
+ "wasm-bindgen-macro-support",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "wasm-bindgen-macro-support"
1364
+ version = "0.2.89"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
1367
+ dependencies = [
1368
+ "proc-macro2",
1369
+ "quote",
1370
+ "syn",
1371
+ "wasm-bindgen-backend",
1372
+ "wasm-bindgen-shared",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "wasm-bindgen-shared"
1377
+ version = "0.2.89"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
1380
+
1381
+ [[package]]
1382
+ name = "web-sys"
1383
+ version = "0.3.66"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
1386
+ dependencies = [
1387
+ "js-sys",
1388
+ "wasm-bindgen",
1389
+ ]
1390
+
1391
+ [[package]]
1392
+ name = "windows-sys"
1393
+ version = "0.48.0"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1396
+ dependencies = [
1397
+ "windows-targets 0.48.5",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "windows-sys"
1402
+ version = "0.52.0"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1405
+ dependencies = [
1406
+ "windows-targets 0.52.0",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "windows-targets"
1411
+ version = "0.48.5"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1414
+ dependencies = [
1415
+ "windows_aarch64_gnullvm 0.48.5",
1416
+ "windows_aarch64_msvc 0.48.5",
1417
+ "windows_i686_gnu 0.48.5",
1418
+ "windows_i686_msvc 0.48.5",
1419
+ "windows_x86_64_gnu 0.48.5",
1420
+ "windows_x86_64_gnullvm 0.48.5",
1421
+ "windows_x86_64_msvc 0.48.5",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "windows-targets"
1426
+ version = "0.52.0"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
1429
+ dependencies = [
1430
+ "windows_aarch64_gnullvm 0.52.0",
1431
+ "windows_aarch64_msvc 0.52.0",
1432
+ "windows_i686_gnu 0.52.0",
1433
+ "windows_i686_msvc 0.52.0",
1434
+ "windows_x86_64_gnu 0.52.0",
1435
+ "windows_x86_64_gnullvm 0.52.0",
1436
+ "windows_x86_64_msvc 0.52.0",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "windows_aarch64_gnullvm"
1441
+ version = "0.48.5"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1444
+
1445
+ [[package]]
1446
+ name = "windows_aarch64_gnullvm"
1447
+ version = "0.52.0"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1450
+
1451
+ [[package]]
1452
+ name = "windows_aarch64_msvc"
1453
+ version = "0.48.5"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1456
+
1457
+ [[package]]
1458
+ name = "windows_aarch64_msvc"
1459
+ version = "0.52.0"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1462
+
1463
+ [[package]]
1464
+ name = "windows_i686_gnu"
1465
+ version = "0.48.5"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1468
+
1469
+ [[package]]
1470
+ name = "windows_i686_gnu"
1471
+ version = "0.52.0"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1474
+
1475
+ [[package]]
1476
+ name = "windows_i686_msvc"
1477
+ version = "0.48.5"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1480
+
1481
+ [[package]]
1482
+ name = "windows_i686_msvc"
1483
+ version = "0.52.0"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1486
+
1487
+ [[package]]
1488
+ name = "windows_x86_64_gnu"
1489
+ version = "0.48.5"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1492
+
1493
+ [[package]]
1494
+ name = "windows_x86_64_gnu"
1495
+ version = "0.52.0"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1498
+
1499
+ [[package]]
1500
+ name = "windows_x86_64_gnullvm"
1501
+ version = "0.48.5"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1504
+
1505
+ [[package]]
1506
+ name = "windows_x86_64_gnullvm"
1507
+ version = "0.52.0"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1510
+
1511
+ [[package]]
1512
+ name = "windows_x86_64_msvc"
1513
+ version = "0.48.5"
1514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1515
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1516
+
1517
+ [[package]]
1518
+ name = "windows_x86_64_msvc"
1519
+ version = "0.52.0"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
1522
+
1523
+ [[package]]
1524
+ name = "winreg"
1525
+ version = "0.50.0"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
1528
+ dependencies = [
1529
+ "cfg-if",
1530
+ "windows-sys 0.48.0",
1531
+ ]
1532
+
1533
+ [[package]]
1534
+ name = "zerocopy"
1535
+ version = "0.7.32"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
1538
+ dependencies = [
1539
+ "zerocopy-derive",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "zerocopy-derive"
1544
+ version = "0.7.32"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
1547
+ dependencies = [
1548
+ "proc-macro2",
1549
+ "quote",
1550
+ "syn",
1551
+ ]