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