fbi-proxy 1.2.0 → 1.4.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.
Files changed (39) hide show
  1. package/Caddyfile +30 -2
  2. package/README.md +121 -94
  3. package/package.json +33 -10
  4. package/{release-flat/proxy-linux-arm64 → release/fbi-proxy-linux-arm64} +0 -0
  5. package/{release-flat/proxy-linux-x64 → release/fbi-proxy-linux-x64} +0 -0
  6. package/release/{proxy-macos-arm64/proxy-macos-arm64 → fbi-proxy-macos-arm64} +0 -0
  7. package/release/{proxy-macos-x64/proxy-macos-x64 → fbi-proxy-macos-x64} +0 -0
  8. package/{release-flat/proxy-windows-arm64.exe → release/fbi-proxy-windows-arm64.exe} +0 -0
  9. package/{release-flat/proxy-windows-x64.exe → release/fbi-proxy-windows-x64.exe} +0 -0
  10. package/ts/buildFbiProxy.ts +34 -0
  11. package/ts/cli.ts +35 -92
  12. package/ts/dRun.ts +112 -0
  13. package/ts/downloadCaddy.ts +31 -0
  14. package/ts/getProxyFilename.ts +11 -0
  15. package/.gitattributes +0 -31
  16. package/.github/workflows/release.yml +0 -114
  17. package/.husky/pre-commit +0 -1
  18. package/.releaserc.json +0 -37
  19. package/CHANGELOG.md +0 -27
  20. package/Dockerfile +0 -38
  21. package/INSTALL.md +0 -161
  22. package/PINGORA_PROXY.md +0 -127
  23. package/RUST_PROXY.md +0 -85
  24. package/build-proxy.bat +0 -15
  25. package/build-proxy.sh +0 -15
  26. package/bun.lock +0 -1327
  27. package/docker-compose.yml +0 -9
  28. package/release/proxy-linux-arm64/proxy-linux-arm64 +0 -0
  29. package/release/proxy-linux-x64/proxy-linux-x64 +0 -0
  30. package/release/proxy-windows-arm64.exe/proxy-windows-arm64.exe +0 -0
  31. package/release/proxy-windows-x64.exe/proxy-windows-x64.exe +0 -0
  32. package/release-flat/proxy-macos-arm64 +0 -0
  33. package/release-flat/proxy-macos-x64 +0 -0
  34. package/rs/.cargo/config.toml +0 -5
  35. package/rs/Cargo.lock +0 -1220
  36. package/rs/Cargo.toml +0 -19
  37. package/rs/build-windows.bat +0 -60
  38. package/rs/proxy.rs +0 -248
  39. package/tsconfig.json +0 -22
package/rs/Cargo.lock DELETED
@@ -1,1220 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 4
4
-
5
- [[package]]
6
- name = "addr2line"
7
- version = "0.24.2"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
- dependencies = [
11
- "gimli",
12
- ]
13
-
14
- [[package]]
15
- name = "adler2"
16
- version = "2.0.1"
17
- source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
-
20
- [[package]]
21
- name = "aho-corasick"
22
- version = "1.1.3"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
- dependencies = [
26
- "memchr",
27
- ]
28
-
29
- [[package]]
30
- name = "autocfg"
31
- version = "1.5.0"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
34
-
35
- [[package]]
36
- name = "backtrace"
37
- version = "0.3.75"
38
- source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
40
- dependencies = [
41
- "addr2line",
42
- "cfg-if",
43
- "libc",
44
- "miniz_oxide",
45
- "object",
46
- "rustc-demangle",
47
- "windows-targets",
48
- ]
49
-
50
- [[package]]
51
- name = "bitflags"
52
- version = "2.9.1"
53
- source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
55
-
56
- [[package]]
57
- name = "block-buffer"
58
- version = "0.10.4"
59
- source = "registry+https://github.com/rust-lang/crates.io-index"
60
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
61
- dependencies = [
62
- "generic-array",
63
- ]
64
-
65
- [[package]]
66
- name = "byteorder"
67
- version = "1.5.0"
68
- source = "registry+https://github.com/rust-lang/crates.io-index"
69
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
70
-
71
- [[package]]
72
- name = "bytes"
73
- version = "1.10.1"
74
- source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
76
-
77
- [[package]]
78
- name = "cfg-if"
79
- version = "1.0.1"
80
- source = "registry+https://github.com/rust-lang/crates.io-index"
81
- checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
82
-
83
- [[package]]
84
- name = "cpufeatures"
85
- version = "0.2.17"
86
- source = "registry+https://github.com/rust-lang/crates.io-index"
87
- checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
88
- dependencies = [
89
- "libc",
90
- ]
91
-
92
- [[package]]
93
- name = "crypto-common"
94
- version = "0.1.6"
95
- source = "registry+https://github.com/rust-lang/crates.io-index"
96
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
97
- dependencies = [
98
- "generic-array",
99
- "typenum",
100
- ]
101
-
102
- [[package]]
103
- name = "data-encoding"
104
- version = "2.9.0"
105
- source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
107
-
108
- [[package]]
109
- name = "digest"
110
- version = "0.10.7"
111
- source = "registry+https://github.com/rust-lang/crates.io-index"
112
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
113
- dependencies = [
114
- "block-buffer",
115
- "crypto-common",
116
- ]
117
-
118
- [[package]]
119
- name = "displaydoc"
120
- version = "0.2.5"
121
- source = "registry+https://github.com/rust-lang/crates.io-index"
122
- checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
123
- dependencies = [
124
- "proc-macro2",
125
- "quote",
126
- "syn",
127
- ]
128
-
129
- [[package]]
130
- name = "env_logger"
131
- version = "0.10.2"
132
- source = "registry+https://github.com/rust-lang/crates.io-index"
133
- checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
134
- dependencies = [
135
- "humantime",
136
- "is-terminal",
137
- "log",
138
- "regex",
139
- "termcolor",
140
- ]
141
-
142
- [[package]]
143
- name = "equivalent"
144
- version = "1.0.2"
145
- source = "registry+https://github.com/rust-lang/crates.io-index"
146
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
147
-
148
- [[package]]
149
- name = "fbi-proxy"
150
- version = "0.1.0"
151
- dependencies = [
152
- "env_logger",
153
- "futures-util",
154
- "hyper",
155
- "hyper-tungstenite",
156
- "log",
157
- "regex",
158
- "tokio",
159
- "tokio-tungstenite",
160
- ]
161
-
162
- [[package]]
163
- name = "fnv"
164
- version = "1.0.7"
165
- source = "registry+https://github.com/rust-lang/crates.io-index"
166
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
167
-
168
- [[package]]
169
- name = "form_urlencoded"
170
- version = "1.2.1"
171
- source = "registry+https://github.com/rust-lang/crates.io-index"
172
- checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
173
- dependencies = [
174
- "percent-encoding",
175
- ]
176
-
177
- [[package]]
178
- name = "futures-channel"
179
- version = "0.3.31"
180
- source = "registry+https://github.com/rust-lang/crates.io-index"
181
- checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
182
- dependencies = [
183
- "futures-core",
184
- ]
185
-
186
- [[package]]
187
- name = "futures-core"
188
- version = "0.3.31"
189
- source = "registry+https://github.com/rust-lang/crates.io-index"
190
- checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
191
-
192
- [[package]]
193
- name = "futures-macro"
194
- version = "0.3.31"
195
- source = "registry+https://github.com/rust-lang/crates.io-index"
196
- checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
197
- dependencies = [
198
- "proc-macro2",
199
- "quote",
200
- "syn",
201
- ]
202
-
203
- [[package]]
204
- name = "futures-sink"
205
- version = "0.3.31"
206
- source = "registry+https://github.com/rust-lang/crates.io-index"
207
- checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
208
-
209
- [[package]]
210
- name = "futures-task"
211
- version = "0.3.31"
212
- source = "registry+https://github.com/rust-lang/crates.io-index"
213
- checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
214
-
215
- [[package]]
216
- name = "futures-util"
217
- version = "0.3.31"
218
- source = "registry+https://github.com/rust-lang/crates.io-index"
219
- checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
220
- dependencies = [
221
- "futures-core",
222
- "futures-macro",
223
- "futures-sink",
224
- "futures-task",
225
- "pin-project-lite",
226
- "pin-utils",
227
- "slab",
228
- ]
229
-
230
- [[package]]
231
- name = "generic-array"
232
- version = "0.14.7"
233
- source = "registry+https://github.com/rust-lang/crates.io-index"
234
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
235
- dependencies = [
236
- "typenum",
237
- "version_check",
238
- ]
239
-
240
- [[package]]
241
- name = "getrandom"
242
- version = "0.2.16"
243
- source = "registry+https://github.com/rust-lang/crates.io-index"
244
- checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
245
- dependencies = [
246
- "cfg-if",
247
- "libc",
248
- "wasi",
249
- ]
250
-
251
- [[package]]
252
- name = "gimli"
253
- version = "0.31.1"
254
- source = "registry+https://github.com/rust-lang/crates.io-index"
255
- checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
256
-
257
- [[package]]
258
- name = "h2"
259
- version = "0.3.27"
260
- source = "registry+https://github.com/rust-lang/crates.io-index"
261
- checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
262
- dependencies = [
263
- "bytes",
264
- "fnv",
265
- "futures-core",
266
- "futures-sink",
267
- "futures-util",
268
- "http",
269
- "indexmap",
270
- "slab",
271
- "tokio",
272
- "tokio-util",
273
- "tracing",
274
- ]
275
-
276
- [[package]]
277
- name = "hashbrown"
278
- version = "0.15.4"
279
- source = "registry+https://github.com/rust-lang/crates.io-index"
280
- checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
281
-
282
- [[package]]
283
- name = "hermit-abi"
284
- version = "0.5.2"
285
- source = "registry+https://github.com/rust-lang/crates.io-index"
286
- checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
287
-
288
- [[package]]
289
- name = "http"
290
- version = "0.2.12"
291
- source = "registry+https://github.com/rust-lang/crates.io-index"
292
- checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
293
- dependencies = [
294
- "bytes",
295
- "fnv",
296
- "itoa",
297
- ]
298
-
299
- [[package]]
300
- name = "http-body"
301
- version = "0.4.6"
302
- source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
304
- dependencies = [
305
- "bytes",
306
- "http",
307
- "pin-project-lite",
308
- ]
309
-
310
- [[package]]
311
- name = "httparse"
312
- version = "1.10.1"
313
- source = "registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
315
-
316
- [[package]]
317
- name = "httpdate"
318
- version = "1.0.3"
319
- source = "registry+https://github.com/rust-lang/crates.io-index"
320
- checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
321
-
322
- [[package]]
323
- name = "humantime"
324
- version = "2.2.0"
325
- source = "registry+https://github.com/rust-lang/crates.io-index"
326
- checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
327
-
328
- [[package]]
329
- name = "hyper"
330
- version = "0.14.32"
331
- source = "registry+https://github.com/rust-lang/crates.io-index"
332
- checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
333
- dependencies = [
334
- "bytes",
335
- "futures-channel",
336
- "futures-core",
337
- "futures-util",
338
- "h2",
339
- "http",
340
- "http-body",
341
- "httparse",
342
- "httpdate",
343
- "itoa",
344
- "pin-project-lite",
345
- "socket2",
346
- "tokio",
347
- "tower-service",
348
- "tracing",
349
- "want",
350
- ]
351
-
352
- [[package]]
353
- name = "hyper-tungstenite"
354
- version = "0.11.1"
355
- source = "registry+https://github.com/rust-lang/crates.io-index"
356
- checksum = "7cc7dcb1ab67cd336f468a12491765672e61a3b6b148634dbfe2fe8acd3fe7d9"
357
- dependencies = [
358
- "hyper",
359
- "pin-project-lite",
360
- "tokio",
361
- "tokio-tungstenite",
362
- "tungstenite",
363
- ]
364
-
365
- [[package]]
366
- name = "icu_collections"
367
- version = "2.0.0"
368
- source = "registry+https://github.com/rust-lang/crates.io-index"
369
- checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
370
- dependencies = [
371
- "displaydoc",
372
- "potential_utf",
373
- "yoke",
374
- "zerofrom",
375
- "zerovec",
376
- ]
377
-
378
- [[package]]
379
- name = "icu_locale_core"
380
- version = "2.0.0"
381
- source = "registry+https://github.com/rust-lang/crates.io-index"
382
- checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
383
- dependencies = [
384
- "displaydoc",
385
- "litemap",
386
- "tinystr",
387
- "writeable",
388
- "zerovec",
389
- ]
390
-
391
- [[package]]
392
- name = "icu_normalizer"
393
- version = "2.0.0"
394
- source = "registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
396
- dependencies = [
397
- "displaydoc",
398
- "icu_collections",
399
- "icu_normalizer_data",
400
- "icu_properties",
401
- "icu_provider",
402
- "smallvec",
403
- "zerovec",
404
- ]
405
-
406
- [[package]]
407
- name = "icu_normalizer_data"
408
- version = "2.0.0"
409
- source = "registry+https://github.com/rust-lang/crates.io-index"
410
- checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
411
-
412
- [[package]]
413
- name = "icu_properties"
414
- version = "2.0.1"
415
- source = "registry+https://github.com/rust-lang/crates.io-index"
416
- checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
417
- dependencies = [
418
- "displaydoc",
419
- "icu_collections",
420
- "icu_locale_core",
421
- "icu_properties_data",
422
- "icu_provider",
423
- "potential_utf",
424
- "zerotrie",
425
- "zerovec",
426
- ]
427
-
428
- [[package]]
429
- name = "icu_properties_data"
430
- version = "2.0.1"
431
- source = "registry+https://github.com/rust-lang/crates.io-index"
432
- checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
433
-
434
- [[package]]
435
- name = "icu_provider"
436
- version = "2.0.0"
437
- source = "registry+https://github.com/rust-lang/crates.io-index"
438
- checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
439
- dependencies = [
440
- "displaydoc",
441
- "icu_locale_core",
442
- "stable_deref_trait",
443
- "tinystr",
444
- "writeable",
445
- "yoke",
446
- "zerofrom",
447
- "zerotrie",
448
- "zerovec",
449
- ]
450
-
451
- [[package]]
452
- name = "idna"
453
- version = "1.0.3"
454
- source = "registry+https://github.com/rust-lang/crates.io-index"
455
- checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
456
- dependencies = [
457
- "idna_adapter",
458
- "smallvec",
459
- "utf8_iter",
460
- ]
461
-
462
- [[package]]
463
- name = "idna_adapter"
464
- version = "1.2.1"
465
- source = "registry+https://github.com/rust-lang/crates.io-index"
466
- checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
467
- dependencies = [
468
- "icu_normalizer",
469
- "icu_properties",
470
- ]
471
-
472
- [[package]]
473
- name = "indexmap"
474
- version = "2.10.0"
475
- source = "registry+https://github.com/rust-lang/crates.io-index"
476
- checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
477
- dependencies = [
478
- "equivalent",
479
- "hashbrown",
480
- ]
481
-
482
- [[package]]
483
- name = "io-uring"
484
- version = "0.7.9"
485
- source = "registry+https://github.com/rust-lang/crates.io-index"
486
- checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
487
- dependencies = [
488
- "bitflags",
489
- "cfg-if",
490
- "libc",
491
- ]
492
-
493
- [[package]]
494
- name = "is-terminal"
495
- version = "0.4.16"
496
- source = "registry+https://github.com/rust-lang/crates.io-index"
497
- checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
498
- dependencies = [
499
- "hermit-abi",
500
- "libc",
501
- "windows-sys 0.59.0",
502
- ]
503
-
504
- [[package]]
505
- name = "itoa"
506
- version = "1.0.15"
507
- source = "registry+https://github.com/rust-lang/crates.io-index"
508
- checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
509
-
510
- [[package]]
511
- name = "libc"
512
- version = "0.2.174"
513
- source = "registry+https://github.com/rust-lang/crates.io-index"
514
- checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
515
-
516
- [[package]]
517
- name = "litemap"
518
- version = "0.8.0"
519
- source = "registry+https://github.com/rust-lang/crates.io-index"
520
- checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
521
-
522
- [[package]]
523
- name = "lock_api"
524
- version = "0.4.13"
525
- source = "registry+https://github.com/rust-lang/crates.io-index"
526
- checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
527
- dependencies = [
528
- "autocfg",
529
- "scopeguard",
530
- ]
531
-
532
- [[package]]
533
- name = "log"
534
- version = "0.4.27"
535
- source = "registry+https://github.com/rust-lang/crates.io-index"
536
- checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
537
-
538
- [[package]]
539
- name = "memchr"
540
- version = "2.7.5"
541
- source = "registry+https://github.com/rust-lang/crates.io-index"
542
- checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
543
-
544
- [[package]]
545
- name = "miniz_oxide"
546
- version = "0.8.9"
547
- source = "registry+https://github.com/rust-lang/crates.io-index"
548
- checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
549
- dependencies = [
550
- "adler2",
551
- ]
552
-
553
- [[package]]
554
- name = "mio"
555
- version = "1.0.4"
556
- source = "registry+https://github.com/rust-lang/crates.io-index"
557
- checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
558
- dependencies = [
559
- "libc",
560
- "wasi",
561
- "windows-sys 0.59.0",
562
- ]
563
-
564
- [[package]]
565
- name = "object"
566
- version = "0.36.7"
567
- source = "registry+https://github.com/rust-lang/crates.io-index"
568
- checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
569
- dependencies = [
570
- "memchr",
571
- ]
572
-
573
- [[package]]
574
- name = "once_cell"
575
- version = "1.21.3"
576
- source = "registry+https://github.com/rust-lang/crates.io-index"
577
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
578
-
579
- [[package]]
580
- name = "parking_lot"
581
- version = "0.12.4"
582
- source = "registry+https://github.com/rust-lang/crates.io-index"
583
- checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
584
- dependencies = [
585
- "lock_api",
586
- "parking_lot_core",
587
- ]
588
-
589
- [[package]]
590
- name = "parking_lot_core"
591
- version = "0.9.11"
592
- source = "registry+https://github.com/rust-lang/crates.io-index"
593
- checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
594
- dependencies = [
595
- "cfg-if",
596
- "libc",
597
- "redox_syscall",
598
- "smallvec",
599
- "windows-targets",
600
- ]
601
-
602
- [[package]]
603
- name = "percent-encoding"
604
- version = "2.3.1"
605
- source = "registry+https://github.com/rust-lang/crates.io-index"
606
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
607
-
608
- [[package]]
609
- name = "pin-project-lite"
610
- version = "0.2.16"
611
- source = "registry+https://github.com/rust-lang/crates.io-index"
612
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
613
-
614
- [[package]]
615
- name = "pin-utils"
616
- version = "0.1.0"
617
- source = "registry+https://github.com/rust-lang/crates.io-index"
618
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
619
-
620
- [[package]]
621
- name = "potential_utf"
622
- version = "0.1.2"
623
- source = "registry+https://github.com/rust-lang/crates.io-index"
624
- checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
625
- dependencies = [
626
- "zerovec",
627
- ]
628
-
629
- [[package]]
630
- name = "ppv-lite86"
631
- version = "0.2.21"
632
- source = "registry+https://github.com/rust-lang/crates.io-index"
633
- checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
634
- dependencies = [
635
- "zerocopy",
636
- ]
637
-
638
- [[package]]
639
- name = "proc-macro2"
640
- version = "1.0.95"
641
- source = "registry+https://github.com/rust-lang/crates.io-index"
642
- checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
643
- dependencies = [
644
- "unicode-ident",
645
- ]
646
-
647
- [[package]]
648
- name = "quote"
649
- version = "1.0.40"
650
- source = "registry+https://github.com/rust-lang/crates.io-index"
651
- checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
652
- dependencies = [
653
- "proc-macro2",
654
- ]
655
-
656
- [[package]]
657
- name = "rand"
658
- version = "0.8.5"
659
- source = "registry+https://github.com/rust-lang/crates.io-index"
660
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
661
- dependencies = [
662
- "libc",
663
- "rand_chacha",
664
- "rand_core",
665
- ]
666
-
667
- [[package]]
668
- name = "rand_chacha"
669
- version = "0.3.1"
670
- source = "registry+https://github.com/rust-lang/crates.io-index"
671
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
672
- dependencies = [
673
- "ppv-lite86",
674
- "rand_core",
675
- ]
676
-
677
- [[package]]
678
- name = "rand_core"
679
- version = "0.6.4"
680
- source = "registry+https://github.com/rust-lang/crates.io-index"
681
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
682
- dependencies = [
683
- "getrandom",
684
- ]
685
-
686
- [[package]]
687
- name = "redox_syscall"
688
- version = "0.5.15"
689
- source = "registry+https://github.com/rust-lang/crates.io-index"
690
- checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec"
691
- dependencies = [
692
- "bitflags",
693
- ]
694
-
695
- [[package]]
696
- name = "regex"
697
- version = "1.11.1"
698
- source = "registry+https://github.com/rust-lang/crates.io-index"
699
- checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
700
- dependencies = [
701
- "aho-corasick",
702
- "memchr",
703
- "regex-automata",
704
- "regex-syntax",
705
- ]
706
-
707
- [[package]]
708
- name = "regex-automata"
709
- version = "0.4.9"
710
- source = "registry+https://github.com/rust-lang/crates.io-index"
711
- checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
712
- dependencies = [
713
- "aho-corasick",
714
- "memchr",
715
- "regex-syntax",
716
- ]
717
-
718
- [[package]]
719
- name = "regex-syntax"
720
- version = "0.8.5"
721
- source = "registry+https://github.com/rust-lang/crates.io-index"
722
- checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
723
-
724
- [[package]]
725
- name = "rustc-demangle"
726
- version = "0.1.25"
727
- source = "registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
729
-
730
- [[package]]
731
- name = "scopeguard"
732
- version = "1.2.0"
733
- source = "registry+https://github.com/rust-lang/crates.io-index"
734
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
735
-
736
- [[package]]
737
- name = "serde"
738
- version = "1.0.219"
739
- source = "registry+https://github.com/rust-lang/crates.io-index"
740
- checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
741
- dependencies = [
742
- "serde_derive",
743
- ]
744
-
745
- [[package]]
746
- name = "serde_derive"
747
- version = "1.0.219"
748
- source = "registry+https://github.com/rust-lang/crates.io-index"
749
- checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
750
- dependencies = [
751
- "proc-macro2",
752
- "quote",
753
- "syn",
754
- ]
755
-
756
- [[package]]
757
- name = "sha1"
758
- version = "0.10.6"
759
- source = "registry+https://github.com/rust-lang/crates.io-index"
760
- checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
761
- dependencies = [
762
- "cfg-if",
763
- "cpufeatures",
764
- "digest",
765
- ]
766
-
767
- [[package]]
768
- name = "signal-hook-registry"
769
- version = "1.4.5"
770
- source = "registry+https://github.com/rust-lang/crates.io-index"
771
- checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
772
- dependencies = [
773
- "libc",
774
- ]
775
-
776
- [[package]]
777
- name = "slab"
778
- version = "0.4.10"
779
- source = "registry+https://github.com/rust-lang/crates.io-index"
780
- checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
781
-
782
- [[package]]
783
- name = "smallvec"
784
- version = "1.15.1"
785
- source = "registry+https://github.com/rust-lang/crates.io-index"
786
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
787
-
788
- [[package]]
789
- name = "socket2"
790
- version = "0.5.10"
791
- source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
793
- dependencies = [
794
- "libc",
795
- "windows-sys 0.52.0",
796
- ]
797
-
798
- [[package]]
799
- name = "stable_deref_trait"
800
- version = "1.2.0"
801
- source = "registry+https://github.com/rust-lang/crates.io-index"
802
- checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
803
-
804
- [[package]]
805
- name = "syn"
806
- version = "2.0.104"
807
- source = "registry+https://github.com/rust-lang/crates.io-index"
808
- checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
809
- dependencies = [
810
- "proc-macro2",
811
- "quote",
812
- "unicode-ident",
813
- ]
814
-
815
- [[package]]
816
- name = "synstructure"
817
- version = "0.13.2"
818
- source = "registry+https://github.com/rust-lang/crates.io-index"
819
- checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
820
- dependencies = [
821
- "proc-macro2",
822
- "quote",
823
- "syn",
824
- ]
825
-
826
- [[package]]
827
- name = "termcolor"
828
- version = "1.4.1"
829
- source = "registry+https://github.com/rust-lang/crates.io-index"
830
- checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
831
- dependencies = [
832
- "winapi-util",
833
- ]
834
-
835
- [[package]]
836
- name = "thiserror"
837
- version = "1.0.69"
838
- source = "registry+https://github.com/rust-lang/crates.io-index"
839
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
840
- dependencies = [
841
- "thiserror-impl",
842
- ]
843
-
844
- [[package]]
845
- name = "thiserror-impl"
846
- version = "1.0.69"
847
- source = "registry+https://github.com/rust-lang/crates.io-index"
848
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
849
- dependencies = [
850
- "proc-macro2",
851
- "quote",
852
- "syn",
853
- ]
854
-
855
- [[package]]
856
- name = "tinystr"
857
- version = "0.8.1"
858
- source = "registry+https://github.com/rust-lang/crates.io-index"
859
- checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
860
- dependencies = [
861
- "displaydoc",
862
- "zerovec",
863
- ]
864
-
865
- [[package]]
866
- name = "tokio"
867
- version = "1.46.1"
868
- source = "registry+https://github.com/rust-lang/crates.io-index"
869
- checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
870
- dependencies = [
871
- "backtrace",
872
- "bytes",
873
- "io-uring",
874
- "libc",
875
- "mio",
876
- "parking_lot",
877
- "pin-project-lite",
878
- "signal-hook-registry",
879
- "slab",
880
- "socket2",
881
- "tokio-macros",
882
- "windows-sys 0.52.0",
883
- ]
884
-
885
- [[package]]
886
- name = "tokio-macros"
887
- version = "2.5.0"
888
- source = "registry+https://github.com/rust-lang/crates.io-index"
889
- checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
890
- dependencies = [
891
- "proc-macro2",
892
- "quote",
893
- "syn",
894
- ]
895
-
896
- [[package]]
897
- name = "tokio-tungstenite"
898
- version = "0.20.1"
899
- source = "registry+https://github.com/rust-lang/crates.io-index"
900
- checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
901
- dependencies = [
902
- "futures-util",
903
- "log",
904
- "tokio",
905
- "tungstenite",
906
- ]
907
-
908
- [[package]]
909
- name = "tokio-util"
910
- version = "0.7.15"
911
- source = "registry+https://github.com/rust-lang/crates.io-index"
912
- checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
913
- dependencies = [
914
- "bytes",
915
- "futures-core",
916
- "futures-sink",
917
- "pin-project-lite",
918
- "tokio",
919
- ]
920
-
921
- [[package]]
922
- name = "tower-service"
923
- version = "0.3.3"
924
- source = "registry+https://github.com/rust-lang/crates.io-index"
925
- checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
926
-
927
- [[package]]
928
- name = "tracing"
929
- version = "0.1.41"
930
- source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
932
- dependencies = [
933
- "pin-project-lite",
934
- "tracing-core",
935
- ]
936
-
937
- [[package]]
938
- name = "tracing-core"
939
- version = "0.1.34"
940
- source = "registry+https://github.com/rust-lang/crates.io-index"
941
- checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
942
- dependencies = [
943
- "once_cell",
944
- ]
945
-
946
- [[package]]
947
- name = "try-lock"
948
- version = "0.2.5"
949
- source = "registry+https://github.com/rust-lang/crates.io-index"
950
- checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
951
-
952
- [[package]]
953
- name = "tungstenite"
954
- version = "0.20.1"
955
- source = "registry+https://github.com/rust-lang/crates.io-index"
956
- checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
957
- dependencies = [
958
- "byteorder",
959
- "bytes",
960
- "data-encoding",
961
- "http",
962
- "httparse",
963
- "log",
964
- "rand",
965
- "sha1",
966
- "thiserror",
967
- "url",
968
- "utf-8",
969
- ]
970
-
971
- [[package]]
972
- name = "typenum"
973
- version = "1.18.0"
974
- source = "registry+https://github.com/rust-lang/crates.io-index"
975
- checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
976
-
977
- [[package]]
978
- name = "unicode-ident"
979
- version = "1.0.18"
980
- source = "registry+https://github.com/rust-lang/crates.io-index"
981
- checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
982
-
983
- [[package]]
984
- name = "url"
985
- version = "2.5.4"
986
- source = "registry+https://github.com/rust-lang/crates.io-index"
987
- checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
988
- dependencies = [
989
- "form_urlencoded",
990
- "idna",
991
- "percent-encoding",
992
- ]
993
-
994
- [[package]]
995
- name = "utf-8"
996
- version = "0.7.6"
997
- source = "registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
999
-
1000
- [[package]]
1001
- name = "utf8_iter"
1002
- version = "1.0.4"
1003
- source = "registry+https://github.com/rust-lang/crates.io-index"
1004
- checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1005
-
1006
- [[package]]
1007
- name = "version_check"
1008
- version = "0.9.5"
1009
- source = "registry+https://github.com/rust-lang/crates.io-index"
1010
- checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1011
-
1012
- [[package]]
1013
- name = "want"
1014
- version = "0.3.1"
1015
- source = "registry+https://github.com/rust-lang/crates.io-index"
1016
- checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1017
- dependencies = [
1018
- "try-lock",
1019
- ]
1020
-
1021
- [[package]]
1022
- name = "wasi"
1023
- version = "0.11.1+wasi-snapshot-preview1"
1024
- source = "registry+https://github.com/rust-lang/crates.io-index"
1025
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1026
-
1027
- [[package]]
1028
- name = "winapi-util"
1029
- version = "0.1.9"
1030
- source = "registry+https://github.com/rust-lang/crates.io-index"
1031
- checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1032
- dependencies = [
1033
- "windows-sys 0.59.0",
1034
- ]
1035
-
1036
- [[package]]
1037
- name = "windows-sys"
1038
- version = "0.52.0"
1039
- source = "registry+https://github.com/rust-lang/crates.io-index"
1040
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1041
- dependencies = [
1042
- "windows-targets",
1043
- ]
1044
-
1045
- [[package]]
1046
- name = "windows-sys"
1047
- version = "0.59.0"
1048
- source = "registry+https://github.com/rust-lang/crates.io-index"
1049
- checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1050
- dependencies = [
1051
- "windows-targets",
1052
- ]
1053
-
1054
- [[package]]
1055
- name = "windows-targets"
1056
- version = "0.52.6"
1057
- source = "registry+https://github.com/rust-lang/crates.io-index"
1058
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1059
- dependencies = [
1060
- "windows_aarch64_gnullvm",
1061
- "windows_aarch64_msvc",
1062
- "windows_i686_gnu",
1063
- "windows_i686_gnullvm",
1064
- "windows_i686_msvc",
1065
- "windows_x86_64_gnu",
1066
- "windows_x86_64_gnullvm",
1067
- "windows_x86_64_msvc",
1068
- ]
1069
-
1070
- [[package]]
1071
- name = "windows_aarch64_gnullvm"
1072
- version = "0.52.6"
1073
- source = "registry+https://github.com/rust-lang/crates.io-index"
1074
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1075
-
1076
- [[package]]
1077
- name = "windows_aarch64_msvc"
1078
- version = "0.52.6"
1079
- source = "registry+https://github.com/rust-lang/crates.io-index"
1080
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1081
-
1082
- [[package]]
1083
- name = "windows_i686_gnu"
1084
- version = "0.52.6"
1085
- source = "registry+https://github.com/rust-lang/crates.io-index"
1086
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1087
-
1088
- [[package]]
1089
- name = "windows_i686_gnullvm"
1090
- version = "0.52.6"
1091
- source = "registry+https://github.com/rust-lang/crates.io-index"
1092
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1093
-
1094
- [[package]]
1095
- name = "windows_i686_msvc"
1096
- version = "0.52.6"
1097
- source = "registry+https://github.com/rust-lang/crates.io-index"
1098
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1099
-
1100
- [[package]]
1101
- name = "windows_x86_64_gnu"
1102
- version = "0.52.6"
1103
- source = "registry+https://github.com/rust-lang/crates.io-index"
1104
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1105
-
1106
- [[package]]
1107
- name = "windows_x86_64_gnullvm"
1108
- version = "0.52.6"
1109
- source = "registry+https://github.com/rust-lang/crates.io-index"
1110
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1111
-
1112
- [[package]]
1113
- name = "windows_x86_64_msvc"
1114
- version = "0.52.6"
1115
- source = "registry+https://github.com/rust-lang/crates.io-index"
1116
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1117
-
1118
- [[package]]
1119
- name = "writeable"
1120
- version = "0.6.1"
1121
- source = "registry+https://github.com/rust-lang/crates.io-index"
1122
- checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1123
-
1124
- [[package]]
1125
- name = "yoke"
1126
- version = "0.8.0"
1127
- source = "registry+https://github.com/rust-lang/crates.io-index"
1128
- checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1129
- dependencies = [
1130
- "serde",
1131
- "stable_deref_trait",
1132
- "yoke-derive",
1133
- "zerofrom",
1134
- ]
1135
-
1136
- [[package]]
1137
- name = "yoke-derive"
1138
- version = "0.8.0"
1139
- source = "registry+https://github.com/rust-lang/crates.io-index"
1140
- checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1141
- dependencies = [
1142
- "proc-macro2",
1143
- "quote",
1144
- "syn",
1145
- "synstructure",
1146
- ]
1147
-
1148
- [[package]]
1149
- name = "zerocopy"
1150
- version = "0.8.26"
1151
- source = "registry+https://github.com/rust-lang/crates.io-index"
1152
- checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
1153
- dependencies = [
1154
- "zerocopy-derive",
1155
- ]
1156
-
1157
- [[package]]
1158
- name = "zerocopy-derive"
1159
- version = "0.8.26"
1160
- source = "registry+https://github.com/rust-lang/crates.io-index"
1161
- checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
1162
- dependencies = [
1163
- "proc-macro2",
1164
- "quote",
1165
- "syn",
1166
- ]
1167
-
1168
- [[package]]
1169
- name = "zerofrom"
1170
- version = "0.1.6"
1171
- source = "registry+https://github.com/rust-lang/crates.io-index"
1172
- checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1173
- dependencies = [
1174
- "zerofrom-derive",
1175
- ]
1176
-
1177
- [[package]]
1178
- name = "zerofrom-derive"
1179
- version = "0.1.6"
1180
- source = "registry+https://github.com/rust-lang/crates.io-index"
1181
- checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1182
- dependencies = [
1183
- "proc-macro2",
1184
- "quote",
1185
- "syn",
1186
- "synstructure",
1187
- ]
1188
-
1189
- [[package]]
1190
- name = "zerotrie"
1191
- version = "0.2.2"
1192
- source = "registry+https://github.com/rust-lang/crates.io-index"
1193
- checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
1194
- dependencies = [
1195
- "displaydoc",
1196
- "yoke",
1197
- "zerofrom",
1198
- ]
1199
-
1200
- [[package]]
1201
- name = "zerovec"
1202
- version = "0.11.2"
1203
- source = "registry+https://github.com/rust-lang/crates.io-index"
1204
- checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
1205
- dependencies = [
1206
- "yoke",
1207
- "zerofrom",
1208
- "zerovec-derive",
1209
- ]
1210
-
1211
- [[package]]
1212
- name = "zerovec-derive"
1213
- version = "0.11.1"
1214
- source = "registry+https://github.com/rust-lang/crates.io-index"
1215
- checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
1216
- dependencies = [
1217
- "proc-macro2",
1218
- "quote",
1219
- "syn",
1220
- ]