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