xref: /cloud-hypervisor/Cargo.lock (revision 74627d2de5b5abfecf734d6850ee32bf45db5f16)
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"
12ccc276a2Sdependabot-preview[bot]version = "0.13.0"
136989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
14ccc276a2Sdependabot-preview[bot]checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
156989bf05Sdependabot-preview[bot]dependencies = [
166989bf05Sdependabot-preview[bot] "gimli",
176989bf05Sdependabot-preview[bot]]
186989bf05Sdependabot-preview[bot]
196989bf05Sdependabot-preview[bot][[package]]
20ccc276a2Sdependabot-preview[bot]name = "adler"
213800acd3Sdependabot-preview[bot]version = "0.2.3"
228bcd0abbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
233800acd3Sdependabot-preview[bot]checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
248bcd0abbSdependabot-preview[bot]
258bcd0abbSdependabot-preview[bot][[package]]
2678fe8072SRob Bradfordname = "aho-corasick"
273c2bfbdcSdependabot-preview[bot]version = "0.7.13"
2878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
293c2bfbdcSdependabot-preview[bot]checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
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 = [
40f19f7490SRob Bradford "winapi 0.3.9",
416abd50f4Sdependabot-preview[bot]]
422ed17abbSSamuel Ortiz
432ed17abbSSamuel Ortiz[[package]]
440361df4aSSamuel Ortizname = "anyhow"
45a5d36042Sdependabot-preview[bot]version = "1.0.33"
460361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
47a5d36042Sdependabot-preview[bot]checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
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",
60e4dee57eSMuminul Islam "anyhow",
611b1a2175SSamuel Ortiz "arch_gen",
621b1a2175SSamuel Ortiz "byteorder",
63e4dee57eSMuminul Islam "hypervisor",
641b1a2175SSamuel Ortiz "libc",
651b1a2175SSamuel Ortiz "linux-loader",
66cc57467dSdependabot-preview[bot] "log 0.4.11",
671b1a2175SSamuel Ortiz "rand 0.7.3",
6864351c1fSSebastien Boeuf "serde",
6964351c1fSSebastien Boeuf "serde_derive",
7064351c1fSSebastien Boeuf "serde_json",
711b1a2175SSamuel Ortiz "vm-memory",
7264351c1fSSebastien Boeuf "vm-migration",
73539367b5SSamuel Ortiz]
74539367b5SSamuel Ortiz
75539367b5SSamuel Ortiz[[package]]
76539367b5SSamuel Ortizname = "arch_gen"
77539367b5SSamuel Ortizversion = "0.1.0"
78539367b5SSamuel Ortiz
79539367b5SSamuel Ortiz[[package]]
808fcaf91dSdependabot-preview[bot]name = "arrayref"
8191747094Sdependabot-preview[bot]version = "0.3.6"
82ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
831b1a2175SSamuel Ortizchecksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
84ddce3df8SRob Bradford
85ddce3df8SRob Bradford[[package]]
86ddce3df8SRob Bradfordname = "arrayvec"
872cc723f7Sdependabot-preview[bot]version = "0.5.1"
88ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
891b1a2175SSamuel Ortizchecksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
90ddce3df8SRob Bradford
91ddce3df8SRob Bradford[[package]]
922ed17abbSSamuel Ortizname = "atty"
931a28f64dSdependabot-preview[bot]version = "0.2.14"
942ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
951b1a2175SSamuel Ortizchecksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
962ed17abbSSamuel Ortizdependencies = [
971b1a2175SSamuel Ortiz "hermit-abi",
981b1a2175SSamuel Ortiz "libc",
99f19f7490SRob Bradford "winapi 0.3.9",
1002ed17abbSSamuel Ortiz]
1012ed17abbSSamuel Ortiz
1022ed17abbSSamuel Ortiz[[package]]
103b67e0b3dSSebastien Boeufname = "autocfg"
104421f1c9dSdependabot-preview[bot]version = "1.0.1"
10592b37645Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
106421f1c9dSdependabot-preview[bot]checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10792b37645Sdependabot-preview[bot]
10892b37645Sdependabot-preview[bot][[package]]
109ddce3df8SRob Bradfordname = "backtrace"
110*74627d2dSdependabot-preview[bot]version = "0.3.53"
111ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
112*74627d2dSdependabot-preview[bot]checksum = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e"
113ddce3df8SRob Bradforddependencies = [
1146989bf05Sdependabot-preview[bot] "addr2line",
115*74627d2dSdependabot-preview[bot] "cfg-if 1.0.0",
1161b1a2175SSamuel Ortiz "libc",
1178bcd0abbSdependabot-preview[bot] "miniz_oxide",
1186989bf05Sdependabot-preview[bot] "object",
1191b1a2175SSamuel Ortiz "rustc-demangle",
120ddce3df8SRob Bradford]
121ddce3df8SRob Bradford
122ddce3df8SRob Bradford[[package]]
1238fcaf91dSdependabot-preview[bot]name = "base64"
124be8f40f2Sdependabot-preview[bot]version = "0.12.3"
1258fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
126be8f40f2Sdependabot-preview[bot]checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
1278fcaf91dSdependabot-preview[bot]
1288fcaf91dSdependabot-preview[bot][[package]]
129ddce3df8SRob Bradfordname = "bitflags"
13078fe8072SRob Bradfordversion = "0.5.0"
13178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1321b1a2175SSamuel Ortizchecksum = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
13378fe8072SRob Bradford
13478fe8072SRob Bradford[[package]]
13578fe8072SRob Bradfordname = "bitflags"
1360374c3dcSdependabot-preview[bot]version = "1.2.1"
1371853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1381b1a2175SSamuel Ortizchecksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
1391853b350SSamuel Ortiz
1401853b350SSamuel Ortiz[[package]]
1418fcaf91dSdependabot-preview[bot]name = "blake2b_simd"
1425a0d01caSdependabot-preview[bot]version = "0.5.10"
143ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1441b1a2175SSamuel Ortizchecksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
145ddce3df8SRob Bradforddependencies = [
1461b1a2175SSamuel Ortiz "arrayref",
1471b1a2175SSamuel Ortiz "arrayvec",
1481b1a2175SSamuel Ortiz "constant_time_eq",
149ddce3df8SRob Bradford]
150ddce3df8SRob Bradford
151ddce3df8SRob Bradford[[package]]
1529c867edcSRob Bradfordname = "block_util"
1539c867edcSRob Bradfordversion = "0.1.0"
1549c867edcSRob Bradforddependencies = [
15549a65001SSebastien Boeuf "io-uring",
15649a65001SSebastien Boeuf "libc",
157cc57467dSdependabot-preview[bot] "log 0.4.11",
1589c867edcSRob Bradford "serde",
1599c867edcSRob Bradford "serde_derive",
1609c867edcSRob Bradford "serde_json",
1619c867edcSRob Bradford "virtio-bindings",
1629c867edcSRob Bradford "vm-memory",
1639c867edcSRob Bradford "vm-virtio",
16449a65001SSebastien Boeuf "vmm-sys-util",
1659c867edcSRob Bradford]
1669c867edcSRob Bradford
1679c867edcSRob Bradford[[package]]
168539367b5SSamuel Ortizname = "byteorder"
169d46c61c5Sdependabot-preview[bot]version = "1.3.4"
170539367b5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1711b1a2175SSamuel Ortizchecksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
172539367b5SSamuel Ortiz
173539367b5SSamuel Ortiz[[package]]
174ddce3df8SRob Bradfordname = "cc"
175eabfd642Sdependabot-preview[bot]version = "1.0.61"
176ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
177eabfd642Sdependabot-preview[bot]checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
178ddce3df8SRob Bradford
179ddce3df8SRob Bradford[[package]]
1800adc3481SSamuel Ortizname = "cfg-if"
181e869283bSdependabot-preview[bot]version = "0.1.10"
1820adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1831b1a2175SSamuel Ortizchecksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1840adc3481SSamuel Ortiz
1850adc3481SSamuel Ortiz[[package]]
186*74627d2dSdependabot-preview[bot]name = "cfg-if"
187*74627d2dSdependabot-preview[bot]version = "1.0.0"
188*74627d2dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
189*74627d2dSdependabot-preview[bot]checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
190*74627d2dSdependabot-preview[bot]
191*74627d2dSdependabot-preview[bot][[package]]
1922ed17abbSSamuel Ortizname = "clap"
193ebe61de0Sdependabot-preview[bot]version = "2.33.3"
1942ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
195ebe61de0Sdependabot-preview[bot]checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
1962ed17abbSSamuel Ortizdependencies = [
1971b1a2175SSamuel Ortiz "ansi_term",
1981b1a2175SSamuel Ortiz "atty",
1991b1a2175SSamuel Ortiz "bitflags 1.2.1",
2001b1a2175SSamuel Ortiz "strsim",
2011b1a2175SSamuel Ortiz "term_size",
2021b1a2175SSamuel Ortiz "textwrap",
2031b1a2175SSamuel Ortiz "unicode-width",
2041b1a2175SSamuel Ortiz "vec_map",
2052ed17abbSSamuel Ortiz]
2062ed17abbSSamuel Ortiz
2072ed17abbSSamuel Ortiz[[package]]
20873337c8bSSamuel Ortizname = "cloud-hypervisor"
209198bd551SRob Bradfordversion = "0.10.0"
2102ed17abbSSamuel Ortizdependencies = [
2111b1a2175SSamuel Ortiz "clap",
2121b1a2175SSamuel Ortiz "credibility",
2131b1a2175SSamuel Ortiz "dirs",
21456a16385SMuminul Islam "hypervisor",
2151b1a2175SSamuel Ortiz "lazy_static",
2161b1a2175SSamuel Ortiz "libc",
217cc57467dSdependabot-preview[bot] "log 0.4.11",
218391508f0SRob Bradford "net_util",
219a86a2711SRob Bradford "option_parser",
2201b1a2175SSamuel Ortiz "seccomp",
2211b1a2175SSamuel Ortiz "serde_json",
2221b1a2175SSamuel Ortiz "ssh2",
2231b1a2175SSamuel Ortiz "tempdir",
2241b1a2175SSamuel Ortiz "tempfile",
2251b1a2175SSamuel Ortiz "vhost_user_block",
2261b1a2175SSamuel Ortiz "vhost_user_net",
2271b1a2175SSamuel Ortiz "vmm",
2281b1a2175SSamuel Ortiz "vmm-sys-util",
229a0da3debSSamuel Ortiz]
230a0da3debSSamuel Ortiz
231a0da3debSSamuel Ortiz[[package]]
2324ff972c3Sdependabot-preview[bot]name = "cloudabi"
2334ff972c3Sdependabot-preview[bot]version = "0.0.3"
2344ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
2351b1a2175SSamuel Ortizchecksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2364ff972c3Sdependabot-preview[bot]dependencies = [
2371b1a2175SSamuel Ortiz "bitflags 1.2.1",
2384ff972c3Sdependabot-preview[bot]]
2394ff972c3Sdependabot-preview[bot]
2404ff972c3Sdependabot-preview[bot][[package]]
241ddce3df8SRob Bradfordname = "constant_time_eq"
2427d853241Sdependabot-preview[bot]version = "0.1.5"
243ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
2441b1a2175SSamuel Ortizchecksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
245ddce3df8SRob Bradford
246ddce3df8SRob Bradford[[package]]
2471f534880SRob Bradfordname = "credibility"
2481f534880SRob Bradfordversion = "0.1.3"
2491f534880SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
2501b1a2175SSamuel Ortizchecksum = "fae7a162fd5b462bc49704873a89950a655d44161add4be07e00e64c4c83a5bf"
2511f534880SRob Bradforddependencies = [
2521b1a2175SSamuel Ortiz "failure",
2531b1a2175SSamuel Ortiz "failure_derive",
2541f534880SRob Bradford]
2551f534880SRob Bradford
2561f534880SRob Bradford[[package]]
2578fcaf91dSdependabot-preview[bot]name = "crossbeam-utils"
258d04e0dc9Sdependabot-preview[bot]version = "0.7.2"
2598fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
2601b1a2175SSamuel Ortizchecksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2618fcaf91dSdependabot-preview[bot]dependencies = [
2621b1a2175SSamuel Ortiz "autocfg",
263*74627d2dSdependabot-preview[bot] "cfg-if 0.1.10",
2641b1a2175SSamuel Ortiz "lazy_static",
2658fcaf91dSdependabot-preview[bot]]
2668fcaf91dSdependabot-preview[bot]
2678fcaf91dSdependabot-preview[bot][[package]]
2681853b350SSamuel Ortizname = "devices"
2691853b350SSamuel Ortizversion = "0.1.0"
2701853b350SSamuel Ortizdependencies = [
2711b1a2175SSamuel Ortiz "acpi_tables",
27298741573SYi Sun "anyhow",
2731b1a2175SSamuel Ortiz "bitflags 1.2.1",
2741b1a2175SSamuel Ortiz "byteorder",
2751b1a2175SSamuel Ortiz "epoll",
2761b1a2175SSamuel Ortiz "libc",
277cc57467dSdependabot-preview[bot] "log 0.4.11",
27898741573SYi Sun "serde",
27998741573SYi Sun "serde_derive",
28098741573SYi Sun "serde_json",
2811b1a2175SSamuel Ortiz "tempfile",
2821b1a2175SSamuel Ortiz "vm-device",
2831b1a2175SSamuel Ortiz "vm-memory",
28498741573SYi Sun "vm-migration",
2851b1a2175SSamuel Ortiz "vmm-sys-util",
2861853b350SSamuel Ortiz]
2871853b350SSamuel Ortiz
2881853b350SSamuel Ortiz[[package]]
289ddce3df8SRob Bradfordname = "dirs"
290f19f7490SRob Bradfordversion = "3.0.1"
291ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
292f19f7490SRob Bradfordchecksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
293ddce3df8SRob Bradforddependencies = [
2941b1a2175SSamuel Ortiz "dirs-sys",
295ddce3df8SRob Bradford]
296ddce3df8SRob Bradford
297ddce3df8SRob Bradford[[package]]
298ddce3df8SRob Bradfordname = "dirs-sys"
29996497004Sdependabot-preview[bot]version = "0.3.5"
300ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
30196497004Sdependabot-preview[bot]checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
302ddce3df8SRob Bradforddependencies = [
3031b1a2175SSamuel Ortiz "libc",
3041b1a2175SSamuel Ortiz "redox_users",
305f19f7490SRob Bradford "winapi 0.3.9",
306ddce3df8SRob Bradford]
307ddce3df8SRob Bradford
308ddce3df8SRob Bradford[[package]]
3091853b350SSamuel Ortizname = "epoll"
31019ce0a37Sdependabot-preview[bot]version = "4.3.1"
3111853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
31219ce0a37Sdependabot-preview[bot]checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
3131853b350SSamuel Ortizdependencies = [
3141b1a2175SSamuel Ortiz "bitflags 1.2.1",
3151b1a2175SSamuel Ortiz "libc",
3161853b350SSamuel Ortiz]
3171853b350SSamuel Ortiz
3181853b350SSamuel Ortiz[[package]]
319ddce3df8SRob Bradfordname = "failure"
32059b73034Sdependabot-preview[bot]version = "0.1.8"
321ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
32259b73034Sdependabot-preview[bot]checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
323ddce3df8SRob Bradforddependencies = [
3241b1a2175SSamuel Ortiz "backtrace",
3251b1a2175SSamuel Ortiz "failure_derive",
326ddce3df8SRob Bradford]
327ddce3df8SRob Bradford
328ddce3df8SRob Bradford[[package]]
329ddce3df8SRob Bradfordname = "failure_derive"
3307660a104Sdependabot-preview[bot]version = "0.1.8"
331ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
3327660a104Sdependabot-preview[bot]checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
333ddce3df8SRob Bradforddependencies = [
3341b1a2175SSamuel Ortiz "proc-macro2",
3351b1a2175SSamuel Ortiz "quote",
3361b1a2175SSamuel Ortiz "syn",
3371b1a2175SSamuel Ortiz "synstructure",
338ddce3df8SRob Bradford]
339ddce3df8SRob Bradford
340ddce3df8SRob Bradford[[package]]
341b67e0b3dSSebastien Boeufname = "fuchsia-cprng"
342b67e0b3dSSebastien Boeufversion = "0.1.1"
343b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
3441b1a2175SSamuel Ortizchecksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
345b67e0b3dSSebastien Boeuf
346b67e0b3dSSebastien Boeuf[[package]]
347710520e9SSergio Lopezname = "futures"
348e553c053Sdependabot-preview[bot]version = "0.3.6"
349710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
350e553c053Sdependabot-preview[bot]checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e"
351710520e9SSergio Lopezdependencies = [
3521b1a2175SSamuel Ortiz "futures-channel",
3531b1a2175SSamuel Ortiz "futures-core",
3541b1a2175SSamuel Ortiz "futures-executor",
3551b1a2175SSamuel Ortiz "futures-io",
3561b1a2175SSamuel Ortiz "futures-sink",
3571b1a2175SSamuel Ortiz "futures-task",
3581b1a2175SSamuel Ortiz "futures-util",
359710520e9SSergio Lopez]
360710520e9SSergio Lopez
361710520e9SSergio Lopez[[package]]
362710520e9SSergio Lopezname = "futures-channel"
363e553c053Sdependabot-preview[bot]version = "0.3.6"
364710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
365e553c053Sdependabot-preview[bot]checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
366710520e9SSergio Lopezdependencies = [
3671b1a2175SSamuel Ortiz "futures-core",
3681b1a2175SSamuel Ortiz "futures-sink",
369710520e9SSergio Lopez]
370710520e9SSergio Lopez
371710520e9SSergio Lopez[[package]]
372710520e9SSergio Lopezname = "futures-core"
37383f6aa47Sdependabot-preview[bot]version = "0.3.6"
374710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
37583f6aa47Sdependabot-preview[bot]checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
376710520e9SSergio Lopez
377710520e9SSergio Lopez[[package]]
378710520e9SSergio Lopezname = "futures-executor"
379e553c053Sdependabot-preview[bot]version = "0.3.6"
380710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
381e553c053Sdependabot-preview[bot]checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab"
382710520e9SSergio Lopezdependencies = [
3831b1a2175SSamuel Ortiz "futures-core",
3841b1a2175SSamuel Ortiz "futures-task",
3851b1a2175SSamuel Ortiz "futures-util",
3861b1a2175SSamuel Ortiz "num_cpus",
387710520e9SSergio Lopez]
388710520e9SSergio Lopez
389710520e9SSergio Lopez[[package]]
390710520e9SSergio Lopezname = "futures-io"
3910c25b4d9Sdependabot-preview[bot]version = "0.3.6"
392710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
3930c25b4d9Sdependabot-preview[bot]checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c"
394710520e9SSergio Lopez
395710520e9SSergio Lopez[[package]]
396710520e9SSergio Lopezname = "futures-macro"
397e553c053Sdependabot-preview[bot]version = "0.3.6"
398710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
399e553c053Sdependabot-preview[bot]checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b"
400710520e9SSergio Lopezdependencies = [
4011b1a2175SSamuel Ortiz "proc-macro-hack",
4021b1a2175SSamuel Ortiz "proc-macro2",
4031b1a2175SSamuel Ortiz "quote",
4041b1a2175SSamuel Ortiz "syn",
405710520e9SSergio Lopez]
406710520e9SSergio Lopez
407710520e9SSergio Lopez[[package]]
408710520e9SSergio Lopezname = "futures-sink"
409e553c053Sdependabot-preview[bot]version = "0.3.6"
410710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
411e553c053Sdependabot-preview[bot]checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
412710520e9SSergio Lopez
413710520e9SSergio Lopez[[package]]
414710520e9SSergio Lopezname = "futures-task"
415a4ebb639Sdependabot-preview[bot]version = "0.3.6"
416710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
417a4ebb639Sdependabot-preview[bot]checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
418d8f181c5Sdependabot-preview[bot]dependencies = [
419d8f181c5Sdependabot-preview[bot] "once_cell",
420d8f181c5Sdependabot-preview[bot]]
421710520e9SSergio Lopez
422710520e9SSergio Lopez[[package]]
423710520e9SSergio Lopezname = "futures-util"
424e553c053Sdependabot-preview[bot]version = "0.3.6"
425710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
426e553c053Sdependabot-preview[bot]checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
427710520e9SSergio Lopezdependencies = [
4281b1a2175SSamuel Ortiz "futures-channel",
4291b1a2175SSamuel Ortiz "futures-core",
4301b1a2175SSamuel Ortiz "futures-io",
4311b1a2175SSamuel Ortiz "futures-macro",
4321b1a2175SSamuel Ortiz "futures-sink",
4331b1a2175SSamuel Ortiz "futures-task",
4341b1a2175SSamuel Ortiz "memchr",
435d8f181c5Sdependabot-preview[bot] "pin-project",
4361b1a2175SSamuel Ortiz "pin-utils",
4371b1a2175SSamuel Ortiz "proc-macro-hack",
4381b1a2175SSamuel Ortiz "proc-macro-nested",
4391b1a2175SSamuel Ortiz "slab",
440710520e9SSergio Lopez]
441710520e9SSergio Lopez
442710520e9SSergio Lopez[[package]]
443577d44c8Sfazlamehrabname = "getrandom"
444cd8c3838Sdependabot-preview[bot]version = "0.1.15"
445577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
446cd8c3838Sdependabot-preview[bot]checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
447577d44c8Sfazlamehrabdependencies = [
448*74627d2dSdependabot-preview[bot] "cfg-if 0.1.10",
4491b1a2175SSamuel Ortiz "libc",
4501b1a2175SSamuel Ortiz "wasi",
451577d44c8Sfazlamehrab]
452577d44c8Sfazlamehrab
453577d44c8Sfazlamehrab[[package]]
4546989bf05Sdependabot-preview[bot]name = "gimli"
455ccc276a2Sdependabot-preview[bot]version = "0.22.0"
4566989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
457ccc276a2Sdependabot-preview[bot]checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
4586989bf05Sdependabot-preview[bot]
4596989bf05Sdependabot-preview[bot][[package]]
46078fe8072SRob Bradfordname = "glob"
46178fe8072SRob Bradfordversion = "0.2.11"
46278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
4631b1a2175SSamuel Ortizchecksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
46478fe8072SRob Bradford
46578fe8072SRob Bradford[[package]]
4661a28f64dSdependabot-preview[bot]name = "hermit-abi"
467a32bd2faSdependabot-preview[bot]version = "0.1.17"
4681a28f64dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
469a32bd2faSdependabot-preview[bot]checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
4701a28f64dSdependabot-preview[bot]dependencies = [
4711b1a2175SSamuel Ortiz "libc",
4721a28f64dSdependabot-preview[bot]]
4731a28f64dSdependabot-preview[bot]
4741a28f64dSdependabot-preview[bot][[package]]
47556a16385SMuminul Islamname = "hypervisor"
47656a16385SMuminul Islamversion = "0.1.0"
477f9b51a41SMuminul Islamdependencies = [
478f9b51a41SMuminul Islam "anyhow",
47971c435ceSPraveen Paladugu "arc-swap",
480f9b51a41SMuminul Islam "kvm-bindings",
481f9b51a41SMuminul Islam "kvm-ioctls",
482f9b51a41SMuminul Islam "libc",
483f9b51a41SMuminul Islam "linux-loader",
4840f1ab38dSSebastien Boeuf "log 0.4.11",
485f9b51a41SMuminul Islam "serde",
486f9b51a41SMuminul Islam "serde_derive",
487f9b51a41SMuminul Islam "serde_json",
488f9b51a41SMuminul Islam "thiserror",
489f9b51a41SMuminul Islam "vm-memory",
490f9b51a41SMuminul Islam "vmm-sys-util",
491f9b51a41SMuminul Islam]
49256a16385SMuminul Islam
49356a16385SMuminul Islam[[package]]
49420ba271bSSamuel Ortizname = "idna"
49520ba271bSSamuel Ortizversion = "0.2.0"
49620ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
49720ba271bSSamuel Ortizchecksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
49820ba271bSSamuel Ortizdependencies = [
49920ba271bSSamuel Ortiz "matches",
50020ba271bSSamuel Ortiz "unicode-bidi",
50120ba271bSSamuel Ortiz "unicode-normalization",
50220ba271bSSamuel Ortiz]
50320ba271bSSamuel Ortiz
50420ba271bSSamuel Ortiz[[package]]
50549a65001SSebastien Boeufname = "io-uring"
50605c61367SSebastien Boeufversion = "0.4.0"
50705c61367SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
50805c61367SSebastien Boeufchecksum = "2f7589adca0ddd74f56ed83a5098b45e3abf264dc27e150a8bec3397fcc34338"
50949a65001SSebastien Boeufdependencies = [
51049a65001SSebastien Boeuf "bitflags 1.2.1",
51149a65001SSebastien Boeuf "libc",
51249a65001SSebastien Boeuf]
51349a65001SSebastien Boeuf
51449a65001SSebastien Boeuf[[package]]
51578fe8072SRob Bradfordname = "ipnetwork"
516dd0791d7Sdependabot-preview[bot]version = "0.16.0"
51778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
518dd0791d7Sdependabot-preview[bot]checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
51978fe8072SRob Bradforddependencies = [
5201b1a2175SSamuel Ortiz "serde",
52178fe8072SRob Bradford]
52278fe8072SRob Bradford
52378fe8072SRob Bradford[[package]]
52478fe8072SRob Bradfordname = "itoa"
52519ab08f2Sdependabot-preview[bot]version = "0.4.6"
52678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
52719ab08f2Sdependabot-preview[bot]checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
52878fe8072SRob Bradford
52978fe8072SRob Bradford[[package]]
53078fe8072SRob Bradfordname = "kernel32-sys"
53178fe8072SRob Bradfordversion = "0.2.2"
53278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5331b1a2175SSamuel Ortizchecksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
53478fe8072SRob Bradforddependencies = [
5351b1a2175SSamuel Ortiz "winapi 0.2.8",
5361b1a2175SSamuel Ortiz "winapi-build",
53778fe8072SRob Bradford]
53878fe8072SRob Bradford
53978fe8072SRob Bradford[[package]]
540a0da3debSSamuel Ortizname = "kvm-bindings"
5410f21781fSSamuel Ortizversion = "0.2.0"
5424c6a2503Sdependabot-preview[bot]source = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch#2164129ff03bb4d7a4243de5e2078845064d922c"
5430f21781fSSamuel Ortizdependencies = [
544722f9b66SCathy Zhang "serde",
545722f9b66SCathy Zhang "serde_derive",
5461b1a2175SSamuel Ortiz "vmm-sys-util",
5470f21781fSSamuel Ortiz]
548a0da3debSSamuel Ortiz
549a0da3debSSamuel Ortiz[[package]]
550a0da3debSSamuel Ortizname = "kvm-ioctls"
5511651cc39Sdependabot-preview[bot]version = "0.5.0"
5523d7e7d38Sdependabot-preview[bot]source = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#64427395b60e00403aed3026362a1b19873230e6"
553a0da3debSSamuel Ortizdependencies = [
5541b1a2175SSamuel Ortiz "kvm-bindings",
5551b1a2175SSamuel Ortiz "libc",
5561b1a2175SSamuel Ortiz "vmm-sys-util",
5572ed17abbSSamuel Ortiz]
55873337c8bSSamuel Ortiz
5592ed17abbSSamuel Ortiz[[package]]
56078fe8072SRob Bradfordname = "lazy_static"
561808fcaa4Sdependabot-preview[bot]version = "1.4.0"
56278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5631b1a2175SSamuel Ortizchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
56478fe8072SRob Bradford
56578fe8072SRob Bradford[[package]]
5662ed17abbSSamuel Ortizname = "libc"
567c2cc26fcSdependabot-preview[bot]version = "0.2.79"
5682ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
569c2cc26fcSdependabot-preview[bot]checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
5702ed17abbSSamuel Ortiz
5712ed17abbSSamuel Ortiz[[package]]
572ddce3df8SRob Bradfordname = "libssh2-sys"
573c30ff62aSdependabot-preview[bot]version = "0.2.19"
574ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
575c30ff62aSdependabot-preview[bot]checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
576ddce3df8SRob Bradforddependencies = [
5771b1a2175SSamuel Ortiz "cc",
5781b1a2175SSamuel Ortiz "libc",
5791b1a2175SSamuel Ortiz "libz-sys",
5801b1a2175SSamuel Ortiz "openssl-sys",
5811b1a2175SSamuel Ortiz "pkg-config",
5821b1a2175SSamuel Ortiz "vcpkg",
583ddce3df8SRob Bradford]
584ddce3df8SRob Bradford
585ddce3df8SRob Bradford[[package]]
586ddce3df8SRob Bradfordname = "libz-sys"
5877f2ee1f9Sdependabot-preview[bot]version = "1.1.2"
588ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5897f2ee1f9Sdependabot-preview[bot]checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
590ddce3df8SRob Bradforddependencies = [
5911b1a2175SSamuel Ortiz "cc",
5921b1a2175SSamuel Ortiz "libc",
5931b1a2175SSamuel Ortiz "pkg-config",
5941b1a2175SSamuel Ortiz "vcpkg",
595ddce3df8SRob Bradford]
596ddce3df8SRob Bradford
597ddce3df8SRob Bradford[[package]]
598539367b5SSamuel Ortizname = "linux-loader"
599b9fbcd46Sdependabot-preview[bot]version = "0.2.0"
6001c9c0fa0Sdependabot-preview[bot]source = "git+https://github.com/rust-vmm/linux-loader#3cf96c53ed6bfed9c7ca7dcfdbbcd04c86b6dd09"
601d5f5648bSSamuel Ortizdependencies = [
6021b1a2175SSamuel Ortiz "vm-memory",
603d5f5648bSSamuel Ortiz]
604d5f5648bSSamuel Ortiz
605d5f5648bSSamuel Ortiz[[package]]
6064ff972c3Sdependabot-preview[bot]name = "lock_api"
6072b7fbcb9Sdependabot-preview[bot]version = "0.3.4"
6084ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6092b7fbcb9Sdependabot-preview[bot]checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
6104ff972c3Sdependabot-preview[bot]dependencies = [
6111b1a2175SSamuel Ortiz "scopeguard",
6124ff972c3Sdependabot-preview[bot]]
6134ff972c3Sdependabot-preview[bot]
6144ff972c3Sdependabot-preview[bot][[package]]
6150adc3481SSamuel Ortizname = "log"
61678fe8072SRob Bradfordversion = "0.3.9"
61778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
6181b1a2175SSamuel Ortizchecksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
61978fe8072SRob Bradforddependencies = [
620cc57467dSdependabot-preview[bot] "log 0.4.11",
62178fe8072SRob Bradford]
62278fe8072SRob Bradford
62378fe8072SRob Bradford[[package]]
62478fe8072SRob Bradfordname = "log"
625cc57467dSdependabot-preview[bot]version = "0.4.11"
6260adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
627cc57467dSdependabot-preview[bot]checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
6280adc3481SSamuel Ortizdependencies = [
629*74627d2dSdependabot-preview[bot] "cfg-if 0.1.10",
6300adc3481SSamuel Ortiz]
6310adc3481SSamuel Ortiz
6320adc3481SSamuel Ortiz[[package]]
63320ba271bSSamuel Ortizname = "matches"
63420ba271bSSamuel Ortizversion = "0.1.8"
63520ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
63620ba271bSSamuel Ortizchecksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
63720ba271bSSamuel Ortiz
63820ba271bSSamuel Ortiz[[package]]
63978fe8072SRob Bradfordname = "memchr"
640ad307912Sdependabot-preview[bot]version = "2.3.3"
64178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
6421b1a2175SSamuel Ortizchecksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
64378fe8072SRob Bradford
64478fe8072SRob Bradford[[package]]
6452371325fSSamuel Ortizname = "micro_http"
6462371325fSSamuel Ortizversion = "0.1.0"
647609f34faSdependabot-preview[bot]source = "git+https://github.com/firecracker-microvm/micro-http#40309b72ee084b0a26d60208f0872bd7c986de45"
6487498647eSJose Carlos Venegas Munozdependencies = [
6491b1a2175SSamuel Ortiz "epoll",
6507498647eSJose Carlos Venegas Munoz]
6512371325fSSamuel Ortiz
6522371325fSSamuel Ortiz[[package]]
6538bcd0abbSdependabot-preview[bot]name = "miniz_oxide"
6542333c5e2Sdependabot-preview[bot]version = "0.4.3"
6558bcd0abbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6562333c5e2Sdependabot-preview[bot]checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
6578bcd0abbSdependabot-preview[bot]dependencies = [
658ccc276a2Sdependabot-preview[bot] "adler",
659701f3ae4Sdependabot-preview[bot] "autocfg",
6608bcd0abbSdependabot-preview[bot]]
6618bcd0abbSdependabot-preview[bot]
6628bcd0abbSdependabot-preview[bot][[package]]
66353f52954SSebastien Boeufname = "net_gen"
66453f52954SSebastien Boeufversion = "0.1.0"
66553f52954SSebastien Boeufdependencies = [
6661b1a2175SSamuel Ortiz "vmm-sys-util",
66753f52954SSebastien Boeuf]
66853f52954SSebastien Boeuf
66953f52954SSebastien Boeuf[[package]]
67053f52954SSebastien Boeufname = "net_util"
67153f52954SSebastien Boeufversion = "0.1.0"
67253f52954SSebastien Boeufdependencies = [
6731237784aSRob Bradford "epoll",
6741b1a2175SSamuel Ortiz "lazy_static",
6751b1a2175SSamuel Ortiz "libc",
676cc57467dSdependabot-preview[bot] "log 0.4.11",
6771b1a2175SSamuel Ortiz "net_gen",
6781b1a2175SSamuel Ortiz "pnet",
6791b1a2175SSamuel Ortiz "rand 0.7.3",
6801b1a2175SSamuel Ortiz "serde",
6811b1a2175SSamuel Ortiz "serde_json",
6823e807a19SRob Bradford "virtio-bindings",
68348faf3abSRob Bradford "vm-memory",
68448faf3abSRob Bradford "vm-virtio",
6851b1a2175SSamuel Ortiz "vmm-sys-util",
68653f52954SSebastien Boeuf]
68753f52954SSebastien Boeuf
68853f52954SSebastien Boeuf[[package]]
689710520e9SSergio Lopezname = "num_cpus"
6906cc8248aSdependabot-preview[bot]version = "1.13.0"
691710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
6926cc8248aSdependabot-preview[bot]checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
693710520e9SSergio Lopezdependencies = [
6941b1a2175SSamuel Ortiz "hermit-abi",
6951b1a2175SSamuel Ortiz "libc",
696710520e9SSergio Lopez]
697710520e9SSergio Lopez
698710520e9SSergio Lopez[[package]]
6996989bf05Sdependabot-preview[bot]name = "object"
700*74627d2dSdependabot-preview[bot]version = "0.21.1"
7016989bf05Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
702*74627d2dSdependabot-preview[bot]checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693"
7036989bf05Sdependabot-preview[bot]
7046989bf05Sdependabot-preview[bot][[package]]
705d8f181c5Sdependabot-preview[bot]name = "once_cell"
706df30b23fSdependabot-preview[bot]version = "1.4.1"
707d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
708df30b23fSdependabot-preview[bot]checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
709d8f181c5Sdependabot-preview[bot]
710d8f181c5Sdependabot-preview[bot][[package]]
711ddce3df8SRob Bradfordname = "openssl-sys"
712b31fe72eSdependabot-preview[bot]version = "0.9.58"
713ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
714b31fe72eSdependabot-preview[bot]checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
715ddce3df8SRob Bradforddependencies = [
7161b1a2175SSamuel Ortiz "autocfg",
7171b1a2175SSamuel Ortiz "cc",
7181b1a2175SSamuel Ortiz "libc",
7191b1a2175SSamuel Ortiz "pkg-config",
7201b1a2175SSamuel Ortiz "vcpkg",
721ddce3df8SRob Bradford]
722ddce3df8SRob Bradford
723ddce3df8SRob Bradford[[package]]
724b69f6d4fSRob Bradfordname = "option_parser"
725b69f6d4fSRob Bradfordversion = "0.1.0"
726b69f6d4fSRob Bradford
727b69f6d4fSRob Bradford[[package]]
7284ff972c3Sdependabot-preview[bot]name = "parking_lot"
7290071ac8cSdependabot-preview[bot]version = "0.10.2"
7304ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
7310071ac8cSdependabot-preview[bot]checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
7324ff972c3Sdependabot-preview[bot]dependencies = [
7331b1a2175SSamuel Ortiz "lock_api",
7341b1a2175SSamuel Ortiz "parking_lot_core",
7354ff972c3Sdependabot-preview[bot]]
7364ff972c3Sdependabot-preview[bot]
7374ff972c3Sdependabot-preview[bot][[package]]
7384ff972c3Sdependabot-preview[bot]name = "parking_lot_core"
739f626bd60Sdependabot-preview[bot]version = "0.7.2"
7404ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
741f626bd60Sdependabot-preview[bot]checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
7424ff972c3Sdependabot-preview[bot]dependencies = [
743*74627d2dSdependabot-preview[bot] "cfg-if 0.1.10",
7441b1a2175SSamuel Ortiz "cloudabi",
7451b1a2175SSamuel Ortiz "libc",
7461b1a2175SSamuel Ortiz "redox_syscall",
7471b1a2175SSamuel Ortiz "smallvec",
748f19f7490SRob Bradford "winapi 0.3.9",
7494ff972c3Sdependabot-preview[bot]]
7504ff972c3Sdependabot-preview[bot]
7514ff972c3Sdependabot-preview[bot][[package]]
7520adc3481SSamuel Ortizname = "pci"
7530adc3481SSamuel Ortizversion = "0.1.0"
7540adc3481SSamuel Ortizdependencies = [
755376db311SSebastien Boeuf "anyhow",
7561b1a2175SSamuel Ortiz "byteorder",
757e4dee57eSMuminul Islam "hypervisor",
7581b1a2175SSamuel Ortiz "libc",
759cc57467dSdependabot-preview[bot] "log 0.4.11",
760376db311SSebastien Boeuf "serde",
761376db311SSebastien Boeuf "serde_derive",
762376db311SSebastien Boeuf "serde_json",
7634f33ea89SAnatol Belski "vfio-bindings",
764d24aa72dSSamuel Ortiz "vfio-ioctls",
7651b1a2175SSamuel Ortiz "vm-allocator",
7661b1a2175SSamuel Ortiz "vm-device",
7671b1a2175SSamuel Ortiz "vm-memory",
768376db311SSebastien Boeuf "vm-migration",
76953ce5298SSamuel Ortiz "vmm-sys-util",
7700adc3481SSamuel Ortiz]
7710adc3481SSamuel Ortiz
7720adc3481SSamuel Ortiz[[package]]
77320ba271bSSamuel Ortizname = "percent-encoding"
77420ba271bSSamuel Ortizversion = "2.1.0"
77520ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
77620ba271bSSamuel Ortizchecksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
77720ba271bSSamuel Ortiz
77820ba271bSSamuel Ortiz[[package]]
779d8f181c5Sdependabot-preview[bot]name = "pin-project"
780818dc72eSdependabot-preview[bot]version = "0.4.27"
781d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
782818dc72eSdependabot-preview[bot]checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
783d8f181c5Sdependabot-preview[bot]dependencies = [
784d8f181c5Sdependabot-preview[bot] "pin-project-internal",
785d8f181c5Sdependabot-preview[bot]]
786d8f181c5Sdependabot-preview[bot]
787d8f181c5Sdependabot-preview[bot][[package]]
788d8f181c5Sdependabot-preview[bot]name = "pin-project-internal"
789818dc72eSdependabot-preview[bot]version = "0.4.27"
790d8f181c5Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
791818dc72eSdependabot-preview[bot]checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
792d8f181c5Sdependabot-preview[bot]dependencies = [
793d8f181c5Sdependabot-preview[bot] "proc-macro2",
794d8f181c5Sdependabot-preview[bot] "quote",
795d8f181c5Sdependabot-preview[bot] "syn",
796d8f181c5Sdependabot-preview[bot]]
797d8f181c5Sdependabot-preview[bot]
798d8f181c5Sdependabot-preview[bot][[package]]
799710520e9SSergio Lopezname = "pin-utils"
8009f08f537Sdependabot-preview[bot]version = "0.1.0"
801710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
8029f08f537Sdependabot-preview[bot]checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
803710520e9SSergio Lopez
804710520e9SSergio Lopez[[package]]
805ddce3df8SRob Bradfordname = "pkg-config"
8068ab11ae8Sdependabot-preview[bot]version = "0.3.18"
807ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
8088ab11ae8Sdependabot-preview[bot]checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
809ddce3df8SRob Bradford
810ddce3df8SRob Bradford[[package]]
81178fe8072SRob Bradfordname = "pnet"
812dd0791d7Sdependabot-preview[bot]version = "0.26.0"
81378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
814dd0791d7Sdependabot-preview[bot]checksum = "c62df42dcd72f6f2a658bcf38509f1027df1440ac85f1af4badbe034418302dc"
81578fe8072SRob Bradforddependencies = [
8161b1a2175SSamuel Ortiz "ipnetwork",
8171b1a2175SSamuel Ortiz "pnet_base",
8181b1a2175SSamuel Ortiz "pnet_datalink",
8191b1a2175SSamuel Ortiz "pnet_packet",
8201b1a2175SSamuel Ortiz "pnet_sys",
8211b1a2175SSamuel Ortiz "pnet_transport",
82278fe8072SRob Bradford]
82378fe8072SRob Bradford
82478fe8072SRob Bradford[[package]]
82578fe8072SRob Bradfordname = "pnet_base"
826dd0791d7Sdependabot-preview[bot]version = "0.26.0"
82778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
828dd0791d7Sdependabot-preview[bot]checksum = "b7cd5f7e15220afa66b0a9a62841ea10089f39dcaa1c29752c0b22dfc03111b5"
82978fe8072SRob Bradford
83078fe8072SRob Bradford[[package]]
83178fe8072SRob Bradfordname = "pnet_datalink"
832dd0791d7Sdependabot-preview[bot]version = "0.26.0"
83378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
834dd0791d7Sdependabot-preview[bot]checksum = "7318ae1d6e0b7fa1e49933233c9473f2b72d3d18b97e70e2716c6415dde5f915"
83578fe8072SRob Bradforddependencies = [
8361b1a2175SSamuel Ortiz "ipnetwork",
8371b1a2175SSamuel Ortiz "libc",
8381b1a2175SSamuel Ortiz "pnet_base",
8391b1a2175SSamuel Ortiz "pnet_sys",
8401b1a2175SSamuel Ortiz "winapi 0.2.8",
84178fe8072SRob Bradford]
84278fe8072SRob Bradford
84378fe8072SRob Bradford[[package]]
84478fe8072SRob Bradfordname = "pnet_macros"
845af3d0802Sdependabot-preview[bot]version = "0.26.0"
84678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
847af3d0802Sdependabot-preview[bot]checksum = "bbbd5c52c6e04aa720400f9c71cd0e8bcb38cd13421d5caabd9035e9efa47de9"
84878fe8072SRob Bradforddependencies = [
8491b1a2175SSamuel Ortiz "regex",
8501b1a2175SSamuel Ortiz "syntex",
8511b1a2175SSamuel Ortiz "syntex_syntax",
85278fe8072SRob Bradford]
85378fe8072SRob Bradford
85478fe8072SRob Bradford[[package]]
85578fe8072SRob Bradfordname = "pnet_macros_support"
856dd0791d7Sdependabot-preview[bot]version = "0.26.0"
85778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
858dd0791d7Sdependabot-preview[bot]checksum = "daf9c5c0c36766d0a4da9ab268c0700771b8ec367b9463fd678109fa28463c5b"
85978fe8072SRob Bradforddependencies = [
8601b1a2175SSamuel Ortiz "pnet_base",
86178fe8072SRob Bradford]
86278fe8072SRob Bradford
86378fe8072SRob Bradford[[package]]
86478fe8072SRob Bradfordname = "pnet_packet"
865dd0791d7Sdependabot-preview[bot]version = "0.26.0"
86678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
867dd0791d7Sdependabot-preview[bot]checksum = "89e26a864d71d0ac51a549cf40283c44ed1b8f98168545638a4730ef9f560283"
86878fe8072SRob Bradforddependencies = [
8691b1a2175SSamuel Ortiz "glob",
8701b1a2175SSamuel Ortiz "pnet_base",
8711b1a2175SSamuel Ortiz "pnet_macros",
8721b1a2175SSamuel Ortiz "pnet_macros_support",
8731b1a2175SSamuel Ortiz "syntex",
87478fe8072SRob Bradford]
87578fe8072SRob Bradford
87678fe8072SRob Bradford[[package]]
87778fe8072SRob Bradfordname = "pnet_sys"
878dd0791d7Sdependabot-preview[bot]version = "0.26.0"
87978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
880dd0791d7Sdependabot-preview[bot]checksum = "73f0de0c52609f157b25d79ce24d9016ab1bbf10cde761397200d634a833872c"
88178fe8072SRob Bradforddependencies = [
8821b1a2175SSamuel Ortiz "libc",
8831b1a2175SSamuel Ortiz "winapi 0.2.8",
8841b1a2175SSamuel Ortiz "ws2_32-sys",
88578fe8072SRob Bradford]
88678fe8072SRob Bradford
88778fe8072SRob Bradford[[package]]
88878fe8072SRob Bradfordname = "pnet_transport"
889dd0791d7Sdependabot-preview[bot]version = "0.26.0"
89078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
891dd0791d7Sdependabot-preview[bot]checksum = "6712ab76534340494d849e3c51c64a6261e4b451337b7c05bd3681e384c48b10"
89278fe8072SRob Bradforddependencies = [
8931b1a2175SSamuel Ortiz "libc",
8941b1a2175SSamuel Ortiz "pnet_base",
8951b1a2175SSamuel Ortiz "pnet_packet",
8961b1a2175SSamuel Ortiz "pnet_sys",
89778fe8072SRob Bradford]
89878fe8072SRob Bradford
89978fe8072SRob Bradford[[package]]
900577d44c8Sfazlamehrabname = "ppv-lite86"
901da72d30fSdependabot-preview[bot]version = "0.2.9"
902577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
903da72d30fSdependabot-preview[bot]checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
904577d44c8Sfazlamehrab
905577d44c8Sfazlamehrab[[package]]
906710520e9SSergio Lopezname = "proc-macro-hack"
90735578f76Sdependabot-preview[bot]version = "0.5.18"
908710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
90935578f76Sdependabot-preview[bot]checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
910710520e9SSergio Lopez
911710520e9SSergio Lopez[[package]]
912710520e9SSergio Lopezname = "proc-macro-nested"
913cb67372dSdependabot-preview[bot]version = "0.1.6"
914710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
915cb67372dSdependabot-preview[bot]checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
916710520e9SSergio Lopez
917710520e9SSergio Lopez[[package]]
91880ac3a84SChao Pengname = "proc-macro2"
9198851b48cSdependabot-preview[bot]version = "1.0.24"
92055f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
9218851b48cSdependabot-preview[bot]checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
92255f01b21Sdependabot-preview[bot]dependencies = [
923f19f7490SRob Bradford "unicode-xid 0.2.1",
92455f01b21Sdependabot-preview[bot]]
92555f01b21Sdependabot-preview[bot]
92655f01b21Sdependabot-preview[bot][[package]]
92780ac3a84SChao Pengname = "qcow"
92880ac3a84SChao Pengversion = "0.1.0"
92980ac3a84SChao Pengdependencies = [
9301b1a2175SSamuel Ortiz "byteorder",
9311b1a2175SSamuel Ortiz "libc",
932cc57467dSdependabot-preview[bot] "log 0.4.11",
9331b1a2175SSamuel Ortiz "remain",
9341b1a2175SSamuel Ortiz "tempfile",
9351b1a2175SSamuel Ortiz "vmm-sys-util",
93680ac3a84SChao Peng]
93780ac3a84SChao Peng
93880ac3a84SChao Peng[[package]]
93980ac3a84SChao Pengname = "quote"
940c7d44b88Sdependabot-preview[bot]version = "1.0.7"
94155f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
942c7d44b88Sdependabot-preview[bot]checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
94355f01b21Sdependabot-preview[bot]dependencies = [
9441b1a2175SSamuel Ortiz "proc-macro2",
94555f01b21Sdependabot-preview[bot]]
94655f01b21Sdependabot-preview[bot]
94755f01b21Sdependabot-preview[bot][[package]]
948b67e0b3dSSebastien Boeufname = "rand"
9497ebfe909SRob Bradfordversion = "0.4.6"
9507ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9511b1a2175SSamuel Ortizchecksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
9527ebfe909SRob Bradforddependencies = [
9531b1a2175SSamuel Ortiz "fuchsia-cprng",
9541b1a2175SSamuel Ortiz "libc",
9551b1a2175SSamuel Ortiz "rand_core 0.3.1",
9561b1a2175SSamuel Ortiz "rdrand",
957f19f7490SRob Bradford "winapi 0.3.9",
9587ebfe909SRob Bradford]
9597ebfe909SRob Bradford
9607ebfe909SRob Bradford[[package]]
9617ebfe909SRob Bradfordname = "rand"
96241895d7dSdependabot-preview[bot]version = "0.7.3"
963577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9641b1a2175SSamuel Ortizchecksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
965577d44c8Sfazlamehrabdependencies = [
9661b1a2175SSamuel Ortiz "getrandom",
9671b1a2175SSamuel Ortiz "libc",
9681b1a2175SSamuel Ortiz "rand_chacha",
9691b1a2175SSamuel Ortiz "rand_core 0.5.1",
9701b1a2175SSamuel Ortiz "rand_hc",
971577d44c8Sfazlamehrab]
972577d44c8Sfazlamehrab
973577d44c8Sfazlamehrab[[package]]
974b67e0b3dSSebastien Boeufname = "rand_chacha"
97513a61c47Sdependabot-preview[bot]version = "0.2.2"
976577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
9771b1a2175SSamuel Ortizchecksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
978577d44c8Sfazlamehrabdependencies = [
9791b1a2175SSamuel Ortiz "ppv-lite86",
9801b1a2175SSamuel Ortiz "rand_core 0.5.1",
981577d44c8Sfazlamehrab]
982577d44c8Sfazlamehrab
983577d44c8Sfazlamehrab[[package]]
984b67e0b3dSSebastien Boeufname = "rand_core"
985b67e0b3dSSebastien Boeufversion = "0.3.1"
986b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
9871b1a2175SSamuel Ortizchecksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
988b67e0b3dSSebastien Boeufdependencies = [
9891b1a2175SSamuel Ortiz "rand_core 0.4.2",
990b67e0b3dSSebastien Boeuf]
991b67e0b3dSSebastien Boeuf
992b67e0b3dSSebastien Boeuf[[package]]
993b67e0b3dSSebastien Boeufname = "rand_core"
994df5058ecSfazlamehrabversion = "0.4.2"
995b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
9961b1a2175SSamuel Ortizchecksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
997b67e0b3dSSebastien Boeuf
998b67e0b3dSSebastien Boeuf[[package]]
999577d44c8Sfazlamehrabname = "rand_core"
1000e4ea60ddSdependabot-preview[bot]version = "0.5.1"
1001577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
10021b1a2175SSamuel Ortizchecksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1003577d44c8Sfazlamehrabdependencies = [
10041b1a2175SSamuel Ortiz "getrandom",
1005577d44c8Sfazlamehrab]
1006577d44c8Sfazlamehrab
1007577d44c8Sfazlamehrab[[package]]
1008b67e0b3dSSebastien Boeufname = "rand_hc"
1009577d44c8Sfazlamehrabversion = "0.2.0"
1010577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
10111b1a2175SSamuel Ortizchecksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1012577d44c8Sfazlamehrabdependencies = [
10131b1a2175SSamuel Ortiz "rand_core 0.5.1",
1014577d44c8Sfazlamehrab]
1015577d44c8Sfazlamehrab
1016577d44c8Sfazlamehrab[[package]]
1017b67e0b3dSSebastien Boeufname = "rdrand"
1018b67e0b3dSSebastien Boeufversion = "0.4.0"
1019b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
10201b1a2175SSamuel Ortizchecksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1021b67e0b3dSSebastien Boeufdependencies = [
10221b1a2175SSamuel Ortiz "rand_core 0.3.1",
1023b67e0b3dSSebastien Boeuf]
1024b67e0b3dSSebastien Boeuf
1025b67e0b3dSSebastien Boeuf[[package]]
10262ed17abbSSamuel Ortizname = "redox_syscall"
1027dda4cd8eSdependabot-preview[bot]version = "0.1.57"
10282ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1029dda4cd8eSdependabot-preview[bot]checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
10302ed17abbSSamuel Ortiz
10312ed17abbSSamuel Ortiz[[package]]
1032ddce3df8SRob Bradfordname = "redox_users"
1033be8f40f2Sdependabot-preview[bot]version = "0.3.5"
1034ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1035be8f40f2Sdependabot-preview[bot]checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1036ddce3df8SRob Bradforddependencies = [
10371b1a2175SSamuel Ortiz "getrandom",
10381b1a2175SSamuel Ortiz "redox_syscall",
10391b1a2175SSamuel Ortiz "rust-argon2",
1040ddce3df8SRob Bradford]
1041ddce3df8SRob Bradford
1042ddce3df8SRob Bradford[[package]]
104378fe8072SRob Bradfordname = "regex"
1044bc2921b2Sdependabot-preview[bot]version = "1.3.9"
104578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1046bc2921b2Sdependabot-preview[bot]checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
104778fe8072SRob Bradforddependencies = [
10481b1a2175SSamuel Ortiz "aho-corasick",
10491b1a2175SSamuel Ortiz "memchr",
10501b1a2175SSamuel Ortiz "regex-syntax",
10511b1a2175SSamuel Ortiz "thread_local",
105278fe8072SRob Bradford]
105378fe8072SRob Bradford
105478fe8072SRob Bradford[[package]]
105578fe8072SRob Bradfordname = "regex-syntax"
1056917ad530Sdependabot-preview[bot]version = "0.6.18"
105778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1058917ad530Sdependabot-preview[bot]checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
105978fe8072SRob Bradford
106078fe8072SRob Bradford[[package]]
106180ac3a84SChao Pengname = "remain"
106269dac2dbSdependabot-preview[bot]version = "0.2.2"
106380ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
106469dac2dbSdependabot-preview[bot]checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7"
106580ac3a84SChao Pengdependencies = [
10661b1a2175SSamuel Ortiz "proc-macro2",
10671b1a2175SSamuel Ortiz "quote",
10681b1a2175SSamuel Ortiz "syn",
106980ac3a84SChao Peng]
107080ac3a84SChao Peng
107180ac3a84SChao Peng[[package]]
1072b67e0b3dSSebastien Boeufname = "remove_dir_all"
10739eaa735cSdependabot-preview[bot]version = "0.5.3"
1074b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
10759eaa735cSdependabot-preview[bot]checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1076b67e0b3dSSebastien Boeufdependencies = [
1077f19f7490SRob Bradford "winapi 0.3.9",
1078b67e0b3dSSebastien Boeuf]
1079b67e0b3dSSebastien Boeuf
1080b67e0b3dSSebastien Boeuf[[package]]
10818fcaf91dSdependabot-preview[bot]name = "rust-argon2"
1082be8f40f2Sdependabot-preview[bot]version = "0.8.2"
10838fcaf91dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1084be8f40f2Sdependabot-preview[bot]checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
10858fcaf91dSdependabot-preview[bot]dependencies = [
10861b1a2175SSamuel Ortiz "base64",
10871b1a2175SSamuel Ortiz "blake2b_simd",
10881b1a2175SSamuel Ortiz "constant_time_eq",
10891b1a2175SSamuel Ortiz "crossbeam-utils",
10908fcaf91dSdependabot-preview[bot]]
10918fcaf91dSdependabot-preview[bot]
10928fcaf91dSdependabot-preview[bot][[package]]
1093ddce3df8SRob Bradfordname = "rustc-demangle"
1094ff0d2431Sdependabot-preview[bot]version = "0.1.17"
1095ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1096ff0d2431Sdependabot-preview[bot]checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
1097ddce3df8SRob Bradford
1098ddce3df8SRob Bradford[[package]]
109978fe8072SRob Bradfordname = "rustc-serialize"
110078fe8072SRob Bradfordversion = "0.3.24"
110178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
11021b1a2175SSamuel Ortizchecksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
110378fe8072SRob Bradford
110478fe8072SRob Bradford[[package]]
110578fe8072SRob Bradfordname = "ryu"
1106b731e63aSdependabot-preview[bot]version = "1.0.5"
110778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1108b731e63aSdependabot-preview[bot]checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
110978fe8072SRob Bradford
111078fe8072SRob Bradford[[package]]
11114ff972c3Sdependabot-preview[bot]name = "scopeguard"
11120d748c5cSdependabot-preview[bot]version = "1.1.0"
11134ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
11141b1a2175SSamuel Ortizchecksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
11154ff972c3Sdependabot-preview[bot]
11164ff972c3Sdependabot-preview[bot][[package]]
1117708f02dcSSebastien Boeufname = "seccomp"
1118708f02dcSSebastien Boeufversion = "0.1.0"
11197529a9acSdependabot-preview[bot]source = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.22.0#cc5387637c132e500b4857b80b5a239d8d732b77"
1120708f02dcSSebastien Boeufdependencies = [
11211b1a2175SSamuel Ortiz "libc",
1122708f02dcSSebastien Boeuf]
1123708f02dcSSebastien Boeuf
1124708f02dcSSebastien Boeuf[[package]]
112553f52954SSebastien Boeufname = "serde"
11261ab12c47Sdependabot-preview[bot]version = "1.0.116"
112753f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
11281ab12c47Sdependabot-preview[bot]checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
112953f52954SSebastien Boeuf
113053f52954SSebastien Boeuf[[package]]
1131f674019eSSamuel Ortizname = "serde_derive"
1132a3bf981bSdependabot-preview[bot]version = "1.0.116"
1133f674019eSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1134a3bf981bSdependabot-preview[bot]checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
1135f674019eSSamuel Ortizdependencies = [
11361b1a2175SSamuel Ortiz "proc-macro2",
11371b1a2175SSamuel Ortiz "quote",
11381b1a2175SSamuel Ortiz "syn",
1139f674019eSSamuel Ortiz]
1140f674019eSSamuel Ortiz
1141f674019eSSamuel Ortiz[[package]]
114278fe8072SRob Bradfordname = "serde_json"
114391314e7bSdependabot-preview[bot]version = "1.0.58"
114478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
114591314e7bSdependabot-preview[bot]checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
114678fe8072SRob Bradforddependencies = [
11471b1a2175SSamuel Ortiz "itoa",
11481b1a2175SSamuel Ortiz "ryu",
11491b1a2175SSamuel Ortiz "serde",
115078fe8072SRob Bradford]
115178fe8072SRob Bradford
115278fe8072SRob Bradford[[package]]
1153df5058ecSfazlamehrabname = "signal-hook"
1154a998e893SSebastien Boeufversion = "0.1.16"
1155df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
1156a998e893SSebastien Boeufchecksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed"
1157df5058ecSfazlamehrabdependencies = [
11581b1a2175SSamuel Ortiz "libc",
11591b1a2175SSamuel Ortiz "signal-hook-registry",
1160df5058ecSfazlamehrab]
1161df5058ecSfazlamehrab
1162df5058ecSfazlamehrab[[package]]
1163df5058ecSfazlamehrabname = "signal-hook-registry"
11641ac6ccb3Sdependabot-preview[bot]version = "1.2.1"
1165df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
11661ac6ccb3Sdependabot-preview[bot]checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
1167df5058ecSfazlamehrabdependencies = [
11681b1a2175SSamuel Ortiz "arc-swap",
11691b1a2175SSamuel Ortiz "libc",
1170df5058ecSfazlamehrab]
1171df5058ecSfazlamehrab
1172df5058ecSfazlamehrab[[package]]
1173710520e9SSergio Lopezname = "slab"
1174710520e9SSergio Lopezversion = "0.4.2"
1175710520e9SSergio Lopezsource = "registry+https://github.com/rust-lang/crates.io-index"
11761b1a2175SSamuel Ortizchecksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1177710520e9SSergio Lopez
1178710520e9SSergio Lopez[[package]]
11794ff972c3Sdependabot-preview[bot]name = "smallvec"
118031031b43Sdependabot-preview[bot]version = "1.4.2"
11814ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
118231031b43Sdependabot-preview[bot]checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
11834ff972c3Sdependabot-preview[bot]
11844ff972c3Sdependabot-preview[bot][[package]]
1185ddce3df8SRob Bradfordname = "ssh2"
118658980067Sdependabot-preview[bot]version = "0.8.2"
1187ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
118858980067Sdependabot-preview[bot]checksum = "ba56d741dab9a295bcb131ebfbe57f8fea2e1b7ae203e9184f5d7648213e4460"
1189ddce3df8SRob Bradforddependencies = [
11901b1a2175SSamuel Ortiz "bitflags 1.2.1",
11911b1a2175SSamuel Ortiz "libc",
11921b1a2175SSamuel Ortiz "libssh2-sys",
11931b1a2175SSamuel Ortiz "parking_lot",
1194ddce3df8SRob Bradford]
1195ddce3df8SRob Bradford
1196ddce3df8SRob Bradford[[package]]
11972ed17abbSSamuel Ortizname = "strsim"
11986abd50f4Sdependabot-preview[bot]version = "0.8.0"
11992ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
12001b1a2175SSamuel Ortizchecksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
12012ed17abbSSamuel Ortiz
12022ed17abbSSamuel Ortiz[[package]]
120380ac3a84SChao Pengname = "syn"
1204a4be05acSdependabot-preview[bot]version = "1.0.44"
120555f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1206a4be05acSdependabot-preview[bot]checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd"
120755f01b21Sdependabot-preview[bot]dependencies = [
12081b1a2175SSamuel Ortiz "proc-macro2",
12091b1a2175SSamuel Ortiz "quote",
1210f19f7490SRob Bradford "unicode-xid 0.2.1",
121155f01b21Sdependabot-preview[bot]]
121255f01b21Sdependabot-preview[bot]
121355f01b21Sdependabot-preview[bot][[package]]
1214ddce3df8SRob Bradfordname = "synstructure"
1215afe60808Sdependabot-preview[bot]version = "0.12.4"
1216ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1217afe60808Sdependabot-preview[bot]checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
1218ddce3df8SRob Bradforddependencies = [
12191b1a2175SSamuel Ortiz "proc-macro2",
12201b1a2175SSamuel Ortiz "quote",
12211b1a2175SSamuel Ortiz "syn",
1222f19f7490SRob Bradford "unicode-xid 0.2.1",
1223ddce3df8SRob Bradford]
1224ddce3df8SRob Bradford
1225ddce3df8SRob Bradford[[package]]
122678fe8072SRob Bradfordname = "syntex"
122778fe8072SRob Bradfordversion = "0.42.2"
122878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12291b1a2175SSamuel Ortizchecksum = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317"
123078fe8072SRob Bradforddependencies = [
12311b1a2175SSamuel Ortiz "syntex_errors",
12321b1a2175SSamuel Ortiz "syntex_syntax",
123378fe8072SRob Bradford]
123478fe8072SRob Bradford
123578fe8072SRob Bradford[[package]]
123678fe8072SRob Bradfordname = "syntex_errors"
123778fe8072SRob Bradfordversion = "0.42.0"
123878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12391b1a2175SSamuel Ortizchecksum = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646"
124078fe8072SRob Bradforddependencies = [
12411b1a2175SSamuel Ortiz "libc",
12421b1a2175SSamuel Ortiz "log 0.3.9",
12431b1a2175SSamuel Ortiz "rustc-serialize",
12441b1a2175SSamuel Ortiz "syntex_pos",
12451b1a2175SSamuel Ortiz "term",
12461b1a2175SSamuel Ortiz "unicode-xid 0.0.3",
124778fe8072SRob Bradford]
124878fe8072SRob Bradford
124978fe8072SRob Bradford[[package]]
125078fe8072SRob Bradfordname = "syntex_pos"
125178fe8072SRob Bradfordversion = "0.42.0"
125278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12531b1a2175SSamuel Ortizchecksum = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6"
125478fe8072SRob Bradforddependencies = [
12551b1a2175SSamuel Ortiz "rustc-serialize",
125678fe8072SRob Bradford]
125778fe8072SRob Bradford
125878fe8072SRob Bradford[[package]]
125978fe8072SRob Bradfordname = "syntex_syntax"
126078fe8072SRob Bradfordversion = "0.42.0"
126178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12621b1a2175SSamuel Ortizchecksum = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d"
126378fe8072SRob Bradforddependencies = [
12641b1a2175SSamuel Ortiz "bitflags 0.5.0",
12651b1a2175SSamuel Ortiz "libc",
12661b1a2175SSamuel Ortiz "log 0.3.9",
12671b1a2175SSamuel Ortiz "rustc-serialize",
12681b1a2175SSamuel Ortiz "syntex_errors",
12691b1a2175SSamuel Ortiz "syntex_pos",
12701b1a2175SSamuel Ortiz "term",
12711b1a2175SSamuel Ortiz "unicode-xid 0.0.3",
127278fe8072SRob Bradford]
127378fe8072SRob Bradford
127478fe8072SRob Bradford[[package]]
12757ebfe909SRob Bradfordname = "tempdir"
12767ebfe909SRob Bradfordversion = "0.3.7"
12777ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
12781b1a2175SSamuel Ortizchecksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
12797ebfe909SRob Bradforddependencies = [
12801b1a2175SSamuel Ortiz "rand 0.4.6",
12811b1a2175SSamuel Ortiz "remove_dir_all",
12827ebfe909SRob Bradford]
12837ebfe909SRob Bradford
12847ebfe909SRob Bradford[[package]]
1285b67e0b3dSSebastien Boeufname = "tempfile"
1286577d44c8Sfazlamehrabversion = "3.1.0"
1287b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
12881b1a2175SSamuel Ortizchecksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1289b67e0b3dSSebastien Boeufdependencies = [
1290*74627d2dSdependabot-preview[bot] "cfg-if 0.1.10",
12911b1a2175SSamuel Ortiz "libc",
12921b1a2175SSamuel Ortiz "rand 0.7.3",
12931b1a2175SSamuel Ortiz "redox_syscall",
12941b1a2175SSamuel Ortiz "remove_dir_all",
1295f19f7490SRob Bradford "winapi 0.3.9",
1296b67e0b3dSSebastien Boeuf]
1297b67e0b3dSSebastien Boeuf
1298b67e0b3dSSebastien Boeuf[[package]]
129978fe8072SRob Bradfordname = "term"
130078fe8072SRob Bradfordversion = "0.4.6"
130178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
13021b1a2175SSamuel Ortizchecksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
130378fe8072SRob Bradforddependencies = [
13041b1a2175SSamuel Ortiz "kernel32-sys",
13051b1a2175SSamuel Ortiz "winapi 0.2.8",
130678fe8072SRob Bradford]
130778fe8072SRob Bradford
130878fe8072SRob Bradford[[package]]
1309ee1ba56cSRob Bradfordname = "term_size"
1310678855e8Sdependabot-preview[bot]version = "0.3.2"
1311ee1ba56cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1312678855e8Sdependabot-preview[bot]checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
1313ee1ba56cSRob Bradforddependencies = [
13141b1a2175SSamuel Ortiz "libc",
1315f19f7490SRob Bradford "winapi 0.3.9",
1316ee1ba56cSRob Bradford]
1317ee1ba56cSRob Bradford
1318ee1ba56cSRob Bradford[[package]]
13192ed17abbSSamuel Ortizname = "textwrap"
13206abd50f4Sdependabot-preview[bot]version = "0.11.0"
13212ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13221b1a2175SSamuel Ortizchecksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
13232ed17abbSSamuel Ortizdependencies = [
13241b1a2175SSamuel Ortiz "term_size",
13251b1a2175SSamuel Ortiz "unicode-width",
13262ed17abbSSamuel Ortiz]
13272ed17abbSSamuel Ortiz
13282ed17abbSSamuel Ortiz[[package]]
13290361df4aSSamuel Ortizname = "thiserror"
1330f4839808Sdependabot-preview[bot]version = "1.0.21"
13310361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1332f4839808Sdependabot-preview[bot]checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
13330361df4aSSamuel Ortizdependencies = [
13341b1a2175SSamuel Ortiz "thiserror-impl",
13350361df4aSSamuel Ortiz]
13360361df4aSSamuel Ortiz
13370361df4aSSamuel Ortiz[[package]]
13380361df4aSSamuel Ortizname = "thiserror-impl"
1339f4839808Sdependabot-preview[bot]version = "1.0.21"
13400361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1341f4839808Sdependabot-preview[bot]checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
13420361df4aSSamuel Ortizdependencies = [
13431b1a2175SSamuel Ortiz "proc-macro2",
13441b1a2175SSamuel Ortiz "quote",
13451b1a2175SSamuel Ortiz "syn",
13460361df4aSSamuel Ortiz]
13470361df4aSSamuel Ortiz
13480361df4aSSamuel Ortiz[[package]]
134978fe8072SRob Bradfordname = "thread_local"
1350af3d0802Sdependabot-preview[bot]version = "1.0.1"
135178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1352af3d0802Sdependabot-preview[bot]checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
135378fe8072SRob Bradforddependencies = [
13541b1a2175SSamuel Ortiz "lazy_static",
135578fe8072SRob Bradford]
135678fe8072SRob Bradford
135778fe8072SRob Bradford[[package]]
13581d27416fSdependabot-preview[bot]name = "tinyvec"
13594cde1837Sdependabot-preview[bot]version = "0.3.4"
13601d27416fSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
13614cde1837Sdependabot-preview[bot]checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
13621d27416fSdependabot-preview[bot]
13631d27416fSdependabot-preview[bot][[package]]
136420ba271bSSamuel Ortizname = "unicode-bidi"
136520ba271bSSamuel Ortizversion = "0.3.4"
136620ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
136720ba271bSSamuel Ortizchecksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
136820ba271bSSamuel Ortizdependencies = [
136920ba271bSSamuel Ortiz "matches",
137020ba271bSSamuel Ortiz]
137120ba271bSSamuel Ortiz
137220ba271bSSamuel Ortiz[[package]]
137320ba271bSSamuel Ortizname = "unicode-normalization"
13741d27416fSdependabot-preview[bot]version = "0.1.13"
137520ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13761d27416fSdependabot-preview[bot]checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
137720ba271bSSamuel Ortizdependencies = [
13781d27416fSdependabot-preview[bot] "tinyvec",
137920ba271bSSamuel Ortiz]
138020ba271bSSamuel Ortiz
138120ba271bSSamuel Ortiz[[package]]
13822ed17abbSSamuel Ortizname = "unicode-width"
1383d2780a65Sdependabot-preview[bot]version = "0.1.8"
13842ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1385d2780a65Sdependabot-preview[bot]checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
13862ed17abbSSamuel Ortiz
13872ed17abbSSamuel Ortiz[[package]]
138880ac3a84SChao Pengname = "unicode-xid"
138978fe8072SRob Bradfordversion = "0.0.3"
139078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
13911b1a2175SSamuel Ortizchecksum = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
139278fe8072SRob Bradford
139378fe8072SRob Bradford[[package]]
139478fe8072SRob Bradfordname = "unicode-xid"
1395f19f7490SRob Bradfordversion = "0.2.1"
139655f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1397f19f7490SRob Bradfordchecksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
139855f01b21Sdependabot-preview[bot]
139955f01b21Sdependabot-preview[bot][[package]]
140020ba271bSSamuel Ortizname = "url"
140120ba271bSSamuel Ortizversion = "2.1.1"
140220ba271bSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
140320ba271bSSamuel Ortizchecksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
140420ba271bSSamuel Ortizdependencies = [
140520ba271bSSamuel Ortiz "idna",
140620ba271bSSamuel Ortiz "matches",
140720ba271bSSamuel Ortiz "percent-encoding",
140820ba271bSSamuel Ortiz]
140920ba271bSSamuel Ortiz
141020ba271bSSamuel Ortiz[[package]]
1411ddce3df8SRob Bradfordname = "vcpkg"
1412083189e5Sdependabot-preview[bot]version = "0.2.10"
1413ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1414083189e5Sdependabot-preview[bot]checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1415ddce3df8SRob Bradford
1416ddce3df8SRob Bradford[[package]]
14172ed17abbSSamuel Ortizname = "vec_map"
1418797cd13dSdependabot-preview[bot]version = "0.8.2"
14192ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1420797cd13dSdependabot-preview[bot]checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
14212ed17abbSSamuel Ortiz
14222ed17abbSSamuel Ortiz[[package]]
1423d24aa72dSSamuel Ortizname = "vfio-bindings"
1424d24aa72dSSamuel Ortizversion = "0.2.0"
14254f33ea89SAnatol Belskisource = "registry+https://github.com/rust-lang/crates.io-index"
14264f33ea89SAnatol Belskichecksum = "4a21f546f2bda37f5a8cfb138c87f95b8e34d2d78d6a7a92ba3785f4e08604a7"
1427d24aa72dSSamuel Ortizdependencies = [
1428d24aa72dSSamuel Ortiz "vmm-sys-util",
1429d24aa72dSSamuel Ortiz]
1430d24aa72dSSamuel Ortiz
1431d24aa72dSSamuel Ortiz[[package]]
1432d24aa72dSSamuel Ortizname = "vfio-ioctls"
14333336e801SSamuel Ortizversion = "0.1.0"
14349267628eSdependabot-preview[bot]source = "git+https://github.com/cloud-hypervisor/vfio-ioctls?branch=ch#49cc3626f6787e2075493a511675c6851a13bbc0"
14354d16ca8aSSamuel Ortizdependencies = [
14361b1a2175SSamuel Ortiz "byteorder",
14371b1a2175SSamuel Ortiz "kvm-bindings",
14381b1a2175SSamuel Ortiz "kvm-ioctls",
1439cc57467dSdependabot-preview[bot] "log 0.4.11",
14404f33ea89SAnatol Belski "vfio-bindings",
14411b1a2175SSamuel Ortiz "vm-memory",
14421b1a2175SSamuel Ortiz "vmm-sys-util",
14434d16ca8aSSamuel Ortiz]
14444d16ca8aSSamuel Ortiz
14454d16ca8aSSamuel Ortiz[[package]]
14465200bf3cSEryu Guanname = "vhost"
14471ddc8f2fSSebastien Boeufversion = "0.1.0"
1448b3396989SSebastien Boeufsource = "git+https://github.com/cloud-hypervisor/vhost?branch=ch#6fc980bf5083d67586ab91d6a965c3a593c33a78"
14491ddc8f2fSSebastien Boeufdependencies = [
14501b1a2175SSamuel Ortiz "bitflags 1.2.1",
14511b1a2175SSamuel Ortiz "libc",
14521b1a2175SSamuel Ortiz "vmm-sys-util",
14531ddc8f2fSSebastien Boeuf]
14541ddc8f2fSSebastien Boeuf
14551ddc8f2fSSebastien Boeuf[[package]]
1456f6d1a9d9SCathy Zhangname = "vhost_user_backend"
1457f6d1a9d9SCathy Zhangversion = "0.1.0"
1458f6d1a9d9SCathy Zhangdependencies = [
14591b1a2175SSamuel Ortiz "epoll",
14601b1a2175SSamuel Ortiz "libc",
1461cc57467dSdependabot-preview[bot] "log 0.4.11",
14621b1a2175SSamuel Ortiz "vhost",
14638ae7a38dSRob Bradford "virtio-bindings",
14641b1a2175SSamuel Ortiz "vm-memory",
14651b1a2175SSamuel Ortiz "vm-virtio",
14661b1a2175SSamuel Ortiz "vmm-sys-util",
1467f6d1a9d9SCathy Zhang]
1468f6d1a9d9SCathy Zhang
1469f6d1a9d9SCathy Zhang[[package]]
14701dd24518SRob Bradfordname = "vhost_user_block"
14711dd24518SRob Bradfordversion = "0.1.0"
14721dd24518SRob Bradforddependencies = [
14739c867edcSRob Bradford "block_util",
147472802b34SRob Bradford "clap",
14751b1a2175SSamuel Ortiz "epoll",
14761b1a2175SSamuel Ortiz "libc",
1477cc57467dSdependabot-preview[bot] "log 0.4.11",
1478b69f6d4fSRob Bradford "option_parser",
14791b1a2175SSamuel Ortiz "qcow",
14801b1a2175SSamuel Ortiz "vhost",
14811b1a2175SSamuel Ortiz "vhost_user_backend",
14828ae7a38dSRob Bradford "virtio-bindings",
14831b1a2175SSamuel Ortiz "vm-memory",
14841b1a2175SSamuel Ortiz "vmm-sys-util",
14851dd24518SRob Bradford]
14861dd24518SRob Bradford
14871dd24518SRob Bradford[[package]]
148803361a6cSSebastien Boeufname = "vhost_user_fs"
148903361a6cSSebastien Boeufversion = "0.1.0"
1490cd1684bdSSebastien Boeufdependencies = [
14911b1a2175SSamuel Ortiz "bitflags 1.2.1",
1492d6a05ceaSRob Bradford "clap",
1493d6a05ceaSRob Bradford "epoll",
1494d6a05ceaSRob Bradford "futures",
14951b1a2175SSamuel Ortiz "libc",
1496cc57467dSdependabot-preview[bot] "log 0.4.11",
14974120a7deSDr. David Alan Gilbert "seccomp",
14986aab0a54SSergio Lopez "tempdir",
14991b1a2175SSamuel Ortiz "vhost",
1500d6a05ceaSRob Bradford "vhost_user_backend",
1501d6a05ceaSRob Bradford "virtio-bindings",
15022a6eb31dSRob Bradford "virtio-devices",
15031b1a2175SSamuel Ortiz "vm-memory",
15041b1a2175SSamuel Ortiz "vm-virtio",
1505d6a05ceaSRob Bradford "vmm-sys-util",
1506cd1684bdSSebastien Boeuf]
150703361a6cSSebastien Boeuf
150803361a6cSSebastien Boeuf[[package]]
1509fb763c40SRob Bradfordname = "vhost_user_net"
1510fb763c40SRob Bradfordversion = "0.1.0"
1511fb763c40SRob Bradforddependencies = [
15126959d27eSRob Bradford "clap",
15131b1a2175SSamuel Ortiz "epoll",
15141b1a2175SSamuel Ortiz "libc",
1515cc57467dSdependabot-preview[bot] "log 0.4.11",
15161b1a2175SSamuel Ortiz "net_util",
1517b69f6d4fSRob Bradford "option_parser",
15181b1a2175SSamuel Ortiz "vhost",
15191b1a2175SSamuel Ortiz "vhost_user_backend",
15208ae7a38dSRob Bradford "virtio-bindings",
15211b1a2175SSamuel Ortiz "vm-memory",
15221b1a2175SSamuel Ortiz "vmm-sys-util",
1523fb763c40SRob Bradford]
1524fb763c40SRob Bradford
1525fb763c40SRob Bradford[[package]]
1526b67e0b3dSSebastien Boeufname = "virtio-bindings"
1527b67e0b3dSSebastien Boeufversion = "0.1.0"
1528c446b9d5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
15291b1a2175SSamuel Ortizchecksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
1530c446b9d5SSamuel Ortiz
1531c446b9d5SSamuel Ortiz[[package]]
15322a6eb31dSRob Bradfordname = "virtio-devices"
15332a6eb31dSRob Bradfordversion = "0.1.0"
15342a6eb31dSRob Bradforddependencies = [
15352a6eb31dSRob Bradford "anyhow",
15362a6eb31dSRob Bradford "arc-swap",
15379c867edcSRob Bradford "block_util",
15382a6eb31dSRob Bradford "byteorder",
15392a6eb31dSRob Bradford "epoll",
154064283726SSebastien Boeuf "io-uring",
15412a6eb31dSRob Bradford "libc",
1542cc57467dSdependabot-preview[bot] "log 0.4.11",
15432a6eb31dSRob Bradford "net_gen",
15442a6eb31dSRob Bradford "net_util",
15452a6eb31dSRob Bradford "pci",
15468f39b5efSRob Bradford "seccomp",
15472a6eb31dSRob Bradford "serde",
15482a6eb31dSRob Bradford "serde_derive",
15492a6eb31dSRob Bradford "serde_json",
15502a6eb31dSRob Bradford "tempfile",
15512a6eb31dSRob Bradford "vfio-ioctls",
15522a6eb31dSRob Bradford "vhost",
15532a6eb31dSRob Bradford "virtio-bindings",
15542a6eb31dSRob Bradford "vm-allocator",
15552a6eb31dSRob Bradford "vm-device",
15562a6eb31dSRob Bradford "vm-memory",
15572a6eb31dSRob Bradford "vm-migration",
15582a6eb31dSRob Bradford "vm-virtio",
15592a6eb31dSRob Bradford "vmm-sys-util",
15602a6eb31dSRob Bradford]
15612a6eb31dSRob Bradford
15622a6eb31dSRob Bradford[[package]]
15630adc3481SSamuel Ortizname = "vm-allocator"
15640adc3481SSamuel Ortizversion = "0.1.0"
15650adc3481SSamuel Ortizdependencies = [
1566776f8fc5SRob Bradford "arch",
15671b1a2175SSamuel Ortiz "libc",
15681b1a2175SSamuel Ortiz "vm-memory",
15690adc3481SSamuel Ortiz]
15700adc3481SSamuel Ortiz
15710adc3481SSamuel Ortiz[[package]]
157234bb3179SSebastien Boeufname = "vm-device"
157334bb3179SSebastien Boeufversion = "0.1.0"
15740361df4aSSamuel Ortizdependencies = [
15751b1a2175SSamuel Ortiz "anyhow",
15761b1a2175SSamuel Ortiz "serde",
15771b1a2175SSamuel Ortiz "serde_derive",
15781b1a2175SSamuel Ortiz "serde_json",
15791b1a2175SSamuel Ortiz "thiserror",
15801b1a2175SSamuel Ortiz "vm-memory",
15811b1a2175SSamuel Ortiz "vmm-sys-util",
15820361df4aSSamuel Ortiz]
158334bb3179SSebastien Boeuf
158434bb3179SSebastien Boeuf[[package]]
1585a0da3debSSamuel Ortizname = "vm-memory"
15866a9934d9SRob Bradfordversion = "0.3.0"
15876a9934d9SRob Bradfordsource = "git+https://github.com/cloud-hypervisor/vm-memory?branch=ch#6f2f7107f29a8f2b66b64a849aeace20783ec8f3"
1588a0da3debSSamuel Ortizdependencies = [
15891b1a2175SSamuel Ortiz "arc-swap",
15901b1a2175SSamuel Ortiz "libc",
1591f19f7490SRob Bradford "winapi 0.3.9",
15921b1a2175SSamuel Ortiz]
15931b1a2175SSamuel Ortiz
15941b1a2175SSamuel Ortiz[[package]]
15951b1a2175SSamuel Ortizname = "vm-migration"
15961b1a2175SSamuel Ortizversion = "0.1.0"
15971b1a2175SSamuel Ortizdependencies = [
15981b1a2175SSamuel Ortiz "anyhow",
15991b1a2175SSamuel Ortiz "serde",
16001b1a2175SSamuel Ortiz "serde_derive",
16011b1a2175SSamuel Ortiz "serde_json",
16021b1a2175SSamuel Ortiz "thiserror",
1603a0da3debSSamuel Ortiz]
1604a0da3debSSamuel Ortiz
1605a0da3debSSamuel Ortiz[[package]]
1606b67e0b3dSSebastien Boeufname = "vm-virtio"
1607b67e0b3dSSebastien Boeufversion = "0.1.0"
1608b67e0b3dSSebastien Boeufdependencies = [
1609cc57467dSdependabot-preview[bot] "log 0.4.11",
1610fd45e945SSamuel Ortiz "serde",
1611fd45e945SSamuel Ortiz "serde_derive",
1612fd45e945SSamuel Ortiz "serde_json",
16138ae7a38dSRob Bradford "virtio-bindings",
16141b1a2175SSamuel Ortiz "vm-memory",
1615b67e0b3dSSebastien Boeuf]
1616b67e0b3dSSebastien Boeuf
1617b67e0b3dSSebastien Boeuf[[package]]
1618a0da3debSSamuel Ortizname = "vmm"
1619a0da3debSSamuel Ortizversion = "0.1.0"
1620a0da3debSSamuel Ortizdependencies = [
16211b1a2175SSamuel Ortiz "acpi_tables",
16221b1a2175SSamuel Ortiz "anyhow",
16231b1a2175SSamuel Ortiz "arc-swap",
16241b1a2175SSamuel Ortiz "arch",
162522a2a99eSJiangbo Wu "bitflags 1.2.1",
1626917027c5SSebastien Boeuf "block_util",
16271b1a2175SSamuel Ortiz "clap",
1628f6a71becSSebastien Boeuf "credibility",
16291b1a2175SSamuel Ortiz "devices",
16301b1a2175SSamuel Ortiz "epoll",
1631e4dee57eSMuminul Islam "hypervisor",
16321b1a2175SSamuel Ortiz "lazy_static",
16331b1a2175SSamuel Ortiz "libc",
16341b1a2175SSamuel Ortiz "linux-loader",
1635cc57467dSdependabot-preview[bot] "log 0.4.11",
16361b1a2175SSamuel Ortiz "micro_http",
16371b1a2175SSamuel Ortiz "net_util",
1638b69f6d4fSRob Bradford "option_parser",
16391b1a2175SSamuel Ortiz "pci",
16401b1a2175SSamuel Ortiz "qcow",
16411b1a2175SSamuel Ortiz "seccomp",
16421b1a2175SSamuel Ortiz "serde",
16431b1a2175SSamuel Ortiz "serde_derive",
16441b1a2175SSamuel Ortiz "serde_json",
16451b1a2175SSamuel Ortiz "signal-hook",
16461b1a2175SSamuel Ortiz "tempfile",
164720ba271bSSamuel Ortiz "url",
1648d24aa72dSSamuel Ortiz "vfio-ioctls",
16492a6eb31dSRob Bradford "virtio-devices",
16501b1a2175SSamuel Ortiz "vm-allocator",
16511b1a2175SSamuel Ortiz "vm-device",
16521b1a2175SSamuel Ortiz "vm-memory",
16531b1a2175SSamuel Ortiz "vm-migration",
16541b1a2175SSamuel Ortiz "vm-virtio",
16551b1a2175SSamuel Ortiz "vmm-sys-util",
16560921cfb8SSamuel Ortiz]
16570921cfb8SSamuel Ortiz
16580921cfb8SSamuel Ortiz[[package]]
16590921cfb8SSamuel Ortizname = "vmm-sys-util"
16602ae547cfSdependabot-preview[bot]version = "0.6.1"
1661de9eb3e0SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
16622ae547cfSdependabot-preview[bot]checksum = "183d25b56a61a6f518ef464ac578e790f04added34dfaab59a453d8a03cb7bd0"
1663de9eb3e0SSamuel Ortizdependencies = [
16641b1a2175SSamuel Ortiz "bitflags 1.2.1",
16651b1a2175SSamuel Ortiz "libc",
166612b036a8SSamuel Ortiz "serde",
166712b036a8SSamuel Ortiz "serde_derive",
1668de9eb3e0SSamuel Ortiz]
1669de9eb3e0SSamuel Ortiz
1670de9eb3e0SSamuel Ortiz[[package]]
16716678cbfbSdependabot-preview[bot]name = "wasi"
1672d7568440Sdependabot-preview[bot]version = "0.9.0+wasi-snapshot-preview1"
16736678cbfbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
16741b1a2175SSamuel Ortizchecksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
16756678cbfbSdependabot-preview[bot]
16766678cbfbSdependabot-preview[bot][[package]]
16772ed17abbSSamuel Ortizname = "winapi"
167878fe8072SRob Bradfordversion = "0.2.8"
167978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16801b1a2175SSamuel Ortizchecksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
168178fe8072SRob Bradford
168278fe8072SRob Bradford[[package]]
168378fe8072SRob Bradfordname = "winapi"
1684f19f7490SRob Bradfordversion = "0.3.9"
16852ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1686f19f7490SRob Bradfordchecksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16872ed17abbSSamuel Ortizdependencies = [
16881b1a2175SSamuel Ortiz "winapi-i686-pc-windows-gnu",
16891b1a2175SSamuel Ortiz "winapi-x86_64-pc-windows-gnu",
16902ed17abbSSamuel Ortiz]
16912ed17abbSSamuel Ortiz
16922ed17abbSSamuel Ortiz[[package]]
169378fe8072SRob Bradfordname = "winapi-build"
169478fe8072SRob Bradfordversion = "0.1.1"
169578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16961b1a2175SSamuel Ortizchecksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
169778fe8072SRob Bradford
169878fe8072SRob Bradford[[package]]
16992ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu"
17002ed17abbSSamuel Ortizversion = "0.4.0"
17012ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
17021b1a2175SSamuel Ortizchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
17032ed17abbSSamuel Ortiz
17042ed17abbSSamuel Ortiz[[package]]
17052ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu"
17062ed17abbSSamuel Ortizversion = "0.4.0"
17072ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
17081b1a2175SSamuel Ortizchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
17092ed17abbSSamuel Ortiz
171078fe8072SRob Bradford[[package]]
171178fe8072SRob Bradfordname = "ws2_32-sys"
171278fe8072SRob Bradfordversion = "0.2.1"
171378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
17141b1a2175SSamuel Ortizchecksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
171578fe8072SRob Bradforddependencies = [
17161b1a2175SSamuel Ortiz "winapi 0.2.8",
17171b1a2175SSamuel Ortiz "winapi-build",
171878fe8072SRob Bradford]
1719