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.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
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 = "anstyle"
47version = "1.0.3"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
50
51[[package]]
52name = "anyhow"
53version = "1.0.75"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
56dependencies = [
57 "backtrace",
58]
59
60[[package]]
61name = "apple-security-framework"
62version = "2.9.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "07831f002eaa83d94f7e2c1300f3268a8f949c35a41dd99faceb6575c191d871"
65dependencies = [
66 "apple-security-framework-sys",
67 "bitflags 2.4.0",
68 "core-foundation",
69 "core-foundation-sys",
70 "libc",
71]
72
73[[package]]
74name = "apple-security-framework-sys"
75version = "2.9.1"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "09acfa027e87e9f590474e9ef19d0f12158bf1c72af80ac76806f17e84959a42"
78dependencies = [
79 "core-foundation-sys",
80 "libc",
81]
82
83[[package]]
84name = "arc-swap"
85version = "1.6.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
88
89[[package]]
90name = "arrayvec"
91version = "0.7.4"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
94
95[[package]]
96name = "async-stream"
97version = "0.3.5"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
100dependencies = [
101 "async-stream-impl",
102 "futures-core",
103 "pin-project-lite",
104]
105
106[[package]]
107name = "async-stream-impl"
108version = "0.3.5"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
111dependencies = [
112 "proc-macro2",
113 "quote",
114 "syn 2.0.37",
115]
116
117[[package]]
118name = "async-trait"
119version = "0.1.74"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
122dependencies = [
123 "proc-macro2",
124 "quote",
125 "syn 2.0.37",
126]
127
128[[package]]
129name = "atomic-polyfill"
130version = "0.1.11"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
133dependencies = [
134 "critical-section",
135]
136
137[[package]]
138name = "autocfg"
139version = "1.1.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
142
143[[package]]
144name = "axum"
145version = "0.6.20"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
148dependencies = [
149 "async-trait",
150 "axum-core",
151 "bitflags 1.3.2",
152 "bytes",
153 "futures-util",
154 "http",
155 "http-body",
156 "hyper",
157 "itoa",
158 "matchit",
159 "memchr",
160 "mime",
161 "percent-encoding",
162 "pin-project-lite",
163 "rustversion",
164 "serde",
165 "sync_wrapper",
166 "tower",
167 "tower-layer",
168 "tower-service",
169]
170
171[[package]]
172name = "axum-core"
173version = "0.3.4"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
176dependencies = [
177 "async-trait",
178 "bytes",
179 "futures-util",
180 "http",
181 "http-body",
182 "mime",
183 "rustversion",
184 "tower-layer",
185 "tower-service",
186]
187
188[[package]]
189name = "backtrace"
190version = "0.3.69"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
193dependencies = [
194 "addr2line",
195 "cc",
196 "cfg-if",
197 "libc",
198 "miniz_oxide",
199 "object",
200 "rustc-demangle",
201]
202
203[[package]]
204name = "base64"
205version = "0.13.1"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
208
209[[package]]
210name = "base64"
211version = "0.21.4"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
214
215[[package]]
216name = "bit_field"
217version = "0.10.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
220
221[[package]]
222name = "bitflags"
223version = "1.3.2"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
226
227[[package]]
228name = "bitflags"
229version = "2.4.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
232
233[[package]]
234name = "blake2"
235version = "0.10.6"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
238dependencies = [
239 "digest",
240]
241
242[[package]]
243name = "block-buffer"
244version = "0.10.4"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
247dependencies = [
248 "generic-array",
249]
250
251[[package]]
252name = "boringtun"
253version = "0.6.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "751787b019c674b9ac353f4eaa285e6711c21badb421cd8c199bf2c83b727f29"
256dependencies = [
257 "aead",
258 "base64 0.13.1",
259 "blake2",
260 "chacha20poly1305",
261 "hex",
262 "hmac",
263 "ip_network",
264 "ip_network_table",
265 "libc",
266 "nix 0.25.1",
267 "parking_lot",
268 "rand_core",
269 "ring",
270 "tracing",
271 "untrusted 0.9.0",
272 "x25519-dalek",
273]
274
275[[package]]
276name = "bumpalo"
277version = "3.14.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
280
281[[package]]
282name = "bytemuck"
283version = "1.14.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
286
287[[package]]
288name = "byteorder"
289version = "1.4.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
292
293[[package]]
294name = "bytes"
295version = "1.5.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
298
299[[package]]
300name = "cast"
301version = "0.3.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
304
305[[package]]
306name = "cc"
307version = "1.0.83"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
310dependencies = [
311 "libc",
312]
313
314[[package]]
315name = "cfg-if"
316version = "1.0.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
319
320[[package]]
321name = "chacha20"
322version = "0.9.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
325dependencies = [
326 "cfg-if",
327 "cipher",
328 "cpufeatures",
329]
330
331[[package]]
332name = "chacha20poly1305"
333version = "0.10.1"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
336dependencies = [
337 "aead",
338 "chacha20",
339 "cipher",
340 "poly1305",
341 "zeroize",
342]
343
344[[package]]
345name = "ciborium"
346version = "0.2.1"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
349dependencies = [
350 "ciborium-io",
351 "ciborium-ll",
352 "serde",
353]
354
355[[package]]
356name = "ciborium-io"
357version = "0.2.1"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
360
361[[package]]
362name = "ciborium-ll"
363version = "0.2.1"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
366dependencies = [
367 "ciborium-io",
368 "half 1.8.2",
369]
370
371[[package]]
372name = "cipher"
373version = "0.4.4"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
376dependencies = [
377 "crypto-common",
378 "inout",
379 "zeroize",
380]
381
382[[package]]
383name = "clap"
384version = "4.4.4"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
387dependencies = [
388 "clap_builder",
389]
390
391[[package]]
392name = "clap_builder"
393version = "4.4.4"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
396dependencies = [
397 "anstyle",
398 "clap_lex",
399]
400
401[[package]]
402name = "clap_lex"
403version = "0.5.1"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
406
407[[package]]
408name = "color_quant"
409version = "1.1.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
412
413[[package]]
414name = "console-api"
415version = "0.6.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
418dependencies = [
419 "futures-core",
420 "prost",
421 "prost-types",
422 "tonic",
423 "tracing-core",
424]
425
426[[package]]
427name = "console-subscriber"
428version = "0.2.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
431dependencies = [
432 "console-api",
433 "crossbeam-channel",
434 "crossbeam-utils",
435 "futures-task",
436 "hdrhistogram",
437 "humantime",
438 "prost-types",
439 "serde",
440 "serde_json",
441 "thread_local",
442 "tokio",
443 "tokio-stream",
444 "tonic",
445 "tracing",
446 "tracing-core",
447 "tracing-subscriber",
448]
449
450[[package]]
451name = "core-foundation"
452version = "0.9.3"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
455dependencies = [
456 "core-foundation-sys",
457 "libc",
458]
459
460[[package]]
461name = "core-foundation-sys"
462version = "0.8.4"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
465
466[[package]]
467name = "cpufeatures"
468version = "0.2.9"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
471dependencies = [
472 "libc",
473]
474
475[[package]]
476name = "crc32fast"
477version = "1.3.2"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
480dependencies = [
481 "cfg-if",
482]
483
484[[package]]
485name = "criterion"
486version = "0.5.1"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
489dependencies = [
490 "anes",
491 "cast",
492 "ciborium",
493 "clap",
494 "criterion-plot",
495 "is-terminal",
496 "itertools 0.10.5",
497 "num-traits",
498 "once_cell",
499 "oorandom",
500 "plotters",
501 "rayon",
502 "regex",
503 "serde",
504 "serde_derive",
505 "serde_json",
506 "tinytemplate",
507 "walkdir",
508]
509
510[[package]]
511name = "criterion-plot"
512version = "0.5.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
515dependencies = [
516 "cast",
517 "itertools 0.10.5",
518]
519
520[[package]]
521name = "critical-section"
522version = "1.1.2"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
525
526[[package]]
527name = "crossbeam-channel"
528version = "0.5.8"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
531dependencies = [
532 "cfg-if",
533 "crossbeam-utils",
534]
535
536[[package]]
537name = "crossbeam-deque"
538version = "0.8.3"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
541dependencies = [
542 "cfg-if",
543 "crossbeam-epoch",
544 "crossbeam-utils",
545]
546
547[[package]]
548name = "crossbeam-epoch"
549version = "0.9.15"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
552dependencies = [
553 "autocfg",
554 "cfg-if",
555 "crossbeam-utils",
556 "memoffset",
557 "scopeguard",
558]
559
560[[package]]
561name = "crossbeam-utils"
562version = "0.8.16"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
565dependencies = [
566 "cfg-if",
567]
568
569[[package]]
570name = "crunchy"
571version = "0.2.2"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
574
575[[package]]
576name = "crypto-common"
577version = "0.1.6"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
580dependencies = [
581 "generic-array",
582 "rand_core",
583 "typenum",
584]
585
586[[package]]
587name = "curve25519-dalek"
588version = "4.0.0-rc.3"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "436ace70fc06e06f7f689d2624dc4e2f0ea666efb5aa704215f7249ae6e047a7"
591dependencies = [
592 "cfg-if",
593 "cpufeatures",
594 "curve25519-dalek-derive",
595 "fiat-crypto",
596 "platforms",
597 "rustc_version",
598 "subtle",
599 "zeroize",
600]
601
602[[package]]
603name = "curve25519-dalek-derive"
604version = "0.1.0"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
607dependencies = [
608 "proc-macro2",
609 "quote",
610 "syn 2.0.37",
611]
612
613[[package]]
614name = "data-encoding"
615version = "2.5.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
618
619[[package]]
620name = "defmt"
621version = "0.3.5"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "a8a2d011b2fee29fb7d659b83c43fce9a2cb4df453e16d441a51448e448f3f98"
624dependencies = [
625 "bitflags 1.3.2",
626 "defmt-macros",
627]
628
629[[package]]
630name = "defmt-macros"
631version = "0.3.6"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "54f0216f6c5acb5ae1a47050a6645024e6edafc2ee32d421955eccfef12ef92e"
634dependencies = [
635 "defmt-parser",
636 "proc-macro-error",
637 "proc-macro2",
638 "quote",
639 "syn 2.0.37",
640]
641
642[[package]]
643name = "defmt-parser"
644version = "0.3.3"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "269924c02afd7f94bc4cecbfa5c379f6ffcf9766b3408fe63d22c728654eccd0"
647dependencies = [
648 "thiserror",
649]
650
651[[package]]
652name = "digest"
653version = "0.10.7"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
656dependencies = [
657 "block-buffer",
658 "crypto-common",
659 "subtle",
660]
661
662[[package]]
663name = "either"
664version = "1.9.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
667
668[[package]]
669name = "env_logger"
670version = "0.10.1"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
673dependencies = [
674 "humantime",
675 "is-terminal",
676 "log",
677 "regex",
678 "termcolor",
679]
680
681[[package]]
682name = "errno"
683version = "0.3.3"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
686dependencies = [
687 "errno-dragonfly",
688 "libc",
689 "windows-sys",
690]
691
692[[package]]
693name = "errno-dragonfly"
694version = "0.1.2"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
697dependencies = [
698 "cc",
699 "libc",
700]
701
702[[package]]
703name = "etherparse"
704version = "0.13.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "827292ea592108849932ad8e30218f8b1f21c0dfd0696698a18b5d0aed62d990"
707dependencies = [
708 "arrayvec",
709]
710
711[[package]]
712name = "exr"
713version = "1.71.0"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
716dependencies = [
717 "bit_field",
718 "flume",
719 "half 2.2.1",
720 "lebe",
721 "miniz_oxide",
722 "rayon-core",
723 "smallvec",
724 "zune-inflate",
725]
726
727[[package]]
728name = "fdeflate"
729version = "0.3.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
732dependencies = [
733 "simd-adler32",
734]
735
736[[package]]
737name = "fiat-crypto"
738version = "0.1.20"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
741
742[[package]]
743name = "filetime"
744version = "0.2.22"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
747dependencies = [
748 "cfg-if",
749 "libc",
750 "redox_syscall",
751 "windows-sys",
752]
753
754[[package]]
755name = "flate2"
756version = "1.0.27"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
759dependencies = [
760 "crc32fast",
761 "miniz_oxide",
762]
763
764[[package]]
765name = "flume"
766version = "0.11.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
769dependencies = [
770 "spin 0.9.8",
771]
772
773[[package]]
774name = "fnv"
775version = "1.0.7"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
778
779[[package]]
780name = "futures"
781version = "0.3.28"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
784dependencies = [
785 "futures-channel",
786 "futures-core",
787 "futures-executor",
788 "futures-io",
789 "futures-sink",
790 "futures-task",
791 "futures-util",
792]
793
794[[package]]
795name = "futures-channel"
796version = "0.3.29"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
799dependencies = [
800 "futures-core",
801 "futures-sink",
802]
803
804[[package]]
805name = "futures-core"
806version = "0.3.29"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
809
810[[package]]
811name = "futures-executor"
812version = "0.3.28"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
815dependencies = [
816 "futures-core",
817 "futures-task",
818 "futures-util",
819]
820
821[[package]]
822name = "futures-io"
823version = "0.3.29"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
826
827[[package]]
828name = "futures-macro"
829version = "0.3.29"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
832dependencies = [
833 "proc-macro2",
834 "quote",
835 "syn 2.0.37",
836]
837
838[[package]]
839name = "futures-sink"
840version = "0.3.29"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
843
844[[package]]
845name = "futures-task"
846version = "0.3.29"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
849
850[[package]]
851name = "futures-util"
852version = "0.3.29"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
855dependencies = [
856 "futures-channel",
857 "futures-core",
858 "futures-io",
859 "futures-macro",
860 "futures-sink",
861 "futures-task",
862 "memchr",
863 "pin-project-lite",
864 "pin-utils",
865 "slab",
866]
867
868[[package]]
869name = "generic-array"
870version = "0.14.7"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
873dependencies = [
874 "typenum",
875 "version_check",
876]
877
878[[package]]
879name = "getrandom"
880version = "0.2.10"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
883dependencies = [
884 "cfg-if",
885 "libc",
886 "wasi",
887]
888
889[[package]]
890name = "gif"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
894dependencies = [
895 "color_quant",
896 "weezl",
897]
898
899[[package]]
900name = "gimli"
901version = "0.28.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
904
905[[package]]
906name = "h2"
907version = "0.3.21"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
910dependencies = [
911 "bytes",
912 "fnv",
913 "futures-core",
914 "futures-sink",
915 "futures-util",
916 "http",
917 "indexmap",
918 "slab",
919 "tokio",
920 "tokio-util",
921 "tracing",
922]
923
924[[package]]
925name = "half"
926version = "1.8.2"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
929
930[[package]]
931name = "half"
932version = "2.2.1"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
935dependencies = [
936 "crunchy",
937]
938
939[[package]]
940name = "hash32"
941version = "0.2.1"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
944dependencies = [
945 "byteorder",
946]
947
948[[package]]
949name = "hashbrown"
950version = "0.12.3"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
953
954[[package]]
955name = "hdrhistogram"
956version = "7.5.2"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
959dependencies = [
960 "base64 0.13.1",
961 "byteorder",
962 "flate2",
963 "nom",
964 "num-traits",
965]
966
967[[package]]
968name = "heapless"
969version = "0.7.16"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
972dependencies = [
973 "atomic-polyfill",
974 "hash32",
975 "rustc_version",
976 "spin 0.9.8",
977 "stable_deref_trait",
978]
979
980[[package]]
981name = "hermit-abi"
982version = "0.3.3"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
985
986[[package]]
987name = "hex"
988version = "0.4.3"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
991
992[[package]]
993name = "hmac"
994version = "0.12.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
997dependencies = [
998 "digest",
999]
1000
1001[[package]]
1002name = "http"
1003version = "0.2.9"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1006dependencies = [
1007 "bytes",
1008 "fnv",
1009 "itoa",
1010]
1011
1012[[package]]
1013name = "http-body"
1014version = "0.4.5"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1017dependencies = [
1018 "bytes",
1019 "http",
1020 "pin-project-lite",
1021]
1022
1023[[package]]
1024name = "httparse"
1025version = "1.8.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1028
1029[[package]]
1030name = "httpdate"
1031version = "1.0.3"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1034
1035[[package]]
1036name = "humantime"
1037version = "2.1.0"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1040
1041[[package]]
1042name = "hyper"
1043version = "0.14.27"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1046dependencies = [
1047 "bytes",
1048 "futures-channel",
1049 "futures-core",
1050 "futures-util",
1051 "h2",
1052 "http",
1053 "http-body",
1054 "httparse",
1055 "httpdate",
1056 "itoa",
1057 "pin-project-lite",
1058 "socket2 0.4.9",
1059 "tokio",
1060 "tower-service",
1061 "tracing",
1062 "want",
1063]
1064
1065[[package]]
1066name = "hyper-timeout"
1067version = "0.4.1"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
1070dependencies = [
1071 "hyper",
1072 "pin-project-lite",
1073 "tokio",
1074 "tokio-io-timeout",
1075]
1076
1077[[package]]
1078name = "image"
1079version = "0.24.7"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
1082dependencies = [
1083 "bytemuck",
1084 "byteorder",
1085 "color_quant",
1086 "exr",
1087 "gif",
1088 "jpeg-decoder",
1089 "num-rational",
1090 "num-traits",
1091 "png",
1092 "qoi",
1093 "tiff",
1094]
1095
1096[[package]]
1097name = "indexmap"
1098version = "1.9.3"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1101dependencies = [
1102 "autocfg",
1103 "hashbrown",
1104]
1105
1106[[package]]
1107name = "indoc"
1108version = "1.0.9"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
1111
1112[[package]]
1113name = "inout"
1114version = "0.1.3"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1117dependencies = [
1118 "generic-array",
1119]
1120
1121[[package]]
1122name = "internet-checksum"
1123version = "0.2.1"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "fc6d6206008e25125b1f97fbe5d309eb7b85141cf9199d52dbd3729a1584dd16"
1126
1127[[package]]
1128name = "internet-packet"
1129version = "0.2.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "95d8d20ad61a92e71edf571fa568e14aeba0c5f00548acd491fbf694ce9a5ad8"
1132dependencies = [
1133 "internet-checksum",
1134 "smoltcp",
1135]
1136
1137[[package]]
1138name = "ip_network"
1139version = "0.4.1"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
1142
1143[[package]]
1144name = "ip_network_table"
1145version = "0.2.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "4099b7cfc5c5e2fe8c5edf3f6f7adf7a714c9cc697534f63a5a5da30397cb2c0"
1148dependencies = [
1149 "ip_network",
1150 "ip_network_table-deps-treebitmap",
1151]
1152
1153[[package]]
1154name = "ip_network_table-deps-treebitmap"
1155version = "0.5.0"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "8e537132deb99c0eb4b752f0346b6a836200eaaa3516dd7e5514b63930a09e5d"
1158
1159[[package]]
1160name = "is-terminal"
1161version = "0.4.9"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
1164dependencies = [
1165 "hermit-abi",
1166 "rustix",
1167 "windows-sys",
1168]
1169
1170[[package]]
1171name = "itertools"
1172version = "0.10.5"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1175dependencies = [
1176 "either",
1177]
1178
1179[[package]]
1180name = "itertools"
1181version = "0.11.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1184dependencies = [
1185 "either",
1186]
1187
1188[[package]]
1189name = "itoa"
1190version = "1.0.9"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1193
1194[[package]]
1195name = "jpeg-decoder"
1196version = "0.3.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
1199dependencies = [
1200 "rayon",
1201]
1202
1203[[package]]
1204name = "js-sys"
1205version = "0.3.64"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
1208dependencies = [
1209 "wasm-bindgen",
1210]
1211
1212[[package]]
1213name = "lazy_static"
1214version = "1.4.0"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1217
1218[[package]]
1219name = "lebe"
1220version = "0.5.2"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
1223
1224[[package]]
1225name = "libc"
1226version = "0.2.150"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
1229
1230[[package]]
1231name = "linux-raw-sys"
1232version = "0.4.7"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
1235
1236[[package]]
1237name = "lock_api"
1238version = "0.4.10"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1241dependencies = [
1242 "autocfg",
1243 "scopeguard",
1244]
1245
1246[[package]]
1247name = "log"
1248version = "0.4.20"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1251
1252[[package]]
1253name = "lru_time_cache"
1254version = "0.11.11"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
1257
1258[[package]]
1259name = "macos-certificate-truster"
1260version = "0.5.1"
1261dependencies = [
1262 "apple-security-framework",
1263]
1264
1265[[package]]
1266name = "managed"
1267version = "0.8.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
1270
1271[[package]]
1272name = "matchers"
1273version = "0.1.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1276dependencies = [
1277 "regex-automata 0.1.10",
1278]
1279
1280[[package]]
1281name = "matchit"
1282version = "0.7.3"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1285
1286[[package]]
1287name = "memchr"
1288version = "2.6.3"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
1291
1292[[package]]
1293name = "memoffset"
1294version = "0.9.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1297dependencies = [
1298 "autocfg",
1299]
1300
1301[[package]]
1302name = "mime"
1303version = "0.3.17"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1306
1307[[package]]
1308name = "minimal-lexical"
1309version = "0.2.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1312
1313[[package]]
1314name = "miniz_oxide"
1315version = "0.7.1"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1318dependencies = [
1319 "adler",
1320 "simd-adler32",
1321]
1322
1323[[package]]
1324name = "mio"
1325version = "0.8.9"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
1328dependencies = [
1329 "libc",
1330 "wasi",
1331 "windows-sys",
1332]
1333
1334[[package]]
1335name = "mitm-wg-test-client"
1336version = "0.5.1"
1337dependencies = [
1338 "anyhow",
1339 "boringtun",
1340 "data-encoding",
1341 "hex",
1342 "smoltcp",
1343]
1344
1345[[package]]
1346name = "mitmproxy"
1347version = "0.5.1"
1348dependencies = [
1349 "anyhow",
1350 "apple-security-framework",
1351 "async-trait",
1352 "boringtun",
1353 "console-subscriber",
1354 "criterion",
1355 "env_logger",
1356 "futures-util",
1357 "image",
1358 "internet-packet",
1359 "log",
1360 "lru_time_cache",
1361 "nix 0.27.1",
1362 "once_cell",
1363 "pretty-hex",
1364 "prost",
1365 "rand",
1366 "rand_core",
1367 "smoltcp",
1368 "tokio",
1369 "tokio-util",
1370 "windows 0.52.0",
1371 "x25519-dalek",
1372]
1373
1374[[package]]
1375name = "mitmproxy_rs"
1376version = "0.5.1"
1377dependencies = [
1378 "anyhow",
1379 "boringtun",
1380 "console-subscriber",
1381 "data-encoding",
1382 "env_logger",
1383 "log",
1384 "mitmproxy",
1385 "once_cell",
1386 "pyo3",
1387 "pyo3-asyncio",
1388 "pyo3-log",
1389 "rand_core",
1390 "tar",
1391 "tokio",
1392]
1393
1394[[package]]
1395name = "nix"
1396version = "0.25.1"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1399dependencies = [
1400 "autocfg",
1401 "bitflags 1.3.2",
1402 "cfg-if",
1403 "libc",
1404]
1405
1406[[package]]
1407name = "nix"
1408version = "0.27.1"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1411dependencies = [
1412 "bitflags 2.4.0",
1413 "cfg-if",
1414 "libc",
1415]
1416
1417[[package]]
1418name = "nom"
1419version = "7.1.3"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1422dependencies = [
1423 "memchr",
1424 "minimal-lexical",
1425]
1426
1427[[package]]
1428name = "num-integer"
1429version = "0.1.45"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1432dependencies = [
1433 "autocfg",
1434 "num-traits",
1435]
1436
1437[[package]]
1438name = "num-rational"
1439version = "0.4.1"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1442dependencies = [
1443 "autocfg",
1444 "num-integer",
1445 "num-traits",
1446]
1447
1448[[package]]
1449name = "num-traits"
1450version = "0.2.16"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
1453dependencies = [
1454 "autocfg",
1455]
1456
1457[[package]]
1458name = "num_cpus"
1459version = "1.16.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1462dependencies = [
1463 "hermit-abi",
1464 "libc",
1465]
1466
1467[[package]]
1468name = "object"
1469version = "0.32.1"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
1472dependencies = [
1473 "memchr",
1474]
1475
1476[[package]]
1477name = "once_cell"
1478version = "1.18.0"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1481
1482[[package]]
1483name = "oorandom"
1484version = "11.1.3"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1487
1488[[package]]
1489name = "opaque-debug"
1490version = "0.3.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1493
1494[[package]]
1495name = "parking_lot"
1496version = "0.12.1"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1499dependencies = [
1500 "lock_api",
1501 "parking_lot_core",
1502]
1503
1504[[package]]
1505name = "parking_lot_core"
1506version = "0.9.8"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1509dependencies = [
1510 "cfg-if",
1511 "libc",
1512 "redox_syscall",
1513 "smallvec",
1514 "windows-targets 0.48.5",
1515]
1516
1517[[package]]
1518name = "percent-encoding"
1519version = "2.3.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1522
1523[[package]]
1524name = "pin-project"
1525version = "1.1.3"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
1528dependencies = [
1529 "pin-project-internal",
1530]
1531
1532[[package]]
1533name = "pin-project-internal"
1534version = "1.1.3"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
1537dependencies = [
1538 "proc-macro2",
1539 "quote",
1540 "syn 2.0.37",
1541]
1542
1543[[package]]
1544name = "pin-project-lite"
1545version = "0.2.13"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1548
1549[[package]]
1550name = "pin-utils"
1551version = "0.1.0"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1554
1555[[package]]
1556name = "platforms"
1557version = "3.1.2"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"
1560
1561[[package]]
1562name = "plotters"
1563version = "0.3.5"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
1566dependencies = [
1567 "num-traits",
1568 "plotters-backend",
1569 "plotters-svg",
1570 "wasm-bindgen",
1571 "web-sys",
1572]
1573
1574[[package]]
1575name = "plotters-backend"
1576version = "0.3.5"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
1579
1580[[package]]
1581name = "plotters-svg"
1582version = "0.3.5"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
1585dependencies = [
1586 "plotters-backend",
1587]
1588
1589[[package]]
1590name = "png"
1591version = "0.17.10"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
1594dependencies = [
1595 "bitflags 1.3.2",
1596 "crc32fast",
1597 "fdeflate",
1598 "flate2",
1599 "miniz_oxide",
1600]
1601
1602[[package]]
1603name = "poly1305"
1604version = "0.8.0"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
1607dependencies = [
1608 "cpufeatures",
1609 "opaque-debug",
1610 "universal-hash",
1611]
1612
1613[[package]]
1614name = "ppv-lite86"
1615version = "0.2.17"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1618
1619[[package]]
1620name = "pretty-hex"
1621version = "0.4.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "23c6b968ed37d62e35b4febaba13bfa231b0b7929d68b8a94e65445a17e2d35f"
1624
1625[[package]]
1626name = "proc-macro-error"
1627version = "1.0.4"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1630dependencies = [
1631 "proc-macro-error-attr",
1632 "proc-macro2",
1633 "quote",
1634 "syn 1.0.109",
1635 "version_check",
1636]
1637
1638[[package]]
1639name = "proc-macro-error-attr"
1640version = "1.0.4"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1643dependencies = [
1644 "proc-macro2",
1645 "quote",
1646 "version_check",
1647]
1648
1649[[package]]
1650name = "proc-macro2"
1651version = "1.0.67"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
1654dependencies = [
1655 "unicode-ident",
1656]
1657
1658[[package]]
1659name = "prost"
1660version = "0.12.3"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
1663dependencies = [
1664 "bytes",
1665 "prost-derive",
1666]
1667
1668[[package]]
1669name = "prost-derive"
1670version = "0.12.3"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
1673dependencies = [
1674 "anyhow",
1675 "itertools 0.11.0",
1676 "proc-macro2",
1677 "quote",
1678 "syn 2.0.37",
1679]
1680
1681[[package]]
1682name = "prost-types"
1683version = "0.12.1"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
1686dependencies = [
1687 "prost",
1688]
1689
1690[[package]]
1691name = "pyo3"
1692version = "0.19.2"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
1695dependencies = [
1696 "anyhow",
1697 "cfg-if",
1698 "indoc",
1699 "libc",
1700 "memoffset",
1701 "parking_lot",
1702 "pyo3-build-config",
1703 "pyo3-ffi",
1704 "pyo3-macros",
1705 "unindent",
1706]
1707
1708[[package]]
1709name = "pyo3-asyncio"
1710version = "0.19.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "a2cc34c1f907ca090d7add03dc523acdd91f3a4dab12286604951e2f5152edad"
1713dependencies = [
1714 "futures",
1715 "once_cell",
1716 "pin-project-lite",
1717 "pyo3",
1718 "tokio",
1719]
1720
1721[[package]]
1722name = "pyo3-build-config"
1723version = "0.19.2"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
1726dependencies = [
1727 "once_cell",
1728 "target-lexicon",
1729]
1730
1731[[package]]
1732name = "pyo3-ffi"
1733version = "0.19.2"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
1736dependencies = [
1737 "libc",
1738 "pyo3-build-config",
1739]
1740
1741[[package]]
1742name = "pyo3-log"
1743version = "0.9.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd"
1746dependencies = [
1747 "arc-swap",
1748 "log",
1749 "pyo3",
1750]
1751
1752[[package]]
1753name = "pyo3-macros"
1754version = "0.19.2"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
1757dependencies = [
1758 "proc-macro2",
1759 "pyo3-macros-backend",
1760 "quote",
1761 "syn 1.0.109",
1762]
1763
1764[[package]]
1765name = "pyo3-macros-backend"
1766version = "0.19.2"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
1769dependencies = [
1770 "proc-macro2",
1771 "quote",
1772 "syn 1.0.109",
1773]
1774
1775[[package]]
1776name = "qoi"
1777version = "0.4.1"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1780dependencies = [
1781 "bytemuck",
1782]
1783
1784[[package]]
1785name = "quote"
1786version = "1.0.33"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
1789dependencies = [
1790 "proc-macro2",
1791]
1792
1793[[package]]
1794name = "rand"
1795version = "0.8.5"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1798dependencies = [
1799 "libc",
1800 "rand_chacha",
1801 "rand_core",
1802]
1803
1804[[package]]
1805name = "rand_chacha"
1806version = "0.3.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1809dependencies = [
1810 "ppv-lite86",
1811 "rand_core",
1812]
1813
1814[[package]]
1815name = "rand_core"
1816version = "0.6.4"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1819dependencies = [
1820 "getrandom",
1821]
1822
1823[[package]]
1824name = "rayon"
1825version = "1.8.0"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
1828dependencies = [
1829 "either",
1830 "rayon-core",
1831]
1832
1833[[package]]
1834name = "rayon-core"
1835version = "1.12.0"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
1838dependencies = [
1839 "crossbeam-deque",
1840 "crossbeam-utils",
1841]
1842
1843[[package]]
1844name = "redox_syscall"
1845version = "0.3.5"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1848dependencies = [
1849 "bitflags 1.3.2",
1850]
1851
1852[[package]]
1853name = "regex"
1854version = "1.9.5"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
1857dependencies = [
1858 "aho-corasick",
1859 "memchr",
1860 "regex-automata 0.3.8",
1861 "regex-syntax 0.7.5",
1862]
1863
1864[[package]]
1865name = "regex-automata"
1866version = "0.1.10"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1869dependencies = [
1870 "regex-syntax 0.6.29",
1871]
1872
1873[[package]]
1874name = "regex-automata"
1875version = "0.3.8"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
1878dependencies = [
1879 "aho-corasick",
1880 "memchr",
1881 "regex-syntax 0.7.5",
1882]
1883
1884[[package]]
1885name = "regex-syntax"
1886version = "0.6.29"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1889
1890[[package]]
1891name = "regex-syntax"
1892version = "0.7.5"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
1895
1896[[package]]
1897name = "ring"
1898version = "0.16.20"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1901dependencies = [
1902 "cc",
1903 "libc",
1904 "once_cell",
1905 "spin 0.5.2",
1906 "untrusted 0.7.1",
1907 "web-sys",
1908 "winapi",
1909]
1910
1911[[package]]
1912name = "rustc-demangle"
1913version = "0.1.23"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1916
1917[[package]]
1918name = "rustc_version"
1919version = "0.4.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1922dependencies = [
1923 "semver",
1924]
1925
1926[[package]]
1927name = "rustix"
1928version = "0.38.14"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
1931dependencies = [
1932 "bitflags 2.4.0",
1933 "errno",
1934 "libc",
1935 "linux-raw-sys",
1936 "windows-sys",
1937]
1938
1939[[package]]
1940name = "rustversion"
1941version = "1.0.14"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1944
1945[[package]]
1946name = "ryu"
1947version = "1.0.15"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
1950
1951[[package]]
1952name = "same-file"
1953version = "1.0.6"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1956dependencies = [
1957 "winapi-util",
1958]
1959
1960[[package]]
1961name = "scopeguard"
1962version = "1.2.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1965
1966[[package]]
1967name = "semver"
1968version = "1.0.19"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
1971
1972[[package]]
1973name = "serde"
1974version = "1.0.188"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
1977dependencies = [
1978 "serde_derive",
1979]
1980
1981[[package]]
1982name = "serde_derive"
1983version = "1.0.188"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
1986dependencies = [
1987 "proc-macro2",
1988 "quote",
1989 "syn 2.0.37",
1990]
1991
1992[[package]]
1993name = "serde_json"
1994version = "1.0.107"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
1997dependencies = [
1998 "itoa",
1999 "ryu",
2000 "serde",
2001]
2002
2003[[package]]
2004name = "sharded-slab"
2005version = "0.1.4"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2008dependencies = [
2009 "lazy_static",
2010]
2011
2012[[package]]
2013name = "signal-hook-registry"
2014version = "1.4.1"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2017dependencies = [
2018 "libc",
2019]
2020
2021[[package]]
2022name = "simd-adler32"
2023version = "0.3.7"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2026
2027[[package]]
2028name = "slab"
2029version = "0.4.9"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2032dependencies = [
2033 "autocfg",
2034]
2035
2036[[package]]
2037name = "smallvec"
2038version = "1.11.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2041
2042[[package]]
2043name = "smoltcp"
2044version = "0.10.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "8d2e3a36ac8fea7b94e666dfa3871063d6e0a5c9d5d4fec9a1a6b7b6760f0229"
2047dependencies = [
2048 "bitflags 1.3.2",
2049 "byteorder",
2050 "cfg-if",
2051 "defmt",
2052 "heapless",
2053 "libc",
2054 "log",
2055 "managed",
2056]
2057
2058[[package]]
2059name = "socket2"
2060version = "0.4.9"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2063dependencies = [
2064 "libc",
2065 "winapi",
2066]
2067
2068[[package]]
2069name = "socket2"
2070version = "0.5.5"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
2073dependencies = [
2074 "libc",
2075 "windows-sys",
2076]
2077
2078[[package]]
2079name = "spin"
2080version = "0.5.2"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2083
2084[[package]]
2085name = "spin"
2086version = "0.9.8"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2089dependencies = [
2090 "lock_api",
2091]
2092
2093[[package]]
2094name = "stable_deref_trait"
2095version = "1.2.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2098
2099[[package]]
2100name = "subtle"
2101version = "2.5.0"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2104
2105[[package]]
2106name = "syn"
2107version = "1.0.109"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2110dependencies = [
2111 "proc-macro2",
2112 "quote",
2113 "unicode-ident",
2114]
2115
2116[[package]]
2117name = "syn"
2118version = "2.0.37"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2121dependencies = [
2122 "proc-macro2",
2123 "quote",
2124 "unicode-ident",
2125]
2126
2127[[package]]
2128name = "sync_wrapper"
2129version = "0.1.2"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2132
2133[[package]]
2134name = "tar"
2135version = "0.4.40"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2138dependencies = [
2139 "filetime",
2140 "libc",
2141 "xattr",
2142]
2143
2144[[package]]
2145name = "target-lexicon"
2146version = "0.12.11"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2149
2150[[package]]
2151name = "termcolor"
2152version = "1.3.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
2155dependencies = [
2156 "winapi-util",
2157]
2158
2159[[package]]
2160name = "thiserror"
2161version = "1.0.48"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2164dependencies = [
2165 "thiserror-impl",
2166]
2167
2168[[package]]
2169name = "thiserror-impl"
2170version = "1.0.48"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2173dependencies = [
2174 "proc-macro2",
2175 "quote",
2176 "syn 2.0.37",
2177]
2178
2179[[package]]
2180name = "thread_local"
2181version = "1.1.7"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2184dependencies = [
2185 "cfg-if",
2186 "once_cell",
2187]
2188
2189[[package]]
2190name = "tiff"
2191version = "0.9.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
2194dependencies = [
2195 "flate2",
2196 "jpeg-decoder",
2197 "weezl",
2198]
2199
2200[[package]]
2201name = "tinytemplate"
2202version = "1.2.1"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2205dependencies = [
2206 "serde",
2207 "serde_json",
2208]
2209
2210[[package]]
2211name = "tokio"
2212version = "1.34.0"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
2215dependencies = [
2216 "backtrace",
2217 "bytes",
2218 "libc",
2219 "mio",
2220 "num_cpus",
2221 "pin-project-lite",
2222 "signal-hook-registry",
2223 "socket2 0.5.5",
2224 "tokio-macros",
2225 "tracing",
2226 "windows-sys",
2227]
2228
2229[[package]]
2230name = "tokio-io-timeout"
2231version = "1.2.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2234dependencies = [
2235 "pin-project-lite",
2236 "tokio",
2237]
2238
2239[[package]]
2240name = "tokio-macros"
2241version = "2.2.0"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2244dependencies = [
2245 "proc-macro2",
2246 "quote",
2247 "syn 2.0.37",
2248]
2249
2250[[package]]
2251name = "tokio-stream"
2252version = "0.1.14"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2255dependencies = [
2256 "futures-core",
2257 "pin-project-lite",
2258 "tokio",
2259]
2260
2261[[package]]
2262name = "tokio-util"
2263version = "0.7.10"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2266dependencies = [
2267 "bytes",
2268 "futures-core",
2269 "futures-sink",
2270 "pin-project-lite",
2271 "tokio",
2272 "tracing",
2273]
2274
2275[[package]]
2276name = "toml"
2277version = "0.5.11"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2280dependencies = [
2281 "serde",
2282]
2283
2284[[package]]
2285name = "tonic"
2286version = "0.10.2"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2289dependencies = [
2290 "async-stream",
2291 "async-trait",
2292 "axum",
2293 "base64 0.21.4",
2294 "bytes",
2295 "h2",
2296 "http",
2297 "http-body",
2298 "hyper",
2299 "hyper-timeout",
2300 "percent-encoding",
2301 "pin-project",
2302 "prost",
2303 "tokio",
2304 "tokio-stream",
2305 "tower",
2306 "tower-layer",
2307 "tower-service",
2308 "tracing",
2309]
2310
2311[[package]]
2312name = "tower"
2313version = "0.4.13"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2316dependencies = [
2317 "futures-core",
2318 "futures-util",
2319 "indexmap",
2320 "pin-project",
2321 "pin-project-lite",
2322 "rand",
2323 "slab",
2324 "tokio",
2325 "tokio-util",
2326 "tower-layer",
2327 "tower-service",
2328 "tracing",
2329]
2330
2331[[package]]
2332name = "tower-layer"
2333version = "0.3.2"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2336
2337[[package]]
2338name = "tower-service"
2339version = "0.3.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2342
2343[[package]]
2344name = "tracing"
2345version = "0.1.37"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2348dependencies = [
2349 "cfg-if",
2350 "pin-project-lite",
2351 "tracing-attributes",
2352 "tracing-core",
2353]
2354
2355[[package]]
2356name = "tracing-attributes"
2357version = "0.1.26"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2360dependencies = [
2361 "proc-macro2",
2362 "quote",
2363 "syn 2.0.37",
2364]
2365
2366[[package]]
2367name = "tracing-core"
2368version = "0.1.31"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2371dependencies = [
2372 "once_cell",
2373 "valuable",
2374]
2375
2376[[package]]
2377name = "tracing-subscriber"
2378version = "0.3.17"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2381dependencies = [
2382 "matchers",
2383 "once_cell",
2384 "regex",
2385 "sharded-slab",
2386 "thread_local",
2387 "tracing",
2388 "tracing-core",
2389]
2390
2391[[package]]
2392name = "try-lock"
2393version = "0.2.4"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2396
2397[[package]]
2398name = "typenum"
2399version = "1.17.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2402
2403[[package]]
2404name = "unicode-ident"
2405version = "1.0.12"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2408
2409[[package]]
2410name = "unindent"
2411version = "0.1.11"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
2414
2415[[package]]
2416name = "universal-hash"
2417version = "0.5.1"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2420dependencies = [
2421 "crypto-common",
2422 "subtle",
2423]
2424
2425[[package]]
2426name = "untrusted"
2427version = "0.7.1"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2430
2431[[package]]
2432name = "untrusted"
2433version = "0.9.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2436
2437[[package]]
2438name = "valuable"
2439version = "0.1.0"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2442
2443[[package]]
2444name = "version_check"
2445version = "0.9.4"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2448
2449[[package]]
2450name = "walkdir"
2451version = "2.4.0"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2454dependencies = [
2455 "same-file",
2456 "winapi-util",
2457]
2458
2459[[package]]
2460name = "want"
2461version = "0.3.1"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2464dependencies = [
2465 "try-lock",
2466]
2467
2468[[package]]
2469name = "wasi"
2470version = "0.11.0+wasi-snapshot-preview1"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2473
2474[[package]]
2475name = "wasm-bindgen"
2476version = "0.2.87"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2479dependencies = [
2480 "cfg-if",
2481 "wasm-bindgen-macro",
2482]
2483
2484[[package]]
2485name = "wasm-bindgen-backend"
2486version = "0.2.87"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2489dependencies = [
2490 "bumpalo",
2491 "log",
2492 "once_cell",
2493 "proc-macro2",
2494 "quote",
2495 "syn 2.0.37",
2496 "wasm-bindgen-shared",
2497]
2498
2499[[package]]
2500name = "wasm-bindgen-macro"
2501version = "0.2.87"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2504dependencies = [
2505 "quote",
2506 "wasm-bindgen-macro-support",
2507]
2508
2509[[package]]
2510name = "wasm-bindgen-macro-support"
2511version = "0.2.87"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2514dependencies = [
2515 "proc-macro2",
2516 "quote",
2517 "syn 2.0.37",
2518 "wasm-bindgen-backend",
2519 "wasm-bindgen-shared",
2520]
2521
2522[[package]]
2523name = "wasm-bindgen-shared"
2524version = "0.2.87"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2527
2528[[package]]
2529name = "web-sys"
2530version = "0.3.64"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2533dependencies = [
2534 "js-sys",
2535 "wasm-bindgen",
2536]
2537
2538[[package]]
2539name = "weezl"
2540version = "0.1.7"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2543
2544[[package]]
2545name = "winapi"
2546version = "0.3.9"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2549dependencies = [
2550 "winapi-i686-pc-windows-gnu",
2551 "winapi-x86_64-pc-windows-gnu",
2552]
2553
2554[[package]]
2555name = "winapi-i686-pc-windows-gnu"
2556version = "0.4.0"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2559
2560[[package]]
2561name = "winapi-util"
2562version = "0.1.6"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2565dependencies = [
2566 "winapi",
2567]
2568
2569[[package]]
2570name = "winapi-x86_64-pc-windows-gnu"
2571version = "0.4.0"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2574
2575[[package]]
2576name = "windivert"
2577version = "0.6.0"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "fc6b6833a760d1c36b489314a5541a12a39d162dc8341d8f6f400212b96d3df1"
2580dependencies = [
2581 "etherparse",
2582 "thiserror",
2583 "windivert-sys",
2584 "windows 0.48.0",
2585]
2586
2587[[package]]
2588name = "windivert-sys"
2589version = "0.10.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "832bc4af9272458a8a64395b3aabe10dc4089546486fcbd0e19b9b6d28ba6e54"
2592dependencies = [
2593 "cc",
2594 "thiserror",
2595 "windows 0.48.0",
2596]
2597
2598[[package]]
2599name = "windows"
2600version = "0.48.0"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2603dependencies = [
2604 "windows-targets 0.48.5",
2605]
2606
2607[[package]]
2608name = "windows"
2609version = "0.52.0"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2612dependencies = [
2613 "windows-core",
2614 "windows-targets 0.52.0",
2615]
2616
2617[[package]]
2618name = "windows-core"
2619version = "0.52.0"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2622dependencies = [
2623 "windows-targets 0.52.0",
2624]
2625
2626[[package]]
2627name = "windows-redirector"
2628version = "0.5.1"
2629dependencies = [
2630 "anyhow",
2631 "env_logger",
2632 "hex",
2633 "internet-packet",
2634 "log",
2635 "lru_time_cache",
2636 "mitmproxy",
2637 "prost",
2638 "tokio",
2639 "windivert",
2640 "winres",
2641]
2642
2643[[package]]
2644name = "windows-sys"
2645version = "0.48.0"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2648dependencies = [
2649 "windows-targets 0.48.5",
2650]
2651
2652[[package]]
2653name = "windows-targets"
2654version = "0.48.5"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2657dependencies = [
2658 "windows_aarch64_gnullvm 0.48.5",
2659 "windows_aarch64_msvc 0.48.5",
2660 "windows_i686_gnu 0.48.5",
2661 "windows_i686_msvc 0.48.5",
2662 "windows_x86_64_gnu 0.48.5",
2663 "windows_x86_64_gnullvm 0.48.5",
2664 "windows_x86_64_msvc 0.48.5",
2665]
2666
2667[[package]]
2668name = "windows-targets"
2669version = "0.52.0"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
2672dependencies = [
2673 "windows_aarch64_gnullvm 0.52.0",
2674 "windows_aarch64_msvc 0.52.0",
2675 "windows_i686_gnu 0.52.0",
2676 "windows_i686_msvc 0.52.0",
2677 "windows_x86_64_gnu 0.52.0",
2678 "windows_x86_64_gnullvm 0.52.0",
2679 "windows_x86_64_msvc 0.52.0",
2680]
2681
2682[[package]]
2683name = "windows_aarch64_gnullvm"
2684version = "0.48.5"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2687
2688[[package]]
2689name = "windows_aarch64_gnullvm"
2690version = "0.52.0"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2693
2694[[package]]
2695name = "windows_aarch64_msvc"
2696version = "0.48.5"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2699
2700[[package]]
2701name = "windows_aarch64_msvc"
2702version = "0.52.0"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2705
2706[[package]]
2707name = "windows_i686_gnu"
2708version = "0.48.5"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2711
2712[[package]]
2713name = "windows_i686_gnu"
2714version = "0.52.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2717
2718[[package]]
2719name = "windows_i686_msvc"
2720version = "0.48.5"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2723
2724[[package]]
2725name = "windows_i686_msvc"
2726version = "0.52.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2729
2730[[package]]
2731name = "windows_x86_64_gnu"
2732version = "0.48.5"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2735
2736[[package]]
2737name = "windows_x86_64_gnu"
2738version = "0.52.0"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2741
2742[[package]]
2743name = "windows_x86_64_gnullvm"
2744version = "0.48.5"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2747
2748[[package]]
2749name = "windows_x86_64_gnullvm"
2750version = "0.52.0"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2753
2754[[package]]
2755name = "windows_x86_64_msvc"
2756version = "0.48.5"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2759
2760[[package]]
2761name = "windows_x86_64_msvc"
2762version = "0.52.0"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2765
2766[[package]]
2767name = "winres"
2768version = "0.1.12"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
2771dependencies = [
2772 "toml",
2773]
2774
2775[[package]]
2776name = "x25519-dalek"
2777version = "2.0.0-rc.3"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "ec7fae07da688e17059d5886712c933bb0520f15eff2e09cfa18e30968f4e63a"
2780dependencies = [
2781 "curve25519-dalek",
2782 "rand_core",
2783 "serde",
2784 "zeroize",
2785]
2786
2787[[package]]
2788name = "xattr"
2789version = "1.0.1"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
2792dependencies = [
2793 "libc",
2794]
2795
2796[[package]]
2797name = "zeroize"
2798version = "1.6.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2801dependencies = [
2802 "zeroize_derive",
2803]
2804
2805[[package]]
2806name = "zeroize_derive"
2807version = "1.4.2"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2810dependencies = [
2811 "proc-macro2",
2812 "quote",
2813 "syn 2.0.37",
2814]
2815
2816[[package]]
2817name = "zune-inflate"
2818version = "0.2.54"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2821dependencies = [
2822 "simd-adler32",
2823]