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