1c4c8b931SRob Bradford# This file is automatically @generated by Cargo. 2c4c8b931SRob 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)", 1530266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 16e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 17c4c8b931SRob 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)", 485e803ab1SSebastien Boeuf "termion 1.5.3 (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" 5930266a41SJing Liuversion = "0.3.31" 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]] 1085e803ab1SSebastien Boeufname = "cast" 1095e803ab1SSebastien Boeufversion = "0.2.2" 1105e803ab1SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 1115e803ab1SSebastien Boeuf 1125e803ab1SSebastien Boeuf[[package]] 113ddce3df8SRob Bradfordname = "cc" 114ddce3df8SRob Bradfordversion = "1.0.37" 115ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 116ddce3df8SRob Bradford 117ddce3df8SRob Bradford[[package]] 1180adc3481SSamuel Ortizname = "cfg-if" 119e3f7bc2eSRob Bradfordversion = "0.1.9" 1200adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1210adc3481SSamuel Ortiz 1220adc3481SSamuel Ortiz[[package]] 1232ed17abbSSamuel Ortizname = "clap" 1242ed17abbSSamuel Ortizversion = "2.27.1" 1252ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1262ed17abbSSamuel Ortizdependencies = [ 1272ed17abbSSamuel Ortiz "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1282ed17abbSSamuel Ortiz "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1292ed17abbSSamuel Ortiz "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1302ed17abbSSamuel Ortiz "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 1312ed17abbSSamuel Ortiz "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1322ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1332ed17abbSSamuel Ortiz "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1342ed17abbSSamuel Ortiz] 1352ed17abbSSamuel Ortiz 1362ed17abbSSamuel Ortiz[[package]] 13773337c8bSSamuel Ortizname = "cloud-hypervisor" 13873337c8bSSamuel Ortizversion = "0.1.0" 1392ed17abbSSamuel Ortizdependencies = [ 1402ed17abbSSamuel Ortiz "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", 1411f534880SRob Bradford "credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 142ddce3df8SRob Bradford "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 143ddce3df8SRob Bradford "ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 144a0da3debSSamuel Ortiz "vmm 0.1.0", 145a0da3debSSamuel Ortiz] 146a0da3debSSamuel Ortiz 147a0da3debSSamuel Ortiz[[package]] 148b67e0b3dSSebastien Boeufname = "cloudabi" 149b67e0b3dSSebastien Boeufversion = "0.0.3" 150b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 151b67e0b3dSSebastien Boeufdependencies = [ 152842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 153b67e0b3dSSebastien Boeuf] 154b67e0b3dSSebastien Boeuf 155b67e0b3dSSebastien Boeuf[[package]] 156ddce3df8SRob Bradfordname = "constant_time_eq" 157ddce3df8SRob Bradfordversion = "0.1.3" 158ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 159ddce3df8SRob Bradford 160ddce3df8SRob Bradford[[package]] 1611f534880SRob Bradfordname = "credibility" 1621f534880SRob Bradfordversion = "0.1.3" 1631f534880SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 1641f534880SRob Bradforddependencies = [ 1651f534880SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1661f534880SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1671f534880SRob Bradford] 1681f534880SRob Bradford 1691f534880SRob Bradford[[package]] 1701853b350SSamuel Ortizname = "devices" 1711853b350SSamuel Ortizversion = "0.1.0" 1721853b350SSamuel Ortizdependencies = [ 1731853b350SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1741853b350SSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1755e803ab1SSebastien Boeuf "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 17630266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 177e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 1785e803ab1SSebastien Boeuf "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1791853b350SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 180a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 1811853b350SSamuel Ortiz] 1821853b350SSamuel Ortiz 1831853b350SSamuel Ortiz[[package]] 184ddce3df8SRob Bradfordname = "dirs" 185ddce3df8SRob Bradfordversion = "2.0.1" 186ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 187ddce3df8SRob Bradforddependencies = [ 188ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 189ddce3df8SRob Bradford "dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 190ddce3df8SRob Bradford] 191ddce3df8SRob Bradford 192ddce3df8SRob Bradford[[package]] 193ddce3df8SRob Bradfordname = "dirs-sys" 194ddce3df8SRob Bradfordversion = "0.3.3" 195ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 196ddce3df8SRob Bradforddependencies = [ 197ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 198ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 199ddce3df8SRob Bradford "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 200ddce3df8SRob Bradford "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 201ddce3df8SRob Bradford] 202ddce3df8SRob Bradford 203ddce3df8SRob Bradford[[package]] 2041853b350SSamuel Ortizname = "epoll" 2051853b350SSamuel Ortizversion = "4.0.1" 2061853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 2071853b350SSamuel Ortizdependencies = [ 208842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 209e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 2101853b350SSamuel Ortiz] 2111853b350SSamuel Ortiz 2121853b350SSamuel Ortiz[[package]] 213ddce3df8SRob Bradfordname = "failure" 214ddce3df8SRob Bradfordversion = "0.1.5" 215ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 216ddce3df8SRob Bradforddependencies = [ 21730266a41SJing Liu "backtrace 0.3.31 (registry+https://github.com/rust-lang/crates.io-index)", 218ddce3df8SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 219ddce3df8SRob Bradford] 220ddce3df8SRob Bradford 221ddce3df8SRob Bradford[[package]] 222ddce3df8SRob Bradfordname = "failure_derive" 223ddce3df8SRob Bradfordversion = "0.1.5" 224ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 225ddce3df8SRob Bradforddependencies = [ 226ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 227ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 22830266a41SJing Liu "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", 229ddce3df8SRob Bradford "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", 230ddce3df8SRob Bradford] 231ddce3df8SRob Bradford 232ddce3df8SRob Bradford[[package]] 233b67e0b3dSSebastien Boeufname = "fuchsia-cprng" 234b67e0b3dSSebastien Boeufversion = "0.1.1" 235b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 236b67e0b3dSSebastien Boeuf 237b67e0b3dSSebastien Boeuf[[package]] 238a0da3debSSamuel Ortizname = "kvm-bindings" 239a0da3debSSamuel Ortizversion = "0.1.1" 240a0da3debSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 241a0da3debSSamuel Ortiz 242a0da3debSSamuel Ortiz[[package]] 243a0da3debSSamuel Ortizname = "kvm-ioctls" 24430266a41SJing Liuversion = "0.2.0" 24530266a41SJing Liusource = "git+https://github.com/rust-vmm/kvm-ioctls#331eea68b067194a29448c9fa4ba90baaca2be22" 246a0da3debSSamuel Ortizdependencies = [ 247a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 248e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 2492ed17abbSSamuel Ortiz] 25073337c8bSSamuel Ortiz 2512ed17abbSSamuel Ortiz[[package]] 2522ed17abbSSamuel Ortizname = "libc" 253e3f7bc2eSRob Bradfordversion = "0.2.58" 2542ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 2552ed17abbSSamuel Ortiz 2562ed17abbSSamuel Ortiz[[package]] 257ddce3df8SRob Bradfordname = "libssh2-sys" 258ddce3df8SRob Bradfordversion = "0.2.11" 259ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 260ddce3df8SRob Bradforddependencies = [ 261ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 262ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 263ddce3df8SRob Bradford "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", 264ddce3df8SRob Bradford "openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)", 265ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 266ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 267ddce3df8SRob Bradford] 268ddce3df8SRob Bradford 269ddce3df8SRob Bradford[[package]] 270ddce3df8SRob Bradfordname = "libz-sys" 271ddce3df8SRob Bradfordversion = "1.0.25" 272ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 273ddce3df8SRob Bradforddependencies = [ 274ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 275ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 276ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 277ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 278ddce3df8SRob Bradford] 279ddce3df8SRob Bradford 280ddce3df8SRob Bradford[[package]] 281539367b5SSamuel Ortizname = "linux-loader" 282539367b5SSamuel Ortizversion = "0.1.0" 283c4c8b931SRob Bradfordsource = "git+https://github.com/rust-vmm/linux-loader#891ea4f0af62b2f80f5a3ddbbb6be588b19a78da" 284d5f5648bSSamuel Ortizdependencies = [ 285d5f5648bSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 286d5f5648bSSamuel Ortiz] 287d5f5648bSSamuel Ortiz 288d5f5648bSSamuel Ortiz[[package]] 2890adc3481SSamuel Ortizname = "log" 2900adc3481SSamuel Ortizversion = "0.4.6" 2910adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 2920adc3481SSamuel Ortizdependencies = [ 293e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 2940adc3481SSamuel Ortiz] 2950adc3481SSamuel Ortiz 2960adc3481SSamuel Ortiz[[package]] 29753f52954SSebastien Boeufname = "net_gen" 29853f52954SSebastien Boeufversion = "0.1.0" 29953f52954SSebastien Boeufdependencies = [ 300a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 30153f52954SSebastien Boeuf] 30253f52954SSebastien Boeuf 30353f52954SSebastien Boeuf[[package]] 30453f52954SSebastien Boeufname = "net_util" 30553f52954SSebastien Boeufversion = "0.1.0" 30653f52954SSebastien Boeufdependencies = [ 307e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 30853f52954SSebastien Boeuf "net_gen 0.1.0", 309576a28aeSSamuel Ortiz "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 31030266a41SJing Liu "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", 311a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 31253f52954SSebastien Boeuf] 31353f52954SSebastien Boeuf 31453f52954SSebastien Boeuf[[package]] 315ddce3df8SRob Bradfordname = "nodrop" 316ddce3df8SRob Bradfordversion = "0.1.13" 317ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 318ddce3df8SRob Bradford 319ddce3df8SRob Bradford[[package]] 32053f52954SSebastien Boeufname = "numtoa" 32153f52954SSebastien Boeufversion = "0.1.0" 32253f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 32353f52954SSebastien Boeuf 32453f52954SSebastien Boeuf[[package]] 325ddce3df8SRob Bradfordname = "openssl-sys" 326ddce3df8SRob Bradfordversion = "0.9.47" 327ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 328ddce3df8SRob Bradforddependencies = [ 329ddce3df8SRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 330ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 331ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 332ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 333ddce3df8SRob Bradford "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 334ddce3df8SRob Bradford] 335ddce3df8SRob Bradford 336ddce3df8SRob Bradford[[package]] 3370adc3481SSamuel Ortizname = "pci" 3380adc3481SSamuel Ortizversion = "0.1.0" 3390adc3481SSamuel Ortizdependencies = [ 3400adc3481SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 3410adc3481SSamuel Ortiz "devices 0.1.0", 3420adc3481SSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 34330266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 344e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 3450adc3481SSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 3460adc3481SSamuel Ortiz "vm-allocator 0.1.0", 3470adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 348a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 3490adc3481SSamuel Ortiz] 3500adc3481SSamuel Ortiz 3510adc3481SSamuel Ortiz[[package]] 352ddce3df8SRob Bradfordname = "pkg-config" 353ddce3df8SRob Bradfordversion = "0.3.14" 354ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 355ddce3df8SRob Bradford 356ddce3df8SRob Bradford[[package]] 35780ac3a84SChao Pengname = "proc-macro2" 35853f52954SSebastien Boeufversion = "0.4.30" 35980ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 36080ac3a84SChao Pengdependencies = [ 36180ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 36280ac3a84SChao Peng] 36380ac3a84SChao Peng 36480ac3a84SChao Peng[[package]] 36580ac3a84SChao Pengname = "qcow" 36680ac3a84SChao Pengversion = "0.1.0" 36780ac3a84SChao Pengdependencies = [ 36880ac3a84SChao Peng "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 369e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 37080ac3a84SChao Peng "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 371e3f7bc2eSRob Bradford "remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 372a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 37380ac3a84SChao Peng] 37480ac3a84SChao Peng 37580ac3a84SChao Peng[[package]] 37680ac3a84SChao Pengname = "quote" 37780ac3a84SChao Pengversion = "0.6.12" 37880ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 37980ac3a84SChao Pengdependencies = [ 38053f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 38180ac3a84SChao Peng] 38280ac3a84SChao Peng 38380ac3a84SChao Peng[[package]] 384b67e0b3dSSebastien Boeufname = "rand" 385b67e0b3dSSebastien Boeufversion = "0.6.5" 386b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 387b67e0b3dSSebastien Boeufdependencies = [ 388e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 389e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 390b67e0b3dSSebastien Boeuf "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 391b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 392b67e0b3dSSebastien Boeuf "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 393b67e0b3dSSebastien Boeuf "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 394b67e0b3dSSebastien Boeuf "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 395b67e0b3dSSebastien Boeuf "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 396b67e0b3dSSebastien Boeuf "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 397b67e0b3dSSebastien Boeuf "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 39853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 399b67e0b3dSSebastien Boeuf] 400b67e0b3dSSebastien Boeuf 401b67e0b3dSSebastien Boeuf[[package]] 402b67e0b3dSSebastien Boeufname = "rand_chacha" 403b67e0b3dSSebastien Boeufversion = "0.1.1" 404b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 405b67e0b3dSSebastien Boeufdependencies = [ 406e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 407b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 408b67e0b3dSSebastien Boeuf] 409b67e0b3dSSebastien Boeuf 410b67e0b3dSSebastien Boeuf[[package]] 411b67e0b3dSSebastien Boeufname = "rand_core" 412b67e0b3dSSebastien Boeufversion = "0.3.1" 413b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 414b67e0b3dSSebastien Boeufdependencies = [ 415b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 416b67e0b3dSSebastien Boeuf] 417b67e0b3dSSebastien Boeuf 418b67e0b3dSSebastien Boeuf[[package]] 419b67e0b3dSSebastien Boeufname = "rand_core" 420b67e0b3dSSebastien Boeufversion = "0.4.0" 421b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 422b67e0b3dSSebastien Boeuf 423b67e0b3dSSebastien Boeuf[[package]] 424b67e0b3dSSebastien Boeufname = "rand_hc" 425b67e0b3dSSebastien Boeufversion = "0.1.0" 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_isaac" 433b67e0b3dSSebastien Boeufversion = "0.1.1" 434b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 435b67e0b3dSSebastien Boeufdependencies = [ 436b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 437b67e0b3dSSebastien Boeuf] 438b67e0b3dSSebastien Boeuf 439b67e0b3dSSebastien Boeuf[[package]] 440b67e0b3dSSebastien Boeufname = "rand_jitter" 441b67e0b3dSSebastien Boeufversion = "0.1.4" 442b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 443b67e0b3dSSebastien Boeufdependencies = [ 444e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 445b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 44653f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 447b67e0b3dSSebastien Boeuf] 448b67e0b3dSSebastien Boeuf 449b67e0b3dSSebastien Boeuf[[package]] 450b67e0b3dSSebastien Boeufname = "rand_os" 451b67e0b3dSSebastien Boeufversion = "0.1.3" 452b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 453b67e0b3dSSebastien Boeufdependencies = [ 454b67e0b3dSSebastien Boeuf "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 455b67e0b3dSSebastien Boeuf "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 456e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 457b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 458b67e0b3dSSebastien Boeuf "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 45953f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 460b67e0b3dSSebastien Boeuf] 461b67e0b3dSSebastien Boeuf 462b67e0b3dSSebastien Boeuf[[package]] 463b67e0b3dSSebastien Boeufname = "rand_pcg" 464b67e0b3dSSebastien Boeufversion = "0.1.2" 465b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 466b67e0b3dSSebastien Boeufdependencies = [ 467e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 468b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 469b67e0b3dSSebastien Boeuf] 470b67e0b3dSSebastien Boeuf 471b67e0b3dSSebastien Boeuf[[package]] 472b67e0b3dSSebastien Boeufname = "rand_xorshift" 473b67e0b3dSSebastien Boeufversion = "0.1.1" 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]] 480b67e0b3dSSebastien Boeufname = "rdrand" 481b67e0b3dSSebastien Boeufversion = "0.4.0" 482b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 483b67e0b3dSSebastien Boeufdependencies = [ 484b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 485b67e0b3dSSebastien Boeuf] 486b67e0b3dSSebastien Boeuf 487b67e0b3dSSebastien Boeuf[[package]] 4882ed17abbSSamuel Ortizname = "redox_syscall" 48953f52954SSebastien Boeufversion = "0.1.54" 4902ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 4912ed17abbSSamuel Ortiz 4922ed17abbSSamuel Ortiz[[package]] 4932ed17abbSSamuel Ortizname = "redox_termios" 4942ed17abbSSamuel Ortizversion = "0.1.1" 4952ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 4962ed17abbSSamuel Ortizdependencies = [ 49753f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", 4982ed17abbSSamuel Ortiz] 4992ed17abbSSamuel Ortiz 5002ed17abbSSamuel Ortiz[[package]] 501ddce3df8SRob Bradfordname = "redox_users" 502ddce3df8SRob Bradfordversion = "0.3.0" 503ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 504ddce3df8SRob Bradforddependencies = [ 505ddce3df8SRob Bradford "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 506ddce3df8SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 507ddce3df8SRob Bradford "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 508ddce3df8SRob Bradford "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", 509ddce3df8SRob Bradford] 510ddce3df8SRob Bradford 511ddce3df8SRob Bradford[[package]] 51280ac3a84SChao Pengname = "remain" 513e3f7bc2eSRob Bradfordversion = "0.1.3" 51480ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 51580ac3a84SChao Pengdependencies = [ 51653f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 51780ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 51830266a41SJing Liu "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", 51980ac3a84SChao Peng] 52080ac3a84SChao Peng 52180ac3a84SChao Peng[[package]] 522b67e0b3dSSebastien Boeufname = "remove_dir_all" 5235e803ab1SSebastien Boeufversion = "0.5.2" 524b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 525b67e0b3dSSebastien Boeufdependencies = [ 52653f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 527b67e0b3dSSebastien Boeuf] 528b67e0b3dSSebastien Boeuf 529b67e0b3dSSebastien Boeuf[[package]] 530ddce3df8SRob Bradfordname = "rustc-demangle" 531ddce3df8SRob Bradfordversion = "0.1.15" 532ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 533ddce3df8SRob Bradford 534ddce3df8SRob Bradford[[package]] 535ddce3df8SRob Bradfordname = "scoped_threadpool" 536ddce3df8SRob Bradfordversion = "0.1.9" 537ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 538ddce3df8SRob Bradford 539ddce3df8SRob Bradford[[package]] 54053f52954SSebastien Boeufname = "serde" 54130266a41SJing Liuversion = "1.0.93" 54253f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 54353f52954SSebastien Boeuf 54453f52954SSebastien Boeuf[[package]] 545ddce3df8SRob Bradfordname = "ssh2" 546ddce3df8SRob Bradfordversion = "0.3.3" 547ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 548ddce3df8SRob Bradforddependencies = [ 549ddce3df8SRob Bradford "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 550ddce3df8SRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 551ddce3df8SRob Bradford "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 552ddce3df8SRob Bradford] 553ddce3df8SRob Bradford 554ddce3df8SRob Bradford[[package]] 5552ed17abbSSamuel Ortizname = "strsim" 5562ed17abbSSamuel Ortizversion = "0.6.0" 5572ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 5582ed17abbSSamuel Ortiz 5592ed17abbSSamuel Ortiz[[package]] 56080ac3a84SChao Pengname = "syn" 56130266a41SJing Liuversion = "0.15.38" 56280ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 56380ac3a84SChao Pengdependencies = [ 56453f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 56580ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 56680ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 56780ac3a84SChao Peng] 56880ac3a84SChao Peng 56980ac3a84SChao Peng[[package]] 570ddce3df8SRob Bradfordname = "synstructure" 571ddce3df8SRob Bradfordversion = "0.10.2" 572ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 573ddce3df8SRob Bradforddependencies = [ 574ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 575ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 57630266a41SJing Liu "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", 577ddce3df8SRob Bradford "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 578ddce3df8SRob Bradford] 579ddce3df8SRob Bradford 580ddce3df8SRob Bradford[[package]] 581b67e0b3dSSebastien Boeufname = "tempfile" 582e3f7bc2eSRob Bradfordversion = "3.0.8" 583b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 584b67e0b3dSSebastien Boeufdependencies = [ 585e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 586e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 587b67e0b3dSSebastien Boeuf "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 58853f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", 5895e803ab1SSebastien Boeuf "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 59053f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 591b67e0b3dSSebastien Boeuf] 592b67e0b3dSSebastien Boeuf 593b67e0b3dSSebastien Boeuf[[package]] 5942ed17abbSSamuel Ortizname = "termion" 5955e803ab1SSebastien Boeufversion = "1.5.3" 5962ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 5972ed17abbSSamuel Ortizdependencies = [ 598e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 59953f52954SSebastien Boeuf "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 60053f52954SSebastien Boeuf "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", 6012ed17abbSSamuel Ortiz "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 6022ed17abbSSamuel Ortiz] 6032ed17abbSSamuel Ortiz 6042ed17abbSSamuel Ortiz[[package]] 6052ed17abbSSamuel Ortizname = "textwrap" 6062ed17abbSSamuel Ortizversion = "0.9.0" 6072ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 6082ed17abbSSamuel Ortizdependencies = [ 6092ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 6102ed17abbSSamuel Ortiz] 6112ed17abbSSamuel Ortiz 6122ed17abbSSamuel Ortiz[[package]] 6132ed17abbSSamuel Ortizname = "unicode-width" 6142ed17abbSSamuel Ortizversion = "0.1.5" 6152ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 6162ed17abbSSamuel Ortiz 6172ed17abbSSamuel Ortiz[[package]] 61880ac3a84SChao Pengname = "unicode-xid" 61980ac3a84SChao Pengversion = "0.1.0" 62080ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 62180ac3a84SChao Peng 62280ac3a84SChao Peng[[package]] 623ddce3df8SRob Bradfordname = "vcpkg" 624ddce3df8SRob Bradfordversion = "0.2.6" 625ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 626ddce3df8SRob Bradford 627ddce3df8SRob Bradford[[package]] 6282ed17abbSSamuel Ortizname = "vec_map" 6292ed17abbSSamuel Ortizversion = "0.8.1" 6302ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 6312ed17abbSSamuel Ortiz 6322ed17abbSSamuel Ortiz[[package]] 633*1ddc8f2fSSebastien Boeufname = "vhost_rs" 634*1ddc8f2fSSebastien Boeufversion = "0.1.0" 635*1ddc8f2fSSebastien Boeufdependencies = [ 636*1ddc8f2fSSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 637*1ddc8f2fSSebastien Boeuf "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 638*1ddc8f2fSSebastien Boeuf "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 639*1ddc8f2fSSebastien Boeuf] 640*1ddc8f2fSSebastien Boeuf 641*1ddc8f2fSSebastien Boeuf[[package]] 642b67e0b3dSSebastien Boeufname = "virtio-bindings" 643b67e0b3dSSebastien Boeufversion = "0.1.0" 644b67e0b3dSSebastien Boeuf 645b67e0b3dSSebastien Boeuf[[package]] 6460adc3481SSamuel Ortizname = "vm-allocator" 6470adc3481SSamuel Ortizversion = "0.1.0" 6480adc3481SSamuel Ortizdependencies = [ 649e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 6500adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 6510adc3481SSamuel Ortiz] 6520adc3481SSamuel Ortiz 6530adc3481SSamuel Ortiz[[package]] 654a0da3debSSamuel Ortizname = "vm-memory" 655a0da3debSSamuel Ortizversion = "0.1.0" 65630266a41SJing Liusource = "git+https://github.com/rust-vmm/vm-memory#4c329f4e769801d4597672190dba548c5093bbbc" 657a0da3debSSamuel Ortizdependencies = [ 6585e803ab1SSebastien Boeuf "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 659e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 660a0da3debSSamuel Ortiz] 661a0da3debSSamuel Ortiz 662a0da3debSSamuel Ortiz[[package]] 663b67e0b3dSSebastien Boeufname = "vm-virtio" 664b67e0b3dSSebastien Boeufversion = "0.1.0" 665b67e0b3dSSebastien Boeufdependencies = [ 666b67e0b3dSSebastien Boeuf "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 667b67e0b3dSSebastien Boeuf "devices 0.1.0", 668b67e0b3dSSebastien Boeuf "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 669e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 670b67e0b3dSSebastien Boeuf "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 67153f52954SSebastien Boeuf "net_gen 0.1.0", 67253f52954SSebastien Boeuf "net_util 0.1.0", 673b67e0b3dSSebastien Boeuf "pci 0.1.0", 674e3f7bc2eSRob Bradford "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 675*1ddc8f2fSSebastien Boeuf "vhost_rs 0.1.0", 676b67e0b3dSSebastien Boeuf "virtio-bindings 0.1.0", 677b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0", 678b67e0b3dSSebastien Boeuf "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 679a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 680b67e0b3dSSebastien Boeuf] 681b67e0b3dSSebastien Boeuf 682b67e0b3dSSebastien Boeuf[[package]] 683a0da3debSSamuel Ortizname = "vmm" 684a0da3debSSamuel Ortizversion = "0.1.0" 685a0da3debSSamuel Ortizdependencies = [ 686539367b5SSamuel Ortiz "arch 0.1.0", 6871853b350SSamuel Ortiz "devices 0.1.0", 688c6c5e10aSSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 689a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 69030266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 691e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 692c4c8b931SRob Bradford "linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)", 6938bb71fadSSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 694c0be6642SSebastien Boeuf "net_util 0.1.0", 6950adc3481SSamuel Ortiz "pci 0.1.0", 69680ac3a84SChao Peng "qcow 0.1.0", 697b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0", 698a0da3debSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 699b67e0b3dSSebastien Boeuf "vm-virtio 0.1.0", 700a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 7010921cfb8SSamuel Ortiz] 7020921cfb8SSamuel Ortiz 7030921cfb8SSamuel Ortiz[[package]] 7040921cfb8SSamuel Ortizname = "vmm-sys-util" 7050921cfb8SSamuel Ortizversion = "0.1.0" 706842515c2SSebastien Boeufsource = "git+https://github.com/rust-vmm/vmm-sys-util#cb33925bfd1eb314e5384c58c78874d2c98d6182" 7070921cfb8SSamuel Ortizdependencies = [ 708e3f7bc2eSRob Bradford "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", 709a0da3debSSamuel Ortiz] 710a0da3debSSamuel Ortiz 711a0da3debSSamuel Ortiz[[package]] 7122ed17abbSSamuel Ortizname = "winapi" 71353f52954SSebastien Boeufversion = "0.3.7" 7142ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 7152ed17abbSSamuel Ortizdependencies = [ 7162ed17abbSSamuel Ortiz "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 7172ed17abbSSamuel Ortiz "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 7182ed17abbSSamuel Ortiz] 7192ed17abbSSamuel Ortiz 7202ed17abbSSamuel Ortiz[[package]] 7212ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu" 7222ed17abbSSamuel Ortizversion = "0.4.0" 7232ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 7242ed17abbSSamuel Ortiz 7252ed17abbSSamuel Ortiz[[package]] 7262ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu" 7272ed17abbSSamuel Ortizversion = "0.4.0" 7282ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 7292ed17abbSSamuel Ortiz 7302ed17abbSSamuel Ortiz[metadata] 7312ed17abbSSamuel Ortiz"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" 732ddce3df8SRob Bradford"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" 733ddce3df8SRob Bradford"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" 7342ed17abbSSamuel Ortiz"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" 735e3f7bc2eSRob Bradford"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" 73630266a41SJing Liu"checksum backtrace 0.3.31 (registry+https://github.com/rust-lang/crates.io-index)" = "e0f77aa27f55a4beb477ff6bc4d9bf72f90eb422b19c1d8e5a644b8aeb674d66" 737ddce3df8SRob Bradford"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" 738ddce3df8SRob Bradford"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" 7392ed17abbSSamuel Ortiz"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" 740842515c2SSebastien Boeuf"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" 741ddce3df8SRob Bradford"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" 742539367b5SSamuel Ortiz"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" 7435e803ab1SSebastien Boeuf"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" 744ddce3df8SRob Bradford"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" 745e3f7bc2eSRob Bradford"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" 7462ed17abbSSamuel Ortiz"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180" 747b67e0b3dSSebastien Boeuf"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 748ddce3df8SRob Bradford"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" 7491f534880SRob Bradford"checksum credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fae7a162fd5b462bc49704873a89950a655d44161add4be07e00e64c4c83a5bf" 750ddce3df8SRob Bradford"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1" 751ddce3df8SRob Bradford"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d" 7521853b350SSamuel Ortiz"checksum epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3f0680f2a6f2a17fa7a8668a27c54e45e1ad1cf8a632f56a7c19b9e4e3bbe8a" 753ddce3df8SRob Bradford"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" 754ddce3df8SRob Bradford"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" 755b67e0b3dSSebastien Boeuf"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 756a0da3debSSamuel Ortiz"checksum kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c223e8703d2eb76d990c5f58e29c85b0f6f50e24b823babde927948e7c71fc03" 75730266a41SJing Liu"checksum kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)" = "<none>" 758e3f7bc2eSRob Bradford"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319" 759ddce3df8SRob Bradford"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d" 760ddce3df8SRob Bradford"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" 761c4c8b931SRob Bradford"checksum linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)" = "<none>" 7620adc3481SSamuel Ortiz"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" 763ddce3df8SRob Bradford"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" 76453f52954SSebastien Boeuf"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 765ddce3df8SRob Bradford"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc" 766ddce3df8SRob Bradford"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" 76753f52954SSebastien Boeuf"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 76880ac3a84SChao Peng"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" 769b67e0b3dSSebastien Boeuf"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 770b67e0b3dSSebastien Boeuf"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 771b67e0b3dSSebastien Boeuf"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 772b67e0b3dSSebastien Boeuf"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" 773b67e0b3dSSebastien Boeuf"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 774b67e0b3dSSebastien Boeuf"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 775b67e0b3dSSebastien Boeuf"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 776b67e0b3dSSebastien Boeuf"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 777b67e0b3dSSebastien Boeuf"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 778b67e0b3dSSebastien Boeuf"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 779b67e0b3dSSebastien Boeuf"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 78053f52954SSebastien Boeuf"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" 7812ed17abbSSamuel Ortiz"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" 782ddce3df8SRob Bradford"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" 783e3f7bc2eSRob Bradford"checksum remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "725c14cd936029b13547500781bd45284848e8e3970b7ef4179ecb202a150d64" 7845e803ab1SSebastien Boeuf"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 785ddce3df8SRob Bradford"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" 786ddce3df8SRob Bradford"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 78730266a41SJing Liu"checksum serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)" = "960e29cf7004b3b6e65fc5002981400eb3ccc017a08a2406940823e58e7179a9" 788ddce3df8SRob Bradford"checksum ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dee822d619a700f98c4de3b5931f272ecc7cf2e924ceb2df47b61df4ae033a0c" 7892ed17abbSSamuel Ortiz"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" 79030266a41SJing Liu"checksum syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)" = "37ea458a750f59ab679b47fef9b6722c586c5742f4cfe18a120bbc807e5e01fd" 791ddce3df8SRob Bradford"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" 792e3f7bc2eSRob Bradford"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" 7935e803ab1SSebastien Boeuf"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" 7942ed17abbSSamuel Ortiz"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" 7952ed17abbSSamuel Ortiz"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" 79680ac3a84SChao Peng"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 797ddce3df8SRob Bradford"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" 7982ed17abbSSamuel Ortiz"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 799a0da3debSSamuel Ortiz"checksum vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)" = "<none>" 800a6b7715fSSamuel Ortiz"checksum vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)" = "<none>" 80153f52954SSebastien Boeuf"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" 8022ed17abbSSamuel Ortiz"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 8032ed17abbSSamuel Ortiz"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 804