wreq 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock ADDED
@@ -0,0 +1,1709 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "alloc-no-stdlib"
22
+ version = "2.0.4"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
25
+
26
+ [[package]]
27
+ name = "alloc-stdlib"
28
+ version = "0.2.2"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
31
+ dependencies = [
32
+ "alloc-no-stdlib",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "allocator-api2"
37
+ version = "0.2.21"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
40
+
41
+ [[package]]
42
+ name = "arc-swap"
43
+ version = "1.9.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
46
+ dependencies = [
47
+ "rustversion",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "async-compression"
52
+ version = "0.4.42"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
55
+ dependencies = [
56
+ "compression-codecs",
57
+ "compression-core",
58
+ "pin-project-lite",
59
+ "tokio",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "atomic-waker"
64
+ version = "1.1.2"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
67
+
68
+ [[package]]
69
+ name = "bindgen"
70
+ version = "0.72.1"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
73
+ dependencies = [
74
+ "bitflags",
75
+ "cexpr",
76
+ "clang-sys",
77
+ "itertools",
78
+ "proc-macro2",
79
+ "quote",
80
+ "regex",
81
+ "rustc-hash",
82
+ "shlex 1.3.0",
83
+ "syn",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "bitflags"
88
+ version = "2.12.1"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a"
91
+
92
+ [[package]]
93
+ name = "brotli"
94
+ version = "8.0.3"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "8119e4516436f5708bbc474a9d395bf12f1b5395e93a92a56e647ac3388c8610"
97
+ dependencies = [
98
+ "alloc-no-stdlib",
99
+ "alloc-stdlib",
100
+ "brotli-decompressor",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "brotli-decompressor"
105
+ version = "5.0.1"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "5962523e1b92ce1b5e793d9169b9943eece10d39f62550bc04bb605d75b94924"
108
+ dependencies = [
109
+ "alloc-no-stdlib",
110
+ "alloc-stdlib",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "btls"
115
+ version = "0.5.6"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "2c5e60b8c8d282c86360cab651ded04ab0335a7b5390c8d34145cbeab8cacf5f"
118
+ dependencies = [
119
+ "bitflags",
120
+ "btls-sys",
121
+ "foreign-types",
122
+ "libc",
123
+ "openssl-macros",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "btls-sys"
128
+ version = "0.5.6"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "9b1b8638a2e1c38a5ae4efa90ae57e643baec35a30d03fc5b399b893adc4954b"
131
+ dependencies = [
132
+ "bindgen",
133
+ "cmake",
134
+ "fs_extra",
135
+ "fslock",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "bytes"
140
+ version = "1.11.1"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
143
+
144
+ [[package]]
145
+ name = "cc"
146
+ version = "1.2.63"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
149
+ dependencies = [
150
+ "find-msvc-tools",
151
+ "jobserver",
152
+ "libc",
153
+ "shlex 2.0.1",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "cexpr"
158
+ version = "0.6.0"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
161
+ dependencies = [
162
+ "nom",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "cfg-if"
167
+ version = "1.0.4"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
170
+
171
+ [[package]]
172
+ name = "clang-sys"
173
+ version = "1.8.1"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
176
+ dependencies = [
177
+ "glob",
178
+ "libc",
179
+ "libloading",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "cmake"
184
+ version = "0.1.58"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
187
+ dependencies = [
188
+ "cc",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "compression-codecs"
193
+ version = "0.4.38"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
196
+ dependencies = [
197
+ "brotli",
198
+ "compression-core",
199
+ "flate2",
200
+ "memchr",
201
+ "zstd",
202
+ "zstd-safe",
203
+ ]
204
+
205
+ [[package]]
206
+ name = "compression-core"
207
+ version = "0.4.32"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
210
+
211
+ [[package]]
212
+ name = "cookie"
213
+ version = "0.18.1"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
216
+ dependencies = [
217
+ "time",
218
+ "version_check",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "core-foundation"
223
+ version = "0.9.4"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
226
+ dependencies = [
227
+ "core-foundation-sys",
228
+ "libc",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "core-foundation-sys"
233
+ version = "0.8.7"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
236
+
237
+ [[package]]
238
+ name = "crc32fast"
239
+ version = "1.5.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
242
+ dependencies = [
243
+ "cfg-if",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "deranged"
248
+ version = "0.5.8"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
251
+ dependencies = [
252
+ "powerfmt",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "displaydoc"
257
+ version = "0.2.6"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
260
+ dependencies = [
261
+ "proc-macro2",
262
+ "quote",
263
+ "syn",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "either"
268
+ version = "1.16.0"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
271
+
272
+ [[package]]
273
+ name = "encoding_rs"
274
+ version = "0.8.35"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
277
+ dependencies = [
278
+ "cfg-if",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "equivalent"
283
+ version = "1.0.2"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
286
+
287
+ [[package]]
288
+ name = "errno"
289
+ version = "0.3.14"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
292
+ dependencies = [
293
+ "libc",
294
+ "windows-sys",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "find-msvc-tools"
299
+ version = "0.1.9"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
302
+
303
+ [[package]]
304
+ name = "flate2"
305
+ version = "1.1.9"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
308
+ dependencies = [
309
+ "crc32fast",
310
+ "miniz_oxide",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "fnv"
315
+ version = "1.0.7"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
318
+
319
+ [[package]]
320
+ name = "foldhash"
321
+ version = "0.2.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
324
+
325
+ [[package]]
326
+ name = "foreign-types"
327
+ version = "0.5.0"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
330
+ dependencies = [
331
+ "foreign-types-macros",
332
+ "foreign-types-shared",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "foreign-types-macros"
337
+ version = "0.2.3"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
340
+ dependencies = [
341
+ "proc-macro2",
342
+ "quote",
343
+ "syn",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "foreign-types-shared"
348
+ version = "0.3.1"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
351
+
352
+ [[package]]
353
+ name = "form_urlencoded"
354
+ version = "1.2.2"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
357
+ dependencies = [
358
+ "percent-encoding",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "fs_extra"
363
+ version = "1.3.0"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
366
+
367
+ [[package]]
368
+ name = "fslock"
369
+ version = "0.2.1"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
372
+ dependencies = [
373
+ "libc",
374
+ "winapi",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "futures-channel"
379
+ version = "0.3.32"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
382
+ dependencies = [
383
+ "futures-core",
384
+ ]
385
+
386
+ [[package]]
387
+ name = "futures-core"
388
+ version = "0.3.32"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
391
+
392
+ [[package]]
393
+ name = "futures-sink"
394
+ version = "0.3.32"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
397
+
398
+ [[package]]
399
+ name = "futures-task"
400
+ version = "0.3.32"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
403
+
404
+ [[package]]
405
+ name = "futures-util"
406
+ version = "0.3.32"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
409
+ dependencies = [
410
+ "futures-core",
411
+ "futures-task",
412
+ "pin-project-lite",
413
+ "slab",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "getrandom"
418
+ version = "0.3.4"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
421
+ dependencies = [
422
+ "cfg-if",
423
+ "libc",
424
+ "r-efi",
425
+ "wasip2",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "glob"
430
+ version = "0.3.3"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
433
+
434
+ [[package]]
435
+ name = "hashbrown"
436
+ version = "0.17.1"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
439
+ dependencies = [
440
+ "allocator-api2",
441
+ "equivalent",
442
+ "foldhash",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "http"
447
+ version = "1.4.1"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
450
+ dependencies = [
451
+ "bytes",
452
+ "itoa",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "http-body"
457
+ version = "1.0.1"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
460
+ dependencies = [
461
+ "bytes",
462
+ "http",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "http-body-util"
467
+ version = "0.1.3"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
470
+ dependencies = [
471
+ "bytes",
472
+ "futures-core",
473
+ "http",
474
+ "http-body",
475
+ "pin-project-lite",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "http2"
480
+ version = "0.5.17"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "569ef7a780e853c4e1768f58a3c8168193b82cdcbab66638a0b1c6583ec5995e"
483
+ dependencies = [
484
+ "atomic-waker",
485
+ "bytes",
486
+ "fnv",
487
+ "futures-core",
488
+ "futures-sink",
489
+ "http",
490
+ "indexmap",
491
+ "slab",
492
+ "smallvec",
493
+ "tokio",
494
+ "tokio-util",
495
+ ]
496
+
497
+ [[package]]
498
+ name = "httparse"
499
+ version = "1.10.1"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
502
+
503
+ [[package]]
504
+ name = "icu_collections"
505
+ version = "2.1.1"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
508
+ dependencies = [
509
+ "displaydoc",
510
+ "potential_utf",
511
+ "yoke",
512
+ "zerofrom",
513
+ "zerovec",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "icu_locale_core"
518
+ version = "2.1.1"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
521
+ dependencies = [
522
+ "displaydoc",
523
+ "litemap",
524
+ "tinystr",
525
+ "writeable",
526
+ "zerovec",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "icu_normalizer"
531
+ version = "2.1.1"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
534
+ dependencies = [
535
+ "icu_collections",
536
+ "icu_normalizer_data",
537
+ "icu_properties",
538
+ "icu_provider",
539
+ "smallvec",
540
+ "zerovec",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "icu_normalizer_data"
545
+ version = "2.1.1"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
548
+
549
+ [[package]]
550
+ name = "icu_properties"
551
+ version = "2.1.2"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
554
+ dependencies = [
555
+ "icu_collections",
556
+ "icu_locale_core",
557
+ "icu_properties_data",
558
+ "icu_provider",
559
+ "zerotrie",
560
+ "zerovec",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "icu_properties_data"
565
+ version = "2.1.2"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
568
+
569
+ [[package]]
570
+ name = "icu_provider"
571
+ version = "2.1.1"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
574
+ dependencies = [
575
+ "displaydoc",
576
+ "icu_locale_core",
577
+ "writeable",
578
+ "yoke",
579
+ "zerofrom",
580
+ "zerotrie",
581
+ "zerovec",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "idna"
586
+ version = "1.1.0"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
589
+ dependencies = [
590
+ "idna_adapter",
591
+ "smallvec",
592
+ "utf8_iter",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "idna_adapter"
597
+ version = "1.2.1"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
600
+ dependencies = [
601
+ "icu_normalizer",
602
+ "icu_properties",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "indexmap"
607
+ version = "2.14.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
610
+ dependencies = [
611
+ "equivalent",
612
+ "hashbrown",
613
+ "serde",
614
+ "serde_core",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "ipnet"
619
+ version = "2.12.0"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
622
+
623
+ [[package]]
624
+ name = "itertools"
625
+ version = "0.13.0"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
628
+ dependencies = [
629
+ "either",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "itoa"
634
+ version = "1.0.18"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
637
+
638
+ [[package]]
639
+ name = "jobserver"
640
+ version = "0.1.34"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
643
+ dependencies = [
644
+ "getrandom",
645
+ "libc",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "lazy_static"
650
+ version = "1.5.0"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
653
+
654
+ [[package]]
655
+ name = "libc"
656
+ version = "0.2.186"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
659
+
660
+ [[package]]
661
+ name = "libloading"
662
+ version = "0.8.9"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
665
+ dependencies = [
666
+ "cfg-if",
667
+ "windows-link",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "litemap"
672
+ version = "0.8.2"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
675
+
676
+ [[package]]
677
+ name = "lock_api"
678
+ version = "0.4.14"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
681
+ dependencies = [
682
+ "scopeguard",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "lru"
687
+ version = "0.18.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
690
+ dependencies = [
691
+ "hashbrown",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "magnus"
696
+ version = "0.8.2"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
699
+ dependencies = [
700
+ "bytes",
701
+ "magnus-macros",
702
+ "rb-sys",
703
+ "rb-sys-env",
704
+ "seq-macro",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "magnus-macros"
709
+ version = "0.8.0"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
712
+ dependencies = [
713
+ "proc-macro2",
714
+ "quote",
715
+ "syn",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "memchr"
720
+ version = "2.8.1"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
723
+
724
+ [[package]]
725
+ name = "mime"
726
+ version = "0.3.17"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
729
+
730
+ [[package]]
731
+ name = "minimal-lexical"
732
+ version = "0.2.1"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
735
+
736
+ [[package]]
737
+ name = "miniz_oxide"
738
+ version = "0.8.9"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
741
+ dependencies = [
742
+ "adler2",
743
+ "simd-adler32",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "mio"
748
+ version = "1.2.1"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
751
+ dependencies = [
752
+ "libc",
753
+ "wasi",
754
+ "windows-sys",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "nom"
759
+ version = "7.1.3"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
762
+ dependencies = [
763
+ "memchr",
764
+ "minimal-lexical",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "num-conv"
769
+ version = "0.1.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
772
+
773
+ [[package]]
774
+ name = "openssl-macros"
775
+ version = "0.1.1"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
778
+ dependencies = [
779
+ "proc-macro2",
780
+ "quote",
781
+ "syn",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "parking_lot"
786
+ version = "0.12.5"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
789
+ dependencies = [
790
+ "lock_api",
791
+ "parking_lot_core",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "parking_lot_core"
796
+ version = "0.9.12"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
799
+ dependencies = [
800
+ "cfg-if",
801
+ "libc",
802
+ "redox_syscall",
803
+ "smallvec",
804
+ "windows-link",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "percent-encoding"
809
+ version = "2.3.2"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
812
+
813
+ [[package]]
814
+ name = "pin-project-lite"
815
+ version = "0.2.17"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
818
+
819
+ [[package]]
820
+ name = "pkg-config"
821
+ version = "0.3.33"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
824
+
825
+ [[package]]
826
+ name = "potential_utf"
827
+ version = "0.1.5"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
830
+ dependencies = [
831
+ "zerovec",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "powerfmt"
836
+ version = "0.2.0"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
839
+
840
+ [[package]]
841
+ name = "proc-macro2"
842
+ version = "1.0.106"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
845
+ dependencies = [
846
+ "unicode-ident",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "quote"
851
+ version = "1.0.45"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
854
+ dependencies = [
855
+ "proc-macro2",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "r-efi"
860
+ version = "5.3.0"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
863
+
864
+ [[package]]
865
+ name = "rb-sys"
866
+ version = "0.9.128"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
869
+ dependencies = [
870
+ "rb-sys-build",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "rb-sys-build"
875
+ version = "0.9.128"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
878
+ dependencies = [
879
+ "bindgen",
880
+ "lazy_static",
881
+ "proc-macro2",
882
+ "quote",
883
+ "regex",
884
+ "shell-words",
885
+ "syn",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "rb-sys-env"
890
+ version = "0.2.3"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
893
+
894
+ [[package]]
895
+ name = "redox_syscall"
896
+ version = "0.5.18"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
899
+ dependencies = [
900
+ "bitflags",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "regex"
905
+ version = "1.12.3"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
908
+ dependencies = [
909
+ "aho-corasick",
910
+ "memchr",
911
+ "regex-automata",
912
+ "regex-syntax",
913
+ ]
914
+
915
+ [[package]]
916
+ name = "regex-automata"
917
+ version = "0.4.14"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
920
+ dependencies = [
921
+ "aho-corasick",
922
+ "memchr",
923
+ "regex-syntax",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "regex-syntax"
928
+ version = "0.8.10"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
931
+
932
+ [[package]]
933
+ name = "rustc-hash"
934
+ version = "2.1.2"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
937
+
938
+ [[package]]
939
+ name = "rustls-pki-types"
940
+ version = "1.14.1"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
943
+
944
+ [[package]]
945
+ name = "rustversion"
946
+ version = "1.0.22"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
949
+
950
+ [[package]]
951
+ name = "ryu"
952
+ version = "1.0.23"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
955
+
956
+ [[package]]
957
+ name = "scopeguard"
958
+ version = "1.2.0"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
961
+
962
+ [[package]]
963
+ name = "seq-macro"
964
+ version = "0.3.6"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
967
+
968
+ [[package]]
969
+ name = "serde"
970
+ version = "1.0.228"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
973
+ dependencies = [
974
+ "serde_core",
975
+ "serde_derive",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "serde_core"
980
+ version = "1.0.228"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
983
+ dependencies = [
984
+ "serde_derive",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "serde_derive"
989
+ version = "1.0.228"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
992
+ dependencies = [
993
+ "proc-macro2",
994
+ "quote",
995
+ "syn",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "serde_html_form"
1000
+ version = "0.4.0"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "0946d52b4b7e28823148aebbeceb901012c595ad737920d504fa8634bb099e6f"
1003
+ dependencies = [
1004
+ "form_urlencoded",
1005
+ "indexmap",
1006
+ "itoa",
1007
+ "ryu",
1008
+ "serde_core",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "serde_json"
1013
+ version = "1.0.150"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1016
+ dependencies = [
1017
+ "itoa",
1018
+ "memchr",
1019
+ "serde",
1020
+ "serde_core",
1021
+ "zmij",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "serde_magnus"
1026
+ version = "0.11.0"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "8ff64c88ddd26acdcad5a501f18bcc339927b77b69f4a03bfaf2a6fc5ba2ac4b"
1029
+ dependencies = [
1030
+ "magnus",
1031
+ "serde",
1032
+ "tap",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "shell-words"
1037
+ version = "1.1.1"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1040
+
1041
+ [[package]]
1042
+ name = "shlex"
1043
+ version = "1.3.0"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1046
+
1047
+ [[package]]
1048
+ name = "shlex"
1049
+ version = "2.0.1"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1052
+
1053
+ [[package]]
1054
+ name = "signal-hook-registry"
1055
+ version = "1.4.8"
1056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1057
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1058
+ dependencies = [
1059
+ "errno",
1060
+ "libc",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "simd-adler32"
1065
+ version = "0.3.9"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1068
+
1069
+ [[package]]
1070
+ name = "slab"
1071
+ version = "0.4.12"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1074
+
1075
+ [[package]]
1076
+ name = "smallvec"
1077
+ version = "1.15.1"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1080
+
1081
+ [[package]]
1082
+ name = "socket2"
1083
+ version = "0.6.4"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
1086
+ dependencies = [
1087
+ "libc",
1088
+ "windows-sys",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "stable_deref_trait"
1093
+ version = "1.2.1"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1096
+
1097
+ [[package]]
1098
+ name = "syn"
1099
+ version = "2.0.117"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1102
+ dependencies = [
1103
+ "proc-macro2",
1104
+ "quote",
1105
+ "unicode-ident",
1106
+ ]
1107
+
1108
+ [[package]]
1109
+ name = "sync_wrapper"
1110
+ version = "1.0.2"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1113
+ dependencies = [
1114
+ "futures-core",
1115
+ ]
1116
+
1117
+ [[package]]
1118
+ name = "synstructure"
1119
+ version = "0.13.2"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1122
+ dependencies = [
1123
+ "proc-macro2",
1124
+ "quote",
1125
+ "syn",
1126
+ ]
1127
+
1128
+ [[package]]
1129
+ name = "system-configuration"
1130
+ version = "0.7.0"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
1133
+ dependencies = [
1134
+ "bitflags",
1135
+ "core-foundation",
1136
+ "system-configuration-sys",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "system-configuration-sys"
1141
+ version = "0.6.0"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1144
+ dependencies = [
1145
+ "core-foundation-sys",
1146
+ "libc",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "tap"
1151
+ version = "1.0.1"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1154
+
1155
+ [[package]]
1156
+ name = "thiserror"
1157
+ version = "1.0.69"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1160
+ dependencies = [
1161
+ "thiserror-impl",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "thiserror-impl"
1166
+ version = "1.0.69"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1169
+ dependencies = [
1170
+ "proc-macro2",
1171
+ "quote",
1172
+ "syn",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "time"
1177
+ version = "0.3.45"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
1180
+ dependencies = [
1181
+ "deranged",
1182
+ "itoa",
1183
+ "num-conv",
1184
+ "powerfmt",
1185
+ "serde_core",
1186
+ "time-core",
1187
+ "time-macros",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "time-core"
1192
+ version = "0.1.7"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
1195
+
1196
+ [[package]]
1197
+ name = "time-macros"
1198
+ version = "0.2.25"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
1201
+ dependencies = [
1202
+ "num-conv",
1203
+ "time-core",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "tinystr"
1208
+ version = "0.8.3"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1211
+ dependencies = [
1212
+ "displaydoc",
1213
+ "zerovec",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "tokio"
1218
+ version = "1.52.3"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1221
+ dependencies = [
1222
+ "bytes",
1223
+ "libc",
1224
+ "mio",
1225
+ "parking_lot",
1226
+ "pin-project-lite",
1227
+ "signal-hook-registry",
1228
+ "socket2",
1229
+ "tokio-macros",
1230
+ "windows-sys",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "tokio-btls"
1235
+ version = "0.5.6"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "2e1fd638ec35427faf3b8f412e0fdd6fae76591d79dba40f38fa667d22bc44dd"
1238
+ dependencies = [
1239
+ "btls",
1240
+ "tokio",
1241
+ ]
1242
+
1243
+ [[package]]
1244
+ name = "tokio-macros"
1245
+ version = "2.7.0"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1248
+ dependencies = [
1249
+ "proc-macro2",
1250
+ "quote",
1251
+ "syn",
1252
+ ]
1253
+
1254
+ [[package]]
1255
+ name = "tokio-socks"
1256
+ version = "0.5.3"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "a7e2948f60dbe26b35f2c7fb74ac2854c1fddded0fe9d7548fcc674a246f7615"
1259
+ dependencies = [
1260
+ "either",
1261
+ "futures-util",
1262
+ "thiserror",
1263
+ "tokio",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "tokio-util"
1268
+ version = "0.7.18"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1271
+ dependencies = [
1272
+ "bytes",
1273
+ "futures-core",
1274
+ "futures-sink",
1275
+ "pin-project-lite",
1276
+ "tokio",
1277
+ ]
1278
+
1279
+ [[package]]
1280
+ name = "tower"
1281
+ version = "0.5.3"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1284
+ dependencies = [
1285
+ "futures-core",
1286
+ "futures-util",
1287
+ "pin-project-lite",
1288
+ "sync_wrapper",
1289
+ "tokio",
1290
+ "tower-layer",
1291
+ "tower-service",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "tower-http"
1296
+ version = "0.6.11"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1299
+ dependencies = [
1300
+ "async-compression",
1301
+ "bitflags",
1302
+ "bytes",
1303
+ "futures-core",
1304
+ "http",
1305
+ "http-body",
1306
+ "http-body-util",
1307
+ "pin-project-lite",
1308
+ "tokio",
1309
+ "tokio-util",
1310
+ "tower-layer",
1311
+ "tower-service",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "tower-layer"
1316
+ version = "0.3.3"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1319
+
1320
+ [[package]]
1321
+ name = "tower-service"
1322
+ version = "0.3.3"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1325
+
1326
+ [[package]]
1327
+ name = "try-lock"
1328
+ version = "0.2.5"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1331
+
1332
+ [[package]]
1333
+ name = "typed-builder"
1334
+ version = "0.23.2"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda"
1337
+ dependencies = [
1338
+ "typed-builder-macro",
1339
+ ]
1340
+
1341
+ [[package]]
1342
+ name = "typed-builder-macro"
1343
+ version = "0.23.2"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26"
1346
+ dependencies = [
1347
+ "proc-macro2",
1348
+ "quote",
1349
+ "syn",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "unicode-ident"
1354
+ version = "1.0.24"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1357
+
1358
+ [[package]]
1359
+ name = "url"
1360
+ version = "2.5.8"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1363
+ dependencies = [
1364
+ "form_urlencoded",
1365
+ "idna",
1366
+ "percent-encoding",
1367
+ "serde",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "utf8_iter"
1372
+ version = "1.0.4"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1375
+
1376
+ [[package]]
1377
+ name = "version_check"
1378
+ version = "0.9.5"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1381
+
1382
+ [[package]]
1383
+ name = "want"
1384
+ version = "0.3.1"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1387
+ dependencies = [
1388
+ "try-lock",
1389
+ ]
1390
+
1391
+ [[package]]
1392
+ name = "wasi"
1393
+ version = "0.11.1+wasi-snapshot-preview1"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1396
+
1397
+ [[package]]
1398
+ name = "wasip2"
1399
+ version = "1.0.1+wasi-0.2.4"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1402
+ dependencies = [
1403
+ "wit-bindgen",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "webpki-root-certs"
1408
+ version = "1.0.7"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
1411
+ dependencies = [
1412
+ "rustls-pki-types",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "winapi"
1417
+ version = "0.3.9"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1420
+ dependencies = [
1421
+ "winapi-i686-pc-windows-gnu",
1422
+ "winapi-x86_64-pc-windows-gnu",
1423
+ ]
1424
+
1425
+ [[package]]
1426
+ name = "winapi-i686-pc-windows-gnu"
1427
+ version = "0.4.0"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1430
+
1431
+ [[package]]
1432
+ name = "winapi-x86_64-pc-windows-gnu"
1433
+ version = "0.4.0"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1436
+
1437
+ [[package]]
1438
+ name = "windows-link"
1439
+ version = "0.2.1"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1442
+
1443
+ [[package]]
1444
+ name = "windows-registry"
1445
+ version = "0.6.1"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
1448
+ dependencies = [
1449
+ "windows-link",
1450
+ "windows-result",
1451
+ "windows-strings",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "windows-result"
1456
+ version = "0.4.1"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1459
+ dependencies = [
1460
+ "windows-link",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "windows-strings"
1465
+ version = "0.5.1"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1468
+ dependencies = [
1469
+ "windows-link",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "windows-sys"
1474
+ version = "0.61.2"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1477
+ dependencies = [
1478
+ "windows-link",
1479
+ ]
1480
+
1481
+ [[package]]
1482
+ name = "wit-bindgen"
1483
+ version = "0.46.0"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1486
+
1487
+ [[package]]
1488
+ name = "wreq"
1489
+ version = "6.0.0-rc.29"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "3f0eba5f5814a94e5f1a99156f187133464e525b66bdbc69a9627d46530af2e1"
1492
+ dependencies = [
1493
+ "btls",
1494
+ "btls-sys",
1495
+ "bytes",
1496
+ "cookie",
1497
+ "encoding_rs",
1498
+ "futures-util",
1499
+ "http",
1500
+ "http-body",
1501
+ "http-body-util",
1502
+ "http2",
1503
+ "httparse",
1504
+ "ipnet",
1505
+ "libc",
1506
+ "lru",
1507
+ "mime",
1508
+ "percent-encoding",
1509
+ "pin-project-lite",
1510
+ "serde",
1511
+ "serde_html_form",
1512
+ "serde_json",
1513
+ "socket2",
1514
+ "sync_wrapper",
1515
+ "system-configuration",
1516
+ "tokio",
1517
+ "tokio-btls",
1518
+ "tokio-socks",
1519
+ "tokio-util",
1520
+ "tower",
1521
+ "tower-http",
1522
+ "url",
1523
+ "webpki-root-certs",
1524
+ "windows-registry",
1525
+ "wreq-proto",
1526
+ "wreq-rt",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "wreq-proto"
1531
+ version = "0.2.5"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "a43942f024bb303f1042c9aa3c87fa1d9149f507c65db6e5220a11ccdb207387"
1534
+ dependencies = [
1535
+ "bytes",
1536
+ "futures-channel",
1537
+ "futures-util",
1538
+ "http",
1539
+ "http-body",
1540
+ "http2",
1541
+ "httparse",
1542
+ "pin-project-lite",
1543
+ "smallvec",
1544
+ "tokio",
1545
+ "tokio-util",
1546
+ "want",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "wreq-rt"
1551
+ version = "0.2.2-rc.4"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "99e9bce67a3fa3dd3f1503f066d86661c9caf399a763d3bd184da7afaf886c8b"
1554
+ dependencies = [
1555
+ "pin-project-lite",
1556
+ "tokio",
1557
+ "wreq-proto",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "wreq-ruby"
1562
+ version = "1.2.0"
1563
+ dependencies = [
1564
+ "arc-swap",
1565
+ "bytes",
1566
+ "cookie",
1567
+ "futures-util",
1568
+ "http",
1569
+ "http-body-util",
1570
+ "indexmap",
1571
+ "magnus",
1572
+ "rb-sys",
1573
+ "rb-sys-env",
1574
+ "serde",
1575
+ "serde_magnus",
1576
+ "tokio",
1577
+ "wreq",
1578
+ "wreq-util",
1579
+ ]
1580
+
1581
+ [[package]]
1582
+ name = "wreq-util"
1583
+ version = "3.0.0-rc.12"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "baa5d2ab72139256916ca352a3d05c53d74e1dd360052eb5ba7691033c417c65"
1586
+ dependencies = [
1587
+ "brotli",
1588
+ "flate2",
1589
+ "typed-builder",
1590
+ "wreq",
1591
+ "zstd",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "writeable"
1596
+ version = "0.6.3"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1599
+
1600
+ [[package]]
1601
+ name = "yoke"
1602
+ version = "0.8.3"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1605
+ dependencies = [
1606
+ "stable_deref_trait",
1607
+ "yoke-derive",
1608
+ "zerofrom",
1609
+ ]
1610
+
1611
+ [[package]]
1612
+ name = "yoke-derive"
1613
+ version = "0.8.2"
1614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1615
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1616
+ dependencies = [
1617
+ "proc-macro2",
1618
+ "quote",
1619
+ "syn",
1620
+ "synstructure",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "zerofrom"
1625
+ version = "0.1.8"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1628
+ dependencies = [
1629
+ "zerofrom-derive",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "zerofrom-derive"
1634
+ version = "0.1.7"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1637
+ dependencies = [
1638
+ "proc-macro2",
1639
+ "quote",
1640
+ "syn",
1641
+ "synstructure",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "zerotrie"
1646
+ version = "0.2.4"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1649
+ dependencies = [
1650
+ "displaydoc",
1651
+ "yoke",
1652
+ "zerofrom",
1653
+ ]
1654
+
1655
+ [[package]]
1656
+ name = "zerovec"
1657
+ version = "0.11.6"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1660
+ dependencies = [
1661
+ "yoke",
1662
+ "zerofrom",
1663
+ "zerovec-derive",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "zerovec-derive"
1668
+ version = "0.11.3"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1671
+ dependencies = [
1672
+ "proc-macro2",
1673
+ "quote",
1674
+ "syn",
1675
+ ]
1676
+
1677
+ [[package]]
1678
+ name = "zmij"
1679
+ version = "1.0.21"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1682
+
1683
+ [[package]]
1684
+ name = "zstd"
1685
+ version = "0.13.3"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1688
+ dependencies = [
1689
+ "zstd-safe",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "zstd-safe"
1694
+ version = "7.2.4"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1697
+ dependencies = [
1698
+ "zstd-sys",
1699
+ ]
1700
+
1701
+ [[package]]
1702
+ name = "zstd-sys"
1703
+ version = "2.0.16+zstd.1.5.7"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1706
+ dependencies = [
1707
+ "cc",
1708
+ "pkg-config",
1709
+ ]