1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aead"
22version = "0.5.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
25dependencies = [
26 "crypto-common",
27 "generic-array",
28]
29
30[[package]]
31name = "aho-corasick"
32version = "1.1.3"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
35dependencies = [
36 "memchr",
37]
38
39[[package]]
40name = "anes"
41version = "0.1.6"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
44
45[[package]]
46name = "anstream"
47version = "0.6.14"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
50dependencies = [
51 "anstyle",
52 "anstyle-parse",
53 "anstyle-query",
54 "anstyle-wincon",
55 "colorchoice",
56 "is_terminal_polyfill",
57 "utf8parse",
58]
59
60[[package]]
61name = "anstyle"
62version = "1.0.7"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
65
66[[package]]
67name = "anstyle-parse"
68version = "0.2.4"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
71dependencies = [
72 "utf8parse",
73]
74
75[[package]]
76name = "anstyle-query"
77version = "1.1.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
80dependencies = [
81 "windows-sys 0.52.0",
82]
83
84[[package]]
85name = "anstyle-wincon"
86version = "3.0.3"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
89dependencies = [
90 "anstyle",
91 "windows-sys 0.52.0",
92]
93
94[[package]]
95name = "anyhow"
96version = "1.0.89"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
99dependencies = [
100 "backtrace",
101]
102
103[[package]]
104name = "arc-swap"
105version = "1.7.1"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
108
109[[package]]
110name = "arrayvec"
111version = "0.7.4"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
114
115[[package]]
116name = "async-channel"
117version = "2.3.1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
120dependencies = [
121 "concurrent-queue",
122 "event-listener-strategy",
123 "futures-core",
124 "pin-project-lite",
125]
126
127[[package]]
128name = "async-stream"
129version = "0.3.5"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
132dependencies = [
133 "async-stream-impl",
134 "futures-core",
135 "pin-project-lite",
136]
137
138[[package]]
139name = "async-stream-impl"
140version = "0.3.5"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
143dependencies = [
144 "proc-macro2",
145 "quote",
146 "syn 2.0.68",
147]
148
149[[package]]
150name = "async-task"
151version = "4.7.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
154
155[[package]]
156name = "async-trait"
157version = "0.1.80"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
160dependencies = [
161 "proc-macro2",
162 "quote",
163 "syn 2.0.68",
164]
165
166[[package]]
167name = "atomic-waker"
168version = "1.1.2"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
171
172[[package]]
173name = "atty"
174version = "0.2.14"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
177dependencies = [
178 "hermit-abi 0.1.19",
179 "libc",
180 "winapi",
181]
182
183[[package]]
184name = "autocfg"
185version = "1.3.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
188
189[[package]]
190name = "axum"
191version = "0.7.5"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
194dependencies = [
195 "async-trait",
196 "axum-core",
197 "bytes",
198 "futures-util",
199 "http",
200 "http-body",
201 "http-body-util",
202 "itoa",
203 "matchit",
204 "memchr",
205 "mime",
206 "percent-encoding",
207 "pin-project-lite",
208 "rustversion",
209 "serde",
210 "sync_wrapper 1.0.1",
211 "tower",
212 "tower-layer",
213 "tower-service",
214]
215
216[[package]]
217name = "axum-core"
218version = "0.4.3"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
221dependencies = [
222 "async-trait",
223 "bytes",
224 "futures-util",
225 "http",
226 "http-body",
227 "http-body-util",
228 "mime",
229 "pin-project-lite",
230 "rustversion",
231 "sync_wrapper 0.1.2",
232 "tower-layer",
233 "tower-service",
234]
235
236[[package]]
237name = "backtrace"
238version = "0.3.73"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
241dependencies = [
242 "addr2line",
243 "cc",
244 "cfg-if",
245 "libc",
246 "miniz_oxide",
247 "object",
248 "rustc-demangle",
249]
250
251[[package]]
252name = "base64"
253version = "0.13.1"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
256
257[[package]]
258name = "base64"
259version = "0.21.7"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
262
263[[package]]
264name = "base64"
265version = "0.22.1"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
268
269[[package]]
270name = "bitflags"
271version = "1.3.2"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
274
275[[package]]
276name = "bitflags"
277version = "2.6.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
280
281[[package]]
282name = "blake2"
283version = "0.10.6"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
286dependencies = [
287 "digest",
288]
289
290[[package]]
291name = "block"
292version = "0.1.6"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
295
296[[package]]
297name = "block-buffer"
298version = "0.10.4"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
301dependencies = [
302 "generic-array",
303]
304
305[[package]]
306name = "blocking"
307version = "1.6.1"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
310dependencies = [
311 "async-channel",
312 "async-task",
313 "futures-io",
314 "futures-lite",
315 "piper",
316]
317
318[[package]]
319name = "boringtun"
320version = "0.6.0"
321source = "git+https://github.com/cloudflare/boringtun?rev=e3252d9c4f4c8fc628995330f45369effd4660a1#e3252d9c4f4c8fc628995330f45369effd4660a1"
322dependencies = [
323 "aead",
324 "base64 0.13.1",
325 "blake2",
326 "chacha20poly1305",
327 "hex",
328 "hmac",
329 "ip_network",
330 "ip_network_table",
331 "libc",
332 "nix 0.25.1",
333 "parking_lot",
334 "rand_core",
335 "ring",
336 "tracing",
337 "untrusted",
338 "x25519-dalek",
339]
340
341[[package]]
342name = "bumpalo"
343version = "3.16.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
346
347[[package]]
348name = "bytemuck"
349version = "1.16.1"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
352
353[[package]]
354name = "byteorder"
355version = "1.5.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
358
359[[package]]
360name = "byteorder-lite"
361version = "0.1.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
364
365[[package]]
366name = "bytes"
367version = "1.6.0"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
370
371[[package]]
372name = "c2rust-bitfields"
373version = "0.19.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "367e5d1b30f28be590b6b3868da1578361d29d9bfac516d22f497d28ed7c9055"
376dependencies = [
377 "c2rust-bitfields-derive",
378]
379
380[[package]]
381name = "c2rust-bitfields-derive"
382version = "0.19.0"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "a279db9c50c4024eeca1a763b6e0f033848ce74e83e47454bcf8a8a98f7b0b56"
385dependencies = [
386 "proc-macro2",
387 "quote",
388 "syn 1.0.109",
389]
390
391[[package]]
392name = "cast"
393version = "0.3.0"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
396
397[[package]]
398name = "cc"
399version = "1.0.104"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
402
403[[package]]
404name = "cfg-if"
405version = "1.0.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
408
409[[package]]
410name = "cfg_aliases"
411version = "0.2.1"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
414
415[[package]]
416name = "chacha20"
417version = "0.9.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
420dependencies = [
421 "cfg-if",
422 "cipher",
423 "cpufeatures",
424]
425
426[[package]]
427name = "chacha20poly1305"
428version = "0.10.1"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
431dependencies = [
432 "aead",
433 "chacha20",
434 "cipher",
435 "poly1305",
436 "zeroize",
437]
438
439[[package]]
440name = "ciborium"
441version = "0.2.2"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
444dependencies = [
445 "ciborium-io",
446 "ciborium-ll",
447 "serde",
448]
449
450[[package]]
451name = "ciborium-io"
452version = "0.2.2"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
455
456[[package]]
457name = "ciborium-ll"
458version = "0.2.2"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
461dependencies = [
462 "ciborium-io",
463 "half",
464]
465
466[[package]]
467name = "cipher"
468version = "0.4.4"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
471dependencies = [
472 "crypto-common",
473 "inout",
474 "zeroize",
475]
476
477[[package]]
478name = "clap"
479version = "3.2.25"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
482dependencies = [
483 "atty",
484 "bitflags 1.3.2",
485 "clap_lex 0.2.4",
486 "indexmap 1.9.3",
487 "strsim",
488 "termcolor",
489 "textwrap",
490]
491
492[[package]]
493name = "clap"
494version = "4.5.8"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
497dependencies = [
498 "clap_builder",
499]
500
501[[package]]
502name = "clap_builder"
503version = "4.5.8"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
506dependencies = [
507 "anstyle",
508 "clap_lex 0.7.1",
509]
510
511[[package]]
512name = "clap_lex"
513version = "0.2.4"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
516dependencies = [
517 "os_str_bytes",
518]
519
520[[package]]
521name = "clap_lex"
522version = "0.7.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
525
526[[package]]
527name = "cocoa"
528version = "0.26.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
531dependencies = [
532 "bitflags 2.6.0",
533 "block",
534 "cocoa-foundation",
535 "core-foundation",
536 "core-graphics",
537 "foreign-types",
538 "libc",
539 "objc",
540]
541
542[[package]]
543name = "cocoa-foundation"
544version = "0.2.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
547dependencies = [
548 "bitflags 2.6.0",
549 "block",
550 "core-foundation",
551 "core-graphics-types",
552 "libc",
553 "objc",
554]
555
556[[package]]
557name = "colorchoice"
558version = "1.0.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
561
562[[package]]
563name = "concurrent-queue"
564version = "2.5.0"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
567dependencies = [
568 "crossbeam-utils",
569]
570
571[[package]]
572name = "console-api"
573version = "0.8.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "86ed14aa9c9f927213c6e4f3ef75faaad3406134efe84ba2cb7983431d5f0931"
576dependencies = [
577 "futures-core",
578 "prost",
579 "prost-types",
580 "tonic",
581 "tracing-core",
582]
583
584[[package]]
585name = "console-subscriber"
586version = "0.4.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "e2e3a111a37f3333946ebf9da370ba5c5577b18eb342ec683eb488dd21980302"
589dependencies = [
590 "console-api",
591 "crossbeam-channel",
592 "crossbeam-utils",
593 "futures-task",
594 "hdrhistogram",
595 "humantime",
596 "hyper-util",
597 "prost",
598 "prost-types",
599 "serde",
600 "serde_json",
601 "thread_local",
602 "tokio",
603 "tokio-stream",
604 "tonic",
605 "tracing",
606 "tracing-core",
607 "tracing-subscriber",
608]
609
610[[package]]
611name = "core-foundation"
612version = "0.10.0"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
615dependencies = [
616 "core-foundation-sys",
617 "libc",
618]
619
620[[package]]
621name = "core-foundation-sys"
622version = "0.8.7"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
625
626[[package]]
627name = "core-graphics"
628version = "0.24.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
631dependencies = [
632 "bitflags 2.6.0",
633 "core-foundation",
634 "core-graphics-types",
635 "foreign-types",
636 "libc",
637]
638
639[[package]]
640name = "core-graphics-types"
641version = "0.2.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
644dependencies = [
645 "bitflags 2.6.0",
646 "core-foundation",
647 "libc",
648]
649
650[[package]]
651name = "cpufeatures"
652version = "0.2.12"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
655dependencies = [
656 "libc",
657]
658
659[[package]]
660name = "crc32fast"
661version = "1.4.2"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
664dependencies = [
665 "cfg-if",
666]
667
668[[package]]
669name = "criterion"
670version = "0.5.1"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
673dependencies = [
674 "anes",
675 "cast",
676 "ciborium",
677 "clap 4.5.8",
678 "criterion-plot",
679 "is-terminal",
680 "itertools",
681 "num-traits",
682 "once_cell",
683 "oorandom",
684 "plotters",
685 "rayon",
686 "regex",
687 "serde",
688 "serde_derive",
689 "serde_json",
690 "tinytemplate",
691 "walkdir",
692]
693
694[[package]]
695name = "criterion-plot"
696version = "0.5.0"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
699dependencies = [
700 "cast",
701 "itertools",
702]
703
704[[package]]
705name = "crossbeam-channel"
706version = "0.5.13"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
709dependencies = [
710 "crossbeam-utils",
711]
712
713[[package]]
714name = "crossbeam-deque"
715version = "0.8.5"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
718dependencies = [
719 "crossbeam-epoch",
720 "crossbeam-utils",
721]
722
723[[package]]
724name = "crossbeam-epoch"
725version = "0.9.18"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
728dependencies = [
729 "crossbeam-utils",
730]
731
732[[package]]
733name = "crossbeam-utils"
734version = "0.8.20"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
737
738[[package]]
739name = "crunchy"
740version = "0.2.2"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
743
744[[package]]
745name = "crypto-common"
746version = "0.1.6"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
749dependencies = [
750 "generic-array",
751 "rand_core",
752 "typenum",
753]
754
755[[package]]
756name = "curve25519-dalek"
757version = "4.1.3"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
760dependencies = [
761 "cfg-if",
762 "cpufeatures",
763 "curve25519-dalek-derive",
764 "fiat-crypto",
765 "rustc_version",
766 "subtle",
767 "zeroize",
768]
769
770[[package]]
771name = "curve25519-dalek-derive"
772version = "0.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.68",
779]
780
781[[package]]
782name = "data-encoding"
783version = "2.6.0"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
786
787[[package]]
788name = "defmt"
789version = "0.3.8"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "a99dd22262668b887121d4672af5a64b238f026099f1a2a1b322066c9ecfe9e0"
792dependencies = [
793 "bitflags 1.3.2",
794 "defmt-macros",
795]
796
797[[package]]
798name = "defmt-macros"
799version = "0.3.9"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "e3a9f309eff1f79b3ebdf252954d90ae440599c26c2c553fe87a2d17195f2dcb"
802dependencies = [
803 "defmt-parser",
804 "proc-macro-error",
805 "proc-macro2",
806 "quote",
807 "syn 2.0.68",
808]
809
810[[package]]
811name = "defmt-parser"
812version = "0.3.4"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "ff4a5fefe330e8d7f31b16a318f9ce81000d8e35e69b93eae154d16d2278f70f"
815dependencies = [
816 "thiserror",
817]
818
819[[package]]
820name = "deranged"
821version = "0.3.11"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
824dependencies = [
825 "powerfmt",
826]
827
828[[package]]
829name = "digest"
830version = "0.10.7"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
833dependencies = [
834 "block-buffer",
835 "crypto-common",
836 "subtle",
837]
838
839[[package]]
840name = "either"
841version = "1.13.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
844
845[[package]]
846name = "enum-as-inner"
847version = "0.6.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
850dependencies = [
851 "heck",
852 "proc-macro2",
853 "quote",
854 "syn 2.0.68",
855]
856
857[[package]]
858name = "env_filter"
859version = "0.1.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
862dependencies = [
863 "log",
864 "regex",
865]
866
867[[package]]
868name = "env_logger"
869version = "0.11.5"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
872dependencies = [
873 "anstream",
874 "anstyle",
875 "env_filter",
876 "humantime",
877 "log",
878]
879
880[[package]]
881name = "equivalent"
882version = "1.0.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
885
886[[package]]
887name = "errno"
888version = "0.3.9"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
891dependencies = [
892 "libc",
893 "windows-sys 0.52.0",
894]
895
896[[package]]
897name = "etherparse"
898version = "0.13.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "827292ea592108849932ad8e30218f8b1f21c0dfd0696698a18b5d0aed62d990"
901dependencies = [
902 "arrayvec",
903]
904
905[[package]]
906name = "event-listener"
907version = "5.3.1"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
910dependencies = [
911 "concurrent-queue",
912 "parking",
913 "pin-project-lite",
914]
915
916[[package]]
917name = "event-listener-strategy"
918version = "0.5.2"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
921dependencies = [
922 "event-listener",
923 "pin-project-lite",
924]
925
926[[package]]
927name = "fastrand"
928version = "2.1.1"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
931
932[[package]]
933name = "fdeflate"
934version = "0.3.4"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
937dependencies = [
938 "simd-adler32",
939]
940
941[[package]]
942name = "fiat-crypto"
943version = "0.2.9"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
946
947[[package]]
948name = "filetime"
949version = "0.2.23"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
952dependencies = [
953 "cfg-if",
954 "libc",
955 "redox_syscall 0.4.1",
956 "windows-sys 0.52.0",
957]
958
959[[package]]
960name = "flate2"
961version = "1.0.30"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
964dependencies = [
965 "crc32fast",
966 "miniz_oxide",
967]
968
969[[package]]
970name = "fnv"
971version = "1.0.7"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
974
975[[package]]
976name = "foreign-types"
977version = "0.5.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
980dependencies = [
981 "foreign-types-macros",
982 "foreign-types-shared",
983]
984
985[[package]]
986name = "foreign-types-macros"
987version = "0.2.3"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
990dependencies = [
991 "proc-macro2",
992 "quote",
993 "syn 2.0.68",
994]
995
996[[package]]
997name = "foreign-types-shared"
998version = "0.3.1"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1001
1002[[package]]
1003name = "form_urlencoded"
1004version = "1.2.1"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1007dependencies = [
1008 "percent-encoding",
1009]
1010
1011[[package]]
1012name = "futures"
1013version = "0.3.30"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1016dependencies = [
1017 "futures-channel",
1018 "futures-core",
1019 "futures-executor",
1020 "futures-io",
1021 "futures-sink",
1022 "futures-task",
1023 "futures-util",
1024]
1025
1026[[package]]
1027name = "futures-channel"
1028version = "0.3.30"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1031dependencies = [
1032 "futures-core",
1033 "futures-sink",
1034]
1035
1036[[package]]
1037name = "futures-core"
1038version = "0.3.30"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1041
1042[[package]]
1043name = "futures-executor"
1044version = "0.3.30"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1047dependencies = [
1048 "futures-core",
1049 "futures-task",
1050 "futures-util",
1051]
1052
1053[[package]]
1054name = "futures-io"
1055version = "0.3.30"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1058
1059[[package]]
1060name = "futures-lite"
1061version = "2.3.0"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1064dependencies = [
1065 "futures-core",
1066 "pin-project-lite",
1067]
1068
1069[[package]]
1070name = "futures-macro"
1071version = "0.3.30"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1074dependencies = [
1075 "proc-macro2",
1076 "quote",
1077 "syn 2.0.68",
1078]
1079
1080[[package]]
1081name = "futures-sink"
1082version = "0.3.30"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1085
1086[[package]]
1087name = "futures-task"
1088version = "0.3.30"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1091
1092[[package]]
1093name = "futures-util"
1094version = "0.3.30"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1097dependencies = [
1098 "futures-channel",
1099 "futures-core",
1100 "futures-io",
1101 "futures-macro",
1102 "futures-sink",
1103 "futures-task",
1104 "memchr",
1105 "pin-project-lite",
1106 "pin-utils",
1107 "slab",
1108]
1109
1110[[package]]
1111name = "generic-array"
1112version = "0.14.7"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1115dependencies = [
1116 "typenum",
1117 "version_check",
1118]
1119
1120[[package]]
1121name = "getrandom"
1122version = "0.2.15"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1125dependencies = [
1126 "cfg-if",
1127 "libc",
1128 "wasi",
1129]
1130
1131[[package]]
1132name = "gimli"
1133version = "0.29.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1136
1137[[package]]
1138name = "h2"
1139version = "0.4.5"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
1142dependencies = [
1143 "atomic-waker",
1144 "bytes",
1145 "fnv",
1146 "futures-core",
1147 "futures-sink",
1148 "http",
1149 "indexmap 2.2.6",
1150 "slab",
1151 "tokio",
1152 "tokio-util",
1153 "tracing",
1154]
1155
1156[[package]]
1157name = "half"
1158version = "2.4.1"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1161dependencies = [
1162 "cfg-if",
1163 "crunchy",
1164]
1165
1166[[package]]
1167name = "hash32"
1168version = "0.3.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
1171dependencies = [
1172 "byteorder",
1173]
1174
1175[[package]]
1176name = "hashbrown"
1177version = "0.12.3"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1180
1181[[package]]
1182name = "hashbrown"
1183version = "0.14.5"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1186
1187[[package]]
1188name = "hdrhistogram"
1189version = "7.5.4"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
1192dependencies = [
1193 "base64 0.21.7",
1194 "byteorder",
1195 "flate2",
1196 "nom",
1197 "num-traits",
1198]
1199
1200[[package]]
1201name = "heapless"
1202version = "0.8.0"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
1205dependencies = [
1206 "hash32",
1207 "stable_deref_trait",
1208]
1209
1210[[package]]
1211name = "heck"
1212version = "0.4.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1215
1216[[package]]
1217name = "hermit-abi"
1218version = "0.1.19"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1221dependencies = [
1222 "libc",
1223]
1224
1225[[package]]
1226name = "hermit-abi"
1227version = "0.3.9"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1230
1231[[package]]
1232name = "hex"
1233version = "0.4.3"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1236
1237[[package]]
1238name = "hickory-proto"
1239version = "0.24.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
1242dependencies = [
1243 "async-trait",
1244 "cfg-if",
1245 "data-encoding",
1246 "enum-as-inner",
1247 "futures-channel",
1248 "futures-io",
1249 "futures-util",
1250 "idna 0.4.0",
1251 "ipnet",
1252 "once_cell",
1253 "rand",
1254 "thiserror",
1255 "tinyvec",
1256 "tokio",
1257 "tracing",
1258 "url",
1259]
1260
1261[[package]]
1262name = "hickory-resolver"
1263version = "0.24.1"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
1266dependencies = [
1267 "cfg-if",
1268 "futures-util",
1269 "hickory-proto",
1270 "ipconfig",
1271 "lru-cache",
1272 "once_cell",
1273 "parking_lot",
1274 "rand",
1275 "resolv-conf",
1276 "smallvec",
1277 "thiserror",
1278 "tokio",
1279 "tracing",
1280]
1281
1282[[package]]
1283name = "hickory-server"
1284version = "0.24.1"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "9be0e43c556b9b3fdb6c7c71a9a32153a2275d02419e3de809e520bfcfe40c37"
1287dependencies = [
1288 "async-trait",
1289 "bytes",
1290 "cfg-if",
1291 "enum-as-inner",
1292 "futures-util",
1293 "hickory-proto",
1294 "serde",
1295 "thiserror",
1296 "time",
1297 "tokio",
1298 "tokio-util",
1299 "tracing",
1300]
1301
1302[[package]]
1303name = "hmac"
1304version = "0.12.1"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1307dependencies = [
1308 "digest",
1309]
1310
1311[[package]]
1312name = "hostname"
1313version = "0.3.1"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
1316dependencies = [
1317 "libc",
1318 "match_cfg",
1319 "winapi",
1320]
1321
1322[[package]]
1323name = "http"
1324version = "1.1.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1327dependencies = [
1328 "bytes",
1329 "fnv",
1330 "itoa",
1331]
1332
1333[[package]]
1334name = "http-body"
1335version = "1.0.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1338dependencies = [
1339 "bytes",
1340 "http",
1341]
1342
1343[[package]]
1344name = "http-body-util"
1345version = "0.1.2"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1348dependencies = [
1349 "bytes",
1350 "futures-util",
1351 "http",
1352 "http-body",
1353 "pin-project-lite",
1354]
1355
1356[[package]]
1357name = "httparse"
1358version = "1.9.4"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
1361
1362[[package]]
1363name = "httpdate"
1364version = "1.0.3"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1367
1368[[package]]
1369name = "humantime"
1370version = "2.1.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1373
1374[[package]]
1375name = "hyper"
1376version = "1.4.1"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
1379dependencies = [
1380 "bytes",
1381 "futures-channel",
1382 "futures-util",
1383 "h2",
1384 "http",
1385 "http-body",
1386 "httparse",
1387 "httpdate",
1388 "itoa",
1389 "pin-project-lite",
1390 "smallvec",
1391 "tokio",
1392 "want",
1393]
1394
1395[[package]]
1396name = "hyper-timeout"
1397version = "0.5.1"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
1400dependencies = [
1401 "hyper",
1402 "hyper-util",
1403 "pin-project-lite",
1404 "tokio",
1405 "tower-service",
1406]
1407
1408[[package]]
1409name = "hyper-util"
1410version = "0.1.6"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
1413dependencies = [
1414 "bytes",
1415 "futures-channel",
1416 "futures-util",
1417 "http",
1418 "http-body",
1419 "hyper",
1420 "pin-project-lite",
1421 "socket2",
1422 "tokio",
1423 "tower",
1424 "tower-service",
1425 "tracing",
1426]
1427
1428[[package]]
1429name = "idna"
1430version = "0.4.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1433dependencies = [
1434 "unicode-bidi",
1435 "unicode-normalization",
1436]
1437
1438[[package]]
1439name = "idna"
1440version = "0.5.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1443dependencies = [
1444 "unicode-bidi",
1445 "unicode-normalization",
1446]
1447
1448[[package]]
1449name = "image"
1450version = "0.25.2"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
1453dependencies = [
1454 "bytemuck",
1455 "byteorder-lite",
1456 "num-traits",
1457 "png",
1458 "tiff",
1459]
1460
1461[[package]]
1462name = "indexmap"
1463version = "1.9.3"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1466dependencies = [
1467 "autocfg",
1468 "hashbrown 0.12.3",
1469]
1470
1471[[package]]
1472name = "indexmap"
1473version = "2.2.6"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1476dependencies = [
1477 "equivalent",
1478 "hashbrown 0.14.5",
1479]
1480
1481[[package]]
1482name = "indoc"
1483version = "2.0.5"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
1486
1487[[package]]
1488name = "inout"
1489version = "0.1.3"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1492dependencies = [
1493 "generic-array",
1494]
1495
1496[[package]]
1497name = "internet-checksum"
1498version = "0.2.1"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "fc6d6206008e25125b1f97fbe5d309eb7b85141cf9199d52dbd3729a1584dd16"
1501
1502[[package]]
1503name = "internet-packet"
1504version = "0.2.1"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "f0273209b868758e751e5db7f59f72d152750d3e30f08f6eb06722357dcfe453"
1507dependencies = [
1508 "internet-checksum",
1509 "smoltcp",
1510]
1511
1512[[package]]
1513name = "inventory"
1514version = "0.3.15"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
1517
1518[[package]]
1519name = "ip_network"
1520version = "0.4.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
1523
1524[[package]]
1525name = "ip_network_table"
1526version = "0.2.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "4099b7cfc5c5e2fe8c5edf3f6f7adf7a714c9cc697534f63a5a5da30397cb2c0"
1529dependencies = [
1530 "ip_network",
1531 "ip_network_table-deps-treebitmap",
1532]
1533
1534[[package]]
1535name = "ip_network_table-deps-treebitmap"
1536version = "0.5.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "8e537132deb99c0eb4b752f0346b6a836200eaaa3516dd7e5514b63930a09e5d"
1539
1540[[package]]
1541name = "ipconfig"
1542version = "0.3.2"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1545dependencies = [
1546 "socket2",
1547 "widestring",
1548 "windows-sys 0.48.0",
1549 "winreg",
1550]
1551
1552[[package]]
1553name = "ipnet"
1554version = "2.9.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1557
1558[[package]]
1559name = "is-terminal"
1560version = "0.4.12"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
1563dependencies = [
1564 "hermit-abi 0.3.9",
1565 "libc",
1566 "windows-sys 0.52.0",
1567]
1568
1569[[package]]
1570name = "is_terminal_polyfill"
1571version = "1.70.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
1574
1575[[package]]
1576name = "itertools"
1577version = "0.10.5"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1580dependencies = [
1581 "either",
1582]
1583
1584[[package]]
1585name = "itoa"
1586version = "1.0.11"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1589
1590[[package]]
1591name = "jpeg-decoder"
1592version = "0.3.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
1595
1596[[package]]
1597name = "js-sys"
1598version = "0.3.69"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1601dependencies = [
1602 "wasm-bindgen",
1603]
1604
1605[[package]]
1606name = "lazy_static"
1607version = "1.5.0"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1610
1611[[package]]
1612name = "libc"
1613version = "0.2.155"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
1616
1617[[package]]
1618name = "libloading"
1619version = "0.8.5"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
1622dependencies = [
1623 "cfg-if",
1624 "windows-targets 0.52.6",
1625]
1626
1627[[package]]
1628name = "linked-hash-map"
1629version = "0.5.6"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1632
1633[[package]]
1634name = "linux-raw-sys"
1635version = "0.4.14"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1638
1639[[package]]
1640name = "lock_api"
1641version = "0.4.12"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1644dependencies = [
1645 "autocfg",
1646 "scopeguard",
1647]
1648
1649[[package]]
1650name = "log"
1651version = "0.4.22"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1654
1655[[package]]
1656name = "lru-cache"
1657version = "0.1.2"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1660dependencies = [
1661 "linked-hash-map",
1662]
1663
1664[[package]]
1665name = "lru_time_cache"
1666version = "0.11.11"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
1669
1670[[package]]
1671name = "macos-certificate-truster"
1672version = "0.10.7"
1673dependencies = [
1674 "security-framework",
1675]
1676
1677[[package]]
1678name = "malloc_buf"
1679version = "0.0.6"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1682dependencies = [
1683 "libc",
1684]
1685
1686[[package]]
1687name = "managed"
1688version = "0.8.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
1691
1692[[package]]
1693name = "match_cfg"
1694version = "0.1.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1697
1698[[package]]
1699name = "matchers"
1700version = "0.1.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1703dependencies = [
1704 "regex-automata 0.1.10",
1705]
1706
1707[[package]]
1708name = "matchit"
1709version = "0.7.3"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1712
1713[[package]]
1714name = "memchr"
1715version = "2.7.4"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1718
1719[[package]]
1720name = "memoffset"
1721version = "0.9.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1724dependencies = [
1725 "autocfg",
1726]
1727
1728[[package]]
1729name = "mime"
1730version = "0.3.17"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1733
1734[[package]]
1735name = "minimal-lexical"
1736version = "0.2.1"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1739
1740[[package]]
1741name = "miniz_oxide"
1742version = "0.7.4"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1745dependencies = [
1746 "adler",
1747 "simd-adler32",
1748]
1749
1750[[package]]
1751name = "mio"
1752version = "1.0.1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
1755dependencies = [
1756 "hermit-abi 0.3.9",
1757 "libc",
1758 "wasi",
1759 "windows-sys 0.52.0",
1760]
1761
1762[[package]]
1763name = "mitm-wg-test-client"
1764version = "0.10.7"
1765dependencies = [
1766 "anyhow",
1767 "boringtun",
1768 "data-encoding",
1769 "hex",
1770 "smoltcp",
1771]
1772
1773[[package]]
1774name = "mitmproxy"
1775version = "0.10.7"
1776dependencies = [
1777 "anyhow",
1778 "boringtun",
1779 "cocoa",
1780 "console-subscriber",
1781 "core-foundation",
1782 "core-graphics",
1783 "criterion",
1784 "data-encoding",
1785 "env_logger",
1786 "futures-util",
1787 "hickory-resolver",
1788 "hickory-server",
1789 "image",
1790 "internet-packet",
1791 "log",
1792 "lru_time_cache",
1793 "nix 0.29.0",
1794 "objc",
1795 "once_cell",
1796 "pretty-hex",
1797 "prost",
1798 "rand",
1799 "rand_core",
1800 "security-framework",
1801 "smoltcp",
1802 "socket2",
1803 "sysinfo",
1804 "tokio",
1805 "tokio-util",
1806 "tun2",
1807 "windows 0.57.0",
1808 "x25519-dalek",
1809]
1810
1811[[package]]
1812name = "mitmproxy_rs"
1813version = "0.10.7"
1814dependencies = [
1815 "anyhow",
1816 "boringtun",
1817 "console-subscriber",
1818 "data-encoding",
1819 "env_logger",
1820 "log",
1821 "mitmproxy",
1822 "once_cell",
1823 "pyo3",
1824 "pyo3-asyncio-0-21",
1825 "pyo3-log",
1826 "rand_core",
1827 "tar",
1828 "tokio",
1829]
1830
1831[[package]]
1832name = "nix"
1833version = "0.25.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1836dependencies = [
1837 "autocfg",
1838 "bitflags 1.3.2",
1839 "cfg-if",
1840 "libc",
1841]
1842
1843[[package]]
1844name = "nix"
1845version = "0.29.0"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1848dependencies = [
1849 "bitflags 2.6.0",
1850 "cfg-if",
1851 "cfg_aliases",
1852 "libc",
1853]
1854
1855[[package]]
1856name = "nom"
1857version = "7.1.3"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1860dependencies = [
1861 "memchr",
1862 "minimal-lexical",
1863]
1864
1865[[package]]
1866name = "ntapi"
1867version = "0.4.1"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
1870dependencies = [
1871 "winapi",
1872]
1873
1874[[package]]
1875name = "num-conv"
1876version = "0.1.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1879
1880[[package]]
1881name = "num-traits"
1882version = "0.2.19"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1885dependencies = [
1886 "autocfg",
1887]
1888
1889[[package]]
1890name = "objc"
1891version = "0.2.7"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1894dependencies = [
1895 "malloc_buf",
1896]
1897
1898[[package]]
1899name = "object"
1900version = "0.36.1"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
1903dependencies = [
1904 "memchr",
1905]
1906
1907[[package]]
1908name = "once_cell"
1909version = "1.19.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1912
1913[[package]]
1914name = "oorandom"
1915version = "11.1.3"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1918
1919[[package]]
1920name = "opaque-debug"
1921version = "0.3.1"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1924
1925[[package]]
1926name = "os_str_bytes"
1927version = "6.6.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
1930
1931[[package]]
1932name = "parking"
1933version = "2.2.1"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1936
1937[[package]]
1938name = "parking_lot"
1939version = "0.12.3"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1942dependencies = [
1943 "lock_api",
1944 "parking_lot_core",
1945]
1946
1947[[package]]
1948name = "parking_lot_core"
1949version = "0.9.10"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1952dependencies = [
1953 "cfg-if",
1954 "libc",
1955 "redox_syscall 0.5.2",
1956 "smallvec",
1957 "windows-targets 0.52.6",
1958]
1959
1960[[package]]
1961name = "percent-encoding"
1962version = "2.3.1"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1965
1966[[package]]
1967name = "pin-project"
1968version = "1.1.5"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1971dependencies = [
1972 "pin-project-internal",
1973]
1974
1975[[package]]
1976name = "pin-project-internal"
1977version = "1.1.5"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1980dependencies = [
1981 "proc-macro2",
1982 "quote",
1983 "syn 2.0.68",
1984]
1985
1986[[package]]
1987name = "pin-project-lite"
1988version = "0.2.14"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1991
1992[[package]]
1993name = "pin-utils"
1994version = "0.1.0"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1997
1998[[package]]
1999name = "piper"
2000version = "0.2.4"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2003dependencies = [
2004 "atomic-waker",
2005 "fastrand",
2006 "futures-io",
2007]
2008
2009[[package]]
2010name = "plotters"
2011version = "0.3.6"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
2014dependencies = [
2015 "num-traits",
2016 "plotters-backend",
2017 "plotters-svg",
2018 "wasm-bindgen",
2019 "web-sys",
2020]
2021
2022[[package]]
2023name = "plotters-backend"
2024version = "0.3.6"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
2027
2028[[package]]
2029name = "plotters-svg"
2030version = "0.3.6"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
2033dependencies = [
2034 "plotters-backend",
2035]
2036
2037[[package]]
2038name = "png"
2039version = "0.17.13"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
2042dependencies = [
2043 "bitflags 1.3.2",
2044 "crc32fast",
2045 "fdeflate",
2046 "flate2",
2047 "miniz_oxide",
2048]
2049
2050[[package]]
2051name = "poly1305"
2052version = "0.8.0"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
2055dependencies = [
2056 "cpufeatures",
2057 "opaque-debug",
2058 "universal-hash",
2059]
2060
2061[[package]]
2062name = "portable-atomic"
2063version = "1.6.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2066
2067[[package]]
2068name = "powerfmt"
2069version = "0.2.0"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2072
2073[[package]]
2074name = "ppv-lite86"
2075version = "0.2.17"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2078
2079[[package]]
2080name = "pretty-hex"
2081version = "0.4.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "bbc83ee4a840062f368f9096d80077a9841ec117e17e7f700df81958f1451254"
2084
2085[[package]]
2086name = "proc-macro-error"
2087version = "1.0.4"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2090dependencies = [
2091 "proc-macro-error-attr",
2092 "proc-macro2",
2093 "quote",
2094 "syn 1.0.109",
2095 "version_check",
2096]
2097
2098[[package]]
2099name = "proc-macro-error-attr"
2100version = "1.0.4"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2103dependencies = [
2104 "proc-macro2",
2105 "quote",
2106 "version_check",
2107]
2108
2109[[package]]
2110name = "proc-macro2"
2111version = "1.0.86"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2114dependencies = [
2115 "unicode-ident",
2116]
2117
2118[[package]]
2119name = "prost"
2120version = "0.13.3"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
2123dependencies = [
2124 "bytes",
2125 "prost-derive",
2126]
2127
2128[[package]]
2129name = "prost-derive"
2130version = "0.13.3"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
2133dependencies = [
2134 "anyhow",
2135 "itertools",
2136 "proc-macro2",
2137 "quote",
2138 "syn 2.0.68",
2139]
2140
2141[[package]]
2142name = "prost-types"
2143version = "0.13.1"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "cee5168b05f49d4b0ca581206eb14a7b22fafd963efe729ac48eb03266e25cc2"
2146dependencies = [
2147 "prost",
2148]
2149
2150[[package]]
2151name = "pyo3"
2152version = "0.21.2"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
2155dependencies = [
2156 "anyhow",
2157 "cfg-if",
2158 "indoc",
2159 "libc",
2160 "memoffset",
2161 "parking_lot",
2162 "portable-atomic",
2163 "pyo3-build-config",
2164 "pyo3-ffi",
2165 "pyo3-macros",
2166 "unindent",
2167]
2168
2169[[package]]
2170name = "pyo3-asyncio-0-21"
2171version = "0.21.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "8fde289486f7d5cee0ac7c20b2637a0657654681079cc5eedc90d9a2a79af1e5"
2174dependencies = [
2175 "clap 3.2.25",
2176 "futures",
2177 "inventory",
2178 "once_cell",
2179 "pin-project-lite",
2180 "pyo3",
2181 "pyo3-asyncio-macros-0-21",
2182 "tokio",
2183]
2184
2185[[package]]
2186name = "pyo3-asyncio-macros-0-21"
2187version = "0.21.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "2e5ffc4e987e866bf54b781235a6c3b91e7e67df14f73ce716625ee78728554a"
2190dependencies = [
2191 "proc-macro2",
2192 "quote",
2193 "syn 1.0.109",
2194]
2195
2196[[package]]
2197name = "pyo3-build-config"
2198version = "0.21.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
2201dependencies = [
2202 "once_cell",
2203 "target-lexicon",
2204]
2205
2206[[package]]
2207name = "pyo3-ffi"
2208version = "0.21.2"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
2211dependencies = [
2212 "libc",
2213 "pyo3-build-config",
2214]
2215
2216[[package]]
2217name = "pyo3-log"
2218version = "0.11.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "3ac84e6eec1159bc2a575c9ae6723baa6ee9d45873e9bebad1e3ad7e8d28a443"
2221dependencies = [
2222 "arc-swap",
2223 "log",
2224 "pyo3",
2225]
2226
2227[[package]]
2228name = "pyo3-macros"
2229version = "0.21.2"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
2232dependencies = [
2233 "proc-macro2",
2234 "pyo3-macros-backend",
2235 "quote",
2236 "syn 2.0.68",
2237]
2238
2239[[package]]
2240name = "pyo3-macros-backend"
2241version = "0.21.2"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
2244dependencies = [
2245 "heck",
2246 "proc-macro2",
2247 "pyo3-build-config",
2248 "quote",
2249 "syn 2.0.68",
2250]
2251
2252[[package]]
2253name = "quick-error"
2254version = "1.2.3"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2257
2258[[package]]
2259name = "quote"
2260version = "1.0.36"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2263dependencies = [
2264 "proc-macro2",
2265]
2266
2267[[package]]
2268name = "rand"
2269version = "0.8.5"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2272dependencies = [
2273 "libc",
2274 "rand_chacha",
2275 "rand_core",
2276]
2277
2278[[package]]
2279name = "rand_chacha"
2280version = "0.3.1"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2283dependencies = [
2284 "ppv-lite86",
2285 "rand_core",
2286]
2287
2288[[package]]
2289name = "rand_core"
2290version = "0.6.4"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2293dependencies = [
2294 "getrandom",
2295]
2296
2297[[package]]
2298name = "rayon"
2299version = "1.10.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2302dependencies = [
2303 "either",
2304 "rayon-core",
2305]
2306
2307[[package]]
2308name = "rayon-core"
2309version = "1.12.1"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2312dependencies = [
2313 "crossbeam-deque",
2314 "crossbeam-utils",
2315]
2316
2317[[package]]
2318name = "redox_syscall"
2319version = "0.4.1"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2322dependencies = [
2323 "bitflags 1.3.2",
2324]
2325
2326[[package]]
2327name = "redox_syscall"
2328version = "0.5.2"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2331dependencies = [
2332 "bitflags 2.6.0",
2333]
2334
2335[[package]]
2336name = "regex"
2337version = "1.10.5"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2340dependencies = [
2341 "aho-corasick",
2342 "memchr",
2343 "regex-automata 0.4.7",
2344 "regex-syntax 0.8.4",
2345]
2346
2347[[package]]
2348name = "regex-automata"
2349version = "0.1.10"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2352dependencies = [
2353 "regex-syntax 0.6.29",
2354]
2355
2356[[package]]
2357name = "regex-automata"
2358version = "0.4.7"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2361dependencies = [
2362 "aho-corasick",
2363 "memchr",
2364 "regex-syntax 0.8.4",
2365]
2366
2367[[package]]
2368name = "regex-syntax"
2369version = "0.6.29"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2372
2373[[package]]
2374name = "regex-syntax"
2375version = "0.8.4"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2378
2379[[package]]
2380name = "resolv-conf"
2381version = "0.7.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2384dependencies = [
2385 "hostname",
2386 "quick-error",
2387]
2388
2389[[package]]
2390name = "ring"
2391version = "0.17.8"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2394dependencies = [
2395 "cc",
2396 "cfg-if",
2397 "getrandom",
2398 "libc",
2399 "spin",
2400 "untrusted",
2401 "windows-sys 0.52.0",
2402]
2403
2404[[package]]
2405name = "rustc-demangle"
2406version = "0.1.24"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2409
2410[[package]]
2411name = "rustc_version"
2412version = "0.4.0"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2415dependencies = [
2416 "semver",
2417]
2418
2419[[package]]
2420name = "rustix"
2421version = "0.38.34"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2424dependencies = [
2425 "bitflags 2.6.0",
2426 "errno",
2427 "libc",
2428 "linux-raw-sys",
2429 "windows-sys 0.52.0",
2430]
2431
2432[[package]]
2433name = "rustversion"
2434version = "1.0.17"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2437
2438[[package]]
2439name = "ryu"
2440version = "1.0.18"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2443
2444[[package]]
2445name = "same-file"
2446version = "1.0.6"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2449dependencies = [
2450 "winapi-util",
2451]
2452
2453[[package]]
2454name = "scopeguard"
2455version = "1.2.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2458
2459[[package]]
2460name = "security-framework"
2461version = "3.0.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "f9d0283c0a4a22a0f1b0e4edca251aa20b92fc96eaa09b84bec052f9415e9d71"
2464dependencies = [
2465 "bitflags 2.6.0",
2466 "core-foundation",
2467 "core-foundation-sys",
2468 "libc",
2469 "security-framework-sys",
2470]
2471
2472[[package]]
2473name = "security-framework-sys"
2474version = "2.12.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
2477dependencies = [
2478 "core-foundation-sys",
2479 "libc",
2480]
2481
2482[[package]]
2483name = "semver"
2484version = "1.0.23"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2487
2488[[package]]
2489name = "serde"
2490version = "1.0.203"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2493dependencies = [
2494 "serde_derive",
2495]
2496
2497[[package]]
2498name = "serde_derive"
2499version = "1.0.203"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2502dependencies = [
2503 "proc-macro2",
2504 "quote",
2505 "syn 2.0.68",
2506]
2507
2508[[package]]
2509name = "serde_json"
2510version = "1.0.120"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
2513dependencies = [
2514 "itoa",
2515 "ryu",
2516 "serde",
2517]
2518
2519[[package]]
2520name = "sharded-slab"
2521version = "0.1.7"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2524dependencies = [
2525 "lazy_static",
2526]
2527
2528[[package]]
2529name = "signal-hook-registry"
2530version = "1.4.2"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2533dependencies = [
2534 "libc",
2535]
2536
2537[[package]]
2538name = "simd-adler32"
2539version = "0.3.7"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2542
2543[[package]]
2544name = "slab"
2545version = "0.4.9"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2548dependencies = [
2549 "autocfg",
2550]
2551
2552[[package]]
2553name = "smallvec"
2554version = "1.13.2"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2557
2558[[package]]
2559name = "smoltcp"
2560version = "0.11.0"
2561source = "git+https://github.com/smoltcp-rs/smoltcp?rev=ef67e7b46cabf49783053cbf68d8671ed97ff8d4#ef67e7b46cabf49783053cbf68d8671ed97ff8d4"
2562dependencies = [
2563 "bitflags 1.3.2",
2564 "byteorder",
2565 "cfg-if",
2566 "defmt",
2567 "heapless",
2568 "libc",
2569 "log",
2570 "managed",
2571]
2572
2573[[package]]
2574name = "socket2"
2575version = "0.5.7"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2578dependencies = [
2579 "libc",
2580 "windows-sys 0.52.0",
2581]
2582
2583[[package]]
2584name = "spin"
2585version = "0.9.8"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2588
2589[[package]]
2590name = "stable_deref_trait"
2591version = "1.2.0"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2594
2595[[package]]
2596name = "strsim"
2597version = "0.10.0"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2600
2601[[package]]
2602name = "subtle"
2603version = "2.6.1"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2606
2607[[package]]
2608name = "syn"
2609version = "1.0.109"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2612dependencies = [
2613 "proc-macro2",
2614 "quote",
2615 "unicode-ident",
2616]
2617
2618[[package]]
2619name = "syn"
2620version = "2.0.68"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
2623dependencies = [
2624 "proc-macro2",
2625 "quote",
2626 "unicode-ident",
2627]
2628
2629[[package]]
2630name = "sync_wrapper"
2631version = "0.1.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2634
2635[[package]]
2636name = "sync_wrapper"
2637version = "1.0.1"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2640
2641[[package]]
2642name = "sysinfo"
2643version = "0.29.11"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
2646dependencies = [
2647 "cfg-if",
2648 "core-foundation-sys",
2649 "libc",
2650 "ntapi",
2651 "once_cell",
2652 "rayon",
2653 "winapi",
2654]
2655
2656[[package]]
2657name = "tar"
2658version = "0.4.42"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
2661dependencies = [
2662 "filetime",
2663 "libc",
2664 "xattr",
2665]
2666
2667[[package]]
2668name = "target-lexicon"
2669version = "0.12.14"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2672
2673[[package]]
2674name = "termcolor"
2675version = "1.4.1"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2678dependencies = [
2679 "winapi-util",
2680]
2681
2682[[package]]
2683name = "textwrap"
2684version = "0.16.1"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
2687
2688[[package]]
2689name = "thiserror"
2690version = "1.0.61"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2693dependencies = [
2694 "thiserror-impl",
2695]
2696
2697[[package]]
2698name = "thiserror-impl"
2699version = "1.0.61"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2702dependencies = [
2703 "proc-macro2",
2704 "quote",
2705 "syn 2.0.68",
2706]
2707
2708[[package]]
2709name = "thread_local"
2710version = "1.1.8"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2713dependencies = [
2714 "cfg-if",
2715 "once_cell",
2716]
2717
2718[[package]]
2719name = "tiff"
2720version = "0.9.1"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2723dependencies = [
2724 "flate2",
2725 "jpeg-decoder",
2726 "weezl",
2727]
2728
2729[[package]]
2730name = "time"
2731version = "0.3.36"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2734dependencies = [
2735 "deranged",
2736 "num-conv",
2737 "powerfmt",
2738 "serde",
2739 "time-core",
2740]
2741
2742[[package]]
2743name = "time-core"
2744version = "0.1.2"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2747
2748[[package]]
2749name = "tinytemplate"
2750version = "1.2.1"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2753dependencies = [
2754 "serde",
2755 "serde_json",
2756]
2757
2758[[package]]
2759name = "tinyvec"
2760version = "1.6.1"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
2763dependencies = [
2764 "tinyvec_macros",
2765]
2766
2767[[package]]
2768name = "tinyvec_macros"
2769version = "0.1.1"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2772
2773[[package]]
2774name = "tokio"
2775version = "1.40.0"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2778dependencies = [
2779 "backtrace",
2780 "bytes",
2781 "libc",
2782 "mio",
2783 "pin-project-lite",
2784 "signal-hook-registry",
2785 "socket2",
2786 "tokio-macros",
2787 "tracing",
2788 "windows-sys 0.52.0",
2789]
2790
2791[[package]]
2792name = "tokio-macros"
2793version = "2.4.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2796dependencies = [
2797 "proc-macro2",
2798 "quote",
2799 "syn 2.0.68",
2800]
2801
2802[[package]]
2803name = "tokio-stream"
2804version = "0.1.15"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2807dependencies = [
2808 "futures-core",
2809 "pin-project-lite",
2810 "tokio",
2811]
2812
2813[[package]]
2814name = "tokio-util"
2815version = "0.7.12"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2818dependencies = [
2819 "bytes",
2820 "futures-core",
2821 "futures-sink",
2822 "pin-project-lite",
2823 "tokio",
2824]
2825
2826[[package]]
2827name = "toml"
2828version = "0.5.11"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2831dependencies = [
2832 "serde",
2833]
2834
2835[[package]]
2836name = "tonic"
2837version = "0.12.1"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401"
2840dependencies = [
2841 "async-stream",
2842 "async-trait",
2843 "axum",
2844 "base64 0.22.1",
2845 "bytes",
2846 "h2",
2847 "http",
2848 "http-body",
2849 "http-body-util",
2850 "hyper",
2851 "hyper-timeout",
2852 "hyper-util",
2853 "percent-encoding",
2854 "pin-project",
2855 "prost",
2856 "socket2",
2857 "tokio",
2858 "tokio-stream",
2859 "tower",
2860 "tower-layer",
2861 "tower-service",
2862 "tracing",
2863]
2864
2865[[package]]
2866name = "tower"
2867version = "0.4.13"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2870dependencies = [
2871 "futures-core",
2872 "futures-util",
2873 "indexmap 1.9.3",
2874 "pin-project",
2875 "pin-project-lite",
2876 "rand",
2877 "slab",
2878 "tokio",
2879 "tokio-util",
2880 "tower-layer",
2881 "tower-service",
2882 "tracing",
2883]
2884
2885[[package]]
2886name = "tower-layer"
2887version = "0.3.2"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2890
2891[[package]]
2892name = "tower-service"
2893version = "0.3.2"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2896
2897[[package]]
2898name = "tracing"
2899version = "0.1.40"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2902dependencies = [
2903 "pin-project-lite",
2904 "tracing-attributes",
2905 "tracing-core",
2906]
2907
2908[[package]]
2909name = "tracing-attributes"
2910version = "0.1.27"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2913dependencies = [
2914 "proc-macro2",
2915 "quote",
2916 "syn 2.0.68",
2917]
2918
2919[[package]]
2920name = "tracing-core"
2921version = "0.1.32"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2924dependencies = [
2925 "once_cell",
2926 "valuable",
2927]
2928
2929[[package]]
2930name = "tracing-subscriber"
2931version = "0.3.18"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2934dependencies = [
2935 "matchers",
2936 "once_cell",
2937 "regex",
2938 "sharded-slab",
2939 "thread_local",
2940 "tracing",
2941 "tracing-core",
2942]
2943
2944[[package]]
2945name = "try-lock"
2946version = "0.2.5"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2949
2950[[package]]
2951name = "tun2"
2952version = "3.1.8"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "294ac0e21fef392b8952f1dd538bc5752fd7c2ebfde1c204b0dd09aaa5489cd0"
2955dependencies = [
2956 "bytes",
2957 "cfg-if",
2958 "futures",
2959 "futures-core",
2960 "ipnet",
2961 "libc",
2962 "log",
2963 "nix 0.29.0",
2964 "thiserror",
2965 "tokio",
2966 "tokio-util",
2967 "windows-sys 0.59.0",
2968 "wintun-bindings",
2969]
2970
2971[[package]]
2972name = "typenum"
2973version = "1.17.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2976
2977[[package]]
2978name = "unicode-bidi"
2979version = "0.3.15"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2982
2983[[package]]
2984name = "unicode-ident"
2985version = "1.0.12"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2988
2989[[package]]
2990name = "unicode-normalization"
2991version = "0.1.23"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2994dependencies = [
2995 "tinyvec",
2996]
2997
2998[[package]]
2999name = "unindent"
3000version = "0.2.3"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
3003
3004[[package]]
3005name = "universal-hash"
3006version = "0.5.1"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
3009dependencies = [
3010 "crypto-common",
3011 "subtle",
3012]
3013
3014[[package]]
3015name = "untrusted"
3016version = "0.9.0"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3019
3020[[package]]
3021name = "url"
3022version = "2.5.2"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
3025dependencies = [
3026 "form_urlencoded",
3027 "idna 0.5.0",
3028 "percent-encoding",
3029]
3030
3031[[package]]
3032name = "utf8parse"
3033version = "0.2.2"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3036
3037[[package]]
3038name = "valuable"
3039version = "0.1.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3042
3043[[package]]
3044name = "version_check"
3045version = "0.9.4"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3048
3049[[package]]
3050name = "walkdir"
3051version = "2.5.0"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3054dependencies = [
3055 "same-file",
3056 "winapi-util",
3057]
3058
3059[[package]]
3060name = "want"
3061version = "0.3.1"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3064dependencies = [
3065 "try-lock",
3066]
3067
3068[[package]]
3069name = "wasi"
3070version = "0.11.0+wasi-snapshot-preview1"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3073
3074[[package]]
3075name = "wasm-bindgen"
3076version = "0.2.92"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
3079dependencies = [
3080 "cfg-if",
3081 "wasm-bindgen-macro",
3082]
3083
3084[[package]]
3085name = "wasm-bindgen-backend"
3086version = "0.2.92"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
3089dependencies = [
3090 "bumpalo",
3091 "log",
3092 "once_cell",
3093 "proc-macro2",
3094 "quote",
3095 "syn 2.0.68",
3096 "wasm-bindgen-shared",
3097]
3098
3099[[package]]
3100name = "wasm-bindgen-macro"
3101version = "0.2.92"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
3104dependencies = [
3105 "quote",
3106 "wasm-bindgen-macro-support",
3107]
3108
3109[[package]]
3110name = "wasm-bindgen-macro-support"
3111version = "0.2.92"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
3114dependencies = [
3115 "proc-macro2",
3116 "quote",
3117 "syn 2.0.68",
3118 "wasm-bindgen-backend",
3119 "wasm-bindgen-shared",
3120]
3121
3122[[package]]
3123name = "wasm-bindgen-shared"
3124version = "0.2.92"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3127
3128[[package]]
3129name = "web-sys"
3130version = "0.3.69"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
3133dependencies = [
3134 "js-sys",
3135 "wasm-bindgen",
3136]
3137
3138[[package]]
3139name = "weezl"
3140version = "0.1.8"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
3143
3144[[package]]
3145name = "widestring"
3146version = "1.1.0"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
3149
3150[[package]]
3151name = "winapi"
3152version = "0.3.9"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3155dependencies = [
3156 "winapi-i686-pc-windows-gnu",
3157 "winapi-x86_64-pc-windows-gnu",
3158]
3159
3160[[package]]
3161name = "winapi-i686-pc-windows-gnu"
3162version = "0.4.0"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3165
3166[[package]]
3167name = "winapi-util"
3168version = "0.1.8"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
3171dependencies = [
3172 "windows-sys 0.52.0",
3173]
3174
3175[[package]]
3176name = "winapi-x86_64-pc-windows-gnu"
3177version = "0.4.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3180
3181[[package]]
3182name = "windivert"
3183version = "0.6.0"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "fc6b6833a760d1c36b489314a5541a12a39d162dc8341d8f6f400212b96d3df1"
3186dependencies = [
3187 "etherparse",
3188 "thiserror",
3189 "windivert-sys",
3190 "windows 0.48.0",
3191]
3192
3193[[package]]
3194name = "windivert-sys"
3195version = "0.10.0"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "832bc4af9272458a8a64395b3aabe10dc4089546486fcbd0e19b9b6d28ba6e54"
3198dependencies = [
3199 "cc",
3200 "thiserror",
3201 "windows 0.48.0",
3202]
3203
3204[[package]]
3205name = "windows"
3206version = "0.48.0"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3209dependencies = [
3210 "windows-targets 0.48.5",
3211]
3212
3213[[package]]
3214name = "windows"
3215version = "0.57.0"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
3218dependencies = [
3219 "windows-core",
3220 "windows-targets 0.52.6",
3221]
3222
3223[[package]]
3224name = "windows-core"
3225version = "0.57.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
3228dependencies = [
3229 "windows-implement",
3230 "windows-interface",
3231 "windows-result",
3232 "windows-targets 0.52.6",
3233]
3234
3235[[package]]
3236name = "windows-implement"
3237version = "0.57.0"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
3240dependencies = [
3241 "proc-macro2",
3242 "quote",
3243 "syn 2.0.68",
3244]
3245
3246[[package]]
3247name = "windows-interface"
3248version = "0.57.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
3251dependencies = [
3252 "proc-macro2",
3253 "quote",
3254 "syn 2.0.68",
3255]
3256
3257[[package]]
3258name = "windows-redirector"
3259version = "0.10.7"
3260dependencies = [
3261 "anyhow",
3262 "env_logger",
3263 "hex",
3264 "internet-packet",
3265 "log",
3266 "lru_time_cache",
3267 "mitmproxy",
3268 "prost",
3269 "tokio",
3270 "windivert",
3271 "winres",
3272]
3273
3274[[package]]
3275name = "windows-result"
3276version = "0.1.2"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
3279dependencies = [
3280 "windows-targets 0.52.6",
3281]
3282
3283[[package]]
3284name = "windows-sys"
3285version = "0.48.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3288dependencies = [
3289 "windows-targets 0.48.5",
3290]
3291
3292[[package]]
3293name = "windows-sys"
3294version = "0.52.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3297dependencies = [
3298 "windows-targets 0.52.6",
3299]
3300
3301[[package]]
3302name = "windows-sys"
3303version = "0.59.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3306dependencies = [
3307 "windows-targets 0.52.6",
3308]
3309
3310[[package]]
3311name = "windows-targets"
3312version = "0.48.5"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3315dependencies = [
3316 "windows_aarch64_gnullvm 0.48.5",
3317 "windows_aarch64_msvc 0.48.5",
3318 "windows_i686_gnu 0.48.5",
3319 "windows_i686_msvc 0.48.5",
3320 "windows_x86_64_gnu 0.48.5",
3321 "windows_x86_64_gnullvm 0.48.5",
3322 "windows_x86_64_msvc 0.48.5",
3323]
3324
3325[[package]]
3326name = "windows-targets"
3327version = "0.52.6"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3330dependencies = [
3331 "windows_aarch64_gnullvm 0.52.6",
3332 "windows_aarch64_msvc 0.52.6",
3333 "windows_i686_gnu 0.52.6",
3334 "windows_i686_gnullvm",
3335 "windows_i686_msvc 0.52.6",
3336 "windows_x86_64_gnu 0.52.6",
3337 "windows_x86_64_gnullvm 0.52.6",
3338 "windows_x86_64_msvc 0.52.6",
3339]
3340
3341[[package]]
3342name = "windows_aarch64_gnullvm"
3343version = "0.48.5"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3346
3347[[package]]
3348name = "windows_aarch64_gnullvm"
3349version = "0.52.6"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3352
3353[[package]]
3354name = "windows_aarch64_msvc"
3355version = "0.48.5"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3358
3359[[package]]
3360name = "windows_aarch64_msvc"
3361version = "0.52.6"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3364
3365[[package]]
3366name = "windows_i686_gnu"
3367version = "0.48.5"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3370
3371[[package]]
3372name = "windows_i686_gnu"
3373version = "0.52.6"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3376
3377[[package]]
3378name = "windows_i686_gnullvm"
3379version = "0.52.6"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3382
3383[[package]]
3384name = "windows_i686_msvc"
3385version = "0.48.5"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3388
3389[[package]]
3390name = "windows_i686_msvc"
3391version = "0.52.6"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3394
3395[[package]]
3396name = "windows_x86_64_gnu"
3397version = "0.48.5"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3400
3401[[package]]
3402name = "windows_x86_64_gnu"
3403version = "0.52.6"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3406
3407[[package]]
3408name = "windows_x86_64_gnullvm"
3409version = "0.48.5"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3412
3413[[package]]
3414name = "windows_x86_64_gnullvm"
3415version = "0.52.6"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3418
3419[[package]]
3420name = "windows_x86_64_msvc"
3421version = "0.48.5"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3424
3425[[package]]
3426name = "windows_x86_64_msvc"
3427version = "0.52.6"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3430
3431[[package]]
3432name = "winreg"
3433version = "0.50.0"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3436dependencies = [
3437 "cfg-if",
3438 "windows-sys 0.48.0",
3439]
3440
3441[[package]]
3442name = "winres"
3443version = "0.1.12"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
3446dependencies = [
3447 "toml",
3448]
3449
3450[[package]]
3451name = "wintun-bindings"
3452version = "0.7.16"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "74675b7fccee92389d38c3d120445864d1085c421ee91c7ed05d66fb9bb76050"
3455dependencies = [
3456 "blocking",
3457 "c2rust-bitfields",
3458 "futures",
3459 "libloading",
3460 "log",
3461 "thiserror",
3462 "windows-sys 0.59.0",
3463]
3464
3465[[package]]
3466name = "x25519-dalek"
3467version = "2.0.1"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
3470dependencies = [
3471 "curve25519-dalek",
3472 "rand_core",
3473 "serde",
3474 "zeroize",
3475]
3476
3477[[package]]
3478name = "xattr"
3479version = "1.3.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
3482dependencies = [
3483 "libc",
3484 "linux-raw-sys",
3485 "rustix",
3486]
3487
3488[[package]]
3489name = "zeroize"
3490version = "1.8.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3493dependencies = [
3494 "zeroize_derive",
3495]
3496
3497[[package]]
3498name = "zeroize_derive"
3499version = "1.4.2"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
3502dependencies = [
3503 "proc-macro2",
3504 "quote",
3505 "syn 2.0.68",
3506]