wireshade 1.0.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.
package/Cargo.lock ADDED
@@ -0,0 +1,1238 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aead"
7
+ version = "0.5.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10
+ dependencies = [
11
+ "crypto-common",
12
+ "generic-array",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "aho-corasick"
17
+ version = "1.1.4"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
20
+ dependencies = [
21
+ "memchr",
22
+ ]
23
+
24
+ [[package]]
25
+ name = "autocfg"
26
+ version = "1.5.0"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
29
+
30
+ [[package]]
31
+ name = "base64"
32
+ version = "0.13.1"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
35
+
36
+ [[package]]
37
+ name = "base64"
38
+ version = "0.21.7"
39
+ source = "registry+https://github.com/rust-lang/crates.io-index"
40
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
41
+
42
+ [[package]]
43
+ name = "bitflags"
44
+ version = "1.3.2"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
47
+
48
+ [[package]]
49
+ name = "bitflags"
50
+ version = "2.10.0"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
53
+
54
+ [[package]]
55
+ name = "blake2"
56
+ version = "0.10.6"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
59
+ dependencies = [
60
+ "digest",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "block-buffer"
65
+ version = "0.10.4"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
68
+ dependencies = [
69
+ "generic-array",
70
+ ]
71
+
72
+ [[package]]
73
+ name = "boringtun"
74
+ version = "0.6.0"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "751787b019c674b9ac353f4eaa285e6711c21badb421cd8c199bf2c83b727f29"
77
+ dependencies = [
78
+ "aead",
79
+ "base64 0.13.1",
80
+ "blake2",
81
+ "chacha20poly1305",
82
+ "hex",
83
+ "hmac",
84
+ "ip_network",
85
+ "ip_network_table",
86
+ "libc",
87
+ "nix",
88
+ "parking_lot",
89
+ "rand_core",
90
+ "ring",
91
+ "tracing",
92
+ "untrusted 0.9.0",
93
+ "x25519-dalek",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "bumpalo"
98
+ version = "3.19.1"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
101
+
102
+ [[package]]
103
+ name = "byteorder"
104
+ version = "1.5.0"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
107
+
108
+ [[package]]
109
+ name = "bytes"
110
+ version = "1.11.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
113
+
114
+ [[package]]
115
+ name = "cc"
116
+ version = "1.2.52"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
119
+ dependencies = [
120
+ "find-msvc-tools",
121
+ "shlex",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "cfg-if"
126
+ version = "1.0.4"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
129
+
130
+ [[package]]
131
+ name = "chacha20"
132
+ version = "0.9.1"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
135
+ dependencies = [
136
+ "cfg-if",
137
+ "cipher",
138
+ "cpufeatures",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "chacha20poly1305"
143
+ version = "0.10.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
146
+ dependencies = [
147
+ "aead",
148
+ "chacha20",
149
+ "cipher",
150
+ "poly1305",
151
+ "zeroize",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "cipher"
156
+ version = "0.4.4"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
159
+ dependencies = [
160
+ "crypto-common",
161
+ "inout",
162
+ "zeroize",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "convert_case"
167
+ version = "0.6.0"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
170
+ dependencies = [
171
+ "unicode-segmentation",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "cpufeatures"
176
+ version = "0.2.17"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
179
+ dependencies = [
180
+ "libc",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "crypto-common"
185
+ version = "0.1.7"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
188
+ dependencies = [
189
+ "generic-array",
190
+ "rand_core",
191
+ "typenum",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "ctor"
196
+ version = "0.2.9"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
199
+ dependencies = [
200
+ "quote",
201
+ "syn",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "curve25519-dalek"
206
+ version = "4.0.0-rc.3"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "436ace70fc06e06f7f689d2624dc4e2f0ea666efb5aa704215f7249ae6e047a7"
209
+ dependencies = [
210
+ "cfg-if",
211
+ "cpufeatures",
212
+ "curve25519-dalek-derive",
213
+ "fiat-crypto",
214
+ "platforms",
215
+ "rustc_version",
216
+ "subtle",
217
+ "zeroize",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "curve25519-dalek-derive"
222
+ version = "0.1.1"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
225
+ dependencies = [
226
+ "proc-macro2",
227
+ "quote",
228
+ "syn",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "defmt"
233
+ version = "0.3.100"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "f0963443817029b2024136fc4dd07a5107eb8f977eaf18fcd1fdeb11306b64ad"
236
+ dependencies = [
237
+ "defmt 1.0.1",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "defmt"
242
+ version = "1.0.1"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "548d977b6da32fa1d1fda2876453da1e7df63ad0304c8b3dae4dbe7b96f39b78"
245
+ dependencies = [
246
+ "bitflags 1.3.2",
247
+ "defmt-macros",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "defmt-macros"
252
+ version = "1.0.1"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "3d4fc12a85bcf441cfe44344c4b72d58493178ce635338a3f3b78943aceb258e"
255
+ dependencies = [
256
+ "defmt-parser",
257
+ "proc-macro-error2",
258
+ "proc-macro2",
259
+ "quote",
260
+ "syn",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "defmt-parser"
265
+ version = "1.0.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
268
+ dependencies = [
269
+ "thiserror 2.0.17",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "digest"
274
+ version = "0.10.7"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
277
+ dependencies = [
278
+ "block-buffer",
279
+ "crypto-common",
280
+ "subtle",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "env_logger"
285
+ version = "0.10.2"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
288
+ dependencies = [
289
+ "humantime",
290
+ "is-terminal",
291
+ "log",
292
+ "regex",
293
+ "termcolor",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "errno"
298
+ version = "0.3.14"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
301
+ dependencies = [
302
+ "libc",
303
+ "windows-sys 0.61.2",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "fiat-crypto"
308
+ version = "0.1.20"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
311
+
312
+ [[package]]
313
+ name = "find-msvc-tools"
314
+ version = "0.1.7"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
317
+
318
+ [[package]]
319
+ name = "generic-array"
320
+ version = "0.14.7"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
323
+ dependencies = [
324
+ "typenum",
325
+ "version_check",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "getrandom"
330
+ version = "0.2.17"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
333
+ dependencies = [
334
+ "cfg-if",
335
+ "libc",
336
+ "wasi",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "hash32"
341
+ version = "0.3.1"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
344
+ dependencies = [
345
+ "byteorder",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "heapless"
350
+ version = "0.8.0"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
353
+ dependencies = [
354
+ "hash32",
355
+ "stable_deref_trait",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "hermit-abi"
360
+ version = "0.5.2"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
363
+
364
+ [[package]]
365
+ name = "hex"
366
+ version = "0.4.3"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
369
+
370
+ [[package]]
371
+ name = "hmac"
372
+ version = "0.12.1"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
375
+ dependencies = [
376
+ "digest",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "humantime"
381
+ version = "2.3.0"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
384
+
385
+ [[package]]
386
+ name = "inout"
387
+ version = "0.1.4"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
390
+ dependencies = [
391
+ "generic-array",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "ip_network"
396
+ version = "0.4.1"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
399
+
400
+ [[package]]
401
+ name = "ip_network_table"
402
+ version = "0.2.0"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "4099b7cfc5c5e2fe8c5edf3f6f7adf7a714c9cc697534f63a5a5da30397cb2c0"
405
+ dependencies = [
406
+ "ip_network",
407
+ "ip_network_table-deps-treebitmap",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "ip_network_table-deps-treebitmap"
412
+ version = "0.5.0"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "8e537132deb99c0eb4b752f0346b6a836200eaaa3516dd7e5514b63930a09e5d"
415
+
416
+ [[package]]
417
+ name = "is-terminal"
418
+ version = "0.4.17"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
421
+ dependencies = [
422
+ "hermit-abi",
423
+ "libc",
424
+ "windows-sys 0.61.2",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "js-sys"
429
+ version = "0.3.85"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
432
+ dependencies = [
433
+ "once_cell",
434
+ "wasm-bindgen",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "libc"
439
+ version = "0.2.180"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
442
+
443
+ [[package]]
444
+ name = "libloading"
445
+ version = "0.8.9"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
448
+ dependencies = [
449
+ "cfg-if",
450
+ "windows-link",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "lock_api"
455
+ version = "0.4.14"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
458
+ dependencies = [
459
+ "scopeguard",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "log"
464
+ version = "0.4.29"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
467
+
468
+ [[package]]
469
+ name = "managed"
470
+ version = "0.8.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
473
+
474
+ [[package]]
475
+ name = "memchr"
476
+ version = "2.7.6"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
479
+
480
+ [[package]]
481
+ name = "mio"
482
+ version = "1.1.1"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
485
+ dependencies = [
486
+ "libc",
487
+ "wasi",
488
+ "windows-sys 0.61.2",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "napi"
493
+ version = "2.16.17"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
496
+ dependencies = [
497
+ "bitflags 2.10.0",
498
+ "ctor",
499
+ "napi-derive",
500
+ "napi-sys",
501
+ "once_cell",
502
+ "tokio",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "napi-build"
507
+ version = "2.3.1"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
510
+
511
+ [[package]]
512
+ name = "napi-derive"
513
+ version = "2.16.13"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
516
+ dependencies = [
517
+ "cfg-if",
518
+ "convert_case",
519
+ "napi-derive-backend",
520
+ "proc-macro2",
521
+ "quote",
522
+ "syn",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "napi-derive-backend"
527
+ version = "1.0.75"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
530
+ dependencies = [
531
+ "convert_case",
532
+ "once_cell",
533
+ "proc-macro2",
534
+ "quote",
535
+ "regex",
536
+ "semver",
537
+ "syn",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "napi-sys"
542
+ version = "2.4.0"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
545
+ dependencies = [
546
+ "libloading",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "nix"
551
+ version = "0.25.1"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
554
+ dependencies = [
555
+ "autocfg",
556
+ "bitflags 1.3.2",
557
+ "cfg-if",
558
+ "libc",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "once_cell"
563
+ version = "1.21.3"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
566
+
567
+ [[package]]
568
+ name = "opaque-debug"
569
+ version = "0.3.1"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
572
+
573
+ [[package]]
574
+ name = "parking_lot"
575
+ version = "0.12.5"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
578
+ dependencies = [
579
+ "lock_api",
580
+ "parking_lot_core",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "parking_lot_core"
585
+ version = "0.9.12"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
588
+ dependencies = [
589
+ "cfg-if",
590
+ "libc",
591
+ "redox_syscall",
592
+ "smallvec",
593
+ "windows-link",
594
+ ]
595
+
596
+ [[package]]
597
+ name = "pin-project-lite"
598
+ version = "0.2.16"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
601
+
602
+ [[package]]
603
+ name = "platforms"
604
+ version = "3.7.0"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "6f21de1852251c849a53467e0ce8b97cca9d11fd4efa3930145c5d5f02f24447"
607
+
608
+ [[package]]
609
+ name = "poly1305"
610
+ version = "0.8.0"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
613
+ dependencies = [
614
+ "cpufeatures",
615
+ "opaque-debug",
616
+ "universal-hash",
617
+ ]
618
+
619
+ [[package]]
620
+ name = "proc-macro-error-attr2"
621
+ version = "2.0.0"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
624
+ dependencies = [
625
+ "proc-macro2",
626
+ "quote",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "proc-macro-error2"
631
+ version = "2.0.1"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
634
+ dependencies = [
635
+ "proc-macro-error-attr2",
636
+ "proc-macro2",
637
+ "quote",
638
+ "syn",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "proc-macro2"
643
+ version = "1.0.105"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
646
+ dependencies = [
647
+ "unicode-ident",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "quote"
652
+ version = "1.0.43"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
655
+ dependencies = [
656
+ "proc-macro2",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "rand_core"
661
+ version = "0.6.4"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
664
+ dependencies = [
665
+ "getrandom",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "redox_syscall"
670
+ version = "0.5.18"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
673
+ dependencies = [
674
+ "bitflags 2.10.0",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "regex"
679
+ version = "1.12.2"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
682
+ dependencies = [
683
+ "aho-corasick",
684
+ "memchr",
685
+ "regex-automata",
686
+ "regex-syntax",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "regex-automata"
691
+ version = "0.4.13"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
694
+ dependencies = [
695
+ "aho-corasick",
696
+ "memchr",
697
+ "regex-syntax",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "regex-syntax"
702
+ version = "0.8.8"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
705
+
706
+ [[package]]
707
+ name = "ring"
708
+ version = "0.16.20"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
711
+ dependencies = [
712
+ "cc",
713
+ "libc",
714
+ "once_cell",
715
+ "spin",
716
+ "untrusted 0.7.1",
717
+ "web-sys",
718
+ "winapi",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "rustc_version"
723
+ version = "0.4.1"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
726
+ dependencies = [
727
+ "semver",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "rustversion"
732
+ version = "1.0.22"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
735
+
736
+ [[package]]
737
+ name = "scopeguard"
738
+ version = "1.2.0"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
741
+
742
+ [[package]]
743
+ name = "semver"
744
+ version = "1.0.27"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
747
+
748
+ [[package]]
749
+ name = "serde"
750
+ version = "1.0.228"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
753
+ dependencies = [
754
+ "serde_core",
755
+ "serde_derive",
756
+ ]
757
+
758
+ [[package]]
759
+ name = "serde_core"
760
+ version = "1.0.228"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
763
+ dependencies = [
764
+ "serde_derive",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "serde_derive"
769
+ version = "1.0.228"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
772
+ dependencies = [
773
+ "proc-macro2",
774
+ "quote",
775
+ "syn",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "shlex"
780
+ version = "1.3.0"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
783
+
784
+ [[package]]
785
+ name = "signal-hook-registry"
786
+ version = "1.4.8"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
789
+ dependencies = [
790
+ "errno",
791
+ "libc",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "smallvec"
796
+ version = "1.15.1"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
799
+
800
+ [[package]]
801
+ name = "smoltcp"
802
+ version = "0.12.0"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "dad095989c1533c1c266d9b1e8d70a1329dd3723c3edac6d03bbd67e7bf6f4bb"
805
+ dependencies = [
806
+ "bitflags 1.3.2",
807
+ "byteorder",
808
+ "cfg-if",
809
+ "defmt 0.3.100",
810
+ "heapless",
811
+ "libc",
812
+ "log",
813
+ "managed",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "socket2"
818
+ version = "0.6.1"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
821
+ dependencies = [
822
+ "libc",
823
+ "windows-sys 0.60.2",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "spin"
828
+ version = "0.5.2"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
831
+
832
+ [[package]]
833
+ name = "stable_deref_trait"
834
+ version = "1.2.1"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
837
+
838
+ [[package]]
839
+ name = "subtle"
840
+ version = "2.6.1"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
843
+
844
+ [[package]]
845
+ name = "syn"
846
+ version = "2.0.114"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
849
+ dependencies = [
850
+ "proc-macro2",
851
+ "quote",
852
+ "unicode-ident",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "termcolor"
857
+ version = "1.4.1"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
860
+ dependencies = [
861
+ "winapi-util",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "thiserror"
866
+ version = "1.0.69"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
869
+ dependencies = [
870
+ "thiserror-impl 1.0.69",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "thiserror"
875
+ version = "2.0.17"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
878
+ dependencies = [
879
+ "thiserror-impl 2.0.17",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "thiserror-impl"
884
+ version = "1.0.69"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
887
+ dependencies = [
888
+ "proc-macro2",
889
+ "quote",
890
+ "syn",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "thiserror-impl"
895
+ version = "2.0.17"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
898
+ dependencies = [
899
+ "proc-macro2",
900
+ "quote",
901
+ "syn",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "tokio"
906
+ version = "1.49.0"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
909
+ dependencies = [
910
+ "bytes",
911
+ "libc",
912
+ "mio",
913
+ "parking_lot",
914
+ "pin-project-lite",
915
+ "signal-hook-registry",
916
+ "socket2",
917
+ "tokio-macros",
918
+ "windows-sys 0.61.2",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "tokio-macros"
923
+ version = "2.6.0"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
926
+ dependencies = [
927
+ "proc-macro2",
928
+ "quote",
929
+ "syn",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "tracing"
934
+ version = "0.1.44"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
937
+ dependencies = [
938
+ "pin-project-lite",
939
+ "tracing-attributes",
940
+ "tracing-core",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "tracing-attributes"
945
+ version = "0.1.31"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
948
+ dependencies = [
949
+ "proc-macro2",
950
+ "quote",
951
+ "syn",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "tracing-core"
956
+ version = "0.1.36"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
959
+ dependencies = [
960
+ "once_cell",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "typenum"
965
+ version = "1.19.0"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
968
+
969
+ [[package]]
970
+ name = "unicode-ident"
971
+ version = "1.0.22"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
974
+
975
+ [[package]]
976
+ name = "unicode-segmentation"
977
+ version = "1.12.0"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
980
+
981
+ [[package]]
982
+ name = "universal-hash"
983
+ version = "0.5.1"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
986
+ dependencies = [
987
+ "crypto-common",
988
+ "subtle",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "untrusted"
993
+ version = "0.7.1"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
996
+
997
+ [[package]]
998
+ name = "untrusted"
999
+ version = "0.9.0"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1002
+
1003
+ [[package]]
1004
+ name = "version_check"
1005
+ version = "0.9.5"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1008
+
1009
+ [[package]]
1010
+ name = "wasi"
1011
+ version = "0.11.1+wasi-snapshot-preview1"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1014
+
1015
+ [[package]]
1016
+ name = "wasm-bindgen"
1017
+ version = "0.2.108"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1020
+ dependencies = [
1021
+ "cfg-if",
1022
+ "once_cell",
1023
+ "rustversion",
1024
+ "wasm-bindgen-macro",
1025
+ "wasm-bindgen-shared",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "wasm-bindgen-macro"
1030
+ version = "0.2.108"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1033
+ dependencies = [
1034
+ "quote",
1035
+ "wasm-bindgen-macro-support",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "wasm-bindgen-macro-support"
1040
+ version = "0.2.108"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1043
+ dependencies = [
1044
+ "bumpalo",
1045
+ "proc-macro2",
1046
+ "quote",
1047
+ "syn",
1048
+ "wasm-bindgen-shared",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "wasm-bindgen-shared"
1053
+ version = "0.2.108"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1056
+ dependencies = [
1057
+ "unicode-ident",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "web-sys"
1062
+ version = "0.3.85"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
1065
+ dependencies = [
1066
+ "js-sys",
1067
+ "wasm-bindgen",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "winapi"
1072
+ version = "0.3.9"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1075
+ dependencies = [
1076
+ "winapi-i686-pc-windows-gnu",
1077
+ "winapi-x86_64-pc-windows-gnu",
1078
+ ]
1079
+
1080
+ [[package]]
1081
+ name = "winapi-i686-pc-windows-gnu"
1082
+ version = "0.4.0"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1085
+
1086
+ [[package]]
1087
+ name = "winapi-util"
1088
+ version = "0.1.11"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1091
+ dependencies = [
1092
+ "windows-sys 0.61.2",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "winapi-x86_64-pc-windows-gnu"
1097
+ version = "0.4.0"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1100
+
1101
+ [[package]]
1102
+ name = "windows-link"
1103
+ version = "0.2.1"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1106
+
1107
+ [[package]]
1108
+ name = "windows-sys"
1109
+ version = "0.60.2"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1112
+ dependencies = [
1113
+ "windows-targets",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "windows-sys"
1118
+ version = "0.61.2"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1121
+ dependencies = [
1122
+ "windows-link",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "windows-targets"
1127
+ version = "0.53.5"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1130
+ dependencies = [
1131
+ "windows-link",
1132
+ "windows_aarch64_gnullvm",
1133
+ "windows_aarch64_msvc",
1134
+ "windows_i686_gnu",
1135
+ "windows_i686_gnullvm",
1136
+ "windows_i686_msvc",
1137
+ "windows_x86_64_gnu",
1138
+ "windows_x86_64_gnullvm",
1139
+ "windows_x86_64_msvc",
1140
+ ]
1141
+
1142
+ [[package]]
1143
+ name = "windows_aarch64_gnullvm"
1144
+ version = "0.53.1"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1147
+
1148
+ [[package]]
1149
+ name = "windows_aarch64_msvc"
1150
+ version = "0.53.1"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1153
+
1154
+ [[package]]
1155
+ name = "windows_i686_gnu"
1156
+ version = "0.53.1"
1157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1158
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1159
+
1160
+ [[package]]
1161
+ name = "windows_i686_gnullvm"
1162
+ version = "0.53.1"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1165
+
1166
+ [[package]]
1167
+ name = "windows_i686_msvc"
1168
+ version = "0.53.1"
1169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1170
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1171
+
1172
+ [[package]]
1173
+ name = "windows_x86_64_gnu"
1174
+ version = "0.53.1"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1177
+
1178
+ [[package]]
1179
+ name = "windows_x86_64_gnullvm"
1180
+ version = "0.53.1"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1183
+
1184
+ [[package]]
1185
+ name = "windows_x86_64_msvc"
1186
+ version = "0.53.1"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1189
+
1190
+ [[package]]
1191
+ name = "wireshade"
1192
+ version = "0.1.0"
1193
+ dependencies = [
1194
+ "base64 0.21.7",
1195
+ "boringtun",
1196
+ "bytes",
1197
+ "env_logger",
1198
+ "hex",
1199
+ "log",
1200
+ "napi",
1201
+ "napi-build",
1202
+ "napi-derive",
1203
+ "smoltcp",
1204
+ "thiserror 1.0.69",
1205
+ "tokio",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "x25519-dalek"
1210
+ version = "2.0.0-rc.3"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "ec7fae07da688e17059d5886712c933bb0520f15eff2e09cfa18e30968f4e63a"
1213
+ dependencies = [
1214
+ "curve25519-dalek",
1215
+ "rand_core",
1216
+ "serde",
1217
+ "zeroize",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "zeroize"
1222
+ version = "1.8.2"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1225
+ dependencies = [
1226
+ "zeroize_derive",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "zeroize_derive"
1231
+ version = "1.4.3"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
1234
+ dependencies = [
1235
+ "proc-macro2",
1236
+ "quote",
1237
+ "syn",
1238
+ ]