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.4.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
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.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
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.1.0"
1130source = "git+https://github.com/mhils/internet-packet.git#9d706e0f6a28da91f63e3417c7bb4c2e977a2385"
1131dependencies = [
1132 "internet-checksum",
1133]
1134
1135[[package]]
1136name = "ip_network"
1137version = "0.4.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
1140
1141[[package]]
1142name = "ip_network_table"
1143version = "0.2.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "4099b7cfc5c5e2fe8c5edf3f6f7adf7a714c9cc697534f63a5a5da30397cb2c0"
1146dependencies = [
1147 "ip_network",
1148 "ip_network_table-deps-treebitmap",
1149]
1150
1151[[package]]
1152name = "ip_network_table-deps-treebitmap"
1153version = "0.5.0"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "8e537132deb99c0eb4b752f0346b6a836200eaaa3516dd7e5514b63930a09e5d"
1156
1157[[package]]
1158name = "is-terminal"
1159version = "0.4.9"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
1162dependencies = [
1163 "hermit-abi",
1164 "rustix",
1165 "windows-sys",
1166]
1167
1168[[package]]
1169name = "itertools"
1170version = "0.10.5"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1173dependencies = [
1174 "either",
1175]
1176
1177[[package]]
1178name = "itertools"
1179version = "0.11.0"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1182dependencies = [
1183 "either",
1184]
1185
1186[[package]]
1187name = "itoa"
1188version = "1.0.9"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1191
1192[[package]]
1193name = "jpeg-decoder"
1194version = "0.3.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
1197dependencies = [
1198 "rayon",
1199]
1200
1201[[package]]
1202name = "js-sys"
1203version = "0.3.64"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
1206dependencies = [
1207 "wasm-bindgen",
1208]
1209
1210[[package]]
1211name = "lazy_static"
1212version = "1.4.0"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1215
1216[[package]]
1217name = "lebe"
1218version = "0.5.2"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
1221
1222[[package]]
1223name = "libc"
1224version = "0.2.148"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
1227
1228[[package]]
1229name = "linux-raw-sys"
1230version = "0.4.7"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
1233
1234[[package]]
1235name = "lock_api"
1236version = "0.4.10"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1239dependencies = [
1240 "autocfg",
1241 "scopeguard",
1242]
1243
1244[[package]]
1245name = "log"
1246version = "0.4.20"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1249
1250[[package]]
1251name = "lru_time_cache"
1252version = "0.11.11"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
1255
1256[[package]]
1257name = "macos-certificate-truster"
1258version = "0.4.1"
1259dependencies = [
1260 "apple-security-framework",
1261]
1262
1263[[package]]
1264name = "managed"
1265version = "0.8.0"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
1268
1269[[package]]
1270name = "matchers"
1271version = "0.1.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1274dependencies = [
1275 "regex-automata 0.1.10",
1276]
1277
1278[[package]]
1279name = "matchit"
1280version = "0.7.3"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1283
1284[[package]]
1285name = "memchr"
1286version = "2.6.3"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
1289
1290[[package]]
1291name = "memoffset"
1292version = "0.9.0"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1295dependencies = [
1296 "autocfg",
1297]
1298
1299[[package]]
1300name = "mime"
1301version = "0.3.17"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1304
1305[[package]]
1306name = "minimal-lexical"
1307version = "0.2.1"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1310
1311[[package]]
1312name = "miniz_oxide"
1313version = "0.7.1"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1316dependencies = [
1317 "adler",
1318 "simd-adler32",
1319]
1320
1321[[package]]
1322name = "mio"
1323version = "0.8.8"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1326dependencies = [
1327 "libc",
1328 "wasi",
1329 "windows-sys",
1330]
1331
1332[[package]]
1333name = "mitm-wg-test-client"
1334version = "0.4.1"
1335dependencies = [
1336 "anyhow",
1337 "boringtun",
1338 "data-encoding",
1339 "hex",
1340 "smoltcp",
1341]
1342
1343[[package]]
1344name = "mitmproxy"
1345version = "0.4.1"
1346dependencies = [
1347 "anyhow",
1348 "apple-security-framework",
1349 "async-trait",
1350 "boringtun",
1351 "console-subscriber",
1352 "criterion",
1353 "env_logger",
1354 "futures-util",
1355 "image",
1356 "log",
1357 "nix 0.27.1",
1358 "once_cell",
1359 "pretty-hex",
1360 "prost",
1361 "rand",
1362 "rand_core",
1363 "smoltcp",
1364 "tokio",
1365 "tokio-util",
1366 "windows 0.51.1",
1367 "x25519-dalek",
1368]
1369
1370[[package]]
1371name = "mitmproxy_rs"
1372version = "0.4.1"
1373dependencies = [
1374 "anyhow",
1375 "boringtun",
1376 "console-subscriber",
1377 "data-encoding",
1378 "env_logger",
1379 "log",
1380 "mitmproxy",
1381 "once_cell",
1382 "pyo3",
1383 "pyo3-asyncio",
1384 "pyo3-log",
1385 "rand_core",
1386 "tar",
1387 "tokio",
1388]
1389
1390[[package]]
1391name = "nix"
1392version = "0.25.1"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1395dependencies = [
1396 "autocfg",
1397 "bitflags 1.3.2",
1398 "cfg-if",
1399 "libc",
1400]
1401
1402[[package]]
1403name = "nix"
1404version = "0.27.1"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1407dependencies = [
1408 "bitflags 2.4.0",
1409 "cfg-if",
1410 "libc",
1411]
1412
1413[[package]]
1414name = "nom"
1415version = "7.1.3"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1418dependencies = [
1419 "memchr",
1420 "minimal-lexical",
1421]
1422
1423[[package]]
1424name = "num-integer"
1425version = "0.1.45"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1428dependencies = [
1429 "autocfg",
1430 "num-traits",
1431]
1432
1433[[package]]
1434name = "num-rational"
1435version = "0.4.1"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1438dependencies = [
1439 "autocfg",
1440 "num-integer",
1441 "num-traits",
1442]
1443
1444[[package]]
1445name = "num-traits"
1446version = "0.2.16"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
1449dependencies = [
1450 "autocfg",
1451]
1452
1453[[package]]
1454name = "num_cpus"
1455version = "1.16.0"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1458dependencies = [
1459 "hermit-abi",
1460 "libc",
1461]
1462
1463[[package]]
1464name = "object"
1465version = "0.32.1"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
1468dependencies = [
1469 "memchr",
1470]
1471
1472[[package]]
1473name = "once_cell"
1474version = "1.18.0"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1477
1478[[package]]
1479name = "oorandom"
1480version = "11.1.3"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1483
1484[[package]]
1485name = "opaque-debug"
1486version = "0.3.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1489
1490[[package]]
1491name = "parking_lot"
1492version = "0.12.1"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1495dependencies = [
1496 "lock_api",
1497 "parking_lot_core",
1498]
1499
1500[[package]]
1501name = "parking_lot_core"
1502version = "0.9.8"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1505dependencies = [
1506 "cfg-if",
1507 "libc",
1508 "redox_syscall",
1509 "smallvec",
1510 "windows-targets",
1511]
1512
1513[[package]]
1514name = "percent-encoding"
1515version = "2.3.0"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1518
1519[[package]]
1520name = "pin-project"
1521version = "1.1.3"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
1524dependencies = [
1525 "pin-project-internal",
1526]
1527
1528[[package]]
1529name = "pin-project-internal"
1530version = "1.1.3"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
1533dependencies = [
1534 "proc-macro2",
1535 "quote",
1536 "syn 2.0.37",
1537]
1538
1539[[package]]
1540name = "pin-project-lite"
1541version = "0.2.13"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1544
1545[[package]]
1546name = "pin-utils"
1547version = "0.1.0"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1550
1551[[package]]
1552name = "platforms"
1553version = "3.1.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"
1556
1557[[package]]
1558name = "plotters"
1559version = "0.3.5"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
1562dependencies = [
1563 "num-traits",
1564 "plotters-backend",
1565 "plotters-svg",
1566 "wasm-bindgen",
1567 "web-sys",
1568]
1569
1570[[package]]
1571name = "plotters-backend"
1572version = "0.3.5"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
1575
1576[[package]]
1577name = "plotters-svg"
1578version = "0.3.5"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
1581dependencies = [
1582 "plotters-backend",
1583]
1584
1585[[package]]
1586name = "png"
1587version = "0.17.10"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
1590dependencies = [
1591 "bitflags 1.3.2",
1592 "crc32fast",
1593 "fdeflate",
1594 "flate2",
1595 "miniz_oxide",
1596]
1597
1598[[package]]
1599name = "poly1305"
1600version = "0.8.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
1603dependencies = [
1604 "cpufeatures",
1605 "opaque-debug",
1606 "universal-hash",
1607]
1608
1609[[package]]
1610name = "ppv-lite86"
1611version = "0.2.17"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1614
1615[[package]]
1616name = "pretty-hex"
1617version = "0.3.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
1620
1621[[package]]
1622name = "proc-macro-error"
1623version = "1.0.4"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1626dependencies = [
1627 "proc-macro-error-attr",
1628 "proc-macro2",
1629 "quote",
1630 "syn 1.0.109",
1631 "version_check",
1632]
1633
1634[[package]]
1635name = "proc-macro-error-attr"
1636version = "1.0.4"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1639dependencies = [
1640 "proc-macro2",
1641 "quote",
1642 "version_check",
1643]
1644
1645[[package]]
1646name = "proc-macro2"
1647version = "1.0.67"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
1650dependencies = [
1651 "unicode-ident",
1652]
1653
1654[[package]]
1655name = "prost"
1656version = "0.12.1"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
1659dependencies = [
1660 "bytes",
1661 "prost-derive",
1662]
1663
1664[[package]]
1665name = "prost-derive"
1666version = "0.12.1"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
1669dependencies = [
1670 "anyhow",
1671 "itertools 0.11.0",
1672 "proc-macro2",
1673 "quote",
1674 "syn 2.0.37",
1675]
1676
1677[[package]]
1678name = "prost-types"
1679version = "0.12.1"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
1682dependencies = [
1683 "prost",
1684]
1685
1686[[package]]
1687name = "pyo3"
1688version = "0.19.2"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
1691dependencies = [
1692 "anyhow",
1693 "cfg-if",
1694 "indoc",
1695 "libc",
1696 "memoffset",
1697 "parking_lot",
1698 "pyo3-build-config",
1699 "pyo3-ffi",
1700 "pyo3-macros",
1701 "unindent",
1702]
1703
1704[[package]]
1705name = "pyo3-asyncio"
1706version = "0.19.0"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "a2cc34c1f907ca090d7add03dc523acdd91f3a4dab12286604951e2f5152edad"
1709dependencies = [
1710 "futures",
1711 "once_cell",
1712 "pin-project-lite",
1713 "pyo3",
1714 "tokio",
1715]
1716
1717[[package]]
1718name = "pyo3-build-config"
1719version = "0.19.2"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
1722dependencies = [
1723 "once_cell",
1724 "target-lexicon",
1725]
1726
1727[[package]]
1728name = "pyo3-ffi"
1729version = "0.19.2"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
1732dependencies = [
1733 "libc",
1734 "pyo3-build-config",
1735]
1736
1737[[package]]
1738name = "pyo3-log"
1739version = "0.9.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd"
1742dependencies = [
1743 "arc-swap",
1744 "log",
1745 "pyo3",
1746]
1747
1748[[package]]
1749name = "pyo3-macros"
1750version = "0.19.2"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
1753dependencies = [
1754 "proc-macro2",
1755 "pyo3-macros-backend",
1756 "quote",
1757 "syn 1.0.109",
1758]
1759
1760[[package]]
1761name = "pyo3-macros-backend"
1762version = "0.19.2"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
1765dependencies = [
1766 "proc-macro2",
1767 "quote",
1768 "syn 1.0.109",
1769]
1770
1771[[package]]
1772name = "qoi"
1773version = "0.4.1"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1776dependencies = [
1777 "bytemuck",
1778]
1779
1780[[package]]
1781name = "quote"
1782version = "1.0.33"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
1785dependencies = [
1786 "proc-macro2",
1787]
1788
1789[[package]]
1790name = "rand"
1791version = "0.8.5"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1794dependencies = [
1795 "libc",
1796 "rand_chacha",
1797 "rand_core",
1798]
1799
1800[[package]]
1801name = "rand_chacha"
1802version = "0.3.1"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1805dependencies = [
1806 "ppv-lite86",
1807 "rand_core",
1808]
1809
1810[[package]]
1811name = "rand_core"
1812version = "0.6.4"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1815dependencies = [
1816 "getrandom",
1817]
1818
1819[[package]]
1820name = "rayon"
1821version = "1.8.0"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
1824dependencies = [
1825 "either",
1826 "rayon-core",
1827]
1828
1829[[package]]
1830name = "rayon-core"
1831version = "1.12.0"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
1834dependencies = [
1835 "crossbeam-deque",
1836 "crossbeam-utils",
1837]
1838
1839[[package]]
1840name = "redox_syscall"
1841version = "0.3.5"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1844dependencies = [
1845 "bitflags 1.3.2",
1846]
1847
1848[[package]]
1849name = "regex"
1850version = "1.9.5"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
1853dependencies = [
1854 "aho-corasick",
1855 "memchr",
1856 "regex-automata 0.3.8",
1857 "regex-syntax 0.7.5",
1858]
1859
1860[[package]]
1861name = "regex-automata"
1862version = "0.1.10"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1865dependencies = [
1866 "regex-syntax 0.6.29",
1867]
1868
1869[[package]]
1870name = "regex-automata"
1871version = "0.3.8"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
1874dependencies = [
1875 "aho-corasick",
1876 "memchr",
1877 "regex-syntax 0.7.5",
1878]
1879
1880[[package]]
1881name = "regex-syntax"
1882version = "0.6.29"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1885
1886[[package]]
1887name = "regex-syntax"
1888version = "0.7.5"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
1891
1892[[package]]
1893name = "ring"
1894version = "0.16.20"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1897dependencies = [
1898 "cc",
1899 "libc",
1900 "once_cell",
1901 "spin 0.5.2",
1902 "untrusted 0.7.1",
1903 "web-sys",
1904 "winapi",
1905]
1906
1907[[package]]
1908name = "rustc-demangle"
1909version = "0.1.23"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1912
1913[[package]]
1914name = "rustc_version"
1915version = "0.4.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1918dependencies = [
1919 "semver",
1920]
1921
1922[[package]]
1923name = "rustix"
1924version = "0.38.14"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
1927dependencies = [
1928 "bitflags 2.4.0",
1929 "errno",
1930 "libc",
1931 "linux-raw-sys",
1932 "windows-sys",
1933]
1934
1935[[package]]
1936name = "rustversion"
1937version = "1.0.14"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1940
1941[[package]]
1942name = "ryu"
1943version = "1.0.15"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
1946
1947[[package]]
1948name = "same-file"
1949version = "1.0.6"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1952dependencies = [
1953 "winapi-util",
1954]
1955
1956[[package]]
1957name = "scopeguard"
1958version = "1.2.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1961
1962[[package]]
1963name = "semver"
1964version = "1.0.19"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
1967
1968[[package]]
1969name = "serde"
1970version = "1.0.188"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
1973dependencies = [
1974 "serde_derive",
1975]
1976
1977[[package]]
1978name = "serde_derive"
1979version = "1.0.188"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
1982dependencies = [
1983 "proc-macro2",
1984 "quote",
1985 "syn 2.0.37",
1986]
1987
1988[[package]]
1989name = "serde_json"
1990version = "1.0.107"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
1993dependencies = [
1994 "itoa",
1995 "ryu",
1996 "serde",
1997]
1998
1999[[package]]
2000name = "sharded-slab"
2001version = "0.1.4"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2004dependencies = [
2005 "lazy_static",
2006]
2007
2008[[package]]
2009name = "signal-hook-registry"
2010version = "1.4.1"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2013dependencies = [
2014 "libc",
2015]
2016
2017[[package]]
2018name = "simd-adler32"
2019version = "0.3.7"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2022
2023[[package]]
2024name = "slab"
2025version = "0.4.9"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2028dependencies = [
2029 "autocfg",
2030]
2031
2032[[package]]
2033name = "smallvec"
2034version = "1.11.1"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2037
2038[[package]]
2039name = "smoltcp"
2040version = "0.10.0"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "8d2e3a36ac8fea7b94e666dfa3871063d6e0a5c9d5d4fec9a1a6b7b6760f0229"
2043dependencies = [
2044 "bitflags 1.3.2",
2045 "byteorder",
2046 "cfg-if",
2047 "defmt",
2048 "heapless",
2049 "libc",
2050 "log",
2051 "managed",
2052]
2053
2054[[package]]
2055name = "socket2"
2056version = "0.4.9"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2059dependencies = [
2060 "libc",
2061 "winapi",
2062]
2063
2064[[package]]
2065name = "socket2"
2066version = "0.5.4"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
2069dependencies = [
2070 "libc",
2071 "windows-sys",
2072]
2073
2074[[package]]
2075name = "spin"
2076version = "0.5.2"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2079
2080[[package]]
2081name = "spin"
2082version = "0.9.8"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2085dependencies = [
2086 "lock_api",
2087]
2088
2089[[package]]
2090name = "stable_deref_trait"
2091version = "1.2.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2094
2095[[package]]
2096name = "subtle"
2097version = "2.5.0"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2100
2101[[package]]
2102name = "syn"
2103version = "1.0.109"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2106dependencies = [
2107 "proc-macro2",
2108 "quote",
2109 "unicode-ident",
2110]
2111
2112[[package]]
2113name = "syn"
2114version = "2.0.37"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2117dependencies = [
2118 "proc-macro2",
2119 "quote",
2120 "unicode-ident",
2121]
2122
2123[[package]]
2124name = "sync_wrapper"
2125version = "0.1.2"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2128
2129[[package]]
2130name = "tar"
2131version = "0.4.40"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2134dependencies = [
2135 "filetime",
2136 "libc",
2137 "xattr",
2138]
2139
2140[[package]]
2141name = "target-lexicon"
2142version = "0.12.11"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2145
2146[[package]]
2147name = "termcolor"
2148version = "1.3.0"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
2151dependencies = [
2152 "winapi-util",
2153]
2154
2155[[package]]
2156name = "thiserror"
2157version = "1.0.48"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2160dependencies = [
2161 "thiserror-impl",
2162]
2163
2164[[package]]
2165name = "thiserror-impl"
2166version = "1.0.48"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2169dependencies = [
2170 "proc-macro2",
2171 "quote",
2172 "syn 2.0.37",
2173]
2174
2175[[package]]
2176name = "thread_local"
2177version = "1.1.7"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2180dependencies = [
2181 "cfg-if",
2182 "once_cell",
2183]
2184
2185[[package]]
2186name = "tiff"
2187version = "0.9.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
2190dependencies = [
2191 "flate2",
2192 "jpeg-decoder",
2193 "weezl",
2194]
2195
2196[[package]]
2197name = "tinytemplate"
2198version = "1.2.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2201dependencies = [
2202 "serde",
2203 "serde_json",
2204]
2205
2206[[package]]
2207name = "tokio"
2208version = "1.33.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
2211dependencies = [
2212 "backtrace",
2213 "bytes",
2214 "libc",
2215 "mio",
2216 "num_cpus",
2217 "pin-project-lite",
2218 "signal-hook-registry",
2219 "socket2 0.5.4",
2220 "tokio-macros",
2221 "tracing",
2222 "windows-sys",
2223]
2224
2225[[package]]
2226name = "tokio-io-timeout"
2227version = "1.2.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2230dependencies = [
2231 "pin-project-lite",
2232 "tokio",
2233]
2234
2235[[package]]
2236name = "tokio-macros"
2237version = "2.1.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2240dependencies = [
2241 "proc-macro2",
2242 "quote",
2243 "syn 2.0.37",
2244]
2245
2246[[package]]
2247name = "tokio-stream"
2248version = "0.1.14"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2251dependencies = [
2252 "futures-core",
2253 "pin-project-lite",
2254 "tokio",
2255]
2256
2257[[package]]
2258name = "tokio-util"
2259version = "0.7.10"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2262dependencies = [
2263 "bytes",
2264 "futures-core",
2265 "futures-sink",
2266 "pin-project-lite",
2267 "tokio",
2268 "tracing",
2269]
2270
2271[[package]]
2272name = "toml"
2273version = "0.5.11"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2276dependencies = [
2277 "serde",
2278]
2279
2280[[package]]
2281name = "tonic"
2282version = "0.10.2"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2285dependencies = [
2286 "async-stream",
2287 "async-trait",
2288 "axum",
2289 "base64 0.21.4",
2290 "bytes",
2291 "h2",
2292 "http",
2293 "http-body",
2294 "hyper",
2295 "hyper-timeout",
2296 "percent-encoding",
2297 "pin-project",
2298 "prost",
2299 "tokio",
2300 "tokio-stream",
2301 "tower",
2302 "tower-layer",
2303 "tower-service",
2304 "tracing",
2305]
2306
2307[[package]]
2308name = "tower"
2309version = "0.4.13"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2312dependencies = [
2313 "futures-core",
2314 "futures-util",
2315 "indexmap",
2316 "pin-project",
2317 "pin-project-lite",
2318 "rand",
2319 "slab",
2320 "tokio",
2321 "tokio-util",
2322 "tower-layer",
2323 "tower-service",
2324 "tracing",
2325]
2326
2327[[package]]
2328name = "tower-layer"
2329version = "0.3.2"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2332
2333[[package]]
2334name = "tower-service"
2335version = "0.3.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2338
2339[[package]]
2340name = "tracing"
2341version = "0.1.37"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2344dependencies = [
2345 "cfg-if",
2346 "pin-project-lite",
2347 "tracing-attributes",
2348 "tracing-core",
2349]
2350
2351[[package]]
2352name = "tracing-attributes"
2353version = "0.1.26"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2356dependencies = [
2357 "proc-macro2",
2358 "quote",
2359 "syn 2.0.37",
2360]
2361
2362[[package]]
2363name = "tracing-core"
2364version = "0.1.31"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2367dependencies = [
2368 "once_cell",
2369 "valuable",
2370]
2371
2372[[package]]
2373name = "tracing-subscriber"
2374version = "0.3.17"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2377dependencies = [
2378 "matchers",
2379 "once_cell",
2380 "regex",
2381 "sharded-slab",
2382 "thread_local",
2383 "tracing",
2384 "tracing-core",
2385]
2386
2387[[package]]
2388name = "try-lock"
2389version = "0.2.4"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2392
2393[[package]]
2394name = "typenum"
2395version = "1.17.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2398
2399[[package]]
2400name = "unicode-ident"
2401version = "1.0.12"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2404
2405[[package]]
2406name = "unindent"
2407version = "0.1.11"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
2410
2411[[package]]
2412name = "universal-hash"
2413version = "0.5.1"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2416dependencies = [
2417 "crypto-common",
2418 "subtle",
2419]
2420
2421[[package]]
2422name = "untrusted"
2423version = "0.7.1"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2426
2427[[package]]
2428name = "untrusted"
2429version = "0.9.0"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2432
2433[[package]]
2434name = "valuable"
2435version = "0.1.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2438
2439[[package]]
2440name = "version_check"
2441version = "0.9.4"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2444
2445[[package]]
2446name = "walkdir"
2447version = "2.4.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2450dependencies = [
2451 "same-file",
2452 "winapi-util",
2453]
2454
2455[[package]]
2456name = "want"
2457version = "0.3.1"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2460dependencies = [
2461 "try-lock",
2462]
2463
2464[[package]]
2465name = "wasi"
2466version = "0.11.0+wasi-snapshot-preview1"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2469
2470[[package]]
2471name = "wasm-bindgen"
2472version = "0.2.87"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2475dependencies = [
2476 "cfg-if",
2477 "wasm-bindgen-macro",
2478]
2479
2480[[package]]
2481name = "wasm-bindgen-backend"
2482version = "0.2.87"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2485dependencies = [
2486 "bumpalo",
2487 "log",
2488 "once_cell",
2489 "proc-macro2",
2490 "quote",
2491 "syn 2.0.37",
2492 "wasm-bindgen-shared",
2493]
2494
2495[[package]]
2496name = "wasm-bindgen-macro"
2497version = "0.2.87"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2500dependencies = [
2501 "quote",
2502 "wasm-bindgen-macro-support",
2503]
2504
2505[[package]]
2506name = "wasm-bindgen-macro-support"
2507version = "0.2.87"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2510dependencies = [
2511 "proc-macro2",
2512 "quote",
2513 "syn 2.0.37",
2514 "wasm-bindgen-backend",
2515 "wasm-bindgen-shared",
2516]
2517
2518[[package]]
2519name = "wasm-bindgen-shared"
2520version = "0.2.87"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2523
2524[[package]]
2525name = "web-sys"
2526version = "0.3.64"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2529dependencies = [
2530 "js-sys",
2531 "wasm-bindgen",
2532]
2533
2534[[package]]
2535name = "weezl"
2536version = "0.1.7"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2539
2540[[package]]
2541name = "winapi"
2542version = "0.3.9"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2545dependencies = [
2546 "winapi-i686-pc-windows-gnu",
2547 "winapi-x86_64-pc-windows-gnu",
2548]
2549
2550[[package]]
2551name = "winapi-i686-pc-windows-gnu"
2552version = "0.4.0"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2555
2556[[package]]
2557name = "winapi-util"
2558version = "0.1.6"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2561dependencies = [
2562 "winapi",
2563]
2564
2565[[package]]
2566name = "winapi-x86_64-pc-windows-gnu"
2567version = "0.4.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2570
2571[[package]]
2572name = "windivert"
2573version = "0.6.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "fc6b6833a760d1c36b489314a5541a12a39d162dc8341d8f6f400212b96d3df1"
2576dependencies = [
2577 "etherparse",
2578 "thiserror",
2579 "windivert-sys",
2580 "windows 0.48.0",
2581]
2582
2583[[package]]
2584name = "windivert-sys"
2585version = "0.10.0"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "832bc4af9272458a8a64395b3aabe10dc4089546486fcbd0e19b9b6d28ba6e54"
2588dependencies = [
2589 "cc",
2590 "thiserror",
2591 "windows 0.48.0",
2592]
2593
2594[[package]]
2595name = "windows"
2596version = "0.48.0"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2599dependencies = [
2600 "windows-targets",
2601]
2602
2603[[package]]
2604name = "windows"
2605version = "0.51.1"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
2608dependencies = [
2609 "windows-core",
2610 "windows-targets",
2611]
2612
2613[[package]]
2614name = "windows-core"
2615version = "0.51.1"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2618dependencies = [
2619 "windows-targets",
2620]
2621
2622[[package]]
2623name = "windows-redirector"
2624version = "0.4.1"
2625dependencies = [
2626 "anyhow",
2627 "env_logger",
2628 "hex",
2629 "internet-packet",
2630 "log",
2631 "lru_time_cache",
2632 "mitmproxy",
2633 "prost",
2634 "tokio",
2635 "windivert",
2636 "winres",
2637]
2638
2639[[package]]
2640name = "windows-sys"
2641version = "0.48.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2644dependencies = [
2645 "windows-targets",
2646]
2647
2648[[package]]
2649name = "windows-targets"
2650version = "0.48.5"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2653dependencies = [
2654 "windows_aarch64_gnullvm",
2655 "windows_aarch64_msvc",
2656 "windows_i686_gnu",
2657 "windows_i686_msvc",
2658 "windows_x86_64_gnu",
2659 "windows_x86_64_gnullvm",
2660 "windows_x86_64_msvc",
2661]
2662
2663[[package]]
2664name = "windows_aarch64_gnullvm"
2665version = "0.48.5"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2668
2669[[package]]
2670name = "windows_aarch64_msvc"
2671version = "0.48.5"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2674
2675[[package]]
2676name = "windows_i686_gnu"
2677version = "0.48.5"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2680
2681[[package]]
2682name = "windows_i686_msvc"
2683version = "0.48.5"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2686
2687[[package]]
2688name = "windows_x86_64_gnu"
2689version = "0.48.5"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2692
2693[[package]]
2694name = "windows_x86_64_gnullvm"
2695version = "0.48.5"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2698
2699[[package]]
2700name = "windows_x86_64_msvc"
2701version = "0.48.5"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2704
2705[[package]]
2706name = "winres"
2707version = "0.1.12"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
2710dependencies = [
2711 "toml",
2712]
2713
2714[[package]]
2715name = "x25519-dalek"
2716version = "2.0.0-rc.3"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "ec7fae07da688e17059d5886712c933bb0520f15eff2e09cfa18e30968f4e63a"
2719dependencies = [
2720 "curve25519-dalek",
2721 "rand_core",
2722 "serde",
2723 "zeroize",
2724]
2725
2726[[package]]
2727name = "xattr"
2728version = "1.0.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
2731dependencies = [
2732 "libc",
2733]
2734
2735[[package]]
2736name = "zeroize"
2737version = "1.6.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2740dependencies = [
2741 "zeroize_derive",
2742]
2743
2744[[package]]
2745name = "zeroize_derive"
2746version = "1.4.2"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2749dependencies = [
2750 "proc-macro2",
2751 "quote",
2752 "syn 2.0.37",
2753]
2754
2755[[package]]
2756name = "zune-inflate"
2757version = "0.2.54"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2760dependencies = [
2761 "simd-adler32",
2762]