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