xref: /cloud-hypervisor/Cargo.lock (revision f9b51a41b5ae37e69ddc8646da310a17dd0986a6)
1c4c8b931SRob Bradford# This file is automatically @generated by Cargo.
2c4c8b931SRob Bradford# It is not intended for manual editing.
373337c8bSSamuel Ortiz[[package]]
4eea6f1dcSRob Bradfordname = "acpi_tables"
5eea6f1dcSRob Bradfordversion = "0.1.0"
6eea6f1dcSRob Bradforddependencies = [
71b1a2175SSamuel Ortiz "vm-memory",
8eea6f1dcSRob Bradford]
9eea6f1dcSRob Bradford
10eea6f1dcSRob Bradford[[package]]
116989bf05Sdependabot-preview[bot]name = "addr2line"
123a102c65Sdependabot-preview[bot]version = "0.12.2"
136989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
143a102c65Sdependabot-preview[bot]checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
156989bf05Sdependabot-preview[bot]dependencies = [
166989bf05Sdependabot-preview[bot] "gimli",
176989bf05Sdependabot-preview[bot]]
186989bf05Sdependabot-preview[bot]
196989bf05Sdependabot-preview[bot][[package]]
208bcd0abbSdependabot-preview[bot]name = "adler32"
21a17aaec6Sdependabot-preview[bot]version = "1.1.0"
228bcd0abbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
23a17aaec6Sdependabot-preview[bot]checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
248bcd0abbSdependabot-preview[bot]
258bcd0abbSdependabot-preview[bot][[package]]
2678fe8072SRob Bradfordname = "aho-corasick"
27af3d0802Sdependabot-preview[bot]version = "0.7.10"
2878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
29af3d0802Sdependabot-preview[bot]checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
3078fe8072SRob Bradforddependencies = [
311b1a2175SSamuel Ortiz "memchr",
3278fe8072SRob Bradford]
3378fe8072SRob Bradford
3478fe8072SRob Bradford[[package]]
352ed17abbSSamuel Ortizname = "ansi_term"
366abd50f4Sdependabot-preview[bot]version = "0.11.0"
372ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
381b1a2175SSamuel Ortizchecksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
396abd50f4Sdependabot-preview[bot]dependencies = [
401b1a2175SSamuel Ortiz "winapi 0.3.8",
416abd50f4Sdependabot-preview[bot]]
422ed17abbSSamuel Ortiz
432ed17abbSSamuel Ortiz[[package]]
440361df4aSSamuel Ortizname = "anyhow"
45badf8261Sdependabot-preview[bot]version = "1.0.31"
460361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
47badf8261Sdependabot-preview[bot]checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
480361df4aSSamuel Ortiz
490361df4aSSamuel Ortiz[[package]]
50df5058ecSfazlamehrabname = "arc-swap"
51a2398742Sdependabot-preview[bot]version = "0.4.7"
52df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
53a2398742Sdependabot-preview[bot]checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
54df5058ecSfazlamehrab
55df5058ecSfazlamehrab[[package]]
56539367b5SSamuel Ortizname = "arch"
57539367b5SSamuel Ortizversion = "0.1.0"
58539367b5SSamuel Ortizdependencies = [
591b1a2175SSamuel Ortiz "acpi_tables",
601b1a2175SSamuel Ortiz "arch_gen",
611b1a2175SSamuel Ortiz "byteorder",
621b1a2175SSamuel Ortiz "kvm-bindings",
631b1a2175SSamuel Ortiz "kvm-ioctls",
641b1a2175SSamuel Ortiz "libc",
651b1a2175SSamuel Ortiz "linux-loader",
661b1a2175SSamuel Ortiz "rand 0.7.3",
671b1a2175SSamuel Ortiz "vm-memory",
68539367b5SSamuel Ortiz]
69539367b5SSamuel Ortiz
70539367b5SSamuel Ortiz[[package]]
71539367b5SSamuel Ortizname = "arch_gen"
72539367b5SSamuel Ortizversion = "0.1.0"
73539367b5SSamuel Ortiz
74539367b5SSamuel Ortiz[[package]]
758fcaf91dSdependabot-preview[bot]name = "arrayref"
7691747094Sdependabot-preview[bot]version = "0.3.6"
77ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
781b1a2175SSamuel Ortizchecksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
79ddce3df8SRob Bradford
80ddce3df8SRob Bradford[[package]]
81ddce3df8SRob Bradfordname = "arrayvec"
822cc723f7Sdependabot-preview[bot]version = "0.5.1"
83ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
841b1a2175SSamuel Ortizchecksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
85ddce3df8SRob Bradford
86ddce3df8SRob Bradford[[package]]
872ed17abbSSamuel Ortizname = "atty"
881a28f64dSdependabot-preview[bot]version = "0.2.14"
892ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
901b1a2175SSamuel Ortizchecksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
912ed17abbSSamuel Ortizdependencies = [
921b1a2175SSamuel Ortiz "hermit-abi",
931b1a2175SSamuel Ortiz "libc",
941b1a2175SSamuel Ortiz "winapi 0.3.8",
952ed17abbSSamuel Ortiz]
962ed17abbSSamuel Ortiz
972ed17abbSSamuel Ortiz[[package]]
98b67e0b3dSSebastien Boeufname = "autocfg"
9992b37645Sdependabot-preview[bot]version = "1.0.0"
10092b37645Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1011b1a2175SSamuel Ortizchecksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
10292b37645Sdependabot-preview[bot]
10392b37645Sdependabot-preview[bot][[package]]
104ddce3df8SRob Bradfordname = "backtrace"
1058bcd0abbSdependabot-preview[bot]version = "0.3.49"
106ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1078bcd0abbSdependabot-preview[bot]checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c"
108ddce3df8SRob Bradforddependencies = [
1096989bf05Sdependabot-preview[bot] "addr2line",
1101b1a2175SSamuel Ortiz "cfg-if",
1111b1a2175SSamuel Ortiz "libc",
1128bcd0abbSdependabot-preview[bot] "miniz_oxide",
1136989bf05Sdependabot-preview[bot] "object",
1141b1a2175SSamuel Ortiz "rustc-demangle",
115ddce3df8SRob Bradford]
116ddce3df8SRob Bradford
117ddce3df8SRob Bradford[[package]]
1188fcaf91dSdependabot-preview[bot]name = "base64"
1199fe6ece2Sdependabot-preview[bot]version = "0.11.0"
1208fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1211b1a2175SSamuel Ortizchecksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
1228fcaf91dSdependabot-preview[bot]
1238fcaf91dSdependabot-preview[bot][[package]]
124ddce3df8SRob Bradfordname = "bitflags"
12578fe8072SRob Bradfordversion = "0.5.0"
12678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1271b1a2175SSamuel Ortizchecksum = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
12878fe8072SRob Bradford
12978fe8072SRob Bradford[[package]]
13078fe8072SRob Bradfordname = "bitflags"
1310374c3dcSdependabot-preview[bot]version = "1.2.1"
1321853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1331b1a2175SSamuel Ortizchecksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
1341853b350SSamuel Ortiz
1351853b350SSamuel Ortiz[[package]]
1368fcaf91dSdependabot-preview[bot]name = "blake2b_simd"
1375a0d01caSdependabot-preview[bot]version = "0.5.10"
138ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1391b1a2175SSamuel Ortizchecksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
140ddce3df8SRob Bradforddependencies = [
1411b1a2175SSamuel Ortiz "arrayref",
1421b1a2175SSamuel Ortiz "arrayvec",
1431b1a2175SSamuel Ortiz "constant_time_eq",
144ddce3df8SRob Bradford]
145ddce3df8SRob Bradford
146ddce3df8SRob Bradford[[package]]
147539367b5SSamuel Ortizname = "byteorder"
148d46c61c5Sdependabot-preview[bot]version = "1.3.4"
149539367b5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1501b1a2175SSamuel Ortizchecksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
151539367b5SSamuel Ortiz
152539367b5SSamuel Ortiz[[package]]
153ddce3df8SRob Bradfordname = "cc"
154ca6edafbSdependabot-preview[bot]version = "1.0.54"
155ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
156ca6edafbSdependabot-preview[bot]checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
157ddce3df8SRob Bradford
158ddce3df8SRob Bradford[[package]]
1590adc3481SSamuel Ortizname = "cfg-if"
160e869283bSdependabot-preview[bot]version = "0.1.10"
1610adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1621b1a2175SSamuel Ortizchecksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1630adc3481SSamuel Ortiz
1640adc3481SSamuel Ortiz[[package]]
1652ed17abbSSamuel Ortizname = "clap"
1661c44e917Sdependabot-preview[bot]version = "2.33.1"
1672ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1681c44e917Sdependabot-preview[bot]checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
1692ed17abbSSamuel Ortizdependencies = [
1701b1a2175SSamuel Ortiz "ansi_term",
1711b1a2175SSamuel Ortiz "atty",
1721b1a2175SSamuel Ortiz "bitflags 1.2.1",
1731b1a2175SSamuel Ortiz "strsim",
1741b1a2175SSamuel Ortiz "term_size",
1751b1a2175SSamuel Ortiz "textwrap",
1761b1a2175SSamuel Ortiz "unicode-width",
1771b1a2175SSamuel Ortiz "vec_map",
1782ed17abbSSamuel Ortiz]
1792ed17abbSSamuel Ortiz
1802ed17abbSSamuel Ortiz[[package]]
18173337c8bSSamuel Ortizname = "cloud-hypervisor"
18252b83969SRob Bradfordversion = "0.8.0"
1832ed17abbSSamuel Ortizdependencies = [
1841b1a2175SSamuel Ortiz "arc-swap",
1851b1a2175SSamuel Ortiz "clap",
1861b1a2175SSamuel Ortiz "credibility",
1871b1a2175SSamuel Ortiz "dirs",
1881b1a2175SSamuel Ortiz "epoll",
1891b1a2175SSamuel Ortiz "futures",
19056a16385SMuminul Islam "hypervisor",
1911b1a2175SSamuel Ortiz "lazy_static",
1921b1a2175SSamuel Ortiz "libc",
1931b1a2175SSamuel Ortiz "log 0.4.8",
194391508f0SRob Bradford "net_util",
1951b1a2175SSamuel Ortiz "seccomp",
1961b1a2175SSamuel Ortiz "serde_json",
1971b1a2175SSamuel Ortiz "ssh2",
1981b1a2175SSamuel Ortiz "tempdir",
1991b1a2175SSamuel Ortiz "tempfile",
2001b1a2175SSamuel Ortiz "vhost",
2011b1a2175SSamuel Ortiz "vhost_user_backend",
2021b1a2175SSamuel Ortiz "vhost_user_block",
2031b1a2175SSamuel Ortiz "vhost_user_fs",
2041b1a2175SSamuel Ortiz "vhost_user_net",
2058ae7a38dSRob Bradford "virtio-bindings",
2061b1a2175SSamuel Ortiz "vm-device",
2071b1a2175SSamuel Ortiz "vm-memory",
2081b1a2175SSamuel Ortiz "vm-virtio",
2091b1a2175SSamuel Ortiz "vmm",
2101b1a2175SSamuel Ortiz "vmm-sys-util",
211a0da3debSSamuel Ortiz]
212a0da3debSSamuel Ortiz
213a0da3debSSamuel Ortiz[[package]]
2144ff972c3Sdependabot-preview[bot]name = "cloudabi"
2154ff972c3Sdependabot-preview[bot]version = "0.0.3"
2164ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
2171b1a2175SSamuel Ortizchecksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2184ff972c3Sdependabot-preview[bot]dependencies = [
2191b1a2175SSamuel Ortiz "bitflags 1.2.1",
2204ff972c3Sdependabot-preview[bot]]
2214ff972c3Sdependabot-preview[bot]
2224ff972c3Sdependabot-preview[bot][[package]]
223ddce3df8SRob Bradfordname = "constant_time_eq"
2247d853241Sdependabot-preview[bot]version = "0.1.5"
225ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
2261b1a2175SSamuel Ortizchecksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
227ddce3df8SRob Bradford
228ddce3df8SRob Bradford[[package]]
2291f534880SRob Bradfordname = "credibility"
2301f534880SRob Bradfordversion = "0.1.3"
2311f534880SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
2321b1a2175SSamuel Ortizchecksum = "fae7a162fd5b462bc49704873a89950a655d44161add4be07e00e64c4c83a5bf"
2331f534880SRob Bradforddependencies = [
2341b1a2175SSamuel Ortiz "failure",
2351b1a2175SSamuel Ortiz "failure_derive",
2361f534880SRob Bradford]
2371f534880SRob Bradford
2381f534880SRob Bradford[[package]]
2398fcaf91dSdependabot-preview[bot]name = "crossbeam-utils"
240d04e0dc9Sdependabot-preview[bot]version = "0.7.2"
2418fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
2421b1a2175SSamuel Ortizchecksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2438fcaf91dSdependabot-preview[bot]dependencies = [
2441b1a2175SSamuel Ortiz "autocfg",
2451b1a2175SSamuel Ortiz "cfg-if",
2461b1a2175SSamuel Ortiz "lazy_static",
2478fcaf91dSdependabot-preview[bot]]
2488fcaf91dSdependabot-preview[bot]
2498fcaf91dSdependabot-preview[bot][[package]]
2501853b350SSamuel Ortizname = "devices"
2511853b350SSamuel Ortizversion = "0.1.0"
2521853b350SSamuel Ortizdependencies = [
2531b1a2175SSamuel Ortiz "acpi_tables",
25498741573SYi Sun "anyhow",
2551b1a2175SSamuel Ortiz "bitflags 1.2.1",
2561b1a2175SSamuel Ortiz "byteorder",
2571b1a2175SSamuel Ortiz "epoll",
2581b1a2175SSamuel Ortiz "libc",
2591b1a2175SSamuel Ortiz "log 0.4.8",
26098741573SYi Sun "serde",
26198741573SYi Sun "serde_derive",
26298741573SYi Sun "serde_json",
2631b1a2175SSamuel Ortiz "tempfile",
2641b1a2175SSamuel Ortiz "vm-device",
2651b1a2175SSamuel Ortiz "vm-memory",
26698741573SYi Sun "vm-migration",
2671b1a2175SSamuel Ortiz "vmm-sys-util",
2681853b350SSamuel Ortiz]
2691853b350SSamuel Ortiz
2701853b350SSamuel Ortiz[[package]]
271ddce3df8SRob Bradfordname = "dirs"
2728a7cfe8eSdependabot-preview[bot]version = "2.0.2"
273ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
2741b1a2175SSamuel Ortizchecksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
275ddce3df8SRob Bradforddependencies = [
2761b1a2175SSamuel Ortiz "cfg-if",
2771b1a2175SSamuel Ortiz "dirs-sys",
278ddce3df8SRob Bradford]
279ddce3df8SRob Bradford
280ddce3df8SRob Bradford[[package]]
281ddce3df8SRob Bradfordname = "dirs-sys"
28296497004Sdependabot-preview[bot]version = "0.3.5"
283ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
28496497004Sdependabot-preview[bot]checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
285ddce3df8SRob Bradforddependencies = [
2861b1a2175SSamuel Ortiz "libc",
2871b1a2175SSamuel Ortiz "redox_users",
2881b1a2175SSamuel Ortiz "winapi 0.3.8",
289ddce3df8SRob Bradford]
290ddce3df8SRob Bradford
291ddce3df8SRob Bradford[[package]]
2921853b350SSamuel Ortizname = "epoll"
293025941baSdependabot-preview[bot]version = "4.2.0"
2941853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
295025941baSdependabot-preview[bot]checksum = "7e5b0ba026ff8d9b1e5d58acc8d6a9a7bbd0185020bbad25cfa835d173ac0860"
2961853b350SSamuel Ortizdependencies = [
2971b1a2175SSamuel Ortiz "bitflags 1.2.1",
2981b1a2175SSamuel Ortiz "libc",
2991853b350SSamuel Ortiz]
3001853b350SSamuel Ortiz
3011853b350SSamuel Ortiz[[package]]
302ddce3df8SRob Bradfordname = "failure"
30359b73034Sdependabot-preview[bot]version = "0.1.8"
304ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
30559b73034Sdependabot-preview[bot]checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
306ddce3df8SRob Bradforddependencies = [
3071b1a2175SSamuel Ortiz "backtrace",
3081b1a2175SSamuel Ortiz "failure_derive",
309ddce3df8SRob Bradford]
310ddce3df8SRob Bradford
311ddce3df8SRob Bradford[[package]]
312ddce3df8SRob Bradfordname = "failure_derive"
3137660a104Sdependabot-preview[bot]version = "0.1.8"
314ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
3157660a104Sdependabot-preview[bot]checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
316ddce3df8SRob Bradforddependencies = [
3171b1a2175SSamuel Ortiz "proc-macro2",
3181b1a2175SSamuel Ortiz "quote",
3191b1a2175SSamuel Ortiz "syn",
3201b1a2175SSamuel Ortiz "synstructure",
321ddce3df8SRob Bradford]
322ddce3df8SRob Bradford
323ddce3df8SRob Bradford[[package]]
324b67e0b3dSSebastien Boeufname = "fuchsia-cprng"
325b67e0b3dSSebastien Boeufversion = "0.1.1"
326b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
3271b1a2175SSamuel Ortizchecksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
328b67e0b3dSSebastien Boeuf
329b67e0b3dSSebastien Boeuf[[package]]
330710520e9SSergio Lopezname = "futures"
331d8f181c5Sdependabot-preview[bot]version = "0.3.5"
332710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
333d8f181c5Sdependabot-preview[bot]checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
334710520e9SSergio Lopezdependencies = [
3351b1a2175SSamuel Ortiz "futures-channel",
3361b1a2175SSamuel Ortiz "futures-core",
3371b1a2175SSamuel Ortiz "futures-executor",
3381b1a2175SSamuel Ortiz "futures-io",
3391b1a2175SSamuel Ortiz "futures-sink",
3401b1a2175SSamuel Ortiz "futures-task",
3411b1a2175SSamuel Ortiz "futures-util",
342710520e9SSergio Lopez]
343710520e9SSergio Lopez
344710520e9SSergio Lopez[[package]]
345710520e9SSergio Lopezname = "futures-channel"
346d8f181c5Sdependabot-preview[bot]version = "0.3.5"
347710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
348d8f181c5Sdependabot-preview[bot]checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
349710520e9SSergio Lopezdependencies = [
3501b1a2175SSamuel Ortiz "futures-core",
3511b1a2175SSamuel Ortiz "futures-sink",
352710520e9SSergio Lopez]
353710520e9SSergio Lopez
354710520e9SSergio Lopez[[package]]
355710520e9SSergio Lopezname = "futures-core"
356d8f181c5Sdependabot-preview[bot]version = "0.3.5"
357710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
358d8f181c5Sdependabot-preview[bot]checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
359710520e9SSergio Lopez
360710520e9SSergio Lopez[[package]]
361710520e9SSergio Lopezname = "futures-executor"
362d8f181c5Sdependabot-preview[bot]version = "0.3.5"
363710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
364d8f181c5Sdependabot-preview[bot]checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
365710520e9SSergio Lopezdependencies = [
3661b1a2175SSamuel Ortiz "futures-core",
3671b1a2175SSamuel Ortiz "futures-task",
3681b1a2175SSamuel Ortiz "futures-util",
3691b1a2175SSamuel Ortiz "num_cpus",
370710520e9SSergio Lopez]
371710520e9SSergio Lopez
372710520e9SSergio Lopez[[package]]
373710520e9SSergio Lopezname = "futures-io"
374d8f181c5Sdependabot-preview[bot]version = "0.3.5"
375710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
376d8f181c5Sdependabot-preview[bot]checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
377710520e9SSergio Lopez
378710520e9SSergio Lopez[[package]]
379710520e9SSergio Lopezname = "futures-macro"
380d8f181c5Sdependabot-preview[bot]version = "0.3.5"
381710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
382d8f181c5Sdependabot-preview[bot]checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
383710520e9SSergio Lopezdependencies = [
3841b1a2175SSamuel Ortiz "proc-macro-hack",
3851b1a2175SSamuel Ortiz "proc-macro2",
3861b1a2175SSamuel Ortiz "quote",
3871b1a2175SSamuel Ortiz "syn",
388710520e9SSergio Lopez]
389710520e9SSergio Lopez
390710520e9SSergio Lopez[[package]]
391710520e9SSergio Lopezname = "futures-sink"
392d8f181c5Sdependabot-preview[bot]version = "0.3.5"
393710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
394d8f181c5Sdependabot-preview[bot]checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
395710520e9SSergio Lopez
396710520e9SSergio Lopez[[package]]
397710520e9SSergio Lopezname = "futures-task"
398d8f181c5Sdependabot-preview[bot]version = "0.3.5"
399710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
400d8f181c5Sdependabot-preview[bot]checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
401d8f181c5Sdependabot-preview[bot]dependencies = [
402d8f181c5Sdependabot-preview[bot] "once_cell",
403d8f181c5Sdependabot-preview[bot]]
404710520e9SSergio Lopez
405710520e9SSergio Lopez[[package]]
406710520e9SSergio Lopezname = "futures-util"
407d8f181c5Sdependabot-preview[bot]version = "0.3.5"
408710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
409d8f181c5Sdependabot-preview[bot]checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
410710520e9SSergio Lopezdependencies = [
4111b1a2175SSamuel Ortiz "futures-channel",
4121b1a2175SSamuel Ortiz "futures-core",
4131b1a2175SSamuel Ortiz "futures-io",
4141b1a2175SSamuel Ortiz "futures-macro",
4151b1a2175SSamuel Ortiz "futures-sink",
4161b1a2175SSamuel Ortiz "futures-task",
4171b1a2175SSamuel Ortiz "memchr",
418d8f181c5Sdependabot-preview[bot] "pin-project",
4191b1a2175SSamuel Ortiz "pin-utils",
4201b1a2175SSamuel Ortiz "proc-macro-hack",
4211b1a2175SSamuel Ortiz "proc-macro-nested",
4221b1a2175SSamuel Ortiz "slab",
423710520e9SSergio Lopez]
424710520e9SSergio Lopez
425710520e9SSergio Lopez[[package]]
426577d44c8Sfazlamehrabname = "getrandom"
427d7568440Sdependabot-preview[bot]version = "0.1.14"
428577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
4291b1a2175SSamuel Ortizchecksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
430577d44c8Sfazlamehrabdependencies = [
4311b1a2175SSamuel Ortiz "cfg-if",
4321b1a2175SSamuel Ortiz "libc",
4331b1a2175SSamuel Ortiz "wasi",
434577d44c8Sfazlamehrab]
435577d44c8Sfazlamehrab
436577d44c8Sfazlamehrab[[package]]
4376989bf05Sdependabot-preview[bot]name = "gimli"
4386989bf05Sdependabot-preview[bot]version = "0.21.0"
4396989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
4406989bf05Sdependabot-preview[bot]checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
4416989bf05Sdependabot-preview[bot]
4426989bf05Sdependabot-preview[bot][[package]]
44378fe8072SRob Bradfordname = "glob"
44478fe8072SRob Bradfordversion = "0.2.11"
44578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
4461b1a2175SSamuel Ortizchecksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
44778fe8072SRob Bradford
44878fe8072SRob Bradford[[package]]
4491a28f64dSdependabot-preview[bot]name = "hermit-abi"
45041711555Sdependabot-preview[bot]version = "0.1.14"
4511a28f64dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
45241711555Sdependabot-preview[bot]checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
4531a28f64dSdependabot-preview[bot]dependencies = [
4541b1a2175SSamuel Ortiz "libc",
4551a28f64dSdependabot-preview[bot]]
4561a28f64dSdependabot-preview[bot]
4571a28f64dSdependabot-preview[bot][[package]]
45856a16385SMuminul Islamname = "hypervisor"
45956a16385SMuminul Islamversion = "0.1.0"
460*f9b51a41SMuminul Islamdependencies = [
461*f9b51a41SMuminul Islam "anyhow",
462*f9b51a41SMuminul Islam "kvm-bindings",
463*f9b51a41SMuminul Islam "kvm-ioctls",
464*f9b51a41SMuminul Islam "libc",
465*f9b51a41SMuminul Islam "linux-loader",
466*f9b51a41SMuminul Islam "serde",
467*f9b51a41SMuminul Islam "serde_derive",
468*f9b51a41SMuminul Islam "serde_json",
469*f9b51a41SMuminul Islam "thiserror",
470*f9b51a41SMuminul Islam "vm-memory",
471*f9b51a41SMuminul Islam "vmm-sys-util",
472*f9b51a41SMuminul Islam]
47356a16385SMuminul Islam
47456a16385SMuminul Islam[[package]]
47520ba271bSSamuel Ortizname = "idna"
47620ba271bSSamuel Ortizversion = "0.2.0"
47720ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
47820ba271bSSamuel Ortizchecksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
47920ba271bSSamuel Ortizdependencies = [
48020ba271bSSamuel Ortiz "matches",
48120ba271bSSamuel Ortiz "unicode-bidi",
48220ba271bSSamuel Ortiz "unicode-normalization",
48320ba271bSSamuel Ortiz]
48420ba271bSSamuel Ortiz
48520ba271bSSamuel Ortiz[[package]]
48678fe8072SRob Bradfordname = "ipnetwork"
487dd0791d7Sdependabot-preview[bot]version = "0.16.0"
48878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
489dd0791d7Sdependabot-preview[bot]checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
49078fe8072SRob Bradforddependencies = [
4911b1a2175SSamuel Ortiz "serde",
49278fe8072SRob Bradford]
49378fe8072SRob Bradford
49478fe8072SRob Bradford[[package]]
49578fe8072SRob Bradfordname = "itoa"
49619ab08f2Sdependabot-preview[bot]version = "0.4.6"
49778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
49819ab08f2Sdependabot-preview[bot]checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
49978fe8072SRob Bradford
50078fe8072SRob Bradford[[package]]
50178fe8072SRob Bradfordname = "kernel32-sys"
50278fe8072SRob Bradfordversion = "0.2.2"
50378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5041b1a2175SSamuel Ortizchecksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
50578fe8072SRob Bradforddependencies = [
5061b1a2175SSamuel Ortiz "winapi 0.2.8",
5071b1a2175SSamuel Ortiz "winapi-build",
50878fe8072SRob Bradford]
50978fe8072SRob Bradford
51078fe8072SRob Bradford[[package]]
511a0da3debSSamuel Ortizname = "kvm-bindings"
5120f21781fSSamuel Ortizversion = "0.2.0"
51312b036a8SSamuel Ortizsource = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch#3a6780089e0e2d69aaf77666524e81801c814bdd"
5140f21781fSSamuel Ortizdependencies = [
515722f9b66SCathy Zhang "serde",
516722f9b66SCathy Zhang "serde_derive",
5171b1a2175SSamuel Ortiz "vmm-sys-util",
5180f21781fSSamuel Ortiz]
519a0da3debSSamuel Ortiz
520a0da3debSSamuel Ortiz[[package]]
521a0da3debSSamuel Ortizname = "kvm-ioctls"
5221651cc39Sdependabot-preview[bot]version = "0.5.0"
5239ccc7daaSRob Bradfordsource = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#5b7f1cc5de6d9664ee30e7d6a2f183499de0f685"
524a0da3debSSamuel Ortizdependencies = [
5251b1a2175SSamuel Ortiz "kvm-bindings",
5261b1a2175SSamuel Ortiz "libc",
5271b1a2175SSamuel Ortiz "vmm-sys-util",
5282ed17abbSSamuel Ortiz]
52973337c8bSSamuel Ortiz
5302ed17abbSSamuel Ortiz[[package]]
53178fe8072SRob Bradfordname = "lazy_static"
532808fcaa4Sdependabot-preview[bot]version = "1.4.0"
53378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5341b1a2175SSamuel Ortizchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
53578fe8072SRob Bradford
53678fe8072SRob Bradford[[package]]
5372ed17abbSSamuel Ortizname = "libc"
538a4bb96d4Sdependabot-preview[bot]version = "0.2.71"
5392ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
540a4bb96d4Sdependabot-preview[bot]checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
5412ed17abbSSamuel Ortiz
5422ed17abbSSamuel Ortiz[[package]]
543ddce3df8SRob Bradfordname = "libssh2-sys"
544f5debc4bSdependabot-preview[bot]version = "0.2.17"
545ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
546f5debc4bSdependabot-preview[bot]checksum = "d45f516b9b19ea6c940b9f36d36734062a153a2b4cc9ef31d82c54bb9780f525"
547ddce3df8SRob Bradforddependencies = [
5481b1a2175SSamuel Ortiz "cc",
5491b1a2175SSamuel Ortiz "libc",
5501b1a2175SSamuel Ortiz "libz-sys",
5511b1a2175SSamuel Ortiz "openssl-sys",
5521b1a2175SSamuel Ortiz "pkg-config",
5531b1a2175SSamuel Ortiz "vcpkg",
554ddce3df8SRob Bradford]
555ddce3df8SRob Bradford
556ddce3df8SRob Bradford[[package]]
557ddce3df8SRob Bradfordname = "libz-sys"
558ddce3df8SRob Bradfordversion = "1.0.25"
559ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5601b1a2175SSamuel Ortizchecksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
561ddce3df8SRob Bradforddependencies = [
5621b1a2175SSamuel Ortiz "cc",
5631b1a2175SSamuel Ortiz "libc",
5641b1a2175SSamuel Ortiz "pkg-config",
5651b1a2175SSamuel Ortiz "vcpkg",
566ddce3df8SRob Bradford]
567ddce3df8SRob Bradford
568ddce3df8SRob Bradford[[package]]
569539367b5SSamuel Ortizname = "linux-loader"
570539367b5SSamuel Ortizversion = "0.1.0"
5719099b067Sdependabot-preview[bot]source = "git+https://github.com/rust-vmm/linux-loader#2a62f21b441716332df048762c3b15700f72563f"
572d5f5648bSSamuel Ortizdependencies = [
5731b1a2175SSamuel Ortiz "vm-memory",
574d5f5648bSSamuel Ortiz]
575d5f5648bSSamuel Ortiz
576d5f5648bSSamuel Ortiz[[package]]
5774ff972c3Sdependabot-preview[bot]name = "lock_api"
5782b7fbcb9Sdependabot-preview[bot]version = "0.3.4"
5794ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
5802b7fbcb9Sdependabot-preview[bot]checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
5814ff972c3Sdependabot-preview[bot]dependencies = [
5821b1a2175SSamuel Ortiz "scopeguard",
5834ff972c3Sdependabot-preview[bot]]
5844ff972c3Sdependabot-preview[bot]
5854ff972c3Sdependabot-preview[bot][[package]]
5860adc3481SSamuel Ortizname = "log"
58778fe8072SRob Bradfordversion = "0.3.9"
58878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5891b1a2175SSamuel Ortizchecksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
59078fe8072SRob Bradforddependencies = [
5911b1a2175SSamuel Ortiz "log 0.4.8",
59278fe8072SRob Bradford]
59378fe8072SRob Bradford
59478fe8072SRob Bradford[[package]]
59578fe8072SRob Bradfordname = "log"
5966e6ef834SRob Bradfordversion = "0.4.8"
5970adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
5981b1a2175SSamuel Ortizchecksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
5990adc3481SSamuel Ortizdependencies = [
6001b1a2175SSamuel Ortiz "cfg-if",
6010adc3481SSamuel Ortiz]
6020adc3481SSamuel Ortiz
6030adc3481SSamuel Ortiz[[package]]
60420ba271bSSamuel Ortizname = "matches"
60520ba271bSSamuel Ortizversion = "0.1.8"
60620ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
60720ba271bSSamuel Ortizchecksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
60820ba271bSSamuel Ortiz
60920ba271bSSamuel Ortiz[[package]]
61078fe8072SRob Bradfordname = "memchr"
611ad307912Sdependabot-preview[bot]version = "2.3.3"
61278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
6131b1a2175SSamuel Ortizchecksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
61478fe8072SRob Bradford
61578fe8072SRob Bradford[[package]]
6162371325fSSamuel Ortizname = "micro_http"
6172371325fSSamuel Ortizversion = "0.1.0"
618dd9d0d04Sdependabot-preview[bot]source = "git+https://github.com/firecracker-microvm/micro-http#c9ffb90aebdc77a8fade2e4196f311f9bbfcce82"
6197498647eSJose Carlos Venegas Munozdependencies = [
6201b1a2175SSamuel Ortiz "epoll",
6217498647eSJose Carlos Venegas Munoz]
6222371325fSSamuel Ortiz
6232371325fSSamuel Ortiz[[package]]
6248bcd0abbSdependabot-preview[bot]name = "miniz_oxide"
6258bcd0abbSdependabot-preview[bot]version = "0.3.7"
6268bcd0abbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6278bcd0abbSdependabot-preview[bot]checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
6288bcd0abbSdependabot-preview[bot]dependencies = [
6298bcd0abbSdependabot-preview[bot] "adler32",
6308bcd0abbSdependabot-preview[bot]]
6318bcd0abbSdependabot-preview[bot]
6328bcd0abbSdependabot-preview[bot][[package]]
63353f52954SSebastien Boeufname = "net_gen"
63453f52954SSebastien Boeufversion = "0.1.0"
63553f52954SSebastien Boeufdependencies = [
6361b1a2175SSamuel Ortiz "vmm-sys-util",
63753f52954SSebastien Boeuf]
63853f52954SSebastien Boeuf
63953f52954SSebastien Boeuf[[package]]
64053f52954SSebastien Boeufname = "net_util"
64153f52954SSebastien Boeufversion = "0.1.0"
64253f52954SSebastien Boeufdependencies = [
6431b1a2175SSamuel Ortiz "lazy_static",
6441b1a2175SSamuel Ortiz "libc",
6451b1a2175SSamuel Ortiz "net_gen",
6461b1a2175SSamuel Ortiz "pnet",
6471b1a2175SSamuel Ortiz "rand 0.7.3",
6481b1a2175SSamuel Ortiz "serde",
6491b1a2175SSamuel Ortiz "serde_json",
6501b1a2175SSamuel Ortiz "vmm-sys-util",
65153f52954SSebastien Boeuf]
65253f52954SSebastien Boeuf
65353f52954SSebastien Boeuf[[package]]
654710520e9SSergio Lopezname = "num_cpus"
6556cc8248aSdependabot-preview[bot]version = "1.13.0"
656710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
6576cc8248aSdependabot-preview[bot]checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
658710520e9SSergio Lopezdependencies = [
6591b1a2175SSamuel Ortiz "hermit-abi",
6601b1a2175SSamuel Ortiz "libc",
661710520e9SSergio Lopez]
662710520e9SSergio Lopez
663710520e9SSergio Lopez[[package]]
6646989bf05Sdependabot-preview[bot]name = "object"
6658bcd0abbSdependabot-preview[bot]version = "0.20.0"
6666989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6678bcd0abbSdependabot-preview[bot]checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
6686989bf05Sdependabot-preview[bot]
6696989bf05Sdependabot-preview[bot][[package]]
670d8f181c5Sdependabot-preview[bot]name = "once_cell"
671c566f1f0Sdependabot-preview[bot]version = "1.4.0"
672d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
673c566f1f0Sdependabot-preview[bot]checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
674d8f181c5Sdependabot-preview[bot]
675d8f181c5Sdependabot-preview[bot][[package]]
676ddce3df8SRob Bradfordname = "openssl-sys"
677b31fe72eSdependabot-preview[bot]version = "0.9.58"
678ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
679b31fe72eSdependabot-preview[bot]checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
680ddce3df8SRob Bradforddependencies = [
6811b1a2175SSamuel Ortiz "autocfg",
6821b1a2175SSamuel Ortiz "cc",
6831b1a2175SSamuel Ortiz "libc",
6841b1a2175SSamuel Ortiz "pkg-config",
6851b1a2175SSamuel Ortiz "vcpkg",
686ddce3df8SRob Bradford]
687ddce3df8SRob Bradford
688ddce3df8SRob Bradford[[package]]
6894ff972c3Sdependabot-preview[bot]name = "parking_lot"
6900071ac8cSdependabot-preview[bot]version = "0.10.2"
6914ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6920071ac8cSdependabot-preview[bot]checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
6934ff972c3Sdependabot-preview[bot]dependencies = [
6941b1a2175SSamuel Ortiz "lock_api",
6951b1a2175SSamuel Ortiz "parking_lot_core",
6964ff972c3Sdependabot-preview[bot]]
6974ff972c3Sdependabot-preview[bot]
6984ff972c3Sdependabot-preview[bot][[package]]
6994ff972c3Sdependabot-preview[bot]name = "parking_lot_core"
700f626bd60Sdependabot-preview[bot]version = "0.7.2"
7014ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
702f626bd60Sdependabot-preview[bot]checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
7034ff972c3Sdependabot-preview[bot]dependencies = [
7041b1a2175SSamuel Ortiz "cfg-if",
7051b1a2175SSamuel Ortiz "cloudabi",
7061b1a2175SSamuel Ortiz "libc",
7071b1a2175SSamuel Ortiz "redox_syscall",
7081b1a2175SSamuel Ortiz "smallvec",
7091b1a2175SSamuel Ortiz "winapi 0.3.8",
7104ff972c3Sdependabot-preview[bot]]
7114ff972c3Sdependabot-preview[bot]
7124ff972c3Sdependabot-preview[bot][[package]]
7130adc3481SSamuel Ortizname = "pci"
7140adc3481SSamuel Ortizversion = "0.1.0"
7150adc3481SSamuel Ortizdependencies = [
716376db311SSebastien Boeuf "anyhow",
7171b1a2175SSamuel Ortiz "byteorder",
7181b1a2175SSamuel Ortiz "devices",
71953ce5298SSamuel Ortiz "kvm-bindings",
72053ce5298SSamuel Ortiz "kvm-ioctls",
7211b1a2175SSamuel Ortiz "libc",
7221b1a2175SSamuel Ortiz "log 0.4.8",
723376db311SSebastien Boeuf "serde",
724376db311SSebastien Boeuf "serde_derive",
725376db311SSebastien Boeuf "serde_json",
7263336e801SSamuel Ortiz "vfio-bindings 0.2.0 (git+https://github.com/rust-vmm/vfio-bindings)",
727d24aa72dSSamuel Ortiz "vfio-ioctls",
7281b1a2175SSamuel Ortiz "vm-allocator",
7291b1a2175SSamuel Ortiz "vm-device",
7301b1a2175SSamuel Ortiz "vm-memory",
731376db311SSebastien Boeuf "vm-migration",
73253ce5298SSamuel Ortiz "vmm-sys-util",
7330adc3481SSamuel Ortiz]
7340adc3481SSamuel Ortiz
7350adc3481SSamuel Ortiz[[package]]
73620ba271bSSamuel Ortizname = "percent-encoding"
73720ba271bSSamuel Ortizversion = "2.1.0"
73820ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
73920ba271bSSamuel Ortizchecksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
74020ba271bSSamuel Ortiz
74120ba271bSSamuel Ortiz[[package]]
742d8f181c5Sdependabot-preview[bot]name = "pin-project"
7432072145dSdependabot-preview[bot]version = "0.4.22"
744d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
7452072145dSdependabot-preview[bot]checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
746d8f181c5Sdependabot-preview[bot]dependencies = [
747d8f181c5Sdependabot-preview[bot] "pin-project-internal",
748d8f181c5Sdependabot-preview[bot]]
749d8f181c5Sdependabot-preview[bot]
750d8f181c5Sdependabot-preview[bot][[package]]
751d8f181c5Sdependabot-preview[bot]name = "pin-project-internal"
7522072145dSdependabot-preview[bot]version = "0.4.22"
753d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
7542072145dSdependabot-preview[bot]checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
755d8f181c5Sdependabot-preview[bot]dependencies = [
756d8f181c5Sdependabot-preview[bot] "proc-macro2",
757d8f181c5Sdependabot-preview[bot] "quote",
758d8f181c5Sdependabot-preview[bot] "syn",
759d8f181c5Sdependabot-preview[bot]]
760d8f181c5Sdependabot-preview[bot]
761d8f181c5Sdependabot-preview[bot][[package]]
762710520e9SSergio Lopezname = "pin-utils"
7639f08f537Sdependabot-preview[bot]version = "0.1.0"
764710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
7659f08f537Sdependabot-preview[bot]checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
766710520e9SSergio Lopez
767710520e9SSergio Lopez[[package]]
768ddce3df8SRob Bradfordname = "pkg-config"
7692d258624Sdependabot-preview[bot]version = "0.3.17"
770ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
7711b1a2175SSamuel Ortizchecksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
772ddce3df8SRob Bradford
773ddce3df8SRob Bradford[[package]]
77478fe8072SRob Bradfordname = "pnet"
775dd0791d7Sdependabot-preview[bot]version = "0.26.0"
77678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
777dd0791d7Sdependabot-preview[bot]checksum = "c62df42dcd72f6f2a658bcf38509f1027df1440ac85f1af4badbe034418302dc"
77878fe8072SRob Bradforddependencies = [
7791b1a2175SSamuel Ortiz "ipnetwork",
7801b1a2175SSamuel Ortiz "pnet_base",
7811b1a2175SSamuel Ortiz "pnet_datalink",
7821b1a2175SSamuel Ortiz "pnet_packet",
7831b1a2175SSamuel Ortiz "pnet_sys",
7841b1a2175SSamuel Ortiz "pnet_transport",
78578fe8072SRob Bradford]
78678fe8072SRob Bradford
78778fe8072SRob Bradford[[package]]
78878fe8072SRob Bradfordname = "pnet_base"
789dd0791d7Sdependabot-preview[bot]version = "0.26.0"
79078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
791dd0791d7Sdependabot-preview[bot]checksum = "b7cd5f7e15220afa66b0a9a62841ea10089f39dcaa1c29752c0b22dfc03111b5"
79278fe8072SRob Bradford
79378fe8072SRob Bradford[[package]]
79478fe8072SRob Bradfordname = "pnet_datalink"
795dd0791d7Sdependabot-preview[bot]version = "0.26.0"
79678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
797dd0791d7Sdependabot-preview[bot]checksum = "7318ae1d6e0b7fa1e49933233c9473f2b72d3d18b97e70e2716c6415dde5f915"
79878fe8072SRob Bradforddependencies = [
7991b1a2175SSamuel Ortiz "ipnetwork",
8001b1a2175SSamuel Ortiz "libc",
8011b1a2175SSamuel Ortiz "pnet_base",
8021b1a2175SSamuel Ortiz "pnet_sys",
8031b1a2175SSamuel Ortiz "winapi 0.2.8",
80478fe8072SRob Bradford]
80578fe8072SRob Bradford
80678fe8072SRob Bradford[[package]]
80778fe8072SRob Bradfordname = "pnet_macros"
808af3d0802Sdependabot-preview[bot]version = "0.26.0"
80978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
810af3d0802Sdependabot-preview[bot]checksum = "bbbd5c52c6e04aa720400f9c71cd0e8bcb38cd13421d5caabd9035e9efa47de9"
81178fe8072SRob Bradforddependencies = [
8121b1a2175SSamuel Ortiz "regex",
8131b1a2175SSamuel Ortiz "syntex",
8141b1a2175SSamuel Ortiz "syntex_syntax",
81578fe8072SRob Bradford]
81678fe8072SRob Bradford
81778fe8072SRob Bradford[[package]]
81878fe8072SRob Bradfordname = "pnet_macros_support"
819dd0791d7Sdependabot-preview[bot]version = "0.26.0"
82078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
821dd0791d7Sdependabot-preview[bot]checksum = "daf9c5c0c36766d0a4da9ab268c0700771b8ec367b9463fd678109fa28463c5b"
82278fe8072SRob Bradforddependencies = [
8231b1a2175SSamuel Ortiz "pnet_base",
82478fe8072SRob Bradford]
82578fe8072SRob Bradford
82678fe8072SRob Bradford[[package]]
82778fe8072SRob Bradfordname = "pnet_packet"
828dd0791d7Sdependabot-preview[bot]version = "0.26.0"
82978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
830dd0791d7Sdependabot-preview[bot]checksum = "89e26a864d71d0ac51a549cf40283c44ed1b8f98168545638a4730ef9f560283"
83178fe8072SRob Bradforddependencies = [
8321b1a2175SSamuel Ortiz "glob",
8331b1a2175SSamuel Ortiz "pnet_base",
8341b1a2175SSamuel Ortiz "pnet_macros",
8351b1a2175SSamuel Ortiz "pnet_macros_support",
8361b1a2175SSamuel Ortiz "syntex",
83778fe8072SRob Bradford]
83878fe8072SRob Bradford
83978fe8072SRob Bradford[[package]]
84078fe8072SRob Bradfordname = "pnet_sys"
841dd0791d7Sdependabot-preview[bot]version = "0.26.0"
84278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
843dd0791d7Sdependabot-preview[bot]checksum = "73f0de0c52609f157b25d79ce24d9016ab1bbf10cde761397200d634a833872c"
84478fe8072SRob Bradforddependencies = [
8451b1a2175SSamuel Ortiz "libc",
8461b1a2175SSamuel Ortiz "winapi 0.2.8",
8471b1a2175SSamuel Ortiz "ws2_32-sys",
84878fe8072SRob Bradford]
84978fe8072SRob Bradford
85078fe8072SRob Bradford[[package]]
85178fe8072SRob Bradfordname = "pnet_transport"
852dd0791d7Sdependabot-preview[bot]version = "0.26.0"
85378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
854dd0791d7Sdependabot-preview[bot]checksum = "6712ab76534340494d849e3c51c64a6261e4b451337b7c05bd3681e384c48b10"
85578fe8072SRob Bradforddependencies = [
8561b1a2175SSamuel Ortiz "libc",
8571b1a2175SSamuel Ortiz "pnet_base",
8581b1a2175SSamuel Ortiz "pnet_packet",
8591b1a2175SSamuel Ortiz "pnet_sys",
86078fe8072SRob Bradford]
86178fe8072SRob Bradford
86278fe8072SRob Bradford[[package]]
863577d44c8Sfazlamehrabname = "ppv-lite86"
864d760010cSdependabot-preview[bot]version = "0.2.8"
865577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
866d760010cSdependabot-preview[bot]checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
867577d44c8Sfazlamehrab
868577d44c8Sfazlamehrab[[package]]
869710520e9SSergio Lopezname = "proc-macro-hack"
87083c18de5Sdependabot-preview[bot]version = "0.5.16"
871710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
87283c18de5Sdependabot-preview[bot]checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
873710520e9SSergio Lopez
874710520e9SSergio Lopez[[package]]
875710520e9SSergio Lopezname = "proc-macro-nested"
876cb67372dSdependabot-preview[bot]version = "0.1.6"
877710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
878cb67372dSdependabot-preview[bot]checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
879710520e9SSergio Lopez
880710520e9SSergio Lopez[[package]]
88180ac3a84SChao Pengname = "proc-macro2"
882d2d5ccb1Sdependabot-preview[bot]version = "1.0.18"
88355f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
884d2d5ccb1Sdependabot-preview[bot]checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
88555f01b21Sdependabot-preview[bot]dependencies = [
8861b1a2175SSamuel Ortiz "unicode-xid 0.2.0",
88755f01b21Sdependabot-preview[bot]]
88855f01b21Sdependabot-preview[bot]
88955f01b21Sdependabot-preview[bot][[package]]
89080ac3a84SChao Pengname = "qcow"
89180ac3a84SChao Pengversion = "0.1.0"
89280ac3a84SChao Pengdependencies = [
8931b1a2175SSamuel Ortiz "byteorder",
8941b1a2175SSamuel Ortiz "libc",
8951b1a2175SSamuel Ortiz "log 0.4.8",
8961b1a2175SSamuel Ortiz "remain",
8971b1a2175SSamuel Ortiz "tempfile",
8981b1a2175SSamuel Ortiz "vm-virtio",
8991b1a2175SSamuel Ortiz "vmm-sys-util",
90080ac3a84SChao Peng]
90180ac3a84SChao Peng
90280ac3a84SChao Peng[[package]]
90380ac3a84SChao Pengname = "quote"
904c7d44b88Sdependabot-preview[bot]version = "1.0.7"
90555f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
906c7d44b88Sdependabot-preview[bot]checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
90755f01b21Sdependabot-preview[bot]dependencies = [
9081b1a2175SSamuel Ortiz "proc-macro2",
90955f01b21Sdependabot-preview[bot]]
91055f01b21Sdependabot-preview[bot]
91155f01b21Sdependabot-preview[bot][[package]]
912b67e0b3dSSebastien Boeufname = "rand"
9137ebfe909SRob Bradfordversion = "0.4.6"
9147ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9151b1a2175SSamuel Ortizchecksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
9167ebfe909SRob Bradforddependencies = [
9171b1a2175SSamuel Ortiz "fuchsia-cprng",
9181b1a2175SSamuel Ortiz "libc",
9191b1a2175SSamuel Ortiz "rand_core 0.3.1",
9201b1a2175SSamuel Ortiz "rdrand",
9211b1a2175SSamuel Ortiz "winapi 0.3.8",
9227ebfe909SRob Bradford]
9237ebfe909SRob Bradford
9247ebfe909SRob Bradford[[package]]
9257ebfe909SRob Bradfordname = "rand"
92641895d7dSdependabot-preview[bot]version = "0.7.3"
927577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9281b1a2175SSamuel Ortizchecksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
929577d44c8Sfazlamehrabdependencies = [
9301b1a2175SSamuel Ortiz "getrandom",
9311b1a2175SSamuel Ortiz "libc",
9321b1a2175SSamuel Ortiz "rand_chacha",
9331b1a2175SSamuel Ortiz "rand_core 0.5.1",
9341b1a2175SSamuel Ortiz "rand_hc",
935577d44c8Sfazlamehrab]
936577d44c8Sfazlamehrab
937577d44c8Sfazlamehrab[[package]]
938b67e0b3dSSebastien Boeufname = "rand_chacha"
93913a61c47Sdependabot-preview[bot]version = "0.2.2"
940577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9411b1a2175SSamuel Ortizchecksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
942577d44c8Sfazlamehrabdependencies = [
9431b1a2175SSamuel Ortiz "ppv-lite86",
9441b1a2175SSamuel Ortiz "rand_core 0.5.1",
945577d44c8Sfazlamehrab]
946577d44c8Sfazlamehrab
947577d44c8Sfazlamehrab[[package]]
948b67e0b3dSSebastien Boeufname = "rand_core"
949b67e0b3dSSebastien Boeufversion = "0.3.1"
950b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
9511b1a2175SSamuel Ortizchecksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
952b67e0b3dSSebastien Boeufdependencies = [
9531b1a2175SSamuel Ortiz "rand_core 0.4.2",
954b67e0b3dSSebastien Boeuf]
955b67e0b3dSSebastien Boeuf
956b67e0b3dSSebastien Boeuf[[package]]
957b67e0b3dSSebastien Boeufname = "rand_core"
958df5058ecSfazlamehrabversion = "0.4.2"
959b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
9601b1a2175SSamuel Ortizchecksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
961b67e0b3dSSebastien Boeuf
962b67e0b3dSSebastien Boeuf[[package]]
963577d44c8Sfazlamehrabname = "rand_core"
964e4ea60ddSdependabot-preview[bot]version = "0.5.1"
965577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9661b1a2175SSamuel Ortizchecksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
967577d44c8Sfazlamehrabdependencies = [
9681b1a2175SSamuel Ortiz "getrandom",
969577d44c8Sfazlamehrab]
970577d44c8Sfazlamehrab
971577d44c8Sfazlamehrab[[package]]
972b67e0b3dSSebastien Boeufname = "rand_hc"
973577d44c8Sfazlamehrabversion = "0.2.0"
974577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9751b1a2175SSamuel Ortizchecksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
976577d44c8Sfazlamehrabdependencies = [
9771b1a2175SSamuel Ortiz "rand_core 0.5.1",
978577d44c8Sfazlamehrab]
979577d44c8Sfazlamehrab
980577d44c8Sfazlamehrab[[package]]
981b67e0b3dSSebastien Boeufname = "rdrand"
982b67e0b3dSSebastien Boeufversion = "0.4.0"
983b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
9841b1a2175SSamuel Ortizchecksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
985b67e0b3dSSebastien Boeufdependencies = [
9861b1a2175SSamuel Ortiz "rand_core 0.3.1",
987b67e0b3dSSebastien Boeuf]
988b67e0b3dSSebastien Boeuf
989b67e0b3dSSebastien Boeuf[[package]]
9902ed17abbSSamuel Ortizname = "redox_syscall"
991577d44c8Sfazlamehrabversion = "0.1.56"
9922ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
9931b1a2175SSamuel Ortizchecksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
9942ed17abbSSamuel Ortiz
9952ed17abbSSamuel Ortiz[[package]]
996ddce3df8SRob Bradfordname = "redox_users"
997503e047cSdependabot-preview[bot]version = "0.3.4"
998ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9991b1a2175SSamuel Ortizchecksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
1000ddce3df8SRob Bradforddependencies = [
10011b1a2175SSamuel Ortiz "getrandom",
10021b1a2175SSamuel Ortiz "redox_syscall",
10031b1a2175SSamuel Ortiz "rust-argon2",
1004ddce3df8SRob Bradford]
1005ddce3df8SRob Bradford
1006ddce3df8SRob Bradford[[package]]
100778fe8072SRob Bradfordname = "regex"
1008bc2921b2Sdependabot-preview[bot]version = "1.3.9"
100978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1010bc2921b2Sdependabot-preview[bot]checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
101178fe8072SRob Bradforddependencies = [
10121b1a2175SSamuel Ortiz "aho-corasick",
10131b1a2175SSamuel Ortiz "memchr",
10141b1a2175SSamuel Ortiz "regex-syntax",
10151b1a2175SSamuel Ortiz "thread_local",
101678fe8072SRob Bradford]
101778fe8072SRob Bradford
101878fe8072SRob Bradford[[package]]
101978fe8072SRob Bradfordname = "regex-syntax"
1020917ad530Sdependabot-preview[bot]version = "0.6.18"
102178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1022917ad530Sdependabot-preview[bot]checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
102378fe8072SRob Bradford
102478fe8072SRob Bradford[[package]]
102580ac3a84SChao Pengname = "remain"
102669dac2dbSdependabot-preview[bot]version = "0.2.2"
102780ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
102869dac2dbSdependabot-preview[bot]checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7"
102980ac3a84SChao Pengdependencies = [
10301b1a2175SSamuel Ortiz "proc-macro2",
10311b1a2175SSamuel Ortiz "quote",
10321b1a2175SSamuel Ortiz "syn",
103380ac3a84SChao Peng]
103480ac3a84SChao Peng
103580ac3a84SChao Peng[[package]]
1036b67e0b3dSSebastien Boeufname = "remove_dir_all"
10379eaa735cSdependabot-preview[bot]version = "0.5.3"
1038b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
10399eaa735cSdependabot-preview[bot]checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1040b67e0b3dSSebastien Boeufdependencies = [
10411b1a2175SSamuel Ortiz "winapi 0.3.8",
1042b67e0b3dSSebastien Boeuf]
1043b67e0b3dSSebastien Boeuf
1044b67e0b3dSSebastien Boeuf[[package]]
10458fcaf91dSdependabot-preview[bot]name = "rust-argon2"
1046503e047cSdependabot-preview[bot]version = "0.7.0"
10478fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
10481b1a2175SSamuel Ortizchecksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
10498fcaf91dSdependabot-preview[bot]dependencies = [
10501b1a2175SSamuel Ortiz "base64",
10511b1a2175SSamuel Ortiz "blake2b_simd",
10521b1a2175SSamuel Ortiz "constant_time_eq",
10531b1a2175SSamuel Ortiz "crossbeam-utils",
10548fcaf91dSdependabot-preview[bot]]
10558fcaf91dSdependabot-preview[bot]
10568fcaf91dSdependabot-preview[bot][[package]]
1057ddce3df8SRob Bradfordname = "rustc-demangle"
10580d53a589Sdependabot-preview[bot]version = "0.1.16"
1059ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
10601b1a2175SSamuel Ortizchecksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1061ddce3df8SRob Bradford
1062ddce3df8SRob Bradford[[package]]
106378fe8072SRob Bradfordname = "rustc-serialize"
106478fe8072SRob Bradfordversion = "0.3.24"
106578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
10661b1a2175SSamuel Ortizchecksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
106778fe8072SRob Bradford
106878fe8072SRob Bradford[[package]]
106978fe8072SRob Bradfordname = "ryu"
1070b731e63aSdependabot-preview[bot]version = "1.0.5"
107178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1072b731e63aSdependabot-preview[bot]checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
107378fe8072SRob Bradford
107478fe8072SRob Bradford[[package]]
10754ff972c3Sdependabot-preview[bot]name = "scopeguard"
10760d748c5cSdependabot-preview[bot]version = "1.1.0"
10774ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
10781b1a2175SSamuel Ortizchecksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
10794ff972c3Sdependabot-preview[bot]
10804ff972c3Sdependabot-preview[bot][[package]]
1081708f02dcSSebastien Boeufname = "seccomp"
1082708f02dcSSebastien Boeufversion = "0.1.0"
1083708f02dcSSebastien Boeufsource = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.21.1#047a379eb041f9ceae35df5fa072d88cac55340e"
1084708f02dcSSebastien Boeufdependencies = [
10851b1a2175SSamuel Ortiz "libc",
1086708f02dcSSebastien Boeuf]
1087708f02dcSSebastien Boeuf
1088708f02dcSSebastien Boeuf[[package]]
108953f52954SSebastien Boeufname = "serde"
1090b969d92fSdependabot-preview[bot]version = "1.0.114"
109153f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
1092b969d92fSdependabot-preview[bot]checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
109353f52954SSebastien Boeuf
109453f52954SSebastien Boeuf[[package]]
1095f674019eSSamuel Ortizname = "serde_derive"
109630fb6732Sdependabot-preview[bot]version = "1.0.114"
1097f674019eSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
109830fb6732Sdependabot-preview[bot]checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
1099f674019eSSamuel Ortizdependencies = [
11001b1a2175SSamuel Ortiz "proc-macro2",
11011b1a2175SSamuel Ortiz "quote",
11021b1a2175SSamuel Ortiz "syn",
1103f674019eSSamuel Ortiz]
1104f674019eSSamuel Ortiz
1105f674019eSSamuel Ortiz[[package]]
110678fe8072SRob Bradfordname = "serde_json"
1107f3556279Sdependabot-preview[bot]version = "1.0.55"
110878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1109f3556279Sdependabot-preview[bot]checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
111078fe8072SRob Bradforddependencies = [
11111b1a2175SSamuel Ortiz "itoa",
11121b1a2175SSamuel Ortiz "ryu",
11131b1a2175SSamuel Ortiz "serde",
111478fe8072SRob Bradford]
111578fe8072SRob Bradford
111678fe8072SRob Bradford[[package]]
1117df5058ecSfazlamehrabname = "signal-hook"
11184cd2eccfSdependabot-preview[bot]version = "0.1.15"
1119df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
11204cd2eccfSdependabot-preview[bot]checksum = "8ff2db2112d6c761e12522c65f7768548bd6e8cd23d2a9dae162520626629bd6"
1121df5058ecSfazlamehrabdependencies = [
11221b1a2175SSamuel Ortiz "libc",
11231b1a2175SSamuel Ortiz "signal-hook-registry",
1124df5058ecSfazlamehrab]
1125df5058ecSfazlamehrab
1126df5058ecSfazlamehrab[[package]]
1127df5058ecSfazlamehrabname = "signal-hook-registry"
11280274b792Sdependabot-preview[bot]version = "1.2.0"
1129df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
11301b1a2175SSamuel Ortizchecksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
1131df5058ecSfazlamehrabdependencies = [
11321b1a2175SSamuel Ortiz "arc-swap",
11331b1a2175SSamuel Ortiz "libc",
1134df5058ecSfazlamehrab]
1135df5058ecSfazlamehrab
1136df5058ecSfazlamehrab[[package]]
1137710520e9SSergio Lopezname = "slab"
1138710520e9SSergio Lopezversion = "0.4.2"
1139710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
11401b1a2175SSamuel Ortizchecksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1141710520e9SSergio Lopez
1142710520e9SSergio Lopez[[package]]
11434ff972c3Sdependabot-preview[bot]name = "smallvec"
1144df14a68eSdependabot-preview[bot]version = "1.4.0"
11454ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1146df14a68eSdependabot-preview[bot]checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
11474ff972c3Sdependabot-preview[bot]
11484ff972c3Sdependabot-preview[bot][[package]]
1149ddce3df8SRob Bradfordname = "ssh2"
1150eb3d9d15Sdependabot-preview[bot]version = "0.8.1"
1151ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1152eb3d9d15Sdependabot-preview[bot]checksum = "dd3183fb5dfacfd604fd33be6f581eb060a54d5fdc828d49b41de3c9309459a9"
1153ddce3df8SRob Bradforddependencies = [
11541b1a2175SSamuel Ortiz "bitflags 1.2.1",
11551b1a2175SSamuel Ortiz "libc",
11561b1a2175SSamuel Ortiz "libssh2-sys",
11571b1a2175SSamuel Ortiz "parking_lot",
1158ddce3df8SRob Bradford]
1159ddce3df8SRob Bradford
1160ddce3df8SRob Bradford[[package]]
11612ed17abbSSamuel Ortizname = "strsim"
11626abd50f4Sdependabot-preview[bot]version = "0.8.0"
11632ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
11641b1a2175SSamuel Ortizchecksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
11652ed17abbSSamuel Ortiz
11662ed17abbSSamuel Ortiz[[package]]
116780ac3a84SChao Pengname = "syn"
116822fc3bfaSdependabot-preview[bot]version = "1.0.33"
116955f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
117022fc3bfaSdependabot-preview[bot]checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
117155f01b21Sdependabot-preview[bot]dependencies = [
11721b1a2175SSamuel Ortiz "proc-macro2",
11731b1a2175SSamuel Ortiz "quote",
11741b1a2175SSamuel Ortiz "unicode-xid 0.2.0",
117555f01b21Sdependabot-preview[bot]]
117655f01b21Sdependabot-preview[bot]
117755f01b21Sdependabot-preview[bot][[package]]
1178ddce3df8SRob Bradfordname = "synstructure"
1179afe60808Sdependabot-preview[bot]version = "0.12.4"
1180ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1181afe60808Sdependabot-preview[bot]checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
1182ddce3df8SRob Bradforddependencies = [
11831b1a2175SSamuel Ortiz "proc-macro2",
11841b1a2175SSamuel Ortiz "quote",
11851b1a2175SSamuel Ortiz "syn",
11861b1a2175SSamuel Ortiz "unicode-xid 0.2.0",
1187ddce3df8SRob Bradford]
1188ddce3df8SRob Bradford
1189ddce3df8SRob Bradford[[package]]
119078fe8072SRob Bradfordname = "syntex"
119178fe8072SRob Bradfordversion = "0.42.2"
119278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
11931b1a2175SSamuel Ortizchecksum = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317"
119478fe8072SRob Bradforddependencies = [
11951b1a2175SSamuel Ortiz "syntex_errors",
11961b1a2175SSamuel Ortiz "syntex_syntax",
119778fe8072SRob Bradford]
119878fe8072SRob Bradford
119978fe8072SRob Bradford[[package]]
120078fe8072SRob Bradfordname = "syntex_errors"
120178fe8072SRob Bradfordversion = "0.42.0"
120278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12031b1a2175SSamuel Ortizchecksum = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646"
120478fe8072SRob Bradforddependencies = [
12051b1a2175SSamuel Ortiz "libc",
12061b1a2175SSamuel Ortiz "log 0.3.9",
12071b1a2175SSamuel Ortiz "rustc-serialize",
12081b1a2175SSamuel Ortiz "syntex_pos",
12091b1a2175SSamuel Ortiz "term",
12101b1a2175SSamuel Ortiz "unicode-xid 0.0.3",
121178fe8072SRob Bradford]
121278fe8072SRob Bradford
121378fe8072SRob Bradford[[package]]
121478fe8072SRob Bradfordname = "syntex_pos"
121578fe8072SRob Bradfordversion = "0.42.0"
121678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12171b1a2175SSamuel Ortizchecksum = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6"
121878fe8072SRob Bradforddependencies = [
12191b1a2175SSamuel Ortiz "rustc-serialize",
122078fe8072SRob Bradford]
122178fe8072SRob Bradford
122278fe8072SRob Bradford[[package]]
122378fe8072SRob Bradfordname = "syntex_syntax"
122478fe8072SRob Bradfordversion = "0.42.0"
122578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12261b1a2175SSamuel Ortizchecksum = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d"
122778fe8072SRob Bradforddependencies = [
12281b1a2175SSamuel Ortiz "bitflags 0.5.0",
12291b1a2175SSamuel Ortiz "libc",
12301b1a2175SSamuel Ortiz "log 0.3.9",
12311b1a2175SSamuel Ortiz "rustc-serialize",
12321b1a2175SSamuel Ortiz "syntex_errors",
12331b1a2175SSamuel Ortiz "syntex_pos",
12341b1a2175SSamuel Ortiz "term",
12351b1a2175SSamuel Ortiz "unicode-xid 0.0.3",
123678fe8072SRob Bradford]
123778fe8072SRob Bradford
123878fe8072SRob Bradford[[package]]
12397ebfe909SRob Bradfordname = "tempdir"
12407ebfe909SRob Bradfordversion = "0.3.7"
12417ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12421b1a2175SSamuel Ortizchecksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
12437ebfe909SRob Bradforddependencies = [
12441b1a2175SSamuel Ortiz "rand 0.4.6",
12451b1a2175SSamuel Ortiz "remove_dir_all",
12467ebfe909SRob Bradford]
12477ebfe909SRob Bradford
12487ebfe909SRob Bradford[[package]]
1249b67e0b3dSSebastien Boeufname = "tempfile"
1250577d44c8Sfazlamehrabversion = "3.1.0"
1251b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
12521b1a2175SSamuel Ortizchecksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1253b67e0b3dSSebastien Boeufdependencies = [
12541b1a2175SSamuel Ortiz "cfg-if",
12551b1a2175SSamuel Ortiz "libc",
12561b1a2175SSamuel Ortiz "rand 0.7.3",
12571b1a2175SSamuel Ortiz "redox_syscall",
12581b1a2175SSamuel Ortiz "remove_dir_all",
12591b1a2175SSamuel Ortiz "winapi 0.3.8",
1260b67e0b3dSSebastien Boeuf]
1261b67e0b3dSSebastien Boeuf
1262b67e0b3dSSebastien Boeuf[[package]]
126378fe8072SRob Bradfordname = "term"
126478fe8072SRob Bradfordversion = "0.4.6"
126578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12661b1a2175SSamuel Ortizchecksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
126778fe8072SRob Bradforddependencies = [
12681b1a2175SSamuel Ortiz "kernel32-sys",
12691b1a2175SSamuel Ortiz "winapi 0.2.8",
127078fe8072SRob Bradford]
127178fe8072SRob Bradford
127278fe8072SRob Bradford[[package]]
1273ee1ba56cSRob Bradfordname = "term_size"
1274678855e8Sdependabot-preview[bot]version = "0.3.2"
1275ee1ba56cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1276678855e8Sdependabot-preview[bot]checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
1277ee1ba56cSRob Bradforddependencies = [
12781b1a2175SSamuel Ortiz "libc",
1279678855e8Sdependabot-preview[bot] "winapi 0.3.8",
1280ee1ba56cSRob Bradford]
1281ee1ba56cSRob Bradford
1282ee1ba56cSRob Bradford[[package]]
12832ed17abbSSamuel Ortizname = "textwrap"
12846abd50f4Sdependabot-preview[bot]version = "0.11.0"
12852ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
12861b1a2175SSamuel Ortizchecksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
12872ed17abbSSamuel Ortizdependencies = [
12881b1a2175SSamuel Ortiz "term_size",
12891b1a2175SSamuel Ortiz "unicode-width",
12902ed17abbSSamuel Ortiz]
12912ed17abbSSamuel Ortiz
12922ed17abbSSamuel Ortiz[[package]]
12930361df4aSSamuel Ortizname = "thiserror"
12948e5c816cSdependabot-preview[bot]version = "1.0.20"
12950361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
12968e5c816cSdependabot-preview[bot]checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
12970361df4aSSamuel Ortizdependencies = [
12981b1a2175SSamuel Ortiz "thiserror-impl",
12990361df4aSSamuel Ortiz]
13000361df4aSSamuel Ortiz
13010361df4aSSamuel Ortiz[[package]]
13020361df4aSSamuel Ortizname = "thiserror-impl"
13038e5c816cSdependabot-preview[bot]version = "1.0.20"
13040361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13058e5c816cSdependabot-preview[bot]checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
13060361df4aSSamuel Ortizdependencies = [
13071b1a2175SSamuel Ortiz "proc-macro2",
13081b1a2175SSamuel Ortiz "quote",
13091b1a2175SSamuel Ortiz "syn",
13100361df4aSSamuel Ortiz]
13110361df4aSSamuel Ortiz
13120361df4aSSamuel Ortiz[[package]]
131378fe8072SRob Bradfordname = "thread_local"
1314af3d0802Sdependabot-preview[bot]version = "1.0.1"
131578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1316af3d0802Sdependabot-preview[bot]checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
131778fe8072SRob Bradforddependencies = [
13181b1a2175SSamuel Ortiz "lazy_static",
131978fe8072SRob Bradford]
132078fe8072SRob Bradford
132178fe8072SRob Bradford[[package]]
13221d27416fSdependabot-preview[bot]name = "tinyvec"
13231d27416fSdependabot-preview[bot]version = "0.3.3"
13241d27416fSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
13251d27416fSdependabot-preview[bot]checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
13261d27416fSdependabot-preview[bot]
13271d27416fSdependabot-preview[bot][[package]]
132820ba271bSSamuel Ortizname = "unicode-bidi"
132920ba271bSSamuel Ortizversion = "0.3.4"
133020ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
133120ba271bSSamuel Ortizchecksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
133220ba271bSSamuel Ortizdependencies = [
133320ba271bSSamuel Ortiz "matches",
133420ba271bSSamuel Ortiz]
133520ba271bSSamuel Ortiz
133620ba271bSSamuel Ortiz[[package]]
133720ba271bSSamuel Ortizname = "unicode-normalization"
13381d27416fSdependabot-preview[bot]version = "0.1.13"
133920ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13401d27416fSdependabot-preview[bot]checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
134120ba271bSSamuel Ortizdependencies = [
13421d27416fSdependabot-preview[bot] "tinyvec",
134320ba271bSSamuel Ortiz]
134420ba271bSSamuel Ortiz
134520ba271bSSamuel Ortiz[[package]]
13462ed17abbSSamuel Ortizname = "unicode-width"
1347904b1ea5Sdependabot-preview[bot]version = "0.1.7"
13482ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13491b1a2175SSamuel Ortizchecksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
13502ed17abbSSamuel Ortiz
13512ed17abbSSamuel Ortiz[[package]]
135280ac3a84SChao Pengname = "unicode-xid"
135378fe8072SRob Bradfordversion = "0.0.3"
135478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
13551b1a2175SSamuel Ortizchecksum = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
135678fe8072SRob Bradford
135778fe8072SRob Bradford[[package]]
135878fe8072SRob Bradfordname = "unicode-xid"
135955f01b21Sdependabot-preview[bot]version = "0.2.0"
136055f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
13611b1a2175SSamuel Ortizchecksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
136255f01b21Sdependabot-preview[bot]
136355f01b21Sdependabot-preview[bot][[package]]
136420ba271bSSamuel Ortizname = "url"
136520ba271bSSamuel Ortizversion = "2.1.1"
136620ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
136720ba271bSSamuel Ortizchecksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
136820ba271bSSamuel Ortizdependencies = [
136920ba271bSSamuel Ortiz "idna",
137020ba271bSSamuel Ortiz "matches",
137120ba271bSSamuel Ortiz "percent-encoding",
137220ba271bSSamuel Ortiz]
137320ba271bSSamuel Ortiz
137420ba271bSSamuel Ortiz[[package]]
1375ddce3df8SRob Bradfordname = "vcpkg"
1376083189e5Sdependabot-preview[bot]version = "0.2.10"
1377ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1378083189e5Sdependabot-preview[bot]checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1379ddce3df8SRob Bradford
1380ddce3df8SRob Bradford[[package]]
13812ed17abbSSamuel Ortizname = "vec_map"
1382797cd13dSdependabot-preview[bot]version = "0.8.2"
13832ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1384797cd13dSdependabot-preview[bot]checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
13852ed17abbSSamuel Ortiz
13862ed17abbSSamuel Ortiz[[package]]
1387d24aa72dSSamuel Ortizname = "vfio-bindings"
1388d24aa72dSSamuel Ortizversion = "0.2.0"
1389d24aa72dSSamuel Ortizsource = "git+https://github.com/rust-vmm/vfio-bindings#f08cbcbf4041c981441d9c036c49ebad5098ed1c"
1390d24aa72dSSamuel Ortizdependencies = [
1391d24aa72dSSamuel Ortiz "vmm-sys-util",
1392d24aa72dSSamuel Ortiz]
1393d24aa72dSSamuel Ortiz
1394d24aa72dSSamuel Ortiz[[package]]
13953336e801SSamuel Ortizname = "vfio-bindings"
13963336e801SSamuel Ortizversion = "0.2.0"
13973336e801SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13983336e801SSamuel Ortizchecksum = "4a21f546f2bda37f5a8cfb138c87f95b8e34d2d78d6a7a92ba3785f4e08604a7"
13993336e801SSamuel Ortiz
14003336e801SSamuel Ortiz[[package]]
1401d24aa72dSSamuel Ortizname = "vfio-ioctls"
14023336e801SSamuel Ortizversion = "0.1.0"
14033336e801SSamuel Ortizsource = "git+https://github.com/cloud-hypervisor/vfio-ioctls?branch=ch#f6f81ee865cb60a24ad5d4ba8200940ed1d5d1f4"
14044d16ca8aSSamuel Ortizdependencies = [
14051b1a2175SSamuel Ortiz "byteorder",
14061b1a2175SSamuel Ortiz "kvm-bindings",
14071b1a2175SSamuel Ortiz "kvm-ioctls",
14081b1a2175SSamuel Ortiz "log 0.4.8",
14093336e801SSamuel Ortiz "vfio-bindings 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
14101b1a2175SSamuel Ortiz "vm-memory",
14111b1a2175SSamuel Ortiz "vmm-sys-util",
14124d16ca8aSSamuel Ortiz]
14134d16ca8aSSamuel Ortiz
14144d16ca8aSSamuel Ortiz[[package]]
14155200bf3cSEryu Guanname = "vhost"
14161ddc8f2fSSebastien Boeufversion = "0.1.0"
1417c4bf383fSSergio Lopezsource = "git+https://github.com/cloud-hypervisor/vhost?branch=dragonball#3e80cf531d278aeb7f947335a4eeca655e0f2c54"
14181ddc8f2fSSebastien Boeufdependencies = [
14191b1a2175SSamuel Ortiz "bitflags 1.2.1",
14201b1a2175SSamuel Ortiz "libc",
14211b1a2175SSamuel Ortiz "vmm-sys-util",
14221ddc8f2fSSebastien Boeuf]
14231ddc8f2fSSebastien Boeuf
14241ddc8f2fSSebastien Boeuf[[package]]
1425f6d1a9d9SCathy Zhangname = "vhost_user_backend"
1426f6d1a9d9SCathy Zhangversion = "0.1.0"
1427f6d1a9d9SCathy Zhangdependencies = [
14281b1a2175SSamuel Ortiz "epoll",
14291b1a2175SSamuel Ortiz "libc",
14301b1a2175SSamuel Ortiz "log 0.4.8",
14311b1a2175SSamuel Ortiz "vhost",
14328ae7a38dSRob Bradford "virtio-bindings",
14331b1a2175SSamuel Ortiz "vm-memory",
14341b1a2175SSamuel Ortiz "vm-virtio",
14351b1a2175SSamuel Ortiz "vmm-sys-util",
1436f6d1a9d9SCathy Zhang]
1437f6d1a9d9SCathy Zhang
1438f6d1a9d9SCathy Zhang[[package]]
14391dd24518SRob Bradfordname = "vhost_user_block"
14401dd24518SRob Bradfordversion = "0.1.0"
14411dd24518SRob Bradforddependencies = [
14421b1a2175SSamuel Ortiz "bitflags 1.2.1",
14431b1a2175SSamuel Ortiz "epoll",
14441b1a2175SSamuel Ortiz "libc",
14451b1a2175SSamuel Ortiz "log 0.4.8",
14461b1a2175SSamuel Ortiz "qcow",
14471b1a2175SSamuel Ortiz "vhost",
14481b1a2175SSamuel Ortiz "vhost_user_backend",
14498ae7a38dSRob Bradford "virtio-bindings",
14501b1a2175SSamuel Ortiz "vm-memory",
14511b1a2175SSamuel Ortiz "vm-virtio",
14525016fcf8SRob Bradford "vmm",
14531b1a2175SSamuel Ortiz "vmm-sys-util",
14541dd24518SRob Bradford]
14551dd24518SRob Bradford
14561dd24518SRob Bradford[[package]]
145703361a6cSSebastien Boeufname = "vhost_user_fs"
145803361a6cSSebastien Boeufversion = "0.1.0"
1459cd1684bdSSebastien Boeufdependencies = [
14601b1a2175SSamuel Ortiz "bitflags 1.2.1",
14611b1a2175SSamuel Ortiz "libc",
14621b1a2175SSamuel Ortiz "log 0.4.8",
14634120a7deSDr. David Alan Gilbert "seccomp",
14646aab0a54SSergio Lopez "tempdir",
14651b1a2175SSamuel Ortiz "vhost",
14661b1a2175SSamuel Ortiz "vm-memory",
14671b1a2175SSamuel Ortiz "vm-virtio",
1468cd1684bdSSebastien Boeuf]
146903361a6cSSebastien Boeuf
147003361a6cSSebastien Boeuf[[package]]
1471fb763c40SRob Bradfordname = "vhost_user_net"
1472fb763c40SRob Bradfordversion = "0.1.0"
1473fb763c40SRob Bradforddependencies = [
14741b1a2175SSamuel Ortiz "bitflags 1.2.1",
14751b1a2175SSamuel Ortiz "epoll",
14761b1a2175SSamuel Ortiz "libc",
14771b1a2175SSamuel Ortiz "log 0.4.8",
14781b1a2175SSamuel Ortiz "net_util",
14791b1a2175SSamuel Ortiz "vhost",
14801b1a2175SSamuel Ortiz "vhost_user_backend",
14818ae7a38dSRob Bradford "virtio-bindings",
14821b1a2175SSamuel Ortiz "vm-memory",
14831b1a2175SSamuel Ortiz "vm-virtio",
1484592de97fSRob Bradford "vmm",
14851b1a2175SSamuel Ortiz "vmm-sys-util",
1486fb763c40SRob Bradford]
1487fb763c40SRob Bradford
1488fb763c40SRob Bradford[[package]]
1489b67e0b3dSSebastien Boeufname = "virtio-bindings"
1490b67e0b3dSSebastien Boeufversion = "0.1.0"
1491c446b9d5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
14921b1a2175SSamuel Ortizchecksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
1493c446b9d5SSamuel Ortiz
1494c446b9d5SSamuel Ortiz[[package]]
14950adc3481SSamuel Ortizname = "vm-allocator"
14960adc3481SSamuel Ortizversion = "0.1.0"
14970adc3481SSamuel Ortizdependencies = [
1498776f8fc5SRob Bradford "arch",
14991b1a2175SSamuel Ortiz "libc",
15001b1a2175SSamuel Ortiz "vm-memory",
15010adc3481SSamuel Ortiz]
15020adc3481SSamuel Ortiz
15030adc3481SSamuel Ortiz[[package]]
150434bb3179SSebastien Boeufname = "vm-device"
150534bb3179SSebastien Boeufversion = "0.1.0"
15060361df4aSSamuel Ortizdependencies = [
15071b1a2175SSamuel Ortiz "anyhow",
15081b1a2175SSamuel Ortiz "serde",
15091b1a2175SSamuel Ortiz "serde_derive",
15101b1a2175SSamuel Ortiz "serde_json",
15111b1a2175SSamuel Ortiz "thiserror",
15121b1a2175SSamuel Ortiz "vm-memory",
15131b1a2175SSamuel Ortiz "vmm-sys-util",
15140361df4aSSamuel Ortiz]
151534bb3179SSebastien Boeuf
151634bb3179SSebastien Boeuf[[package]]
1517a0da3debSSamuel Ortizname = "vm-memory"
1518aac87196Sdependabot-preview[bot]version = "0.2.1"
151909fd3259SRob Bradfordsource = "git+https://github.com/cloud-hypervisor/vm-memory?branch=ch#708e9aa5d4317f7044d9835fe5080287e9c76f21"
1520a0da3debSSamuel Ortizdependencies = [
15211b1a2175SSamuel Ortiz "arc-swap",
15221b1a2175SSamuel Ortiz "libc",
15231b1a2175SSamuel Ortiz "winapi 0.3.8",
15241b1a2175SSamuel Ortiz]
15251b1a2175SSamuel Ortiz
15261b1a2175SSamuel Ortiz[[package]]
15271b1a2175SSamuel Ortizname = "vm-migration"
15281b1a2175SSamuel Ortizversion = "0.1.0"
15291b1a2175SSamuel Ortizdependencies = [
15301b1a2175SSamuel Ortiz "anyhow",
15311b1a2175SSamuel Ortiz "serde",
15321b1a2175SSamuel Ortiz "serde_derive",
15331b1a2175SSamuel Ortiz "serde_json",
15341b1a2175SSamuel Ortiz "thiserror",
1535a0da3debSSamuel Ortiz]
1536a0da3debSSamuel Ortiz
1537a0da3debSSamuel Ortiz[[package]]
1538b67e0b3dSSebastien Boeufname = "vm-virtio"
1539b67e0b3dSSebastien Boeufversion = "0.1.0"
1540b67e0b3dSSebastien Boeufdependencies = [
1541fd45e945SSamuel Ortiz "anyhow",
15421b1a2175SSamuel Ortiz "arc-swap",
15431b1a2175SSamuel Ortiz "byteorder",
15441b1a2175SSamuel Ortiz "devices",
15451b1a2175SSamuel Ortiz "epoll",
15461b1a2175SSamuel Ortiz "libc",
15471b1a2175SSamuel Ortiz "log 0.4.8",
15481b1a2175SSamuel Ortiz "net_gen",
15491b1a2175SSamuel Ortiz "net_util",
15501b1a2175SSamuel Ortiz "pci",
1551fd45e945SSamuel Ortiz "serde",
1552fd45e945SSamuel Ortiz "serde_derive",
1553fd45e945SSamuel Ortiz "serde_json",
15541b1a2175SSamuel Ortiz "tempfile",
15553336e801SSamuel Ortiz "vfio-ioctls",
15561b1a2175SSamuel Ortiz "vhost",
15578ae7a38dSRob Bradford "virtio-bindings",
15581b1a2175SSamuel Ortiz "vm-allocator",
15591b1a2175SSamuel Ortiz "vm-device",
15601b1a2175SSamuel Ortiz "vm-memory",
15611b1a2175SSamuel Ortiz "vm-migration",
15621b1a2175SSamuel Ortiz "vmm-sys-util",
1563b67e0b3dSSebastien Boeuf]
1564b67e0b3dSSebastien Boeuf
1565b67e0b3dSSebastien Boeuf[[package]]
1566a0da3debSSamuel Ortizname = "vmm"
1567a0da3debSSamuel Ortizversion = "0.1.0"
1568a0da3debSSamuel Ortizdependencies = [
15691b1a2175SSamuel Ortiz "acpi_tables",
15701b1a2175SSamuel Ortiz "anyhow",
15711b1a2175SSamuel Ortiz "arc-swap",
15721b1a2175SSamuel Ortiz "arch",
15731b1a2175SSamuel Ortiz "clap",
1574f6a71becSSebastien Boeuf "credibility",
15751b1a2175SSamuel Ortiz "devices",
15761b1a2175SSamuel Ortiz "epoll",
15771b1a2175SSamuel Ortiz "kvm-bindings",
15781b1a2175SSamuel Ortiz "kvm-ioctls",
15791b1a2175SSamuel Ortiz "lazy_static",
15801b1a2175SSamuel Ortiz "libc",
15811b1a2175SSamuel Ortiz "linux-loader",
15821b1a2175SSamuel Ortiz "log 0.4.8",
15831b1a2175SSamuel Ortiz "micro_http",
15841b1a2175SSamuel Ortiz "net_util",
15851b1a2175SSamuel Ortiz "pci",
15861b1a2175SSamuel Ortiz "qcow",
15871b1a2175SSamuel Ortiz "seccomp",
15881b1a2175SSamuel Ortiz "serde",
15891b1a2175SSamuel Ortiz "serde_derive",
15901b1a2175SSamuel Ortiz "serde_json",
15911b1a2175SSamuel Ortiz "signal-hook",
15921b1a2175SSamuel Ortiz "tempfile",
159320ba271bSSamuel Ortiz "url",
1594d24aa72dSSamuel Ortiz "vfio-ioctls",
15951b1a2175SSamuel Ortiz "vm-allocator",
15961b1a2175SSamuel Ortiz "vm-device",
15971b1a2175SSamuel Ortiz "vm-memory",
15981b1a2175SSamuel Ortiz "vm-migration",
15991b1a2175SSamuel Ortiz "vm-virtio",
16001b1a2175SSamuel Ortiz "vmm-sys-util",
16010921cfb8SSamuel Ortiz]
16020921cfb8SSamuel Ortiz
16030921cfb8SSamuel Ortiz[[package]]
16040921cfb8SSamuel Ortizname = "vmm-sys-util"
16052ae547cfSdependabot-preview[bot]version = "0.6.1"
1606de9eb3e0SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
16072ae547cfSdependabot-preview[bot]checksum = "183d25b56a61a6f518ef464ac578e790f04added34dfaab59a453d8a03cb7bd0"
1608de9eb3e0SSamuel Ortizdependencies = [
16091b1a2175SSamuel Ortiz "bitflags 1.2.1",
16101b1a2175SSamuel Ortiz "libc",
161112b036a8SSamuel Ortiz "serde",
161212b036a8SSamuel Ortiz "serde_derive",
1613de9eb3e0SSamuel Ortiz]
1614de9eb3e0SSamuel Ortiz
1615de9eb3e0SSamuel Ortiz[[package]]
16166678cbfbSdependabot-preview[bot]name = "wasi"
1617d7568440Sdependabot-preview[bot]version = "0.9.0+wasi-snapshot-preview1"
16186678cbfbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
16191b1a2175SSamuel Ortizchecksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
16206678cbfbSdependabot-preview[bot]
16216678cbfbSdependabot-preview[bot][[package]]
16222ed17abbSSamuel Ortizname = "winapi"
162378fe8072SRob Bradfordversion = "0.2.8"
162478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16251b1a2175SSamuel Ortizchecksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
162678fe8072SRob Bradford
162778fe8072SRob Bradford[[package]]
162878fe8072SRob Bradfordname = "winapi"
1629f0a3e7c4SRob Bradfordversion = "0.3.8"
16302ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
16311b1a2175SSamuel Ortizchecksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
16322ed17abbSSamuel Ortizdependencies = [
16331b1a2175SSamuel Ortiz "winapi-i686-pc-windows-gnu",
16341b1a2175SSamuel Ortiz "winapi-x86_64-pc-windows-gnu",
16352ed17abbSSamuel Ortiz]
16362ed17abbSSamuel Ortiz
16372ed17abbSSamuel Ortiz[[package]]
163878fe8072SRob Bradfordname = "winapi-build"
163978fe8072SRob Bradfordversion = "0.1.1"
164078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16411b1a2175SSamuel Ortizchecksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
164278fe8072SRob Bradford
164378fe8072SRob Bradford[[package]]
16442ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu"
16452ed17abbSSamuel Ortizversion = "0.4.0"
16462ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
16471b1a2175SSamuel Ortizchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16482ed17abbSSamuel Ortiz
16492ed17abbSSamuel Ortiz[[package]]
16502ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu"
16512ed17abbSSamuel Ortizversion = "0.4.0"
16522ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
16531b1a2175SSamuel Ortizchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16542ed17abbSSamuel Ortiz
165578fe8072SRob Bradford[[package]]
165678fe8072SRob Bradfordname = "ws2_32-sys"
165778fe8072SRob Bradfordversion = "0.2.1"
165878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16591b1a2175SSamuel Ortizchecksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
166078fe8072SRob Bradforddependencies = [
16611b1a2175SSamuel Ortiz "winapi 0.2.8",
16621b1a2175SSamuel Ortiz "winapi-build",
166378fe8072SRob Bradford]
1664