• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.20"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "assert_hex"
16version = "0.4.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f7010f1430f0fc8ca80bdb5e5d074db68776a2e268ec6cf80b53712d3ea4bca7"
19
20[[package]]
21name = "atty"
22version = "0.2.14"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
25dependencies = [
26 "hermit-abi",
27 "libc",
28 "winapi",
29]
30
31[[package]]
32name = "autocfg"
33version = "1.4.0"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
36
37[[package]]
38name = "bitflags"
39version = "1.3.2"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
42
43[[package]]
44name = "bitflags"
45version = "2.8.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
48
49[[package]]
50name = "byteorder"
51version = "1.5.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
54
55[[package]]
56name = "cfg-if"
57version = "1.0.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
60
61[[package]]
62name = "cfg_aliases"
63version = "0.1.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
66
67[[package]]
68name = "clap"
69version = "3.2.25"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
72dependencies = [
73 "atty",
74 "bitflags 1.3.2",
75 "clap_derive",
76 "clap_lex",
77 "indexmap",
78 "once_cell",
79 "strsim",
80 "termcolor",
81 "textwrap",
82]
83
84[[package]]
85name = "clap_derive"
86version = "3.2.25"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
89dependencies = [
90 "heck",
91 "proc-macro-error",
92 "proc-macro2",
93 "quote",
94 "syn 1.0.109",
95]
96
97[[package]]
98name = "clap_lex"
99version = "0.2.4"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
102dependencies = [
103 "os_str_bytes",
104]
105
106[[package]]
107name = "core-foundation"
108version = "0.10.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
111dependencies = [
112 "core-foundation-sys",
113 "libc",
114]
115
116[[package]]
117name = "core-foundation-sys"
118version = "0.8.7"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
121
122[[package]]
123name = "env_logger"
124version = "0.8.4"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
127dependencies = [
128 "log",
129 "regex",
130]
131
132[[package]]
133name = "envconfig"
134version = "0.10.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "ea81cc7e21f55a9d9b1efb6816904978d0bfbe31a50347cb24b2e75564bcac9b"
137dependencies = [
138 "envconfig_derive",
139]
140
141[[package]]
142name = "envconfig_derive"
143version = "0.10.0"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "7dfca278e5f84b45519acaaff758ebfa01f18e96998bc24b8f1b722dd804b9bf"
146dependencies = [
147 "proc-macro2",
148 "quote",
149 "syn 1.0.109",
150]
151
152[[package]]
153name = "getrandom"
154version = "0.2.15"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
157dependencies = [
158 "cfg-if",
159 "libc",
160 "wasi",
161]
162
163[[package]]
164name = "hashbrown"
165version = "0.12.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
168
169[[package]]
170name = "heck"
171version = "0.4.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
174
175[[package]]
176name = "hermit-abi"
177version = "0.1.19"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
180dependencies = [
181 "libc",
182]
183
184[[package]]
185name = "indexmap"
186version = "1.9.3"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
189dependencies = [
190 "autocfg",
191 "hashbrown",
192]
193
194[[package]]
195name = "io-kit-sys"
196version = "0.4.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b"
199dependencies = [
200 "core-foundation-sys",
201 "mach2",
202]
203
204[[package]]
205name = "libc"
206version = "0.2.163"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "1fdaeca4cf44ed4ac623e86ef41f056e848dbeab7ec043ecb7326ba300b36fd0"
209
210[[package]]
211name = "libudev"
212version = "0.3.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0"
215dependencies = [
216 "libc",
217 "libudev-sys",
218]
219
220[[package]]
221name = "libudev-sys"
222version = "0.1.4"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
225dependencies = [
226 "libc",
227 "pkg-config",
228]
229
230[[package]]
231name = "log"
232version = "0.4.22"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
235
236[[package]]
237name = "mach2"
238version = "0.4.2"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
241dependencies = [
242 "libc",
243]
244
245[[package]]
246name = "memchr"
247version = "2.5.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
250
251[[package]]
252name = "nix"
253version = "0.28.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
256dependencies = [
257 "bitflags 2.8.0",
258 "cfg-if",
259 "cfg_aliases",
260 "libc",
261]
262
263[[package]]
264name = "once_cell"
265version = "1.17.2"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
268
269[[package]]
270name = "os_str_bytes"
271version = "6.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
274dependencies = [
275 "memchr",
276]
277
278[[package]]
279name = "pkg-config"
280version = "0.3.31"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
283
284[[package]]
285name = "ppv-lite86"
286version = "0.2.20"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
289dependencies = [
290 "zerocopy",
291]
292
293[[package]]
294name = "proc-macro-error"
295version = "1.0.4"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
298dependencies = [
299 "proc-macro-error-attr",
300 "proc-macro2",
301 "quote",
302 "syn 1.0.109",
303 "version_check",
304]
305
306[[package]]
307name = "proc-macro-error-attr"
308version = "1.0.4"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
311dependencies = [
312 "proc-macro2",
313 "quote",
314 "version_check",
315]
316
317[[package]]
318name = "proc-macro2"
319version = "1.0.92"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
322dependencies = [
323 "unicode-ident",
324]
325
326[[package]]
327name = "quickcheck"
328version = "1.0.3"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
331dependencies = [
332 "env_logger",
333 "log",
334 "rand",
335]
336
337[[package]]
338name = "quickcheck_macros"
339version = "1.0.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
342dependencies = [
343 "proc-macro2",
344 "quote",
345 "syn 1.0.109",
346]
347
348[[package]]
349name = "quote"
350version = "1.0.37"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
353dependencies = [
354 "proc-macro2",
355]
356
357[[package]]
358name = "rand"
359version = "0.8.5"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
362dependencies = [
363 "libc",
364 "rand_chacha",
365 "rand_core",
366]
367
368[[package]]
369name = "rand_chacha"
370version = "0.3.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
373dependencies = [
374 "ppv-lite86",
375 "rand_core",
376]
377
378[[package]]
379name = "rand_core"
380version = "0.6.4"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
383dependencies = [
384 "getrandom",
385]
386
387[[package]]
388name = "regex"
389version = "1.7.3"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
392dependencies = [
393 "aho-corasick",
394 "memchr",
395 "regex-syntax",
396]
397
398[[package]]
399name = "regex-syntax"
400version = "0.6.29"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
403
404[[package]]
405name = "rstest"
406version = "0.12.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "d912f35156a3f99a66ee3e11ac2e0b3f34ac85a07e05263d05a7e2c8810d616f"
409dependencies = [
410 "cfg-if",
411 "proc-macro2",
412 "quote",
413 "rustc_version",
414 "syn 1.0.109",
415]
416
417[[package]]
418name = "rstest_reuse"
419version = "0.6.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "88530b681abe67924d42cca181d070e3ac20e0740569441a9e35a7cedd2b34a4"
422dependencies = [
423 "quote",
424 "rand",
425 "rustc_version",
426 "syn 2.0.56",
427]
428
429[[package]]
430name = "rustc_version"
431version = "0.4.1"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
434dependencies = [
435 "semver",
436]
437
438[[package]]
439name = "rustversion"
440version = "1.0.18"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
443
444[[package]]
445name = "scopeguard"
446version = "1.2.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
449
450[[package]]
451name = "semver"
452version = "1.0.23"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
455
456[[package]]
457name = "serde"
458version = "1.0.210"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
461dependencies = [
462 "serde_derive",
463]
464
465[[package]]
466name = "serde_derive"
467version = "1.0.210"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
470dependencies = [
471 "proc-macro2",
472 "quote",
473 "syn 2.0.56",
474]
475
476[[package]]
477name = "serialport"
478version = "4.7.0"
479dependencies = [
480 "assert_hex",
481 "bitflags 2.8.0",
482 "cfg-if",
483 "clap",
484 "core-foundation",
485 "core-foundation-sys",
486 "envconfig",
487 "io-kit-sys",
488 "libc",
489 "libudev",
490 "mach2",
491 "nix",
492 "os_str_bytes",
493 "quickcheck",
494 "quickcheck_macros",
495 "rstest",
496 "rstest_reuse",
497 "rustversion",
498 "scopeguard",
499 "serde",
500 "unescaper",
501 "winapi",
502]
503
504[[package]]
505name = "strsim"
506version = "0.10.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
509
510[[package]]
511name = "syn"
512version = "1.0.109"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
515dependencies = [
516 "proc-macro2",
517 "quote",
518 "unicode-ident",
519]
520
521[[package]]
522name = "syn"
523version = "2.0.56"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "6e2415488199887523e74fd9a5f7be804dfd42d868ae0eca382e3917094d210e"
526dependencies = [
527 "proc-macro2",
528 "quote",
529 "unicode-ident",
530]
531
532[[package]]
533name = "termcolor"
534version = "1.4.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
537dependencies = [
538 "winapi-util",
539]
540
541[[package]]
542name = "textwrap"
543version = "0.16.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
546
547[[package]]
548name = "thiserror"
549version = "1.0.65"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
552dependencies = [
553 "thiserror-impl",
554]
555
556[[package]]
557name = "thiserror-impl"
558version = "1.0.65"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
561dependencies = [
562 "proc-macro2",
563 "quote",
564 "syn 2.0.56",
565]
566
567[[package]]
568name = "unescaper"
569version = "0.1.5"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "c878a167baa8afd137494101a688ef8c67125089ff2249284bd2b5f9bfedb815"
572dependencies = [
573 "thiserror",
574]
575
576[[package]]
577name = "unicode-ident"
578version = "1.0.14"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
581
582[[package]]
583name = "version_check"
584version = "0.9.5"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
587
588[[package]]
589name = "wasi"
590version = "0.11.0+wasi-snapshot-preview1"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
593
594[[package]]
595name = "winapi"
596version = "0.3.9"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
599dependencies = [
600 "winapi-i686-pc-windows-gnu",
601 "winapi-x86_64-pc-windows-gnu",
602]
603
604[[package]]
605name = "winapi-i686-pc-windows-gnu"
606version = "0.4.0"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
609
610[[package]]
611name = "winapi-util"
612version = "0.1.9"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
615dependencies = [
616 "windows-sys",
617]
618
619[[package]]
620name = "winapi-x86_64-pc-windows-gnu"
621version = "0.4.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
624
625[[package]]
626name = "windows-sys"
627version = "0.59.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
630dependencies = [
631 "windows-targets",
632]
633
634[[package]]
635name = "windows-targets"
636version = "0.52.6"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
639dependencies = [
640 "windows_aarch64_gnullvm",
641 "windows_aarch64_msvc",
642 "windows_i686_gnu",
643 "windows_i686_gnullvm",
644 "windows_i686_msvc",
645 "windows_x86_64_gnu",
646 "windows_x86_64_gnullvm",
647 "windows_x86_64_msvc",
648]
649
650[[package]]
651name = "windows_aarch64_gnullvm"
652version = "0.52.6"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
655
656[[package]]
657name = "windows_aarch64_msvc"
658version = "0.52.6"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
661
662[[package]]
663name = "windows_i686_gnu"
664version = "0.52.6"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
667
668[[package]]
669name = "windows_i686_gnullvm"
670version = "0.52.6"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
673
674[[package]]
675name = "windows_i686_msvc"
676version = "0.52.6"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
679
680[[package]]
681name = "windows_x86_64_gnu"
682version = "0.52.6"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
685
686[[package]]
687name = "windows_x86_64_gnullvm"
688version = "0.52.6"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
691
692[[package]]
693name = "windows_x86_64_msvc"
694version = "0.52.6"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
697
698[[package]]
699name = "zerocopy"
700version = "0.7.35"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
703dependencies = [
704 "byteorder",
705 "zerocopy-derive",
706]
707
708[[package]]
709name = "zerocopy-derive"
710version = "0.7.35"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
713dependencies = [
714 "proc-macro2",
715 "quote",
716 "syn 2.0.56",
717]
718