| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "aarch64" |
| version = "0.1.0" |
| dependencies = [ |
| "arch", |
| "base", |
| "data_model", |
| "devices", |
| "hypervisor", |
| "kernel_cmdline", |
| "kvm", |
| "kvm_sys", |
| "libc", |
| "minijail", |
| "remain", |
| "resources", |
| "sync", |
| "vm_control", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "acpi_tables" |
| version = "0.1.0" |
| dependencies = [ |
| "data_model", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "android_log-sys" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e" |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" |
| |
| [[package]] |
| name = "arch" |
| version = "0.1.0" |
| dependencies = [ |
| "acpi_tables", |
| "base", |
| "devices", |
| "gdbstub", |
| "hypervisor", |
| "kernel_cmdline", |
| "libc", |
| "minijail", |
| "power_monitor", |
| "resources", |
| "sync", |
| "thiserror", |
| "vm_control", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "assertions" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "async-task" |
| version = "4.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "audio_streams" |
| version = "0.1.0" |
| dependencies = [ |
| "sync", |
| "sys_util", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| |
| [[package]] |
| name = "base" |
| version = "0.1.0" |
| dependencies = [ |
| "cros_async", |
| "data_model", |
| "libc", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "sync", |
| "sys_util", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "bit_field" |
| version = "0.1.0" |
| dependencies = [ |
| "bit_field_derive", |
| ] |
| |
| [[package]] |
| name = "bit_field_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "cras-sys" |
| version = "0.1.0" |
| dependencies = [ |
| "audio_streams", |
| "data_model", |
| ] |
| |
| [[package]] |
| name = "cros_async" |
| version = "0.1.0" |
| dependencies = [ |
| "async-task", |
| "async-trait", |
| "data_model", |
| "futures", |
| "intrusive-collections", |
| "io_uring", |
| "libc", |
| "paste", |
| "pin-utils", |
| "slab", |
| "sync", |
| "sys_util", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "cros_fuzz" |
| version = "0.1.0" |
| dependencies = [ |
| "rand_core 0.4.2", |
| ] |
| |
| [[package]] |
| name = "crosvm" |
| version = "0.1.0" |
| dependencies = [ |
| "aarch64", |
| "acpi_tables", |
| "arch", |
| "assertions", |
| "audio_streams", |
| "base", |
| "bit_field", |
| "crosvm_plugin", |
| "data_model", |
| "devices", |
| "disk", |
| "enumn", |
| "gdbstub", |
| "hypervisor", |
| "kernel_cmdline", |
| "kernel_loader", |
| "kvm", |
| "kvm_sys", |
| "libc", |
| "libcras", |
| "minijail", |
| "net_util", |
| "p9", |
| "protobuf", |
| "protos", |
| "rand_ish", |
| "remain", |
| "resources", |
| "rutabaga_gfx", |
| "sync", |
| "tempfile", |
| "thiserror", |
| "vhost", |
| "vhost_user_devices", |
| "vm_control", |
| "vm_memory", |
| "x86_64", |
| ] |
| |
| [[package]] |
| name = "crosvm-fuzz" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "cros_fuzz", |
| "data_model", |
| "devices", |
| "disk", |
| "fuse", |
| "kernel_loader", |
| "libc", |
| "rand", |
| "tempfile", |
| "usb_util", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "crosvm_plugin" |
| version = "0.17.0" |
| dependencies = [ |
| "base", |
| "kvm", |
| "kvm_sys", |
| "libc", |
| "protobuf", |
| "protos", |
| ] |
| |
| [[package]] |
| name = "data_model" |
| version = "0.1.0" |
| dependencies = [ |
| "assertions", |
| "libc", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "dbus" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819" |
| dependencies = [ |
| "libc", |
| "libdbus-sys", |
| ] |
| |
| [[package]] |
| name = "devices" |
| version = "0.1.0" |
| dependencies = [ |
| "acpi_tables", |
| "audio_streams", |
| "base", |
| "bit_field", |
| "cros_async", |
| "data_model", |
| "disk", |
| "enumn", |
| "fuse", |
| "futures", |
| "gpu_display", |
| "hypervisor", |
| "kvm_sys", |
| "libc", |
| "libcras", |
| "libvda", |
| "linux_input_sys", |
| "minijail", |
| "net_sys", |
| "net_util", |
| "p9", |
| "power_monitor", |
| "protos", |
| "rand_ish", |
| "remain", |
| "resources", |
| "rutabaga_gfx", |
| "serde", |
| "smallvec", |
| "sync", |
| "sys_util", |
| "tempfile", |
| "thiserror", |
| "tpm2", |
| "usb_util", |
| "vfio_sys", |
| "vhost", |
| "virtio_sys", |
| "vm_control", |
| "vm_memory", |
| "vmm_vhost", |
| ] |
| |
| [[package]] |
| name = "disk" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "base", |
| "cros_async", |
| "data_model", |
| "futures", |
| "libc", |
| "protobuf", |
| "protos", |
| "remain", |
| "tempfile", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "downcast-rs" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" |
| |
| [[package]] |
| name = "enumn" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "fuchsia-cprng" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
| |
| [[package]] |
| name = "fuse" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "bitflags", |
| "data_model", |
| "enumn", |
| "libc", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "gdbstub" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224c17cf54ffe7e084343f25c7f2881a399bea69862ecaf5bc97f0f6586ba0dc" |
| dependencies = [ |
| "cfg-if", |
| "log", |
| "managed", |
| "num-traits", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "gpu_display" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "cc", |
| "data_model", |
| "libc", |
| "linux_input_sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "hypervisor" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "bit_field", |
| "data_model", |
| "downcast-rs", |
| "enumn", |
| "kvm", |
| "kvm_sys", |
| "libc", |
| "serde", |
| "sync", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "integration_tests" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "arch", |
| "base", |
| "crosvm", |
| "libc", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "intrusive-collections" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bca8c0bb831cd60d4dda79a58e3705ca6eb47efb65d665651a8d672213ec3db" |
| dependencies = [ |
| "memoffset", |
| ] |
| |
| [[package]] |
| name = "io_uring" |
| version = "0.1.0" |
| dependencies = [ |
| "data_model", |
| "libc", |
| "sync", |
| "sys_util", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
| |
| [[package]] |
| name = "kernel_cmdline" |
| version = "0.1.0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kernel_loader" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "libc", |
| "tempfile", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "kvm" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "data_model", |
| "kvm_sys", |
| "libc", |
| "sync", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "kvm_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "data_model", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.93" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" |
| |
| [[package]] |
| name = "libcras" |
| version = "0.1.0" |
| dependencies = [ |
| "audio_streams", |
| "cras-sys", |
| "data_model", |
| "libc", |
| "sys_util", |
| ] |
| |
| [[package]] |
| name = "libcrosvm_control" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "libc", |
| "vm_control", |
| ] |
| |
| [[package]] |
| name = "libdbus-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0" |
| dependencies = [ |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libvda" |
| version = "0.1.0" |
| dependencies = [ |
| "enumn", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "linux_input_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "data_model", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "managed" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" |
| dependencies = [ |
| "autocfg 1.0.1", |
| ] |
| |
| [[package]] |
| name = "minijail" |
| version = "0.2.2" |
| dependencies = [ |
| "libc", |
| "minijail-sys", |
| ] |
| |
| [[package]] |
| name = "minijail-sys" |
| version = "0.0.12" |
| dependencies = [ |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "net_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| ] |
| |
| [[package]] |
| name = "net_util" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "cros_async", |
| "data_model", |
| "libc", |
| "net_sys", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| dependencies = [ |
| "autocfg 1.0.1", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" |
| |
| [[package]] |
| name = "p9" |
| version = "0.1.0" |
| dependencies = [ |
| "libc", |
| "sys_util", |
| "wire_format_derive", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba7ae1a2180ed02ddfdb5ab70c70d596a26dd642e097bb6fe78b1bde8588ed97" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0-alpha.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
| |
| [[package]] |
| name = "poll_token_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "power_monitor" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "dbus", |
| "protobuf", |
| "protoc-rust", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" |
| |
| [[package]] |
| name = "protobuf-codegen" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12c6abd78435445fc86898ebbd0521a68438063d4a73e23527b7134e6bf58b4a" |
| dependencies = [ |
| "protobuf", |
| ] |
| |
| [[package]] |
| name = "protoc" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3998c4bc0af8ccbd3cc68245ee9f72663c5ae2fb78bc48ff7719aef11562edea" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "protoc-rust" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "234c97039c32bb58a883d0deafa57db37e59428ce536f3bdfe1c46cffec04113" |
| dependencies = [ |
| "protobuf", |
| "protobuf-codegen", |
| "protoc", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "protos" |
| version = "0.1.0" |
| dependencies = [ |
| "kvm_sys", |
| "protobuf", |
| "protoc-rust", |
| ] |
| |
| [[package]] |
| name = "qcow_utils" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "disk", |
| "getopts", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "libc", |
| "rand_chacha", |
| "rand_core 0.4.2", |
| "rand_hc", |
| "rand_isaac", |
| "rand_jitter", |
| "rand_os", |
| "rand_pcg", |
| "rand_xorshift", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
| dependencies = [ |
| "rand_core 0.4.2", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_isaac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_ish" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "rand_jitter" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
| dependencies = [ |
| "libc", |
| "rand_core 0.4.2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand_os" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
| dependencies = [ |
| "cloudabi", |
| "fuchsia-cprng", |
| "libc", |
| "rand_core 0.4.2", |
| "rdrand", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "rand_core 0.4.2", |
| ] |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rdrand" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "remain" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99c861227fc40c8da6fdaa3d58144ac84c0537080a43eb1d7d45c28f88dcb888" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "resources" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "libc", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rutabaga_gfx" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "data_model", |
| "libc", |
| "sync", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.121" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6159e3c76cab06f6bc466244d43b35e77e9500cd685da87620addadc2a4c40b1" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.121" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3fcab8778dc651bc65cfab2e4eb64996f3c912b74002fb379c94517e1f27c46" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "sync" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "sys_util" |
| version = "0.1.0" |
| dependencies = [ |
| "android_log-sys", |
| "data_model", |
| "libc", |
| "poll_token_derive", |
| "serde", |
| "serde_json", |
| "sync", |
| "tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.0.7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tpm2" |
| version = "0.1.0" |
| dependencies = [ |
| "tpm2-sys", |
| ] |
| |
| [[package]] |
| name = "tpm2-sys" |
| version = "0.1.0" |
| dependencies = [ |
| "num_cpus", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| |
| [[package]] |
| name = "usb_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| ] |
| |
| [[package]] |
| name = "usb_util" |
| version = "0.1.0" |
| dependencies = [ |
| "assertions", |
| "base", |
| "data_model", |
| "libc", |
| "remain", |
| "usb_sys", |
| ] |
| |
| [[package]] |
| name = "vfio_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| ] |
| |
| [[package]] |
| name = "vhost" |
| version = "0.1.0" |
| dependencies = [ |
| "assertions", |
| "base", |
| "libc", |
| "net_util", |
| "virtio_sys", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "vhost_user_devices" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "base", |
| "cros_async", |
| "data_model", |
| "devices", |
| "futures", |
| "getopts", |
| "libc", |
| "net_util", |
| "once_cell", |
| "remain", |
| "sync", |
| "tempfile", |
| "thiserror", |
| "virtio_sys", |
| "vm_memory", |
| "vmm_vhost", |
| ] |
| |
| [[package]] |
| name = "virtio_sys" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| ] |
| |
| [[package]] |
| name = "vm_control" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "data_model", |
| "gdbstub", |
| "hypervisor", |
| "libc", |
| "resources", |
| "rutabaga_gfx", |
| "serde", |
| "sync", |
| "vm_memory", |
| ] |
| |
| [[package]] |
| name = "vm_memory" |
| version = "0.1.0" |
| dependencies = [ |
| "base", |
| "bitflags", |
| "cros_async", |
| "data_model", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "vmm_vhost" |
| version = "0.1.0" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "sys_util", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "wire_format_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "x86_64" |
| version = "0.1.0" |
| dependencies = [ |
| "acpi_tables", |
| "arch", |
| "assertions", |
| "base", |
| "data_model", |
| "devices", |
| "gdbstub", |
| "hypervisor", |
| "kernel_cmdline", |
| "kernel_loader", |
| "libc", |
| "minijail", |
| "remain", |
| "resources", |
| "sync", |
| "vm_control", |
| "vm_memory", |
| ] |