1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aarch64"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "arch",
11 "base",
12 "cros_fdt",
13 "devices",
14 "gdbstub",
15 "gdbstub_arch",
16 "hypervisor",
17 "jail",
18 "kernel_cmdline",
19 "kernel_loader",
20 "libc",
21 "minijail",
22 "rand",
23 "remain",
24 "resources",
25 "swap",
26 "sync",
27 "thiserror",
28 "vm_control",
29 "vm_memory",
30]
31
32[[package]]
33name = "acpi_tables"
34version = "0.1.0"
35dependencies = [
36 "tempfile",
37 "zerocopy",
38]
39
40[[package]]
41name = "addr2line"
42version = "0.21.0"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
45dependencies = [
46 "gimli",
47]
48
49[[package]]
50name = "adler"
51version = "1.0.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
54
55[[package]]
56name = "aho-corasick"
57version = "0.7.18"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
60dependencies = [
61 "memchr",
62]
63
64[[package]]
65name = "android_audio"
66version = "0.1.0"
67dependencies = [
68 "async-trait",
69 "audio_streams",
70 "base",
71 "thiserror",
72]
73
74[[package]]
75name = "android_log-sys"
76version = "0.3.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937"
79
80[[package]]
81name = "anti_tamper"
82version = "0.1.0"
83dependencies = [
84 "base",
85]
86
87[[package]]
88name = "anyhow"
89version = "1.0.58"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
92
93[[package]]
94name = "arbitrary"
95version = "1.1.6"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "f44124848854b941eafdb34f05b3bcf59472f643c7e151eba7c2b69daa469ed5"
98
99[[package]]
100name = "arch"
101version = "0.1.0"
102dependencies = [
103 "acpi_tables",
104 "anyhow",
105 "base",
106 "cfg-if",
107 "cros_fdt",
108 "cros_tracing",
109 "devices",
110 "gdbstub",
111 "gdbstub_arch",
112 "hypervisor",
113 "jail",
114 "kernel_cmdline",
115 "libc",
116 "metrics",
117 "minijail",
118 "power_monitor",
119 "remain",
120 "resources",
121 "serde",
122 "serde_json",
123 "serde_keyvalue",
124 "swap",
125 "sync",
126 "tempfile",
127 "thiserror",
128 "uuid",
129 "vm_control",
130 "vm_memory",
131 "winapi",
132]
133
134[[package]]
135name = "argh"
136version = "0.1.10"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
139dependencies = [
140 "argh_derive",
141 "argh_shared",
142]
143
144[[package]]
145name = "argh_derive"
146version = "0.1.10"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
149dependencies = [
150 "argh_shared",
151 "proc-macro2",
152 "quote 1.0.33",
153 "syn 1.0.103",
154]
155
156[[package]]
157name = "argh_helpers"
158version = "0.1.0"
159dependencies = [
160 "proc-macro2",
161 "quote 1.0.33",
162 "syn 2.0.37",
163]
164
165[[package]]
166name = "argh_shared"
167version = "0.1.10"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
170
171[[package]]
172name = "ash"
173version = "0.37.3+1.3.251"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
176dependencies = [
177 "libloading",
178]
179
180[[package]]
181name = "async-task"
182version = "4.3.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
185
186[[package]]
187name = "async-trait"
188version = "0.1.56"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
191dependencies = [
192 "proc-macro2",
193 "quote 1.0.33",
194 "syn 1.0.103",
195]
196
197[[package]]
198name = "atty"
199version = "0.2.14"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
202dependencies = [
203 "hermit-abi 0.1.19",
204 "libc",
205 "winapi",
206]
207
208[[package]]
209name = "audio_streams"
210version = "0.1.0"
211dependencies = [
212 "async-trait",
213 "futures",
214 "remain",
215 "serde",
216 "thiserror",
217]
218
219[[package]]
220name = "audio_streams_conformance_test"
221version = "0.1.0"
222dependencies = [
223 "argh",
224 "audio_streams",
225 "cfg-if",
226 "cros_async",
227 "libcras",
228 "remain",
229 "serde",
230 "serde_json",
231 "thiserror",
232]
233
234[[package]]
235name = "audio_util"
236version = "0.1.0"
237dependencies = [
238 "async-trait",
239 "audio_streams",
240 "base",
241 "thiserror",
242]
243
244[[package]]
245name = "autocfg"
246version = "1.1.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
249
250[[package]]
251name = "backtrace"
252version = "0.3.69"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
255dependencies = [
256 "addr2line",
257 "cc",
258 "cfg-if",
259 "libc",
260 "miniz_oxide",
261 "object",
262 "rustc-demangle",
263]
264
265[[package]]
266name = "balloon_control"
267version = "0.1.0"
268dependencies = [
269 "serde",
270]
271
272[[package]]
273name = "base"
274version = "0.1.0"
275dependencies = [
276 "android_log-sys",
277 "audio_streams",
278 "base_event_token_derive",
279 "cfg-if",
280 "chrono",
281 "env_logger",
282 "futures",
283 "libc",
284 "log",
285 "once_cell",
286 "protobuf",
287 "rand",
288 "remain",
289 "serde",
290 "serde_json",
291 "smallvec",
292 "sync",
293 "tempfile",
294 "thiserror",
295 "uuid",
296 "win_util",
297 "winapi",
298 "zerocopy",
299]
300
301[[package]]
302name = "base_event_token_derive"
303version = "0.1.0"
304dependencies = [
305 "proc-macro2",
306 "quote 1.0.33",
307 "syn 2.0.37",
308]
309
310[[package]]
311name = "base_tokio"
312version = "0.1.0"
313dependencies = [
314 "anyhow",
315 "base",
316 "cfg-if",
317 "futures",
318 "libc",
319 "serde",
320 "sync",
321 "tokio",
322 "winapi",
323]
324
325[[package]]
326name = "bindgen"
327version = "0.63.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
330dependencies = [
331 "bitflags 1.3.2",
332 "cexpr",
333 "clang-sys",
334 "lazy_static",
335 "lazycell",
336 "log",
337 "peeking_take_while",
338 "proc-macro2",
339 "quote 1.0.33",
340 "regex",
341 "rustc-hash",
342 "shlex",
343 "syn 1.0.103",
344 "which",
345]
346
347[[package]]
348name = "bindgen"
349version = "0.68.1"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
352dependencies = [
353 "bitflags 2.4.0",
354 "cexpr",
355 "clang-sys",
356 "lazy_static",
357 "lazycell",
358 "peeking_take_while",
359 "proc-macro2",
360 "quote 1.0.33",
361 "regex",
362 "rustc-hash",
363 "shlex",
364 "syn 2.0.37",
365]
366
367[[package]]
368name = "bit_field"
369version = "0.1.0"
370dependencies = [
371 "bit_field_derive",
372]
373
374[[package]]
375name = "bit_field_derive"
376version = "0.1.0"
377dependencies = [
378 "proc-macro2",
379 "quote 1.0.33",
380 "syn 2.0.37",
381]
382
383[[package]]
384name = "bitflags"
385version = "1.3.2"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
388
389[[package]]
390name = "bitflags"
391version = "2.4.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
394
395[[package]]
396name = "bitreader"
397version = "0.3.6"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "d84ea71c85d1fe98fe67a9b9988b1695bc24c0b0d3bfb18d4c510f44b4b09941"
400dependencies = [
401 "cfg-if",
402]
403
404[[package]]
405name = "broker_ipc"
406version = "0.1.0"
407dependencies = [
408 "anyhow",
409 "base",
410 "broker_ipc_product",
411 "crash_report",
412 "metrics",
413 "serde",
414]
415
416[[package]]
417name = "broker_ipc_product"
418version = "0.1.0"
419dependencies = [
420 "anyhow",
421 "crash_report",
422 "serde",
423]
424
425[[package]]
426name = "bytemuck"
427version = "1.14.0"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
430dependencies = [
431 "bytemuck_derive",
432]
433
434[[package]]
435name = "bytemuck_derive"
436version = "1.5.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
439dependencies = [
440 "proc-macro2",
441 "quote 1.0.33",
442 "syn 2.0.37",
443]
444
445[[package]]
446name = "byteorder"
447version = "1.4.3"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
450
451[[package]]
452name = "bytes"
453version = "1.2.0"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
456
457[[package]]
458name = "catapult_converter"
459version = "0.1.0"
460dependencies = [
461 "argh",
462 "serde",
463 "serde_json",
464 "uuid",
465]
466
467[[package]]
468name = "cbindgen"
469version = "0.24.3"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb"
472dependencies = [
473 "clap 3.2.23",
474 "heck",
475 "indexmap",
476 "log",
477 "proc-macro2",
478 "quote 1.0.33",
479 "serde",
480 "serde_json",
481 "syn 1.0.103",
482 "tempfile",
483 "toml",
484]
485
486[[package]]
487name = "cc"
488version = "1.0.90"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
491dependencies = [
492 "jobserver",
493 "libc",
494]
495
496[[package]]
497name = "cexpr"
498version = "0.6.0"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
501dependencies = [
502 "nom",
503]
504
505[[package]]
506name = "cfg-if"
507version = "1.0.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
510
511[[package]]
512name = "cfg_aliases"
513version = "0.1.1"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
516
517[[package]]
518name = "chrono"
519version = "0.4.35"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
522dependencies = [
523 "num-traits",
524 "serde",
525]
526
527[[package]]
528name = "clang-sys"
529version = "1.4.0"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
532dependencies = [
533 "glob",
534 "libc",
535 "libloading",
536]
537
538[[package]]
539name = "clap"
540version = "3.2.23"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
543dependencies = [
544 "atty",
545 "bitflags 1.3.2",
546 "clap_lex 0.2.4",
547 "indexmap",
548 "strsim",
549 "termcolor",
550 "textwrap",
551]
552
553[[package]]
554name = "clap"
555version = "4.1.8"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
558dependencies = [
559 "bitflags 1.3.2",
560 "clap_derive",
561 "clap_lex 0.3.2",
562 "is-terminal",
563 "once_cell",
564 "strsim",
565 "termcolor",
566]
567
568[[package]]
569name = "clap_derive"
570version = "4.1.8"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
573dependencies = [
574 "heck",
575 "proc-macro-error",
576 "proc-macro2",
577 "quote 1.0.33",
578 "syn 1.0.103",
579]
580
581[[package]]
582name = "clap_lex"
583version = "0.2.4"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
586dependencies = [
587 "os_str_bytes",
588]
589
590[[package]]
591name = "clap_lex"
592version = "0.3.2"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
595dependencies = [
596 "os_str_bytes",
597]
598
599[[package]]
600name = "core-foundation"
601version = "0.9.4"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
604dependencies = [
605 "core-foundation-sys",
606 "libc",
607]
608
609[[package]]
610name = "core-foundation-sys"
611version = "0.8.6"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
614
615[[package]]
616name = "core-graphics-types"
617version = "0.1.3"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
620dependencies = [
621 "bitflags 1.3.2",
622 "core-foundation",
623 "libc",
624]
625
626[[package]]
627name = "crash_report"
628version = "0.1.0"
629dependencies = [
630 "anyhow",
631 "base",
632 "serde",
633 "win_util",
634]
635
636[[package]]
637name = "crc32fast"
638version = "1.3.2"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
641dependencies = [
642 "cfg-if",
643]
644
645[[package]]
646name = "cros-codecs"
647version = "0.0.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "277a30a0ddadfa014380ee30cc60330d260369855417c492fa94421d7c7e9229"
650dependencies = [
651 "anyhow",
652 "bitreader",
653 "byteorder",
654 "bytes",
655 "crc32fast",
656 "cros-libva",
657 "enumn",
658 "log",
659 "thiserror",
660]
661
662[[package]]
663name = "cros-libva"
664version = "0.0.4"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "dc78ee9952d72572d126ef28338857d12c08a013ba39b77fd8e20201837def3e"
667dependencies = [
668 "bitflags 1.3.2",
669 "log",
670 "pkg-config",
671 "thiserror",
672]
673
674[[package]]
675name = "cros_async"
676version = "0.1.1"
677dependencies = [
678 "anyhow",
679 "async-task",
680 "async-trait",
681 "audio_streams",
682 "base",
683 "cfg-if",
684 "futures",
685 "futures-executor",
686 "futures-util",
687 "intrusive-collections",
688 "io_uring",
689 "libc",
690 "once_cell",
691 "paste",
692 "pin-utils",
693 "remain",
694 "serde",
695 "serde_keyvalue",
696 "slab",
697 "smallvec",
698 "static_assertions",
699 "sync",
700 "tempfile",
701 "thiserror",
702 "tokio",
703 "win_util",
704 "winapi",
705]
706
707[[package]]
708name = "cros_fdt"
709version = "0.1.0"
710dependencies = [
711 "anyhow",
712 "indexmap",
713 "remain",
714 "thiserror",
715]
716
717[[package]]
718name = "cros_tracing"
719version = "0.1.0"
720dependencies = [
721 "anyhow",
722 "base",
723 "cfg-if",
724 "cros_tracing_types",
725 "libtest-mimic",
726 "perfetto",
727 "sync",
728]
729
730[[package]]
731name = "cros_tracing_types"
732version = "0.1.0"
733dependencies = [
734 "anyhow",
735 "sync",
736]
737
738[[package]]
739name = "crossbeam-channel"
740version = "0.5.8"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
743dependencies = [
744 "cfg-if",
745 "crossbeam-utils",
746]
747
748[[package]]
749name = "crossbeam-deque"
750version = "0.8.3"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
753dependencies = [
754 "cfg-if",
755 "crossbeam-epoch",
756 "crossbeam-utils",
757]
758
759[[package]]
760name = "crossbeam-epoch"
761version = "0.9.14"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
764dependencies = [
765 "autocfg",
766 "cfg-if",
767 "crossbeam-utils",
768 "memoffset 0.8.0",
769 "scopeguard",
770]
771
772[[package]]
773name = "crossbeam-queue"
774version = "0.3.11"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
777dependencies = [
778 "crossbeam-utils",
779]
780
781[[package]]
782name = "crossbeam-utils"
783version = "0.8.19"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
786
787[[package]]
788name = "crosvm"
789version = "0.1.0"
790dependencies = [
791 "aarch64",
792 "acpi_tables",
793 "android_audio",
794 "anti_tamper",
795 "anyhow",
796 "arch",
797 "argh",
798 "argh_helpers",
799 "audio_streams",
800 "base",
801 "bit_field",
802 "broker_ipc",
803 "cfg-if",
804 "crash_report",
805 "cros_async",
806 "cros_tracing",
807 "crosvm_cli",
808 "crosvm_plugin",
809 "ctrlc",
810 "devices",
811 "disk",
812 "document-features",
813 "enumn",
814 "ext2",
815 "futures",
816 "gdbstub",
817 "gdbstub_arch",
818 "gpu_display",
819 "hypervisor",
820 "jail",
821 "kernel_cmdline",
822 "kernel_loader",
823 "kvm",
824 "kvm_sys",
825 "libc",
826 "libcras",
827 "log",
828 "merge",
829 "metrics",
830 "metrics_events",
831 "minijail",
832 "net_util",
833 "once_cell",
834 "p9",
835 "protobuf",
836 "protos",
837 "rand",
838 "remain",
839 "resources",
840 "riscv64",
841 "rutabaga_gfx",
842 "sandbox",
843 "scudo",
844 "serde",
845 "serde_json",
846 "serde_keyvalue",
847 "smallvec",
848 "static_assertions",
849 "swap",
850 "sync",
851 "tempfile",
852 "thiserror",
853 "tube_transporter",
854 "uuid",
855 "vhost",
856 "vm_control",
857 "vm_memory",
858 "win_audio",
859 "win_util",
860 "winapi",
861 "x86_64",
862 "zerocopy",
863]
864
865[[package]]
866name = "crosvm-fuzz"
867version = "0.0.1"
868dependencies = [
869 "base",
870 "cfg-if",
871 "devices",
872 "disk",
873 "fuse",
874 "hypervisor",
875 "kernel_loader",
876 "libc",
877 "libfuzzer-sys",
878 "p9",
879 "rand",
880 "rand_core",
881 "tempfile",
882 "usb_util",
883 "vm_memory",
884]
885
886[[package]]
887name = "crosvm_cli"
888version = "0.1.0"
889dependencies = [
890 "anyhow",
891 "cfg-if",
892 "win_util",
893 "winapi",
894]
895
896[[package]]
897name = "crosvm_control"
898version = "0.1.0"
899dependencies = [
900 "anyhow",
901 "balloon_control",
902 "base",
903 "cbindgen",
904 "cc",
905 "libc",
906 "swap",
907 "tempfile",
908 "vm_control",
909]
910
911[[package]]
912name = "crosvm_plugin"
913version = "0.17.0"
914dependencies = [
915 "base",
916 "kvm",
917 "kvm_sys",
918 "libc",
919 "protobuf",
920 "protos",
921]
922
923[[package]]
924name = "crunchy"
925version = "0.2.2"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
928
929[[package]]
930name = "crypto_generic"
931version = "0.1.0"
932dependencies = [
933 "anyhow",
934 "base",
935 "serde",
936 "serde_json",
937 "tempfile",
938 "zeroize",
939]
940
941[[package]]
942name = "ctrlc"
943version = "3.2.5"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
946dependencies = [
947 "nix 0.26.2",
948 "windows-sys 0.45.0",
949]
950
951[[package]]
952name = "data_model"
953version = "0.1.1-alpha.1"
954dependencies = [
955 "serde",
956 "zerocopy",
957]
958
959[[package]]
960name = "dbus"
961version = "0.9.7"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
964dependencies = [
965 "libc",
966 "libdbus-sys",
967 "winapi",
968]
969
970[[package]]
971name = "delegate"
972version = "0.1.0"
973dependencies = [
974 "serde",
975 "serde_json",
976]
977
978[[package]]
979name = "derive-into-owned"
980version = "0.1.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "576fce04d31d592013a5887ba8d9c3830adff329e5096d7e1eb5e8e61262ca62"
983dependencies = [
984 "quote 0.3.15",
985 "syn 0.11.11",
986]
987
988[[package]]
989name = "devices"
990version = "0.1.0"
991dependencies = [
992 "acpi_tables",
993 "android_audio",
994 "anyhow",
995 "argh",
996 "async-task",
997 "async-trait",
998 "audio_streams",
999 "audio_util",
1000 "balloon_control",
1001 "base",
1002 "bit_field",
1003 "broker_ipc",
1004 "bytes",
1005 "cfg-if",
1006 "chrono",
1007 "crc32fast",
1008 "cros-codecs",
1009 "cros_async",
1010 "cros_tracing",
1011 "crosvm_cli",
1012 "data_model",
1013 "dbus",
1014 "disk",
1015 "downcast-rs",
1016 "enumn",
1017 "ffmpeg",
1018 "fuse",
1019 "futures",
1020 "gpu_display",
1021 "hypervisor",
1022 "jail",
1023 "kvm_sys",
1024 "libc",
1025 "libcras",
1026 "libtest-mimic",
1027 "libvda",
1028 "linux_input_sys",
1029 "metrics",
1030 "minijail",
1031 "named-lock",
1032 "net_sys",
1033 "net_util",
1034 "num-traits",
1035 "once_cell",
1036 "p9",
1037 "power_monitor",
1038 "protobuf",
1039 "protos",
1040 "rand",
1041 "remain",
1042 "resources",
1043 "rutabaga_gfx",
1044 "serde",
1045 "serde_json",
1046 "serde_keyvalue",
1047 "smallvec",
1048 "swap",
1049 "sync",
1050 "system_api",
1051 "tempfile",
1052 "thiserror",
1053 "tube_transporter",
1054 "usb_util",
1055 "vfio_sys",
1056 "vhost",
1057 "virtio_sys",
1058 "vm_control",
1059 "vm_memory",
1060 "vmm_vhost",
1061 "win_audio",
1062 "win_util",
1063 "winapi",
1064 "zerocopy",
1065]
1066
1067[[package]]
1068name = "disk"
1069version = "0.1.0"
1070dependencies = [
1071 "async-trait",
1072 "base",
1073 "cfg-if",
1074 "crc32fast",
1075 "cros_async",
1076 "data_model",
1077 "futures",
1078 "libc",
1079 "protobuf",
1080 "protos",
1081 "remain",
1082 "serde",
1083 "sync",
1084 "tempfile",
1085 "thiserror",
1086 "uuid",
1087 "vm_memory",
1088 "zerocopy",
1089]
1090
1091[[package]]
1092name = "document-features"
1093version = "0.2.6"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "c3267e1ade4f1f6ddd35fed44a04b6514e244ffeda90c6a14a9ee30f9c9fd7a1"
1096dependencies = [
1097 "litrs",
1098]
1099
1100[[package]]
1101name = "downcast-rs"
1102version = "1.2.1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1105
1106[[package]]
1107name = "e2e_tests"
1108version = "0.1.0"
1109dependencies = [
1110 "anyhow",
1111 "base",
1112 "fixture",
1113 "libc",
1114 "net_sys",
1115 "net_util",
1116 "prebuilts",
1117 "rand",
1118 "readclock",
1119 "serde_json",
1120 "swap",
1121 "tempfile",
1122]
1123
1124[[package]]
1125name = "either"
1126version = "1.7.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
1129
1130[[package]]
1131name = "enumn"
1132version = "0.1.4"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"
1135dependencies = [
1136 "proc-macro2",
1137 "quote 1.0.33",
1138 "syn 1.0.103",
1139]
1140
1141[[package]]
1142name = "env_logger"
1143version = "0.9.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1146dependencies = [
1147 "log",
1148]
1149
1150[[package]]
1151name = "errno"
1152version = "0.2.8"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1155dependencies = [
1156 "errno-dragonfly",
1157 "libc",
1158 "winapi",
1159]
1160
1161[[package]]
1162name = "errno-dragonfly"
1163version = "0.1.2"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1166dependencies = [
1167 "cc",
1168 "libc",
1169]
1170
1171[[package]]
1172name = "euclid"
1173version = "0.22.7"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade"
1176dependencies = [
1177 "num-traits",
1178]
1179
1180[[package]]
1181name = "ext2"
1182version = "0.1.0"
1183dependencies = [
1184 "anyhow",
1185 "argh",
1186 "base",
1187 "enumn",
1188 "libc",
1189 "tempfile",
1190 "uuid",
1191 "walkdir",
1192 "zerocopy",
1193 "zerocopy-derive",
1194]
1195
1196[[package]]
1197name = "fastrand"
1198version = "1.8.0"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1201dependencies = [
1202 "instant",
1203]
1204
1205[[package]]
1206name = "ffmpeg"
1207version = "0.1.0"
1208dependencies = [
1209 "anyhow",
1210 "bindgen 0.63.0",
1211 "libc",
1212 "pkg-config",
1213 "thiserror",
1214]
1215
1216[[package]]
1217name = "fixture"
1218version = "0.1.0"
1219dependencies = [
1220 "anyhow",
1221 "arch",
1222 "base",
1223 "cfg-if",
1224 "crc32fast",
1225 "delegate",
1226 "libc",
1227 "log",
1228 "prebuilts",
1229 "rand",
1230 "readclock",
1231 "serde",
1232 "serde_json",
1233 "shlex",
1234 "tempfile",
1235 "url",
1236]
1237
1238[[package]]
1239name = "fnv"
1240version = "1.0.7"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1243
1244[[package]]
1245name = "foreign-types"
1246version = "0.3.2"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1249dependencies = [
1250 "foreign-types-shared",
1251]
1252
1253[[package]]
1254name = "foreign-types-shared"
1255version = "0.1.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1258
1259[[package]]
1260name = "form_urlencoded"
1261version = "1.1.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
1264dependencies = [
1265 "percent-encoding",
1266]
1267
1268[[package]]
1269name = "fuse"
1270version = "0.1.0"
1271dependencies = [
1272 "base",
1273 "bitflags 2.4.0",
1274 "cros_tracing",
1275 "crossbeam-utils",
1276 "enumn",
1277 "libc",
1278 "remain",
1279 "thiserror",
1280 "zerocopy",
1281]
1282
1283[[package]]
1284name = "futures"
1285version = "0.3.21"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
1288dependencies = [
1289 "futures-channel",
1290 "futures-core",
1291 "futures-executor",
1292 "futures-io",
1293 "futures-sink",
1294 "futures-task",
1295 "futures-util",
1296]
1297
1298[[package]]
1299name = "futures-channel"
1300version = "0.3.21"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
1303dependencies = [
1304 "futures-core",
1305 "futures-sink",
1306]
1307
1308[[package]]
1309name = "futures-core"
1310version = "0.3.21"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
1313
1314[[package]]
1315name = "futures-executor"
1316version = "0.3.21"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
1319dependencies = [
1320 "futures-core",
1321 "futures-task",
1322 "futures-util",
1323 "num_cpus",
1324]
1325
1326[[package]]
1327name = "futures-io"
1328version = "0.3.21"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
1331
1332[[package]]
1333name = "futures-macro"
1334version = "0.3.21"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
1337dependencies = [
1338 "proc-macro2",
1339 "quote 1.0.33",
1340 "syn 1.0.103",
1341]
1342
1343[[package]]
1344name = "futures-sink"
1345version = "0.3.21"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
1348
1349[[package]]
1350name = "futures-task"
1351version = "0.3.21"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
1354
1355[[package]]
1356name = "futures-util"
1357version = "0.3.21"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
1360dependencies = [
1361 "futures-channel",
1362 "futures-core",
1363 "futures-io",
1364 "futures-macro",
1365 "futures-sink",
1366 "futures-task",
1367 "memchr",
1368 "pin-project-lite",
1369 "pin-utils",
1370 "slab",
1371]
1372
1373[[package]]
1374name = "gdbstub"
1375version = "0.7.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "09a8b954f9d02b74fe8e89a1c77bd9a6b8206713ebf1b272bfad9573b4a86f88"
1378dependencies = [
1379 "bitflags 2.4.0",
1380 "cfg-if",
1381 "log",
1382 "managed",
1383 "num-traits",
1384 "paste",
1385]
1386
1387[[package]]
1388name = "gdbstub_arch"
1389version = "0.3.0"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "4e3b1357bd3203fc09a6601327ae0ab38865d14231d0b65d3143f5762cc7977d"
1392dependencies = [
1393 "gdbstub",
1394 "num-traits",
1395]
1396
1397[[package]]
1398name = "getrandom"
1399version = "0.2.7"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
1402dependencies = [
1403 "cfg-if",
1404 "libc",
1405 "wasi",
1406]
1407
1408[[package]]
1409name = "gimli"
1410version = "0.28.1"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1413
1414[[package]]
1415name = "glob"
1416version = "0.3.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1419
1420[[package]]
1421name = "gpu_display"
1422version = "0.1.0"
1423dependencies = [
1424 "anyhow",
1425 "ash",
1426 "base",
1427 "cc",
1428 "cfg-if",
1429 "cros_tracing",
1430 "euclid",
1431 "libc",
1432 "linux_input_sys",
1433 "metrics",
1434 "num-traits",
1435 "pkg-config",
1436 "protobuf",
1437 "protos",
1438 "rand",
1439 "remain",
1440 "serde",
1441 "smallvec",
1442 "sync",
1443 "thiserror",
1444 "vm_control",
1445 "vulkano",
1446 "which",
1447 "win_util",
1448 "winapi",
1449 "zerocopy",
1450]
1451
1452[[package]]
1453name = "half"
1454version = "2.1.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
1457dependencies = [
1458 "crunchy",
1459]
1460
1461[[package]]
1462name = "hashbrown"
1463version = "0.12.3"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1466
1467[[package]]
1468name = "heck"
1469version = "0.4.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1472
1473[[package]]
1474name = "hermit-abi"
1475version = "0.1.19"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1478dependencies = [
1479 "libc",
1480]
1481
1482[[package]]
1483name = "hermit-abi"
1484version = "0.3.1"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1487
1488[[package]]
1489name = "hypervisor"
1490version = "0.1.0"
1491dependencies = [
1492 "anyhow",
1493 "base",
1494 "bit_field",
1495 "bitflags 2.4.0",
1496 "cros_fdt",
1497 "data_model",
1498 "downcast-rs",
1499 "enumn",
1500 "fnv",
1501 "hypervisor_test_macro",
1502 "kvm_sys",
1503 "libc",
1504 "once_cell",
1505 "serde",
1506 "serde_json",
1507 "sync",
1508 "tempfile",
1509 "thiserror",
1510 "vm_memory",
1511 "win_util",
1512 "winapi",
1513 "windows",
1514 "zerocopy",
1515]
1516
1517[[package]]
1518name = "hypervisor_test_macro"
1519version = "0.1.0"
1520dependencies = [
1521 "proc-macro2",
1522 "quote 1.0.33",
1523 "rand",
1524 "syn 2.0.37",
1525]
1526
1527[[package]]
1528name = "idna"
1529version = "0.3.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1532dependencies = [
1533 "unicode-bidi",
1534 "unicode-normalization",
1535]
1536
1537[[package]]
1538name = "indexmap"
1539version = "1.9.1"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
1542dependencies = [
1543 "autocfg",
1544 "hashbrown",
1545]
1546
1547[[package]]
1548name = "instant"
1549version = "0.1.12"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1552dependencies = [
1553 "cfg-if",
1554]
1555
1556[[package]]
1557name = "intrusive-collections"
1558version = "0.9.6"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e"
1561dependencies = [
1562 "memoffset 0.9.0",
1563]
1564
1565[[package]]
1566name = "io-lifetimes"
1567version = "1.0.5"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
1570dependencies = [
1571 "libc",
1572 "windows-sys 0.45.0",
1573]
1574
1575[[package]]
1576name = "io_uring"
1577version = "0.1.1"
1578dependencies = [
1579 "base",
1580 "libc",
1581 "remain",
1582 "sync",
1583 "tempfile",
1584 "thiserror",
1585]
1586
1587[[package]]
1588name = "is-terminal"
1589version = "0.4.4"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
1592dependencies = [
1593 "hermit-abi 0.3.1",
1594 "io-lifetimes",
1595 "rustix",
1596 "windows-sys 0.45.0",
1597]
1598
1599[[package]]
1600name = "itoa"
1601version = "1.0.2"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1604
1605[[package]]
1606name = "jail"
1607version = "0.1.0"
1608dependencies = [
1609 "anyhow",
1610 "base",
1611 "cfg-if",
1612 "libc",
1613 "libtest-mimic",
1614 "log",
1615 "minijail",
1616 "once_cell",
1617 "rayon",
1618 "serde",
1619 "serde_keyvalue",
1620 "static_assertions",
1621 "which",
1622 "zerocopy",
1623]
1624
1625[[package]]
1626name = "jobserver"
1627version = "0.1.24"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
1630dependencies = [
1631 "libc",
1632]
1633
1634[[package]]
1635name = "kernel_cmdline"
1636version = "0.1.0"
1637dependencies = [
1638 "libc",
1639 "remain",
1640 "thiserror",
1641]
1642
1643[[package]]
1644name = "kernel_loader"
1645version = "0.1.0"
1646dependencies = [
1647 "base",
1648 "data_model",
1649 "libc",
1650 "lz4_flex",
1651 "remain",
1652 "resources",
1653 "tempfile",
1654 "thiserror",
1655 "vm_memory",
1656 "zerocopy",
1657]
1658
1659[[package]]
1660name = "kvm"
1661version = "0.1.0"
1662dependencies = [
1663 "base",
1664 "data_model",
1665 "kvm_sys",
1666 "libc",
1667 "sync",
1668 "vm_memory",
1669]
1670
1671[[package]]
1672name = "kvm_sys"
1673version = "0.1.0"
1674dependencies = [
1675 "base",
1676 "data_model",
1677 "libc",
1678 "zerocopy",
1679]
1680
1681[[package]]
1682name = "lazy_static"
1683version = "1.4.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1686
1687[[package]]
1688name = "lazycell"
1689version = "1.3.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1692
1693[[package]]
1694name = "libc"
1695version = "0.2.153"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1698
1699[[package]]
1700name = "libcras"
1701version = "0.1.0"
1702dependencies = [
1703 "audio_streams",
1704 "serde",
1705]
1706
1707[[package]]
1708name = "libdbus-sys"
1709version = "0.2.5"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
1712dependencies = [
1713 "pkg-config",
1714]
1715
1716[[package]]
1717name = "libfuzzer-sys"
1718version = "0.4.4"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "ae185684fe19814afd066da15a7cc41e126886c21282934225d9fc847582da58"
1721dependencies = [
1722 "arbitrary",
1723 "cc",
1724 "once_cell",
1725]
1726
1727[[package]]
1728name = "libloading"
1729version = "0.7.3"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
1732dependencies = [
1733 "cfg-if",
1734 "winapi",
1735]
1736
1737[[package]]
1738name = "libslirp-sys"
1739version = "4.2.1"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "2772370ce9b7fa05c7eae0bd033005e139a64d52cee498a7905b3eb5d243c5f4"
1742dependencies = [
1743 "pkg-config",
1744]
1745
1746[[package]]
1747name = "libtest-mimic"
1748version = "0.6.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa"
1751dependencies = [
1752 "clap 4.1.8",
1753 "termcolor",
1754 "threadpool",
1755]
1756
1757[[package]]
1758name = "libvda"
1759version = "0.1.0"
1760dependencies = [
1761 "enumn",
1762 "libc",
1763 "pkg-config",
1764]
1765
1766[[package]]
1767name = "linux-raw-sys"
1768version = "0.1.4"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
1771
1772[[package]]
1773name = "linux_input_sys"
1774version = "0.1.0"
1775dependencies = [
1776 "base",
1777 "data_model",
1778 "libc",
1779 "zerocopy",
1780]
1781
1782[[package]]
1783name = "litrs"
1784version = "0.2.3"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa"
1787
1788[[package]]
1789name = "lock_api"
1790version = "0.4.9"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1793dependencies = [
1794 "autocfg",
1795 "scopeguard",
1796]
1797
1798[[package]]
1799name = "log"
1800version = "0.4.17"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1803dependencies = [
1804 "cfg-if",
1805]
1806
1807[[package]]
1808name = "lz4_flex"
1809version = "0.11.1"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
1812dependencies = [
1813 "twox-hash",
1814]
1815
1816[[package]]
1817name = "malloc_buf"
1818version = "0.0.6"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1821dependencies = [
1822 "libc",
1823]
1824
1825[[package]]
1826name = "managed"
1827version = "0.8.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
1830
1831[[package]]
1832name = "memchr"
1833version = "2.5.0"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1836
1837[[package]]
1838name = "memoffset"
1839version = "0.8.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1842dependencies = [
1843 "autocfg",
1844]
1845
1846[[package]]
1847name = "memoffset"
1848version = "0.9.0"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1851dependencies = [
1852 "autocfg",
1853]
1854
1855[[package]]
1856name = "merge"
1857version = "0.1.0"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
1860dependencies = [
1861 "merge_derive",
1862 "num-traits",
1863]
1864
1865[[package]]
1866name = "merge_derive"
1867version = "0.1.0"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
1870dependencies = [
1871 "proc-macro-error",
1872 "proc-macro2",
1873 "quote 1.0.33",
1874 "syn 1.0.103",
1875]
1876
1877[[package]]
1878name = "metrics"
1879version = "0.1.0"
1880dependencies = [
1881 "anyhow",
1882 "base",
1883 "cfg-if",
1884 "chrono",
1885 "metrics_events",
1886 "metrics_generic",
1887 "serde",
1888 "sync",
1889 "winapi",
1890]
1891
1892[[package]]
1893name = "metrics_events"
1894version = "0.1.0"
1895dependencies = [
1896 "anyhow",
1897 "cfg-if",
1898 "metrics_events_generic",
1899 "serde",
1900 "win_util",
1901]
1902
1903[[package]]
1904name = "metrics_events_generic"
1905version = "0.1.0"
1906dependencies = [
1907 "serde",
1908]
1909
1910[[package]]
1911name = "metrics_generic"
1912version = "0.1.0"
1913dependencies = [
1914 "anyhow",
1915 "base",
1916 "metrics_events",
1917]
1918
1919[[package]]
1920name = "minijail"
1921version = "0.2.3"
1922dependencies = [
1923 "libc",
1924 "minijail-sys",
1925]
1926
1927[[package]]
1928name = "minijail-sys"
1929version = "0.0.13"
1930dependencies = [
1931 "libc",
1932 "pkg-config",
1933 "which",
1934]
1935
1936[[package]]
1937name = "minimal-lexical"
1938version = "0.2.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1941
1942[[package]]
1943name = "miniz_oxide"
1944version = "0.7.2"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1947dependencies = [
1948 "adler",
1949]
1950
1951[[package]]
1952name = "mio"
1953version = "0.8.11"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1956dependencies = [
1957 "libc",
1958 "wasi",
1959 "windows-sys 0.48.0",
1960]
1961
1962[[package]]
1963name = "named-lock"
1964version = "0.3.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "0b4a84f3731e71a5792fca72324356bf700c8959d31a2ac34134b25989f254c3"
1967dependencies = [
1968 "libc",
1969 "once_cell",
1970 "parking_lot",
1971 "thiserror",
1972 "widestring",
1973 "winapi",
1974]
1975
1976[[package]]
1977name = "net_sys"
1978version = "0.1.0"
1979dependencies = [
1980 "base",
1981 "libc",
1982]
1983
1984[[package]]
1985name = "net_util"
1986version = "0.1.0"
1987dependencies = [
1988 "anyhow",
1989 "base",
1990 "cfg-if",
1991 "cros_async",
1992 "libc",
1993 "libslirp-sys",
1994 "metrics",
1995 "net_sys",
1996 "pcap-file",
1997 "prebuilts",
1998 "remain",
1999 "serde",
2000 "serde_json",
2001 "smallvec",
2002 "thiserror",
2003 "virtio_sys",
2004 "winapi",
2005 "zerocopy",
2006]
2007
2008[[package]]
2009name = "nix"
2010version = "0.26.2"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2013dependencies = [
2014 "bitflags 1.3.2",
2015 "cfg-if",
2016 "libc",
2017 "static_assertions",
2018]
2019
2020[[package]]
2021name = "nix"
2022version = "0.27.1"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2025dependencies = [
2026 "bitflags 2.4.0",
2027 "cfg-if",
2028 "libc",
2029]
2030
2031[[package]]
2032name = "nix"
2033version = "0.28.0"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2036dependencies = [
2037 "bitflags 2.4.0",
2038 "cfg-if",
2039 "cfg_aliases",
2040 "libc",
2041 "memoffset 0.9.0",
2042]
2043
2044[[package]]
2045name = "nom"
2046version = "7.1.1"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2049dependencies = [
2050 "memchr",
2051 "minimal-lexical",
2052]
2053
2054[[package]]
2055name = "num-traits"
2056version = "0.2.15"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2059dependencies = [
2060 "autocfg",
2061]
2062
2063[[package]]
2064name = "num_cpus"
2065version = "1.13.1"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2068dependencies = [
2069 "hermit-abi 0.1.19",
2070 "libc",
2071]
2072
2073[[package]]
2074name = "objc"
2075version = "0.2.7"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2078dependencies = [
2079 "malloc_buf",
2080]
2081
2082[[package]]
2083name = "object"
2084version = "0.32.2"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2087dependencies = [
2088 "memchr",
2089]
2090
2091[[package]]
2092name = "once_cell"
2093version = "1.17.0"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
2096
2097[[package]]
2098name = "openssl"
2099version = "0.10.51"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "97ea2d98598bf9ada7ea6ee8a30fb74f9156b63bbe495d64ec2b87c269d2dda3"
2102dependencies = [
2103 "bitflags 1.3.2",
2104 "cfg-if",
2105 "foreign-types",
2106 "libc",
2107 "once_cell",
2108 "openssl-macros",
2109 "openssl-sys",
2110]
2111
2112[[package]]
2113name = "openssl-macros"
2114version = "0.1.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
2117dependencies = [
2118 "proc-macro2",
2119 "quote 1.0.33",
2120 "syn 1.0.103",
2121]
2122
2123[[package]]
2124name = "openssl-sys"
2125version = "0.9.86"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69"
2128dependencies = [
2129 "cc",
2130 "libc",
2131 "pkg-config",
2132 "vcpkg",
2133]
2134
2135[[package]]
2136name = "os_str_bytes"
2137version = "6.4.1"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2140
2141[[package]]
2142name = "p9"
2143version = "0.2.3"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "4838a2d89bdcbcad051f18347ed6cbe3e5b9b09fb0019e1a6ec4bb2bb1d29481"
2146dependencies = [
2147 "libc",
2148 "p9_wire_format_derive",
2149 "serde",
2150]
2151
2152[[package]]
2153name = "p9_wire_format_derive"
2154version = "0.2.3"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "e6085210d8ec9bcbdf38b5c8e97bccef1877f3f291eae48b65388ca979f5314e"
2157dependencies = [
2158 "proc-macro2",
2159 "quote 1.0.33",
2160 "syn 1.0.103",
2161]
2162
2163[[package]]
2164name = "parking_lot"
2165version = "0.12.1"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2168dependencies = [
2169 "lock_api",
2170 "parking_lot_core",
2171]
2172
2173[[package]]
2174name = "parking_lot_core"
2175version = "0.9.6"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
2178dependencies = [
2179 "cfg-if",
2180 "libc",
2181 "redox_syscall",
2182 "smallvec",
2183 "windows-sys 0.42.0",
2184]
2185
2186[[package]]
2187name = "paste"
2188version = "1.0.7"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2191
2192[[package]]
2193name = "pcap-file"
2194version = "1.1.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "6ad13fed1a83120159aea81b265074f21d753d157dd16b10cc3790ecba40a341"
2197dependencies = [
2198 "byteorder",
2199 "derive-into-owned",
2200 "thiserror",
2201]
2202
2203[[package]]
2204name = "peeking_take_while"
2205version = "0.1.2"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2208
2209[[package]]
2210name = "percent-encoding"
2211version = "2.2.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2214
2215[[package]]
2216name = "perfetto"
2217version = "0.1.0"
2218dependencies = [
2219 "anyhow",
2220 "base",
2221 "cfg-if",
2222 "cros_tracing_types",
2223 "openssl",
2224 "proto_build_tools",
2225 "protobuf",
2226 "serde",
2227 "sync",
2228 "zerocopy",
2229]
2230
2231[[package]]
2232name = "pin-project-lite"
2233version = "0.2.13"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2236
2237[[package]]
2238name = "pin-utils"
2239version = "0.1.0"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2242
2243[[package]]
2244name = "pkg-config"
2245version = "0.3.26"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2248
2249[[package]]
2250name = "power_monitor"
2251version = "0.1.0"
2252dependencies = [
2253 "base",
2254 "dbus",
2255 "proto_build_tools",
2256 "protobuf",
2257 "remain",
2258 "thiserror",
2259]
2260
2261[[package]]
2262name = "ppv-lite86"
2263version = "0.2.16"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2266
2267[[package]]
2268name = "prebuilts"
2269version = "0.1.0"
2270dependencies = [
2271 "anyhow",
2272 "cfg-if",
2273 "named-lock",
2274]
2275
2276[[package]]
2277name = "proc-macro-error"
2278version = "1.0.4"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2281dependencies = [
2282 "proc-macro-error-attr",
2283 "proc-macro2",
2284 "quote 1.0.33",
2285 "syn 1.0.103",
2286 "version_check",
2287]
2288
2289[[package]]
2290name = "proc-macro-error-attr"
2291version = "1.0.4"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2294dependencies = [
2295 "proc-macro2",
2296 "quote 1.0.33",
2297 "version_check",
2298]
2299
2300[[package]]
2301name = "proc-macro2"
2302version = "1.0.67"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2305dependencies = [
2306 "unicode-ident",
2307]
2308
2309[[package]]
2310name = "proto_build_tools"
2311version = "0.1.0"
2312dependencies = [
2313 "protobuf-codegen",
2314]
2315
2316[[package]]
2317name = "protobuf"
2318version = "3.2.0"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
2321dependencies = [
2322 "once_cell",
2323 "protobuf-support",
2324 "thiserror",
2325]
2326
2327[[package]]
2328name = "protobuf-codegen"
2329version = "3.2.0"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "0dd418ac3c91caa4032d37cb80ff0d44e2ebe637b2fb243b6234bf89cdac4901"
2332dependencies = [
2333 "anyhow",
2334 "once_cell",
2335 "protobuf",
2336 "protobuf-parse",
2337 "regex",
2338 "tempfile",
2339 "thiserror",
2340]
2341
2342[[package]]
2343name = "protobuf-parse"
2344version = "3.2.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49"
2347dependencies = [
2348 "anyhow",
2349 "indexmap",
2350 "log",
2351 "protobuf",
2352 "protobuf-support",
2353 "tempfile",
2354 "thiserror",
2355 "which",
2356]
2357
2358[[package]]
2359name = "protobuf-support"
2360version = "3.2.0"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
2363dependencies = [
2364 "thiserror",
2365]
2366
2367[[package]]
2368name = "protos"
2369version = "0.1.0"
2370dependencies = [
2371 "kvm_sys",
2372 "proto_build_tools",
2373 "protobuf",
2374]
2375
2376[[package]]
2377name = "quote"
2378version = "0.3.15"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2381
2382[[package]]
2383name = "quote"
2384version = "1.0.33"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2387dependencies = [
2388 "proc-macro2",
2389]
2390
2391[[package]]
2392name = "rand"
2393version = "0.8.5"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2396dependencies = [
2397 "libc",
2398 "rand_chacha",
2399 "rand_core",
2400]
2401
2402[[package]]
2403name = "rand_chacha"
2404version = "0.3.1"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2407dependencies = [
2408 "ppv-lite86",
2409 "rand_core",
2410]
2411
2412[[package]]
2413name = "rand_core"
2414version = "0.6.3"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2417dependencies = [
2418 "getrandom",
2419]
2420
2421[[package]]
2422name = "rayon"
2423version = "1.7.0"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2426dependencies = [
2427 "either",
2428 "rayon-core",
2429]
2430
2431[[package]]
2432name = "rayon-core"
2433version = "1.11.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2436dependencies = [
2437 "crossbeam-channel",
2438 "crossbeam-deque",
2439 "crossbeam-utils",
2440 "num_cpus",
2441]
2442
2443[[package]]
2444name = "readclock"
2445version = "0.1.0"
2446dependencies = [
2447 "anyhow",
2448 "libc",
2449 "serde",
2450 "serde_json",
2451]
2452
2453[[package]]
2454name = "redox_syscall"
2455version = "0.2.15"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"
2458dependencies = [
2459 "bitflags 1.3.2",
2460]
2461
2462[[package]]
2463name = "regex"
2464version = "1.6.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2467dependencies = [
2468 "aho-corasick",
2469 "memchr",
2470 "regex-syntax",
2471]
2472
2473[[package]]
2474name = "regex-syntax"
2475version = "0.6.27"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2478
2479[[package]]
2480name = "remain"
2481version = "0.2.6"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "5704e2cda92fd54202f05430725317ba0ea7d0c96b246ca0a92e45177127ba3b"
2484dependencies = [
2485 "proc-macro2",
2486 "quote 1.0.33",
2487 "syn 1.0.103",
2488]
2489
2490[[package]]
2491name = "remove_dir_all"
2492version = "0.5.3"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2495dependencies = [
2496 "winapi",
2497]
2498
2499[[package]]
2500name = "resources"
2501version = "0.1.0"
2502dependencies = [
2503 "base",
2504 "libc",
2505 "remain",
2506 "serde",
2507 "thiserror",
2508]
2509
2510[[package]]
2511name = "riscv64"
2512version = "0.1.0"
2513dependencies = [
2514 "arch",
2515 "base",
2516 "cros_fdt",
2517 "devices",
2518 "gdbstub",
2519 "gdbstub_arch",
2520 "hypervisor",
2521 "kernel_cmdline",
2522 "libc",
2523 "minijail",
2524 "rand",
2525 "remain",
2526 "resources",
2527 "sync",
2528 "thiserror",
2529 "vm_control",
2530 "vm_memory",
2531]
2532
2533[[package]]
2534name = "rustc-demangle"
2535version = "0.1.23"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2538
2539[[package]]
2540name = "rustc-hash"
2541version = "1.1.0"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2544
2545[[package]]
2546name = "rustix"
2547version = "0.36.8"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
2550dependencies = [
2551 "bitflags 1.3.2",
2552 "errno",
2553 "io-lifetimes",
2554 "libc",
2555 "linux-raw-sys",
2556 "windows-sys 0.45.0",
2557]
2558
2559[[package]]
2560name = "rutabaga_gfx"
2561version = "0.1.3"
2562dependencies = [
2563 "anyhow",
2564 "cfg-if",
2565 "libc",
2566 "log",
2567 "nix 0.28.0",
2568 "pkg-config",
2569 "remain",
2570 "thiserror",
2571 "winapi",
2572 "zerocopy",
2573]
2574
2575[[package]]
2576name = "ryu"
2577version = "1.0.10"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2580
2581[[package]]
2582name = "same-file"
2583version = "1.0.6"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2586dependencies = [
2587 "winapi-util",
2588]
2589
2590[[package]]
2591name = "sandbox"
2592version = "0.1.0"
2593dependencies = [
2594 "anyhow",
2595 "base",
2596 "prebuilts",
2597 "win_util",
2598 "winapi",
2599]
2600
2601[[package]]
2602name = "scopeguard"
2603version = "1.1.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2606
2607[[package]]
2608name = "scudo"
2609version = "0.1.3"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "12bfcb1ca07a487406afea13bdb7a2f3cf88e67b39c20dfd64e1801909b5c688"
2612dependencies = [
2613 "libc",
2614 "scudo-proc-macros",
2615 "scudo-sys",
2616]
2617
2618[[package]]
2619name = "scudo-proc-macros"
2620version = "0.1.0"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "b3267c900aee8fbc8451235b70c5e2dae96bb19110eabc325be5d5dfed8e7461"
2623dependencies = [
2624 "proc-macro2",
2625 "quote 1.0.33",
2626 "syn 1.0.103",
2627]
2628
2629[[package]]
2630name = "scudo-sys"
2631version = "0.2.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "bcdbdfb28236bf083b47d0babb07e486bb003ed85011072b023ea4ed27760ddb"
2634dependencies = [
2635 "cc",
2636 "libc",
2637]
2638
2639[[package]]
2640name = "serde"
2641version = "1.0.140"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
2644dependencies = [
2645 "serde_derive",
2646]
2647
2648[[package]]
2649name = "serde_derive"
2650version = "1.0.140"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
2653dependencies = [
2654 "proc-macro2",
2655 "quote 1.0.33",
2656 "syn 1.0.103",
2657]
2658
2659[[package]]
2660name = "serde_json"
2661version = "1.0.82"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2664dependencies = [
2665 "itoa",
2666 "ryu",
2667 "serde",
2668]
2669
2670[[package]]
2671name = "serde_keyvalue"
2672version = "0.1.0"
2673dependencies = [
2674 "argh",
2675 "nom",
2676 "num-traits",
2677 "remain",
2678 "serde",
2679 "serde_keyvalue_derive",
2680 "thiserror",
2681]
2682
2683[[package]]
2684name = "serde_keyvalue_derive"
2685version = "0.1.0"
2686dependencies = [
2687 "argh",
2688 "proc-macro2",
2689 "quote 1.0.33",
2690 "syn 2.0.37",
2691]
2692
2693[[package]]
2694name = "shlex"
2695version = "1.3.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2698
2699[[package]]
2700name = "slab"
2701version = "0.4.7"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2704dependencies = [
2705 "autocfg",
2706]
2707
2708[[package]]
2709name = "smallvec"
2710version = "1.9.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2713
2714[[package]]
2715name = "socket2"
2716version = "0.4.10"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2719dependencies = [
2720 "libc",
2721 "winapi",
2722]
2723
2724[[package]]
2725name = "static_assertions"
2726version = "1.1.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2729
2730[[package]]
2731name = "strsim"
2732version = "0.10.0"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2735
2736[[package]]
2737name = "swap"
2738version = "0.1.0"
2739dependencies = [
2740 "anyhow",
2741 "base",
2742 "cfg-if",
2743 "cros_tracing",
2744 "jail",
2745 "libc",
2746 "libtest-mimic",
2747 "metrics",
2748 "num_cpus",
2749 "once_cell",
2750 "remain",
2751 "serde",
2752 "serde_json",
2753 "sync",
2754 "tempfile",
2755 "thiserror",
2756 "userfaultfd",
2757 "userfaultfd-sys",
2758 "vm_memory",
2759]
2760
2761[[package]]
2762name = "syn"
2763version = "0.11.11"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2766dependencies = [
2767 "quote 0.3.15",
2768 "synom",
2769 "unicode-xid",
2770]
2771
2772[[package]]
2773name = "syn"
2774version = "1.0.103"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2777dependencies = [
2778 "proc-macro2",
2779 "quote 1.0.33",
2780 "unicode-ident",
2781]
2782
2783[[package]]
2784name = "syn"
2785version = "2.0.37"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2788dependencies = [
2789 "proc-macro2",
2790 "quote 1.0.33",
2791 "unicode-ident",
2792]
2793
2794[[package]]
2795name = "sync"
2796version = "0.1.99"
2797
2798[[package]]
2799name = "synom"
2800version = "0.11.3"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2803dependencies = [
2804 "unicode-xid",
2805]
2806
2807[[package]]
2808name = "system_api"
2809version = "0.1.0"
2810dependencies = [
2811 "dbus",
2812 "protobuf",
2813]
2814
2815[[package]]
2816name = "tempfile"
2817version = "3.3.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2820dependencies = [
2821 "cfg-if",
2822 "fastrand",
2823 "libc",
2824 "redox_syscall",
2825 "remove_dir_all",
2826 "winapi",
2827]
2828
2829[[package]]
2830name = "termcolor"
2831version = "1.1.3"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2834dependencies = [
2835 "winapi-util",
2836]
2837
2838[[package]]
2839name = "textwrap"
2840version = "0.16.0"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2843
2844[[package]]
2845name = "thiserror"
2846version = "1.0.38"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2849dependencies = [
2850 "thiserror-impl",
2851]
2852
2853[[package]]
2854name = "thiserror-impl"
2855version = "1.0.38"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2858dependencies = [
2859 "proc-macro2",
2860 "quote 1.0.33",
2861 "syn 1.0.103",
2862]
2863
2864[[package]]
2865name = "threadpool"
2866version = "1.8.1"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2869dependencies = [
2870 "num_cpus",
2871]
2872
2873[[package]]
2874name = "tinyvec"
2875version = "1.6.0"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2878dependencies = [
2879 "tinyvec_macros",
2880]
2881
2882[[package]]
2883name = "tinyvec_macros"
2884version = "0.1.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2887
2888[[package]]
2889name = "tokio"
2890version = "1.29.1"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2893dependencies = [
2894 "autocfg",
2895 "backtrace",
2896 "libc",
2897 "mio",
2898 "num_cpus",
2899 "pin-project-lite",
2900 "socket2",
2901 "tokio-macros",
2902 "windows-sys 0.48.0",
2903]
2904
2905[[package]]
2906name = "tokio-macros"
2907version = "2.1.0"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2910dependencies = [
2911 "proc-macro2",
2912 "quote 1.0.33",
2913 "syn 2.0.37",
2914]
2915
2916[[package]]
2917name = "toml"
2918version = "0.5.9"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2921dependencies = [
2922 "serde",
2923]
2924
2925[[package]]
2926name = "tube_transporter"
2927version = "0.1.0"
2928dependencies = [
2929 "base",
2930 "rand",
2931 "serde",
2932 "serde_json",
2933 "thiserror",
2934 "win_util",
2935 "winapi",
2936]
2937
2938[[package]]
2939name = "twox-hash"
2940version = "1.6.3"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
2943dependencies = [
2944 "cfg-if",
2945 "static_assertions",
2946]
2947
2948[[package]]
2949name = "unicode-bidi"
2950version = "0.3.8"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2953
2954[[package]]
2955name = "unicode-ident"
2956version = "1.0.2"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2959
2960[[package]]
2961name = "unicode-normalization"
2962version = "0.1.22"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2965dependencies = [
2966 "tinyvec",
2967]
2968
2969[[package]]
2970name = "unicode-xid"
2971version = "0.0.4"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2974
2975[[package]]
2976name = "url"
2977version = "2.3.1"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2980dependencies = [
2981 "form_urlencoded",
2982 "idna",
2983 "percent-encoding",
2984]
2985
2986[[package]]
2987name = "usb_sys"
2988version = "0.1.0"
2989dependencies = [
2990 "base",
2991]
2992
2993[[package]]
2994name = "usb_util"
2995version = "0.1.0"
2996dependencies = [
2997 "base",
2998 "data_model",
2999 "libc",
3000 "remain",
3001 "static_assertions",
3002 "sync",
3003 "thiserror",
3004 "usb_sys",
3005 "zerocopy",
3006]
3007
3008[[package]]
3009name = "userfaultfd"
3010version = "0.8.1"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "18d8b176d4d3e420685e964f87c25df5fdd5b26d7eb0d0e7c892d771f5b81035"
3013dependencies = [
3014 "bitflags 2.4.0",
3015 "cfg-if",
3016 "libc",
3017 "nix 0.27.1",
3018 "thiserror",
3019 "userfaultfd-sys",
3020]
3021
3022[[package]]
3023name = "userfaultfd-sys"
3024version = "0.5.0"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "d75595d2a62b7db16bd47f5a1ce14e1fe05ccbe27d6c96721a958e0a027cad41"
3027dependencies = [
3028 "bindgen 0.68.1",
3029 "cc",
3030 "cfg-if",
3031]
3032
3033[[package]]
3034name = "uuid"
3035version = "1.8.0"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
3038dependencies = [
3039 "getrandom",
3040 "serde",
3041]
3042
3043[[package]]
3044name = "vcpkg"
3045version = "0.2.15"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3048
3049[[package]]
3050name = "version_check"
3051version = "0.9.4"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3054
3055[[package]]
3056name = "vfio_sys"
3057version = "0.1.0"
3058dependencies = [
3059 "base",
3060 "zerocopy",
3061]
3062
3063[[package]]
3064name = "vhost"
3065version = "0.1.0"
3066dependencies = [
3067 "base",
3068 "libc",
3069 "net_util",
3070 "remain",
3071 "static_assertions",
3072 "thiserror",
3073 "virtio_sys",
3074 "vm_memory",
3075]
3076
3077[[package]]
3078name = "virtio_sys"
3079version = "0.1.0"
3080dependencies = [
3081 "base",
3082 "data_model",
3083 "zerocopy",
3084]
3085
3086[[package]]
3087name = "vk-parse"
3088version = "0.8.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "4c6a0bda9bbe6b9e50e6456c80aa8fe4cca3b21e4311a1130c41e4915ec2e32a"
3091dependencies = [
3092 "xml-rs",
3093]
3094
3095[[package]]
3096name = "vm_control"
3097version = "0.1.0"
3098dependencies = [
3099 "anyhow",
3100 "balloon_control",
3101 "base",
3102 "cfg-if",
3103 "crypto_generic",
3104 "gdbstub",
3105 "gdbstub_arch",
3106 "hypervisor",
3107 "libc",
3108 "once_cell",
3109 "protos",
3110 "remain",
3111 "resources",
3112 "rutabaga_gfx",
3113 "serde",
3114 "serde_json",
3115 "serde_keyvalue",
3116 "swap",
3117 "sync",
3118 "thiserror",
3119 "vm_control_product",
3120 "vm_memory",
3121 "winapi",
3122]
3123
3124[[package]]
3125name = "vm_control_product"
3126version = "0.1.0"
3127dependencies = [
3128 "serde",
3129]
3130
3131[[package]]
3132name = "vm_memory"
3133version = "0.1.0"
3134dependencies = [
3135 "anyhow",
3136 "base",
3137 "bitflags 2.4.0",
3138 "cfg-if",
3139 "cros_async",
3140 "data_model",
3141 "libc",
3142 "lz4_flex",
3143 "remain",
3144 "serde",
3145 "serde_json",
3146 "tempfile",
3147 "thiserror",
3148 "zerocopy",
3149]
3150
3151[[package]]
3152name = "vmm_vhost"
3153version = "0.1.0"
3154dependencies = [
3155 "anyhow",
3156 "base",
3157 "bitflags 2.4.0",
3158 "cfg-if",
3159 "enumn",
3160 "libc",
3161 "remain",
3162 "serde",
3163 "serde_json",
3164 "tempfile",
3165 "thiserror",
3166 "tube_transporter",
3167 "zerocopy",
3168]
3169
3170[[package]]
3171name = "vulkano"
3172version = "0.31.1"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "49e6f6f908670b33ec1fcb1e9c25677cb4d6783893f89bc11d49d2eb5061ccb5"
3175dependencies = [
3176 "ash",
3177 "bytemuck",
3178 "core-graphics-types",
3179 "crossbeam-queue",
3180 "half",
3181 "heck",
3182 "indexmap",
3183 "lazy_static",
3184 "libloading",
3185 "objc",
3186 "parking_lot",
3187 "proc-macro2",
3188 "quote 1.0.33",
3189 "regex",
3190 "serde",
3191 "serde_json",
3192 "smallvec",
3193 "vk-parse",
3194]
3195
3196[[package]]
3197name = "walkdir"
3198version = "2.5.0"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3201dependencies = [
3202 "same-file",
3203 "winapi-util",
3204]
3205
3206[[package]]
3207name = "wasi"
3208version = "0.11.0+wasi-snapshot-preview1"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3211
3212[[package]]
3213name = "which"
3214version = "4.2.5"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
3217dependencies = [
3218 "either",
3219 "lazy_static",
3220 "libc",
3221]
3222
3223[[package]]
3224name = "widestring"
3225version = "1.0.2"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
3228
3229[[package]]
3230name = "win_audio"
3231version = "0.1.0"
3232dependencies = [
3233 "anyhow",
3234 "async-trait",
3235 "audio_streams",
3236 "audio_util",
3237 "base",
3238 "cros_async",
3239 "libc",
3240 "metrics",
3241 "once_cell",
3242 "prebuilts",
3243 "sync",
3244 "thiserror",
3245 "win_util",
3246 "winapi",
3247 "wio",
3248]
3249
3250[[package]]
3251name = "win_util"
3252version = "0.1.0"
3253dependencies = [
3254 "anyhow",
3255 "enumn",
3256 "libc",
3257 "once_cell",
3258 "serde",
3259 "winapi",
3260 "windows",
3261 "zeroize",
3262]
3263
3264[[package]]
3265name = "winapi"
3266version = "0.3.9"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3269dependencies = [
3270 "winapi-i686-pc-windows-gnu",
3271 "winapi-x86_64-pc-windows-gnu",
3272]
3273
3274[[package]]
3275name = "winapi-i686-pc-windows-gnu"
3276version = "0.4.0"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3279
3280[[package]]
3281name = "winapi-util"
3282version = "0.1.5"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3285dependencies = [
3286 "winapi",
3287]
3288
3289[[package]]
3290name = "winapi-x86_64-pc-windows-gnu"
3291version = "0.4.0"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3294
3295[[package]]
3296name = "windows"
3297version = "0.39.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
3300dependencies = [
3301 "windows_aarch64_msvc 0.39.0",
3302 "windows_i686_gnu 0.39.0",
3303 "windows_i686_msvc 0.39.0",
3304 "windows_x86_64_gnu 0.39.0",
3305 "windows_x86_64_msvc 0.39.0",
3306]
3307
3308[[package]]
3309name = "windows-sys"
3310version = "0.42.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
3313dependencies = [
3314 "windows_aarch64_gnullvm 0.42.1",
3315 "windows_aarch64_msvc 0.42.1",
3316 "windows_i686_gnu 0.42.1",
3317 "windows_i686_msvc 0.42.1",
3318 "windows_x86_64_gnu 0.42.1",
3319 "windows_x86_64_gnullvm 0.42.1",
3320 "windows_x86_64_msvc 0.42.1",
3321]
3322
3323[[package]]
3324name = "windows-sys"
3325version = "0.45.0"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3328dependencies = [
3329 "windows-targets 0.42.1",
3330]
3331
3332[[package]]
3333name = "windows-sys"
3334version = "0.48.0"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3337dependencies = [
3338 "windows-targets 0.48.5",
3339]
3340
3341[[package]]
3342name = "windows-targets"
3343version = "0.42.1"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
3346dependencies = [
3347 "windows_aarch64_gnullvm 0.42.1",
3348 "windows_aarch64_msvc 0.42.1",
3349 "windows_i686_gnu 0.42.1",
3350 "windows_i686_msvc 0.42.1",
3351 "windows_x86_64_gnu 0.42.1",
3352 "windows_x86_64_gnullvm 0.42.1",
3353 "windows_x86_64_msvc 0.42.1",
3354]
3355
3356[[package]]
3357name = "windows-targets"
3358version = "0.48.5"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3361dependencies = [
3362 "windows_aarch64_gnullvm 0.48.5",
3363 "windows_aarch64_msvc 0.48.5",
3364 "windows_i686_gnu 0.48.5",
3365 "windows_i686_msvc 0.48.5",
3366 "windows_x86_64_gnu 0.48.5",
3367 "windows_x86_64_gnullvm 0.48.5",
3368 "windows_x86_64_msvc 0.48.5",
3369]
3370
3371[[package]]
3372name = "windows_aarch64_gnullvm"
3373version = "0.42.1"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
3376
3377[[package]]
3378name = "windows_aarch64_gnullvm"
3379version = "0.48.5"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3382
3383[[package]]
3384name = "windows_aarch64_msvc"
3385version = "0.39.0"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
3388
3389[[package]]
3390name = "windows_aarch64_msvc"
3391version = "0.42.1"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
3394
3395[[package]]
3396name = "windows_aarch64_msvc"
3397version = "0.48.5"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3400
3401[[package]]
3402name = "windows_i686_gnu"
3403version = "0.39.0"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
3406
3407[[package]]
3408name = "windows_i686_gnu"
3409version = "0.42.1"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
3412
3413[[package]]
3414name = "windows_i686_gnu"
3415version = "0.48.5"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3418
3419[[package]]
3420name = "windows_i686_msvc"
3421version = "0.39.0"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
3424
3425[[package]]
3426name = "windows_i686_msvc"
3427version = "0.42.1"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
3430
3431[[package]]
3432name = "windows_i686_msvc"
3433version = "0.48.5"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3436
3437[[package]]
3438name = "windows_x86_64_gnu"
3439version = "0.39.0"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
3442
3443[[package]]
3444name = "windows_x86_64_gnu"
3445version = "0.42.1"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
3448
3449[[package]]
3450name = "windows_x86_64_gnu"
3451version = "0.48.5"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3454
3455[[package]]
3456name = "windows_x86_64_gnullvm"
3457version = "0.42.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
3460
3461[[package]]
3462name = "windows_x86_64_gnullvm"
3463version = "0.48.5"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3466
3467[[package]]
3468name = "windows_x86_64_msvc"
3469version = "0.39.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
3472
3473[[package]]
3474name = "windows_x86_64_msvc"
3475version = "0.42.1"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
3478
3479[[package]]
3480name = "windows_x86_64_msvc"
3481version = "0.48.5"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3484
3485[[package]]
3486name = "wio"
3487version = "0.2.2"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
3490dependencies = [
3491 "winapi",
3492]
3493
3494[[package]]
3495name = "x86_64"
3496version = "0.1.0"
3497dependencies = [
3498 "acpi_tables",
3499 "anyhow",
3500 "arch",
3501 "base",
3502 "cfg-if",
3503 "chrono",
3504 "cros_fdt",
3505 "devices",
3506 "gdbstub_arch",
3507 "hypervisor",
3508 "jail",
3509 "kernel_cmdline",
3510 "kernel_loader",
3511 "libc",
3512 "minijail",
3513 "once_cell",
3514 "rand",
3515 "remain",
3516 "resources",
3517 "swap",
3518 "sync",
3519 "thiserror",
3520 "uuid",
3521 "vm_control",
3522 "vm_memory",
3523 "zerocopy",
3524]
3525
3526[[package]]
3527name = "xml-rs"
3528version = "0.8.19"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
3531
3532[[package]]
3533name = "zerocopy"
3534version = "0.7.32"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
3537dependencies = [
3538 "byteorder",
3539 "zerocopy-derive",
3540]
3541
3542[[package]]
3543name = "zerocopy-derive"
3544version = "0.7.32"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
3547dependencies = [
3548 "proc-macro2",
3549 "quote 1.0.33",
3550 "syn 2.0.37",
3551]
3552
3553[[package]]
3554name = "zeroize"
3555version = "1.5.7"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
3558