xref: /cloud-hypervisor/Cargo.lock (revision c4c8b9314d5292023d5294c749c2b1938a870b47)
1*c4c8b931SRob Bradford# This file is automatically @generated by Cargo.
2*c4c8b931SRob Bradford# It is not intended for manual editing.
373337c8bSSamuel Ortiz[[package]]
42ed17abbSSamuel Ortizname = "ansi_term"
52ed17abbSSamuel Ortizversion = "0.9.0"
62ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
72ed17abbSSamuel Ortiz
82ed17abbSSamuel Ortiz[[package]]
9539367b5SSamuel Ortizname = "arch"
10539367b5SSamuel Ortizversion = "0.1.0"
11539367b5SSamuel Ortizdependencies = [
12539367b5SSamuel Ortiz "arch_gen 0.1.0",
13539367b5SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
14539367b5SSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1513a065d2SSebastien Boeuf "kvm-ioctls 0.1.0 (git+https://github.com/rust-vmm/kvm-ioctls)",
16e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
17*c4c8b931SRob Bradford "linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)",
18539367b5SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
19539367b5SSamuel Ortiz]
20539367b5SSamuel Ortiz
21539367b5SSamuel Ortiz[[package]]
22539367b5SSamuel Ortizname = "arch_gen"
23539367b5SSamuel Ortizversion = "0.1.0"
24539367b5SSamuel Ortiz
25539367b5SSamuel Ortiz[[package]]
26ddce3df8SRob Bradfordname = "argon2rs"
27ddce3df8SRob Bradfordversion = "0.2.5"
28ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
29ddce3df8SRob Bradforddependencies = [
30ddce3df8SRob Bradford "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
31ddce3df8SRob Bradford "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
32ddce3df8SRob Bradford]
33ddce3df8SRob Bradford
34ddce3df8SRob Bradford[[package]]
35ddce3df8SRob Bradfordname = "arrayvec"
36ddce3df8SRob Bradfordversion = "0.4.10"
37ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
38ddce3df8SRob Bradforddependencies = [
39ddce3df8SRob Bradford "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
40ddce3df8SRob Bradford]
41ddce3df8SRob Bradford
42ddce3df8SRob Bradford[[package]]
432ed17abbSSamuel Ortizname = "atty"
442ed17abbSSamuel Ortizversion = "0.2.11"
452ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
462ed17abbSSamuel Ortizdependencies = [
47e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
4853f52954SSebastien Boeuf "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
4953f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
502ed17abbSSamuel Ortiz]
512ed17abbSSamuel Ortiz
522ed17abbSSamuel Ortiz[[package]]
53b67e0b3dSSebastien Boeufname = "autocfg"
54e3f7bc2eSRob Bradfordversion = "0.1.4"
55b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
56b67e0b3dSSebastien Boeuf
57b67e0b3dSSebastien Boeuf[[package]]
58ddce3df8SRob Bradfordname = "backtrace"
59ddce3df8SRob Bradfordversion = "0.3.30"
60ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
61ddce3df8SRob Bradforddependencies = [
62ddce3df8SRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
63ddce3df8SRob Bradford "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
64ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
65ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
66ddce3df8SRob Bradford "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
67ddce3df8SRob Bradford]
68ddce3df8SRob Bradford
69ddce3df8SRob Bradford[[package]]
70ddce3df8SRob Bradfordname = "backtrace-sys"
71ddce3df8SRob Bradfordversion = "0.1.28"
72ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
73ddce3df8SRob Bradforddependencies = [
74ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
75ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
76ddce3df8SRob Bradford]
77ddce3df8SRob Bradford
78ddce3df8SRob Bradford[[package]]
79ddce3df8SRob Bradfordname = "bitflags"
80ddce3df8SRob Bradfordversion = "0.7.0"
81ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
82ddce3df8SRob Bradford
83ddce3df8SRob Bradford[[package]]
842ed17abbSSamuel Ortizname = "bitflags"
852ed17abbSSamuel Ortizversion = "0.9.1"
862ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
872ed17abbSSamuel Ortiz
882ed17abbSSamuel Ortiz[[package]]
891853b350SSamuel Ortizname = "bitflags"
90842515c2SSebastien Boeufversion = "1.1.0"
911853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
921853b350SSamuel Ortiz
931853b350SSamuel Ortiz[[package]]
94ddce3df8SRob Bradfordname = "blake2-rfc"
95ddce3df8SRob Bradfordversion = "0.2.18"
96ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
97ddce3df8SRob Bradforddependencies = [
98ddce3df8SRob Bradford "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
99ddce3df8SRob Bradford "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
100ddce3df8SRob Bradford]
101ddce3df8SRob Bradford
102ddce3df8SRob Bradford[[package]]
103539367b5SSamuel Ortizname = "byteorder"
104539367b5SSamuel Ortizversion = "1.2.1"
105539367b5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
106539367b5SSamuel Ortiz
107539367b5SSamuel Ortiz[[package]]
108ddce3df8SRob Bradfordname = "cc"
109ddce3df8SRob Bradfordversion = "1.0.37"
110ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
111ddce3df8SRob Bradford
112ddce3df8SRob Bradford[[package]]
1130adc3481SSamuel Ortizname = "cfg-if"
114e3f7bc2eSRob Bradfordversion = "0.1.9"
1150adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1160adc3481SSamuel Ortiz
1170adc3481SSamuel Ortiz[[package]]
1182ed17abbSSamuel Ortizname = "clap"
1192ed17abbSSamuel Ortizversion = "2.27.1"
1202ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1212ed17abbSSamuel Ortizdependencies = [
1222ed17abbSSamuel Ortiz "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1232ed17abbSSamuel Ortiz "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1242ed17abbSSamuel Ortiz "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1252ed17abbSSamuel Ortiz "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1262ed17abbSSamuel Ortiz "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1272ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1282ed17abbSSamuel Ortiz "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1292ed17abbSSamuel Ortiz]
1302ed17abbSSamuel Ortiz
1312ed17abbSSamuel Ortiz[[package]]
13273337c8bSSamuel Ortizname = "cloud-hypervisor"
13373337c8bSSamuel Ortizversion = "0.1.0"
1342ed17abbSSamuel Ortizdependencies = [
1352ed17abbSSamuel Ortiz "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
1361f534880SRob Bradford "credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
137ddce3df8SRob Bradford "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
138ddce3df8SRob Bradford "ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
139a0da3debSSamuel Ortiz "vmm 0.1.0",
140a0da3debSSamuel Ortiz]
141a0da3debSSamuel Ortiz
142a0da3debSSamuel Ortiz[[package]]
143b67e0b3dSSebastien Boeufname = "cloudabi"
144b67e0b3dSSebastien Boeufversion = "0.0.3"
145b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
146b67e0b3dSSebastien Boeufdependencies = [
147842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
148b67e0b3dSSebastien Boeuf]
149b67e0b3dSSebastien Boeuf
150b67e0b3dSSebastien Boeuf[[package]]
151ddce3df8SRob Bradfordname = "constant_time_eq"
152ddce3df8SRob Bradfordversion = "0.1.3"
153ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
154ddce3df8SRob Bradford
155ddce3df8SRob Bradford[[package]]
1561f534880SRob Bradfordname = "credibility"
1571f534880SRob Bradfordversion = "0.1.3"
1581f534880SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1591f534880SRob Bradforddependencies = [
1601f534880SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1611f534880SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1621f534880SRob Bradford]
1631f534880SRob Bradford
1641f534880SRob Bradford[[package]]
1651853b350SSamuel Ortizname = "devices"
1661853b350SSamuel Ortizversion = "0.1.0"
1671853b350SSamuel Ortizdependencies = [
1681853b350SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1691853b350SSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
170e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
1711853b350SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
172a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
1731853b350SSamuel Ortiz]
1741853b350SSamuel Ortiz
1751853b350SSamuel Ortiz[[package]]
176ddce3df8SRob Bradfordname = "dirs"
177ddce3df8SRob Bradfordversion = "2.0.1"
178ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
179ddce3df8SRob Bradforddependencies = [
180ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
181ddce3df8SRob Bradford "dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
182ddce3df8SRob Bradford]
183ddce3df8SRob Bradford
184ddce3df8SRob Bradford[[package]]
185ddce3df8SRob Bradfordname = "dirs-sys"
186ddce3df8SRob Bradfordversion = "0.3.3"
187ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
188ddce3df8SRob Bradforddependencies = [
189ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
190ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
191ddce3df8SRob Bradford "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
192ddce3df8SRob Bradford "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
193ddce3df8SRob Bradford]
194ddce3df8SRob Bradford
195ddce3df8SRob Bradford[[package]]
1961853b350SSamuel Ortizname = "epoll"
1971853b350SSamuel Ortizversion = "4.0.1"
1981853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1991853b350SSamuel Ortizdependencies = [
200842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
201e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2021853b350SSamuel Ortiz]
2031853b350SSamuel Ortiz
2041853b350SSamuel Ortiz[[package]]
205ddce3df8SRob Bradfordname = "failure"
206ddce3df8SRob Bradfordversion = "0.1.5"
207ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
208ddce3df8SRob Bradforddependencies = [
209ddce3df8SRob Bradford "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
210ddce3df8SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
211ddce3df8SRob Bradford]
212ddce3df8SRob Bradford
213ddce3df8SRob Bradford[[package]]
214ddce3df8SRob Bradfordname = "failure_derive"
215ddce3df8SRob Bradfordversion = "0.1.5"
216ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
217ddce3df8SRob Bradforddependencies = [
218ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
219ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
220946a5d4fSSebastien Boeuf "syn 0.15.35 (registry+https://github.com/rust-lang/crates.io-index)",
221ddce3df8SRob Bradford "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
222ddce3df8SRob Bradford]
223ddce3df8SRob Bradford
224ddce3df8SRob Bradford[[package]]
225b67e0b3dSSebastien Boeufname = "fuchsia-cprng"
226b67e0b3dSSebastien Boeufversion = "0.1.1"
227b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
228b67e0b3dSSebastien Boeuf
229b67e0b3dSSebastien Boeuf[[package]]
230a0da3debSSamuel Ortizname = "kvm-bindings"
231a0da3debSSamuel Ortizversion = "0.1.1"
232a0da3debSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
233a0da3debSSamuel Ortiz
234a0da3debSSamuel Ortiz[[package]]
235a0da3debSSamuel Ortizname = "kvm-ioctls"
236a0da3debSSamuel Ortizversion = "0.1.0"
23713a065d2SSebastien Boeufsource = "git+https://github.com/rust-vmm/kvm-ioctls#e7a0ccc463ab8d311aec2f7b2560fa18ed47a0eb"
238a0da3debSSamuel Ortizdependencies = [
239a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
240e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2412ed17abbSSamuel Ortiz]
24273337c8bSSamuel Ortiz
2432ed17abbSSamuel Ortiz[[package]]
2442ed17abbSSamuel Ortizname = "libc"
245e3f7bc2eSRob Bradfordversion = "0.2.58"
2462ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
2472ed17abbSSamuel Ortiz
2482ed17abbSSamuel Ortiz[[package]]
249ddce3df8SRob Bradfordname = "libssh2-sys"
250ddce3df8SRob Bradfordversion = "0.2.11"
251ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
252ddce3df8SRob Bradforddependencies = [
253ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
254ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
255ddce3df8SRob Bradford "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
256ddce3df8SRob Bradford "openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)",
257ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
258ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
259ddce3df8SRob Bradford]
260ddce3df8SRob Bradford
261ddce3df8SRob Bradford[[package]]
262ddce3df8SRob Bradfordname = "libz-sys"
263ddce3df8SRob Bradfordversion = "1.0.25"
264ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
265ddce3df8SRob Bradforddependencies = [
266ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
267ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
268ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
269ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
270ddce3df8SRob Bradford]
271ddce3df8SRob Bradford
272ddce3df8SRob Bradford[[package]]
273539367b5SSamuel Ortizname = "linux-loader"
274539367b5SSamuel Ortizversion = "0.1.0"
275*c4c8b931SRob Bradfordsource = "git+https://github.com/rust-vmm/linux-loader#891ea4f0af62b2f80f5a3ddbbb6be588b19a78da"
276d5f5648bSSamuel Ortizdependencies = [
277d5f5648bSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
278d5f5648bSSamuel Ortiz]
279d5f5648bSSamuel Ortiz
280d5f5648bSSamuel Ortiz[[package]]
2810adc3481SSamuel Ortizname = "log"
2820adc3481SSamuel Ortizversion = "0.4.6"
2830adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
2840adc3481SSamuel Ortizdependencies = [
285e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2860adc3481SSamuel Ortiz]
2870adc3481SSamuel Ortiz
2880adc3481SSamuel Ortiz[[package]]
28953f52954SSebastien Boeufname = "net_gen"
29053f52954SSebastien Boeufversion = "0.1.0"
29153f52954SSebastien Boeufdependencies = [
292a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
29353f52954SSebastien Boeuf]
29453f52954SSebastien Boeuf
29553f52954SSebastien Boeuf[[package]]
29653f52954SSebastien Boeufname = "net_util"
29753f52954SSebastien Boeufversion = "0.1.0"
29853f52954SSebastien Boeufdependencies = [
299e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
30053f52954SSebastien Boeuf "net_gen 0.1.0",
301576a28aeSSamuel Ortiz "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
302e3f7bc2eSRob Bradford "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
303a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
30453f52954SSebastien Boeuf]
30553f52954SSebastien Boeuf
30653f52954SSebastien Boeuf[[package]]
307ddce3df8SRob Bradfordname = "nodrop"
308ddce3df8SRob Bradfordversion = "0.1.13"
309ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
310ddce3df8SRob Bradford
311ddce3df8SRob Bradford[[package]]
31253f52954SSebastien Boeufname = "numtoa"
31353f52954SSebastien Boeufversion = "0.1.0"
31453f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
31553f52954SSebastien Boeuf
31653f52954SSebastien Boeuf[[package]]
317ddce3df8SRob Bradfordname = "openssl-sys"
318ddce3df8SRob Bradfordversion = "0.9.47"
319ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
320ddce3df8SRob Bradforddependencies = [
321ddce3df8SRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
322ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
323ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
324ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
325ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
326ddce3df8SRob Bradford]
327ddce3df8SRob Bradford
328ddce3df8SRob Bradford[[package]]
3290adc3481SSamuel Ortizname = "pci"
3300adc3481SSamuel Ortizversion = "0.1.0"
3310adc3481SSamuel Ortizdependencies = [
3320adc3481SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
3330adc3481SSamuel Ortiz "devices 0.1.0",
3340adc3481SSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
33513a065d2SSebastien Boeuf "kvm-ioctls 0.1.0 (git+https://github.com/rust-vmm/kvm-ioctls)",
336e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
3370adc3481SSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3380adc3481SSamuel Ortiz "vm-allocator 0.1.0",
3390adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
340a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
3410adc3481SSamuel Ortiz]
3420adc3481SSamuel Ortiz
3430adc3481SSamuel Ortiz[[package]]
344ddce3df8SRob Bradfordname = "pkg-config"
345ddce3df8SRob Bradfordversion = "0.3.14"
346ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
347ddce3df8SRob Bradford
348ddce3df8SRob Bradford[[package]]
34980ac3a84SChao Pengname = "proc-macro2"
35053f52954SSebastien Boeufversion = "0.4.30"
35180ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
35280ac3a84SChao Pengdependencies = [
35380ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
35480ac3a84SChao Peng]
35580ac3a84SChao Peng
35680ac3a84SChao Peng[[package]]
35780ac3a84SChao Pengname = "qcow"
35880ac3a84SChao Pengversion = "0.1.0"
35980ac3a84SChao Pengdependencies = [
36080ac3a84SChao Peng "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
361e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
36280ac3a84SChao Peng "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
363e3f7bc2eSRob Bradford "remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
364a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
36580ac3a84SChao Peng]
36680ac3a84SChao Peng
36780ac3a84SChao Peng[[package]]
36880ac3a84SChao Pengname = "quote"
36980ac3a84SChao Pengversion = "0.6.12"
37080ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
37180ac3a84SChao Pengdependencies = [
37253f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
37380ac3a84SChao Peng]
37480ac3a84SChao Peng
37580ac3a84SChao Peng[[package]]
376b67e0b3dSSebastien Boeufname = "rand"
377b67e0b3dSSebastien Boeufversion = "0.6.5"
378b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
379b67e0b3dSSebastien Boeufdependencies = [
380e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
381e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
382b67e0b3dSSebastien Boeuf "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
383b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
384b67e0b3dSSebastien Boeuf "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
385b67e0b3dSSebastien Boeuf "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
386b67e0b3dSSebastien Boeuf "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
387b67e0b3dSSebastien Boeuf "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
388b67e0b3dSSebastien Boeuf "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
389b67e0b3dSSebastien Boeuf "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
39053f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
391b67e0b3dSSebastien Boeuf]
392b67e0b3dSSebastien Boeuf
393b67e0b3dSSebastien Boeuf[[package]]
394b67e0b3dSSebastien Boeufname = "rand_chacha"
395b67e0b3dSSebastien Boeufversion = "0.1.1"
396b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
397b67e0b3dSSebastien Boeufdependencies = [
398e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
399b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
400b67e0b3dSSebastien Boeuf]
401b67e0b3dSSebastien Boeuf
402b67e0b3dSSebastien Boeuf[[package]]
403b67e0b3dSSebastien Boeufname = "rand_core"
404b67e0b3dSSebastien Boeufversion = "0.3.1"
405b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
406b67e0b3dSSebastien Boeufdependencies = [
407b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
408b67e0b3dSSebastien Boeuf]
409b67e0b3dSSebastien Boeuf
410b67e0b3dSSebastien Boeuf[[package]]
411b67e0b3dSSebastien Boeufname = "rand_core"
412b67e0b3dSSebastien Boeufversion = "0.4.0"
413b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
414b67e0b3dSSebastien Boeuf
415b67e0b3dSSebastien Boeuf[[package]]
416b67e0b3dSSebastien Boeufname = "rand_hc"
417b67e0b3dSSebastien Boeufversion = "0.1.0"
418b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
419b67e0b3dSSebastien Boeufdependencies = [
420b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
421b67e0b3dSSebastien Boeuf]
422b67e0b3dSSebastien Boeuf
423b67e0b3dSSebastien Boeuf[[package]]
424b67e0b3dSSebastien Boeufname = "rand_isaac"
425b67e0b3dSSebastien Boeufversion = "0.1.1"
426b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
427b67e0b3dSSebastien Boeufdependencies = [
428b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
429b67e0b3dSSebastien Boeuf]
430b67e0b3dSSebastien Boeuf
431b67e0b3dSSebastien Boeuf[[package]]
432b67e0b3dSSebastien Boeufname = "rand_jitter"
433b67e0b3dSSebastien Boeufversion = "0.1.4"
434b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
435b67e0b3dSSebastien Boeufdependencies = [
436e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
437b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
43853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
439b67e0b3dSSebastien Boeuf]
440b67e0b3dSSebastien Boeuf
441b67e0b3dSSebastien Boeuf[[package]]
442b67e0b3dSSebastien Boeufname = "rand_os"
443b67e0b3dSSebastien Boeufversion = "0.1.3"
444b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
445b67e0b3dSSebastien Boeufdependencies = [
446b67e0b3dSSebastien Boeuf "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
447b67e0b3dSSebastien Boeuf "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
448e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
449b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
450b67e0b3dSSebastien Boeuf "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
45153f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
452b67e0b3dSSebastien Boeuf]
453b67e0b3dSSebastien Boeuf
454b67e0b3dSSebastien Boeuf[[package]]
455b67e0b3dSSebastien Boeufname = "rand_pcg"
456b67e0b3dSSebastien Boeufversion = "0.1.2"
457b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
458b67e0b3dSSebastien Boeufdependencies = [
459e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
460b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
461b67e0b3dSSebastien Boeuf]
462b67e0b3dSSebastien Boeuf
463b67e0b3dSSebastien Boeuf[[package]]
464b67e0b3dSSebastien Boeufname = "rand_xorshift"
465b67e0b3dSSebastien Boeufversion = "0.1.1"
466b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
467b67e0b3dSSebastien Boeufdependencies = [
468b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
469b67e0b3dSSebastien Boeuf]
470b67e0b3dSSebastien Boeuf
471b67e0b3dSSebastien Boeuf[[package]]
472b67e0b3dSSebastien Boeufname = "rdrand"
473b67e0b3dSSebastien Boeufversion = "0.4.0"
474b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
475b67e0b3dSSebastien Boeufdependencies = [
476b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
477b67e0b3dSSebastien Boeuf]
478b67e0b3dSSebastien Boeuf
479b67e0b3dSSebastien Boeuf[[package]]
4802ed17abbSSamuel Ortizname = "redox_syscall"
48153f52954SSebastien Boeufversion = "0.1.54"
4822ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
4832ed17abbSSamuel Ortiz
4842ed17abbSSamuel Ortiz[[package]]
4852ed17abbSSamuel Ortizname = "redox_termios"
4862ed17abbSSamuel Ortizversion = "0.1.1"
4872ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
4882ed17abbSSamuel Ortizdependencies = [
48953f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
4902ed17abbSSamuel Ortiz]
4912ed17abbSSamuel Ortiz
4922ed17abbSSamuel Ortiz[[package]]
493ddce3df8SRob Bradfordname = "redox_users"
494ddce3df8SRob Bradfordversion = "0.3.0"
495ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
496ddce3df8SRob Bradforddependencies = [
497ddce3df8SRob Bradford "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
498ddce3df8SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
499ddce3df8SRob Bradford "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
500ddce3df8SRob Bradford "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
501ddce3df8SRob Bradford]
502ddce3df8SRob Bradford
503ddce3df8SRob Bradford[[package]]
50480ac3a84SChao Pengname = "remain"
505e3f7bc2eSRob Bradfordversion = "0.1.3"
50680ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
50780ac3a84SChao Pengdependencies = [
50853f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
50980ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
510946a5d4fSSebastien Boeuf "syn 0.15.35 (registry+https://github.com/rust-lang/crates.io-index)",
51180ac3a84SChao Peng]
51280ac3a84SChao Peng
51380ac3a84SChao Peng[[package]]
514b67e0b3dSSebastien Boeufname = "remove_dir_all"
515b67e0b3dSSebastien Boeufversion = "0.5.1"
516b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
517b67e0b3dSSebastien Boeufdependencies = [
51853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
519b67e0b3dSSebastien Boeuf]
520b67e0b3dSSebastien Boeuf
521b67e0b3dSSebastien Boeuf[[package]]
522ddce3df8SRob Bradfordname = "rustc-demangle"
523ddce3df8SRob Bradfordversion = "0.1.15"
524ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
525ddce3df8SRob Bradford
526ddce3df8SRob Bradford[[package]]
527ddce3df8SRob Bradfordname = "scoped_threadpool"
528ddce3df8SRob Bradfordversion = "0.1.9"
529ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
530ddce3df8SRob Bradford
531ddce3df8SRob Bradford[[package]]
53253f52954SSebastien Boeufname = "serde"
533e3f7bc2eSRob Bradfordversion = "1.0.92"
53453f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
53553f52954SSebastien Boeuf
53653f52954SSebastien Boeuf[[package]]
537ddce3df8SRob Bradfordname = "ssh2"
538ddce3df8SRob Bradfordversion = "0.3.3"
539ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
540ddce3df8SRob Bradforddependencies = [
541ddce3df8SRob Bradford "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
542ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
543ddce3df8SRob Bradford "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
544ddce3df8SRob Bradford]
545ddce3df8SRob Bradford
546ddce3df8SRob Bradford[[package]]
5472ed17abbSSamuel Ortizname = "strsim"
5482ed17abbSSamuel Ortizversion = "0.6.0"
5492ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
5502ed17abbSSamuel Ortiz
5512ed17abbSSamuel Ortiz[[package]]
55280ac3a84SChao Pengname = "syn"
553946a5d4fSSebastien Boeufversion = "0.15.35"
55480ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
55580ac3a84SChao Pengdependencies = [
55653f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
55780ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
55880ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
55980ac3a84SChao Peng]
56080ac3a84SChao Peng
56180ac3a84SChao Peng[[package]]
562ddce3df8SRob Bradfordname = "synstructure"
563ddce3df8SRob Bradfordversion = "0.10.2"
564ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
565ddce3df8SRob Bradforddependencies = [
566ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
567ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
568946a5d4fSSebastien Boeuf "syn 0.15.35 (registry+https://github.com/rust-lang/crates.io-index)",
569ddce3df8SRob Bradford "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
570ddce3df8SRob Bradford]
571ddce3df8SRob Bradford
572ddce3df8SRob Bradford[[package]]
573b67e0b3dSSebastien Boeufname = "tempfile"
574e3f7bc2eSRob Bradfordversion = "3.0.8"
575b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
576b67e0b3dSSebastien Boeufdependencies = [
577e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
578e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
579b67e0b3dSSebastien Boeuf "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
58053f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
581b67e0b3dSSebastien Boeuf "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
58253f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
583b67e0b3dSSebastien Boeuf]
584b67e0b3dSSebastien Boeuf
585b67e0b3dSSebastien Boeuf[[package]]
5862ed17abbSSamuel Ortizname = "termion"
58753f52954SSebastien Boeufversion = "1.5.2"
5882ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
5892ed17abbSSamuel Ortizdependencies = [
590e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
59153f52954SSebastien Boeuf "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
59253f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
5932ed17abbSSamuel Ortiz "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
5942ed17abbSSamuel Ortiz]
5952ed17abbSSamuel Ortiz
5962ed17abbSSamuel Ortiz[[package]]
5972ed17abbSSamuel Ortizname = "textwrap"
5982ed17abbSSamuel Ortizversion = "0.9.0"
5992ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
6002ed17abbSSamuel Ortizdependencies = [
6012ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
6022ed17abbSSamuel Ortiz]
6032ed17abbSSamuel Ortiz
6042ed17abbSSamuel Ortiz[[package]]
6052ed17abbSSamuel Ortizname = "unicode-width"
6062ed17abbSSamuel Ortizversion = "0.1.5"
6072ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
6082ed17abbSSamuel Ortiz
6092ed17abbSSamuel Ortiz[[package]]
61080ac3a84SChao Pengname = "unicode-xid"
61180ac3a84SChao Pengversion = "0.1.0"
61280ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
61380ac3a84SChao Peng
61480ac3a84SChao Peng[[package]]
615ddce3df8SRob Bradfordname = "vcpkg"
616ddce3df8SRob Bradfordversion = "0.2.6"
617ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
618ddce3df8SRob Bradford
619ddce3df8SRob Bradford[[package]]
6202ed17abbSSamuel Ortizname = "vec_map"
6212ed17abbSSamuel Ortizversion = "0.8.1"
6222ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
6232ed17abbSSamuel Ortiz
6242ed17abbSSamuel Ortiz[[package]]
625b67e0b3dSSebastien Boeufname = "virtio-bindings"
626b67e0b3dSSebastien Boeufversion = "0.1.0"
627b67e0b3dSSebastien Boeuf
628b67e0b3dSSebastien Boeuf[[package]]
6290adc3481SSamuel Ortizname = "vm-allocator"
6300adc3481SSamuel Ortizversion = "0.1.0"
6310adc3481SSamuel Ortizdependencies = [
632e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
6330adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
6340adc3481SSamuel Ortiz]
6350adc3481SSamuel Ortiz
6360adc3481SSamuel Ortiz[[package]]
637a0da3debSSamuel Ortizname = "vm-memory"
638a0da3debSSamuel Ortizversion = "0.1.0"
639842515c2SSebastien Boeufsource = "git+https://github.com/rust-vmm/vm-memory#682f10b36d6a48e656d45143fb64621bc8fe4b8e"
640a0da3debSSamuel Ortizdependencies = [
641e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
642a0da3debSSamuel Ortiz]
643a0da3debSSamuel Ortiz
644a0da3debSSamuel Ortiz[[package]]
645b67e0b3dSSebastien Boeufname = "vm-virtio"
646b67e0b3dSSebastien Boeufversion = "0.1.0"
647b67e0b3dSSebastien Boeufdependencies = [
648b67e0b3dSSebastien Boeuf "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
649b67e0b3dSSebastien Boeuf "devices 0.1.0",
650b67e0b3dSSebastien Boeuf "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
651e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
652b67e0b3dSSebastien Boeuf "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
65353f52954SSebastien Boeuf "net_gen 0.1.0",
65453f52954SSebastien Boeuf "net_util 0.1.0",
655b67e0b3dSSebastien Boeuf "pci 0.1.0",
656e3f7bc2eSRob Bradford "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
657b67e0b3dSSebastien Boeuf "virtio-bindings 0.1.0",
658b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0",
659b67e0b3dSSebastien Boeuf "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
660a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
661b67e0b3dSSebastien Boeuf]
662b67e0b3dSSebastien Boeuf
663b67e0b3dSSebastien Boeuf[[package]]
664a0da3debSSamuel Ortizname = "vmm"
665a0da3debSSamuel Ortizversion = "0.1.0"
666a0da3debSSamuel Ortizdependencies = [
667539367b5SSamuel Ortiz "arch 0.1.0",
6681853b350SSamuel Ortiz "devices 0.1.0",
669c6c5e10aSSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
670a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
67113a065d2SSebastien Boeuf "kvm-ioctls 0.1.0 (git+https://github.com/rust-vmm/kvm-ioctls)",
672e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
673*c4c8b931SRob Bradford "linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)",
6748bb71fadSSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
675c0be6642SSebastien Boeuf "net_util 0.1.0",
6760adc3481SSamuel Ortiz "pci 0.1.0",
67780ac3a84SChao Peng "qcow 0.1.0",
678b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0",
679a0da3debSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
680b67e0b3dSSebastien Boeuf "vm-virtio 0.1.0",
681a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)",
6820921cfb8SSamuel Ortiz]
6830921cfb8SSamuel Ortiz
6840921cfb8SSamuel Ortiz[[package]]
6850921cfb8SSamuel Ortizname = "vmm-sys-util"
6860921cfb8SSamuel Ortizversion = "0.1.0"
687842515c2SSebastien Boeufsource = "git+https://github.com/rust-vmm/vmm-sys-util#cb33925bfd1eb314e5384c58c78874d2c98d6182"
6880921cfb8SSamuel Ortizdependencies = [
689e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
690a0da3debSSamuel Ortiz]
691a0da3debSSamuel Ortiz
692a0da3debSSamuel Ortiz[[package]]
6932ed17abbSSamuel Ortizname = "winapi"
69453f52954SSebastien Boeufversion = "0.3.7"
6952ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
6962ed17abbSSamuel Ortizdependencies = [
6972ed17abbSSamuel Ortiz "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
6982ed17abbSSamuel Ortiz "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
6992ed17abbSSamuel Ortiz]
7002ed17abbSSamuel Ortiz
7012ed17abbSSamuel Ortiz[[package]]
7022ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu"
7032ed17abbSSamuel Ortizversion = "0.4.0"
7042ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
7052ed17abbSSamuel Ortiz
7062ed17abbSSamuel Ortiz[[package]]
7072ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu"
7082ed17abbSSamuel Ortizversion = "0.4.0"
7092ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
7102ed17abbSSamuel Ortiz
7112ed17abbSSamuel Ortiz[metadata]
7122ed17abbSSamuel Ortiz"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
713ddce3df8SRob Bradford"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
714ddce3df8SRob Bradford"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
7152ed17abbSSamuel Ortiz"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
716e3f7bc2eSRob Bradford"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
717ddce3df8SRob Bradford"checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f"
718ddce3df8SRob Bradford"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
719ddce3df8SRob Bradford"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
7202ed17abbSSamuel Ortiz"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
721842515c2SSebastien Boeuf"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
722ddce3df8SRob Bradford"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
723539367b5SSamuel Ortiz"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
724ddce3df8SRob Bradford"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
725e3f7bc2eSRob Bradford"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
7262ed17abbSSamuel Ortiz"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180"
727b67e0b3dSSebastien Boeuf"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
728ddce3df8SRob Bradford"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
7291f534880SRob Bradford"checksum credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fae7a162fd5b462bc49704873a89950a655d44161add4be07e00e64c4c83a5bf"
730ddce3df8SRob Bradford"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
731ddce3df8SRob Bradford"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
7321853b350SSamuel Ortiz"checksum epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3f0680f2a6f2a17fa7a8668a27c54e45e1ad1cf8a632f56a7c19b9e4e3bbe8a"
733ddce3df8SRob Bradford"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
734ddce3df8SRob Bradford"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
735b67e0b3dSSebastien Boeuf"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
736a0da3debSSamuel Ortiz"checksum kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c223e8703d2eb76d990c5f58e29c85b0f6f50e24b823babde927948e7c71fc03"
73713a065d2SSebastien Boeuf"checksum kvm-ioctls 0.1.0 (git+https://github.com/rust-vmm/kvm-ioctls)" = "<none>"
738e3f7bc2eSRob Bradford"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
739ddce3df8SRob Bradford"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
740ddce3df8SRob Bradford"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
741*c4c8b931SRob Bradford"checksum linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)" = "<none>"
7420adc3481SSamuel Ortiz"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
743ddce3df8SRob Bradford"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
74453f52954SSebastien Boeuf"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
745ddce3df8SRob Bradford"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc"
746ddce3df8SRob Bradford"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
74753f52954SSebastien Boeuf"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
74880ac3a84SChao Peng"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
749b67e0b3dSSebastien Boeuf"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
750b67e0b3dSSebastien Boeuf"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
751b67e0b3dSSebastien Boeuf"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
752b67e0b3dSSebastien Boeuf"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
753b67e0b3dSSebastien Boeuf"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
754b67e0b3dSSebastien Boeuf"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
755b67e0b3dSSebastien Boeuf"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
756b67e0b3dSSebastien Boeuf"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
757b67e0b3dSSebastien Boeuf"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
758b67e0b3dSSebastien Boeuf"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
759b67e0b3dSSebastien Boeuf"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
76053f52954SSebastien Boeuf"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
7612ed17abbSSamuel Ortiz"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
762ddce3df8SRob Bradford"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
763e3f7bc2eSRob Bradford"checksum remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "725c14cd936029b13547500781bd45284848e8e3970b7ef4179ecb202a150d64"
764b67e0b3dSSebastien Boeuf"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
765ddce3df8SRob Bradford"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
766ddce3df8SRob Bradford"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
767e3f7bc2eSRob Bradford"checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be"
768ddce3df8SRob Bradford"checksum ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dee822d619a700f98c4de3b5931f272ecc7cf2e924ceb2df47b61df4ae033a0c"
7692ed17abbSSamuel Ortiz"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
770946a5d4fSSebastien Boeuf"checksum syn 0.15.35 (registry+https://github.com/rust-lang/crates.io-index)" = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
771ddce3df8SRob Bradford"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
772e3f7bc2eSRob Bradford"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
77353f52954SSebastien Boeuf"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
7742ed17abbSSamuel Ortiz"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
7752ed17abbSSamuel Ortiz"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
77680ac3a84SChao Peng"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
777ddce3df8SRob Bradford"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
7782ed17abbSSamuel Ortiz"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
779a0da3debSSamuel Ortiz"checksum vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)" = "<none>"
780a6b7715fSSamuel Ortiz"checksum vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)" = "<none>"
78153f52954SSebastien Boeuf"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
7822ed17abbSSamuel Ortiz"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7832ed17abbSSamuel Ortiz"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
784