1c4c8b931SRob Bradford# This file is automatically @generated by Cargo. 2c4c8b931SRob Bradford# It is not intended for manual editing. 373337c8bSSamuel Ortiz[[package]] 478fe8072SRob Bradfordname = "aho-corasick" 578fe8072SRob Bradfordversion = "0.6.10" 678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 778fe8072SRob Bradforddependencies = [ 878fe8072SRob Bradford "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 978fe8072SRob Bradford] 1078fe8072SRob Bradford 1178fe8072SRob Bradford[[package]] 122ed17abbSSamuel Ortizname = "ansi_term" 132ed17abbSSamuel Ortizversion = "0.9.0" 142ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 152ed17abbSSamuel Ortiz 162ed17abbSSamuel Ortiz[[package]] 17539367b5SSamuel Ortizname = "arch" 18539367b5SSamuel Ortizversion = "0.1.0" 19539367b5SSamuel Ortizdependencies = [ 20539367b5SSamuel Ortiz "arch_gen 0.1.0", 21539367b5SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 22539367b5SSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2330266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 24577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 25c4c8b931SRob Bradford "linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)", 2678fe8072SRob Bradford "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 27539367b5SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 28539367b5SSamuel Ortiz] 29539367b5SSamuel Ortiz 30539367b5SSamuel Ortiz[[package]] 31539367b5SSamuel Ortizname = "arch_gen" 32539367b5SSamuel Ortizversion = "0.1.0" 33539367b5SSamuel Ortiz 34539367b5SSamuel Ortiz[[package]] 35ddce3df8SRob Bradfordname = "argon2rs" 36ddce3df8SRob Bradfordversion = "0.2.5" 37ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 38ddce3df8SRob Bradforddependencies = [ 39ddce3df8SRob Bradford "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", 40ddce3df8SRob Bradford "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 41ddce3df8SRob Bradford] 42ddce3df8SRob Bradford 43ddce3df8SRob Bradford[[package]] 44ddce3df8SRob Bradfordname = "arrayvec" 45ddce3df8SRob Bradfordversion = "0.4.10" 46ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 47ddce3df8SRob Bradforddependencies = [ 48ddce3df8SRob Bradford "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", 49ddce3df8SRob Bradford] 50ddce3df8SRob Bradford 51ddce3df8SRob Bradford[[package]] 522ed17abbSSamuel Ortizname = "atty" 532ed17abbSSamuel Ortizversion = "0.2.11" 542ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 552ed17abbSSamuel Ortizdependencies = [ 56577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 575e803ab1SSebastien Boeuf "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 5853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 592ed17abbSSamuel Ortiz] 602ed17abbSSamuel Ortiz 612ed17abbSSamuel Ortiz[[package]] 62b67e0b3dSSebastien Boeufname = "autocfg" 63e3f7bc2eSRob Bradfordversion = "0.1.4" 64b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 65b67e0b3dSSebastien Boeuf 66b67e0b3dSSebastien Boeuf[[package]] 67ddce3df8SRob Bradfordname = "backtrace" 68577d44c8Sfazlamehrabversion = "0.3.32" 69ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 70ddce3df8SRob Bradforddependencies = [ 71577d44c8Sfazlamehrab "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", 72ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 73577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 74ddce3df8SRob Bradford "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 75ddce3df8SRob Bradford] 76ddce3df8SRob Bradford 77ddce3df8SRob Bradford[[package]] 78ddce3df8SRob Bradfordname = "backtrace-sys" 79577d44c8Sfazlamehrabversion = "0.1.30" 80ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 81ddce3df8SRob Bradforddependencies = [ 82ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 83577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 84ddce3df8SRob Bradford] 85ddce3df8SRob Bradford 86ddce3df8SRob Bradford[[package]] 87ddce3df8SRob Bradfordname = "bitflags" 8878fe8072SRob Bradfordversion = "0.5.0" 8978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 9078fe8072SRob Bradford 9178fe8072SRob Bradford[[package]] 9278fe8072SRob Bradfordname = "bitflags" 93ddce3df8SRob Bradfordversion = "0.7.0" 94ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 95ddce3df8SRob Bradford 96ddce3df8SRob Bradford[[package]] 972ed17abbSSamuel Ortizname = "bitflags" 982ed17abbSSamuel Ortizversion = "0.9.1" 992ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1002ed17abbSSamuel Ortiz 1012ed17abbSSamuel Ortiz[[package]] 1021853b350SSamuel Ortizname = "bitflags" 103842515c2SSebastien Boeufversion = "1.1.0" 1041853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1051853b350SSamuel Ortiz 1061853b350SSamuel Ortiz[[package]] 107ddce3df8SRob Bradfordname = "blake2-rfc" 108ddce3df8SRob Bradfordversion = "0.2.18" 109ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 110ddce3df8SRob Bradforddependencies = [ 111ddce3df8SRob Bradford "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 112ddce3df8SRob Bradford "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 113ddce3df8SRob Bradford] 114ddce3df8SRob Bradford 115ddce3df8SRob Bradford[[package]] 116539367b5SSamuel Ortizname = "byteorder" 117539367b5SSamuel Ortizversion = "1.2.1" 118539367b5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 119539367b5SSamuel Ortiz 120539367b5SSamuel Ortiz[[package]] 121577d44c8Sfazlamehrabname = "c2-chacha" 122577d44c8Sfazlamehrabversion = "0.2.2" 123577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 124577d44c8Sfazlamehrabdependencies = [ 125577d44c8Sfazlamehrab "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 126577d44c8Sfazlamehrab "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 127577d44c8Sfazlamehrab] 128577d44c8Sfazlamehrab 129577d44c8Sfazlamehrab[[package]] 1305e803ab1SSebastien Boeufname = "cast" 1315e803ab1SSebastien Boeufversion = "0.2.2" 1325e803ab1SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 1335e803ab1SSebastien Boeuf 1345e803ab1SSebastien Boeuf[[package]] 135ddce3df8SRob Bradfordname = "cc" 136ddce3df8SRob Bradfordversion = "1.0.37" 137ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 138ddce3df8SRob Bradford 139ddce3df8SRob Bradford[[package]] 1400adc3481SSamuel Ortizname = "cfg-if" 141e3f7bc2eSRob Bradfordversion = "0.1.9" 1420adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1430adc3481SSamuel Ortiz 1440adc3481SSamuel Ortiz[[package]] 1452ed17abbSSamuel Ortizname = "clap" 1462ed17abbSSamuel Ortizversion = "2.27.1" 1472ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 1482ed17abbSSamuel Ortizdependencies = [ 1492ed17abbSSamuel Ortiz "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1502ed17abbSSamuel Ortiz "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1512ed17abbSSamuel Ortiz "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1522ed17abbSSamuel Ortiz "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 1532ed17abbSSamuel Ortiz "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1542ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1552ed17abbSSamuel Ortiz "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1562ed17abbSSamuel Ortiz] 1572ed17abbSSamuel Ortiz 1582ed17abbSSamuel Ortiz[[package]] 15973337c8bSSamuel Ortizname = "cloud-hypervisor" 16073337c8bSSamuel Ortizversion = "0.1.0" 1612ed17abbSSamuel Ortizdependencies = [ 1622ed17abbSSamuel Ortiz "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", 1631f534880SRob Bradford "credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 164ddce3df8SRob Bradford "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 16580f33113SRob Bradford "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 166ddce3df8SRob Bradford "ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1677ebfe909SRob Bradford "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 168a0da3debSSamuel Ortiz "vmm 0.1.0", 169a0da3debSSamuel Ortiz] 170a0da3debSSamuel Ortiz 171a0da3debSSamuel Ortiz[[package]] 172b67e0b3dSSebastien Boeufname = "cloudabi" 173b67e0b3dSSebastien Boeufversion = "0.0.3" 174b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 175b67e0b3dSSebastien Boeufdependencies = [ 176842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 177b67e0b3dSSebastien Boeuf] 178b67e0b3dSSebastien Boeuf 179b67e0b3dSSebastien Boeuf[[package]] 180ddce3df8SRob Bradfordname = "constant_time_eq" 181ddce3df8SRob Bradfordversion = "0.1.3" 182ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 183ddce3df8SRob Bradford 184ddce3df8SRob Bradford[[package]] 1851f534880SRob Bradfordname = "credibility" 1861f534880SRob Bradfordversion = "0.1.3" 1871f534880SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 1881f534880SRob Bradforddependencies = [ 1891f534880SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1901f534880SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1911f534880SRob Bradford] 1921f534880SRob Bradford 1931f534880SRob Bradford[[package]] 1941853b350SSamuel Ortizname = "devices" 1951853b350SSamuel Ortizversion = "0.1.0" 1961853b350SSamuel Ortizdependencies = [ 1971853b350SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1981853b350SSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1995e803ab1SSebastien Boeuf "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 20030266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 201577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 2025e803ab1SSebastien Boeuf "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 203577d44c8Sfazlamehrab "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2041853b350SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 205a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 2061853b350SSamuel Ortiz] 2071853b350SSamuel Ortiz 2081853b350SSamuel Ortiz[[package]] 209ddce3df8SRob Bradfordname = "dirs" 210ddce3df8SRob Bradfordversion = "2.0.1" 211ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 212ddce3df8SRob Bradforddependencies = [ 213ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 214ddce3df8SRob Bradford "dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 215ddce3df8SRob Bradford] 216ddce3df8SRob Bradford 217ddce3df8SRob Bradford[[package]] 218ddce3df8SRob Bradfordname = "dirs-sys" 219ddce3df8SRob Bradfordversion = "0.3.3" 220ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 221ddce3df8SRob Bradforddependencies = [ 222ddce3df8SRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 223577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 224ddce3df8SRob Bradford "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 225ddce3df8SRob Bradford "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 226ddce3df8SRob Bradford] 227ddce3df8SRob Bradford 228ddce3df8SRob Bradford[[package]] 2291853b350SSamuel Ortizname = "epoll" 2301853b350SSamuel Ortizversion = "4.0.1" 2311853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 2321853b350SSamuel Ortizdependencies = [ 233842515c2SSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 234577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 2351853b350SSamuel Ortiz] 2361853b350SSamuel Ortiz 2371853b350SSamuel Ortiz[[package]] 238ddce3df8SRob Bradfordname = "failure" 239ddce3df8SRob Bradfordversion = "0.1.5" 240ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 241ddce3df8SRob Bradforddependencies = [ 242577d44c8Sfazlamehrab "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", 243ddce3df8SRob Bradford "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 244ddce3df8SRob Bradford] 245ddce3df8SRob Bradford 246ddce3df8SRob Bradford[[package]] 247ddce3df8SRob Bradfordname = "failure_derive" 248ddce3df8SRob Bradfordversion = "0.1.5" 249ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 250ddce3df8SRob Bradforddependencies = [ 251ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 252ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 253577d44c8Sfazlamehrab "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", 254ddce3df8SRob Bradford "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", 255ddce3df8SRob Bradford] 256ddce3df8SRob Bradford 257ddce3df8SRob Bradford[[package]] 258b67e0b3dSSebastien Boeufname = "fuchsia-cprng" 259b67e0b3dSSebastien Boeufversion = "0.1.1" 260b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 261b67e0b3dSSebastien Boeuf 262b67e0b3dSSebastien Boeuf[[package]] 263577d44c8Sfazlamehrabname = "getrandom" 264577d44c8Sfazlamehrabversion = "0.1.6" 265577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 266577d44c8Sfazlamehrabdependencies = [ 267577d44c8Sfazlamehrab "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 268577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 269577d44c8Sfazlamehrab] 270577d44c8Sfazlamehrab 271577d44c8Sfazlamehrab[[package]] 27278fe8072SRob Bradfordname = "glob" 27378fe8072SRob Bradfordversion = "0.2.11" 27478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 27578fe8072SRob Bradford 27678fe8072SRob Bradford[[package]] 27778fe8072SRob Bradfordname = "ipnetwork" 27878fe8072SRob Bradfordversion = "0.14.0" 27978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 28078fe8072SRob Bradforddependencies = [ 281577d44c8Sfazlamehrab "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", 28278fe8072SRob Bradford] 28378fe8072SRob Bradford 28478fe8072SRob Bradford[[package]] 28578fe8072SRob Bradfordname = "itoa" 28678fe8072SRob Bradfordversion = "0.4.4" 28778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 28878fe8072SRob Bradford 28978fe8072SRob Bradford[[package]] 29078fe8072SRob Bradfordname = "kernel32-sys" 29178fe8072SRob Bradfordversion = "0.2.2" 29278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 29378fe8072SRob Bradforddependencies = [ 29478fe8072SRob Bradford "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 29578fe8072SRob Bradford "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 29678fe8072SRob Bradford] 29778fe8072SRob Bradford 29878fe8072SRob Bradford[[package]] 299a0da3debSSamuel Ortizname = "kvm-bindings" 300a0da3debSSamuel Ortizversion = "0.1.1" 301a0da3debSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 302a0da3debSSamuel Ortiz 303a0da3debSSamuel Ortiz[[package]] 304a0da3debSSamuel Ortizname = "kvm-ioctls" 30530266a41SJing Liuversion = "0.2.0" 306c93d5361SSebastien Boeufsource = "git+https://github.com/rust-vmm/kvm-ioctls#37669f60a04a65b9e81cc62ac4a484ea0ed421ca" 307a0da3debSSamuel Ortizdependencies = [ 308a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 309577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 3102ed17abbSSamuel Ortiz] 31173337c8bSSamuel Ortiz 3122ed17abbSSamuel Ortiz[[package]] 31378fe8072SRob Bradfordname = "lazy_static" 31478fe8072SRob Bradfordversion = "1.3.0" 31578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 316577d44c8Sfazlamehrabdependencies = [ 317577d44c8Sfazlamehrab "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 318577d44c8Sfazlamehrab] 31978fe8072SRob Bradford 32078fe8072SRob Bradford[[package]] 3212ed17abbSSamuel Ortizname = "libc" 322577d44c8Sfazlamehrabversion = "0.2.59" 3232ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 3242ed17abbSSamuel Ortiz 3252ed17abbSSamuel Ortiz[[package]] 326ddce3df8SRob Bradfordname = "libssh2-sys" 327ddce3df8SRob Bradfordversion = "0.2.11" 328ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 329ddce3df8SRob Bradforddependencies = [ 330ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 331577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 332ddce3df8SRob Bradford "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", 333ddce3df8SRob Bradford "openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)", 334ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 335577d44c8Sfazlamehrab "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 336ddce3df8SRob Bradford] 337ddce3df8SRob Bradford 338ddce3df8SRob Bradford[[package]] 339ddce3df8SRob Bradfordname = "libz-sys" 340ddce3df8SRob Bradfordversion = "1.0.25" 341ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 342ddce3df8SRob Bradforddependencies = [ 343ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 344577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 345ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 346577d44c8Sfazlamehrab "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 347ddce3df8SRob Bradford] 348ddce3df8SRob Bradford 349ddce3df8SRob Bradford[[package]] 350539367b5SSamuel Ortizname = "linux-loader" 351539367b5SSamuel Ortizversion = "0.1.0" 352c4c8b931SRob Bradfordsource = "git+https://github.com/rust-vmm/linux-loader#891ea4f0af62b2f80f5a3ddbbb6be588b19a78da" 353d5f5648bSSamuel Ortizdependencies = [ 354d5f5648bSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 355d5f5648bSSamuel Ortiz] 356d5f5648bSSamuel Ortiz 357d5f5648bSSamuel Ortiz[[package]] 3580adc3481SSamuel Ortizname = "log" 35978fe8072SRob Bradfordversion = "0.3.9" 36078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 36178fe8072SRob Bradforddependencies = [ 36278fe8072SRob Bradford "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 36378fe8072SRob Bradford] 36478fe8072SRob Bradford 36578fe8072SRob Bradford[[package]] 36678fe8072SRob Bradfordname = "log" 3670adc3481SSamuel Ortizversion = "0.4.6" 3680adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 3690adc3481SSamuel Ortizdependencies = [ 370e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3710adc3481SSamuel Ortiz] 3720adc3481SSamuel Ortiz 3730adc3481SSamuel Ortiz[[package]] 37478fe8072SRob Bradfordname = "memchr" 37578fe8072SRob Bradfordversion = "2.2.1" 37678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 37778fe8072SRob Bradford 37878fe8072SRob Bradford[[package]] 37953f52954SSebastien Boeufname = "net_gen" 38053f52954SSebastien Boeufversion = "0.1.0" 38153f52954SSebastien Boeufdependencies = [ 382a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 38353f52954SSebastien Boeuf] 38453f52954SSebastien Boeuf 38553f52954SSebastien Boeuf[[package]] 38653f52954SSebastien Boeufname = "net_util" 38753f52954SSebastien Boeufversion = "0.1.0" 38853f52954SSebastien Boeufdependencies = [ 38978fe8072SRob Bradford "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 390577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 39153f52954SSebastien Boeuf "net_gen 0.1.0", 39278fe8072SRob Bradford "pnet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 393576a28aeSSamuel Ortiz "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 394577d44c8Sfazlamehrab "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", 39578fe8072SRob Bradford "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", 396a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 39753f52954SSebastien Boeuf] 39853f52954SSebastien Boeuf 39953f52954SSebastien Boeuf[[package]] 400ddce3df8SRob Bradfordname = "nodrop" 401ddce3df8SRob Bradfordversion = "0.1.13" 402ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 403ddce3df8SRob Bradford 404ddce3df8SRob Bradford[[package]] 40553f52954SSebastien Boeufname = "numtoa" 40653f52954SSebastien Boeufversion = "0.1.0" 40753f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 40853f52954SSebastien Boeuf 40953f52954SSebastien Boeuf[[package]] 410ddce3df8SRob Bradfordname = "openssl-sys" 411ddce3df8SRob Bradfordversion = "0.9.47" 412ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 413ddce3df8SRob Bradforddependencies = [ 414ddce3df8SRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 415ddce3df8SRob Bradford "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", 416577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 417ddce3df8SRob Bradford "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 418577d44c8Sfazlamehrab "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 419ddce3df8SRob Bradford] 420ddce3df8SRob Bradford 421ddce3df8SRob Bradford[[package]] 4220adc3481SSamuel Ortizname = "pci" 4230adc3481SSamuel Ortizversion = "0.1.0" 4240adc3481SSamuel Ortizdependencies = [ 4250adc3481SSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 4260adc3481SSamuel Ortiz "devices 0.1.0", 4270adc3481SSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 42830266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 429577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 4300adc3481SSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 4310adc3481SSamuel Ortiz "vm-allocator 0.1.0", 4320adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 433a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 4340adc3481SSamuel Ortiz] 4350adc3481SSamuel Ortiz 4360adc3481SSamuel Ortiz[[package]] 437ddce3df8SRob Bradfordname = "pkg-config" 438ddce3df8SRob Bradfordversion = "0.3.14" 439ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 440ddce3df8SRob Bradford 441ddce3df8SRob Bradford[[package]] 44278fe8072SRob Bradfordname = "pnet" 44378fe8072SRob Bradfordversion = "0.22.0" 44478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 44578fe8072SRob Bradforddependencies = [ 44678fe8072SRob Bradford "ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", 44778fe8072SRob Bradford "pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 44878fe8072SRob Bradford "pnet_datalink 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 44978fe8072SRob Bradford "pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 45078fe8072SRob Bradford "pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 45178fe8072SRob Bradford "pnet_transport 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 45278fe8072SRob Bradford] 45378fe8072SRob Bradford 45478fe8072SRob Bradford[[package]] 45578fe8072SRob Bradfordname = "pnet_base" 45678fe8072SRob Bradfordversion = "0.22.0" 45778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 45878fe8072SRob Bradford 45978fe8072SRob Bradford[[package]] 46078fe8072SRob Bradfordname = "pnet_datalink" 46178fe8072SRob Bradfordversion = "0.22.0" 46278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 46378fe8072SRob Bradforddependencies = [ 46478fe8072SRob Bradford "ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", 465577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 46678fe8072SRob Bradford "pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 46778fe8072SRob Bradford "pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 46878fe8072SRob Bradford "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 46978fe8072SRob Bradford] 47078fe8072SRob Bradford 47178fe8072SRob Bradford[[package]] 47278fe8072SRob Bradfordname = "pnet_macros" 47378fe8072SRob Bradfordversion = "0.22.0" 47478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 47578fe8072SRob Bradforddependencies = [ 47678fe8072SRob Bradford "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 47778fe8072SRob Bradford "syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", 47878fe8072SRob Bradford "syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 47978fe8072SRob Bradford] 48078fe8072SRob Bradford 48178fe8072SRob Bradford[[package]] 48278fe8072SRob Bradfordname = "pnet_macros_support" 48378fe8072SRob Bradfordversion = "0.22.0" 48478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 48578fe8072SRob Bradforddependencies = [ 48678fe8072SRob Bradford "pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 48778fe8072SRob Bradford] 48878fe8072SRob Bradford 48978fe8072SRob Bradford[[package]] 49078fe8072SRob Bradfordname = "pnet_packet" 49178fe8072SRob Bradfordversion = "0.22.0" 49278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 49378fe8072SRob Bradforddependencies = [ 49478fe8072SRob Bradford "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 49578fe8072SRob Bradford "pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 49678fe8072SRob Bradford "pnet_macros 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 49778fe8072SRob Bradford "pnet_macros_support 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 49878fe8072SRob Bradford "syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", 49978fe8072SRob Bradford] 50078fe8072SRob Bradford 50178fe8072SRob Bradford[[package]] 50278fe8072SRob Bradfordname = "pnet_sys" 50378fe8072SRob Bradfordversion = "0.22.0" 50478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 50578fe8072SRob Bradforddependencies = [ 506577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 50778fe8072SRob Bradford "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 50878fe8072SRob Bradford "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 50978fe8072SRob Bradford] 51078fe8072SRob Bradford 51178fe8072SRob Bradford[[package]] 51278fe8072SRob Bradfordname = "pnet_transport" 51378fe8072SRob Bradfordversion = "0.22.0" 51478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 51578fe8072SRob Bradforddependencies = [ 516577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 51778fe8072SRob Bradford "pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 51878fe8072SRob Bradford "pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 51978fe8072SRob Bradford "pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", 52078fe8072SRob Bradford] 52178fe8072SRob Bradford 52278fe8072SRob Bradford[[package]] 523577d44c8Sfazlamehrabname = "ppv-lite86" 524577d44c8Sfazlamehrabversion = "0.2.5" 525577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 526577d44c8Sfazlamehrab 527577d44c8Sfazlamehrab[[package]] 52880ac3a84SChao Pengname = "proc-macro2" 52953f52954SSebastien Boeufversion = "0.4.30" 53080ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 53180ac3a84SChao Pengdependencies = [ 53280ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 53380ac3a84SChao Peng] 53480ac3a84SChao Peng 53580ac3a84SChao Peng[[package]] 53680ac3a84SChao Pengname = "qcow" 53780ac3a84SChao Pengversion = "0.1.0" 53880ac3a84SChao Pengdependencies = [ 53980ac3a84SChao Peng "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 540577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 54180ac3a84SChao Peng "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 542e3f7bc2eSRob Bradford "remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 543577d44c8Sfazlamehrab "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 544a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 54580ac3a84SChao Peng] 54680ac3a84SChao Peng 54780ac3a84SChao Peng[[package]] 54880ac3a84SChao Pengname = "quote" 54980ac3a84SChao Pengversion = "0.6.12" 55080ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 55180ac3a84SChao Pengdependencies = [ 55253f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 55380ac3a84SChao Peng] 55480ac3a84SChao Peng 55580ac3a84SChao Peng[[package]] 556b67e0b3dSSebastien Boeufname = "rand" 5577ebfe909SRob Bradfordversion = "0.4.6" 5587ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 5597ebfe909SRob Bradforddependencies = [ 5607ebfe909SRob Bradford "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 561577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 5627ebfe909SRob Bradford "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 5637ebfe909SRob Bradford "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 5647ebfe909SRob Bradford "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 5657ebfe909SRob Bradford] 5667ebfe909SRob Bradford 5677ebfe909SRob Bradford[[package]] 5687ebfe909SRob Bradfordname = "rand" 569b67e0b3dSSebastien Boeufversion = "0.6.5" 570b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 571b67e0b3dSSebastien Boeufdependencies = [ 572e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 573577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 574b67e0b3dSSebastien Boeuf "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 575b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 576b67e0b3dSSebastien Boeuf "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 577b67e0b3dSSebastien Boeuf "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 578b67e0b3dSSebastien Boeuf "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 579b67e0b3dSSebastien Boeuf "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 580b67e0b3dSSebastien Boeuf "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 581b67e0b3dSSebastien Boeuf "rand_xorshift 0.1.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]] 586577d44c8Sfazlamehrabname = "rand" 587577d44c8Sfazlamehrabversion = "0.7.0" 588577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 589577d44c8Sfazlamehrabdependencies = [ 590577d44c8Sfazlamehrab "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 591577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 592577d44c8Sfazlamehrab "rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 593577d44c8Sfazlamehrab "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 594577d44c8Sfazlamehrab "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 595577d44c8Sfazlamehrab] 596577d44c8Sfazlamehrab 597577d44c8Sfazlamehrab[[package]] 598b67e0b3dSSebastien Boeufname = "rand_chacha" 599b67e0b3dSSebastien Boeufversion = "0.1.1" 600b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 601b67e0b3dSSebastien Boeufdependencies = [ 602e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 603b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 604b67e0b3dSSebastien Boeuf] 605b67e0b3dSSebastien Boeuf 606b67e0b3dSSebastien Boeuf[[package]] 607577d44c8Sfazlamehrabname = "rand_chacha" 608577d44c8Sfazlamehrabversion = "0.2.0" 609577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 610577d44c8Sfazlamehrabdependencies = [ 611577d44c8Sfazlamehrab "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 612577d44c8Sfazlamehrab "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 613577d44c8Sfazlamehrab "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 614577d44c8Sfazlamehrab] 615577d44c8Sfazlamehrab 616577d44c8Sfazlamehrab[[package]] 617b67e0b3dSSebastien Boeufname = "rand_core" 618b67e0b3dSSebastien Boeufversion = "0.3.1" 619b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 620b67e0b3dSSebastien Boeufdependencies = [ 621b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 622b67e0b3dSSebastien Boeuf] 623b67e0b3dSSebastien Boeuf 624b67e0b3dSSebastien Boeuf[[package]] 625b67e0b3dSSebastien Boeufname = "rand_core" 626b67e0b3dSSebastien Boeufversion = "0.4.0" 627b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 628b67e0b3dSSebastien Boeuf 629b67e0b3dSSebastien Boeuf[[package]] 630577d44c8Sfazlamehrabname = "rand_core" 631577d44c8Sfazlamehrabversion = "0.5.0" 632577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 633577d44c8Sfazlamehrabdependencies = [ 634577d44c8Sfazlamehrab "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 635577d44c8Sfazlamehrab] 636577d44c8Sfazlamehrab 637577d44c8Sfazlamehrab[[package]] 638b67e0b3dSSebastien Boeufname = "rand_hc" 639b67e0b3dSSebastien Boeufversion = "0.1.0" 640b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 641b67e0b3dSSebastien Boeufdependencies = [ 642b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 643b67e0b3dSSebastien Boeuf] 644b67e0b3dSSebastien Boeuf 645b67e0b3dSSebastien Boeuf[[package]] 646577d44c8Sfazlamehrabname = "rand_hc" 647577d44c8Sfazlamehrabversion = "0.2.0" 648577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 649577d44c8Sfazlamehrabdependencies = [ 650577d44c8Sfazlamehrab "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 651577d44c8Sfazlamehrab] 652577d44c8Sfazlamehrab 653577d44c8Sfazlamehrab[[package]] 654b67e0b3dSSebastien Boeufname = "rand_isaac" 655b67e0b3dSSebastien Boeufversion = "0.1.1" 656b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 657b67e0b3dSSebastien Boeufdependencies = [ 658b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 659b67e0b3dSSebastien Boeuf] 660b67e0b3dSSebastien Boeuf 661b67e0b3dSSebastien Boeuf[[package]] 662b67e0b3dSSebastien Boeufname = "rand_jitter" 663b67e0b3dSSebastien Boeufversion = "0.1.4" 664b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 665b67e0b3dSSebastien Boeufdependencies = [ 666577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 667b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 66853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 669b67e0b3dSSebastien Boeuf] 670b67e0b3dSSebastien Boeuf 671b67e0b3dSSebastien Boeuf[[package]] 672b67e0b3dSSebastien Boeufname = "rand_os" 673b67e0b3dSSebastien Boeufversion = "0.1.3" 674b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 675b67e0b3dSSebastien Boeufdependencies = [ 676b67e0b3dSSebastien Boeuf "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 677b67e0b3dSSebastien Boeuf "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 678577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 679b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 680b67e0b3dSSebastien Boeuf "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 68153f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 682b67e0b3dSSebastien Boeuf] 683b67e0b3dSSebastien Boeuf 684b67e0b3dSSebastien Boeuf[[package]] 685b67e0b3dSSebastien Boeufname = "rand_pcg" 686b67e0b3dSSebastien Boeufversion = "0.1.2" 687b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 688b67e0b3dSSebastien Boeufdependencies = [ 689e3f7bc2eSRob Bradford "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 690b67e0b3dSSebastien Boeuf "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 691b67e0b3dSSebastien Boeuf] 692b67e0b3dSSebastien Boeuf 693b67e0b3dSSebastien Boeuf[[package]] 694b67e0b3dSSebastien Boeufname = "rand_xorshift" 695b67e0b3dSSebastien Boeufversion = "0.1.1" 696b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 697b67e0b3dSSebastien Boeufdependencies = [ 698b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 699b67e0b3dSSebastien Boeuf] 700b67e0b3dSSebastien Boeuf 701b67e0b3dSSebastien Boeuf[[package]] 702b67e0b3dSSebastien Boeufname = "rdrand" 703b67e0b3dSSebastien Boeufversion = "0.4.0" 704b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 705b67e0b3dSSebastien Boeufdependencies = [ 706b67e0b3dSSebastien Boeuf "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 707b67e0b3dSSebastien Boeuf] 708b67e0b3dSSebastien Boeuf 709b67e0b3dSSebastien Boeuf[[package]] 7102ed17abbSSamuel Ortizname = "redox_syscall" 711577d44c8Sfazlamehrabversion = "0.1.56" 7122ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 7132ed17abbSSamuel Ortiz 7142ed17abbSSamuel Ortiz[[package]] 7152ed17abbSSamuel Ortizname = "redox_termios" 7162ed17abbSSamuel Ortizversion = "0.1.1" 7172ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 7182ed17abbSSamuel Ortizdependencies = [ 719577d44c8Sfazlamehrab "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 7202ed17abbSSamuel Ortiz] 7212ed17abbSSamuel Ortiz 7222ed17abbSSamuel Ortiz[[package]] 723ddce3df8SRob Bradfordname = "redox_users" 724ddce3df8SRob Bradfordversion = "0.3.0" 725ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 726ddce3df8SRob Bradforddependencies = [ 727ddce3df8SRob Bradford "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 728ddce3df8SRob Bradford "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 729ddce3df8SRob Bradford "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 730577d44c8Sfazlamehrab "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 731ddce3df8SRob Bradford] 732ddce3df8SRob Bradford 733ddce3df8SRob Bradford[[package]] 73478fe8072SRob Bradfordname = "regex" 73578fe8072SRob Bradfordversion = "1.0.6" 73678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 73778fe8072SRob Bradforddependencies = [ 73878fe8072SRob Bradford "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 73978fe8072SRob Bradford "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 74078fe8072SRob Bradford "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", 74178fe8072SRob Bradford "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 74278fe8072SRob Bradford "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 74378fe8072SRob Bradford] 74478fe8072SRob Bradford 74578fe8072SRob Bradford[[package]] 74678fe8072SRob Bradfordname = "regex-syntax" 74778fe8072SRob Bradfordversion = "0.6.8" 74878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 74978fe8072SRob Bradforddependencies = [ 75078fe8072SRob Bradford "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 75178fe8072SRob Bradford] 75278fe8072SRob Bradford 75378fe8072SRob Bradford[[package]] 75480ac3a84SChao Pengname = "remain" 755e3f7bc2eSRob Bradfordversion = "0.1.3" 75680ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 75780ac3a84SChao Pengdependencies = [ 75853f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 75980ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 760577d44c8Sfazlamehrab "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", 76180ac3a84SChao Peng] 76280ac3a84SChao Peng 76380ac3a84SChao Peng[[package]] 764b67e0b3dSSebastien Boeufname = "remove_dir_all" 7655e803ab1SSebastien Boeufversion = "0.5.2" 766b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 767b67e0b3dSSebastien Boeufdependencies = [ 76853f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 769b67e0b3dSSebastien Boeuf] 770b67e0b3dSSebastien Boeuf 771b67e0b3dSSebastien Boeuf[[package]] 772ddce3df8SRob Bradfordname = "rustc-demangle" 773ddce3df8SRob Bradfordversion = "0.1.15" 774ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 775ddce3df8SRob Bradford 776ddce3df8SRob Bradford[[package]] 77778fe8072SRob Bradfordname = "rustc-serialize" 77878fe8072SRob Bradfordversion = "0.3.24" 77978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 78078fe8072SRob Bradford 78178fe8072SRob Bradford[[package]] 78278fe8072SRob Bradfordname = "ryu" 78378fe8072SRob Bradfordversion = "1.0.0" 78478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 78578fe8072SRob Bradford 78678fe8072SRob Bradford[[package]] 787ddce3df8SRob Bradfordname = "scoped_threadpool" 788ddce3df8SRob Bradfordversion = "0.1.9" 789ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 790ddce3df8SRob Bradford 791ddce3df8SRob Bradford[[package]] 79253f52954SSebastien Boeufname = "serde" 793577d44c8Sfazlamehrabversion = "1.0.94" 79453f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 79553f52954SSebastien Boeuf 79653f52954SSebastien Boeuf[[package]] 79778fe8072SRob Bradfordname = "serde_json" 79878fe8072SRob Bradfordversion = "1.0.40" 79978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 80078fe8072SRob Bradforddependencies = [ 80178fe8072SRob Bradford "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 80278fe8072SRob Bradford "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 803577d44c8Sfazlamehrab "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", 80478fe8072SRob Bradford] 80578fe8072SRob Bradford 80678fe8072SRob Bradford[[package]] 807577d44c8Sfazlamehrabname = "spin" 808577d44c8Sfazlamehrabversion = "0.5.0" 809577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index" 810577d44c8Sfazlamehrab 811577d44c8Sfazlamehrab[[package]] 812ddce3df8SRob Bradfordname = "ssh2" 813ddce3df8SRob Bradfordversion = "0.3.3" 814ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 815ddce3df8SRob Bradforddependencies = [ 816ddce3df8SRob Bradford "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 817577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 818ddce3df8SRob Bradford "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 819ddce3df8SRob Bradford] 820ddce3df8SRob Bradford 821ddce3df8SRob Bradford[[package]] 8222ed17abbSSamuel Ortizname = "strsim" 8232ed17abbSSamuel Ortizversion = "0.6.0" 8242ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 8252ed17abbSSamuel Ortiz 8262ed17abbSSamuel Ortiz[[package]] 82780ac3a84SChao Pengname = "syn" 828577d44c8Sfazlamehrabversion = "0.15.39" 82980ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 83080ac3a84SChao Pengdependencies = [ 83153f52954SSebastien Boeuf "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 83280ac3a84SChao Peng "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 83380ac3a84SChao Peng "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 83480ac3a84SChao Peng] 83580ac3a84SChao Peng 83680ac3a84SChao Peng[[package]] 837ddce3df8SRob Bradfordname = "synstructure" 838ddce3df8SRob Bradfordversion = "0.10.2" 839ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 840ddce3df8SRob Bradforddependencies = [ 841ddce3df8SRob Bradford "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 842ddce3df8SRob Bradford "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 843577d44c8Sfazlamehrab "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", 844ddce3df8SRob Bradford "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 845ddce3df8SRob Bradford] 846ddce3df8SRob Bradford 847ddce3df8SRob Bradford[[package]] 84878fe8072SRob Bradfordname = "syntex" 84978fe8072SRob Bradfordversion = "0.42.2" 85078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 85178fe8072SRob Bradforddependencies = [ 85278fe8072SRob Bradford "syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 85378fe8072SRob Bradford "syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 85478fe8072SRob Bradford] 85578fe8072SRob Bradford 85678fe8072SRob Bradford[[package]] 85778fe8072SRob Bradfordname = "syntex_errors" 85878fe8072SRob Bradfordversion = "0.42.0" 85978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 86078fe8072SRob Bradforddependencies = [ 861577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 86278fe8072SRob Bradford "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 86378fe8072SRob Bradford "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 86478fe8072SRob Bradford "syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 86578fe8072SRob Bradford "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 86678fe8072SRob Bradford "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 86778fe8072SRob Bradford] 86878fe8072SRob Bradford 86978fe8072SRob Bradford[[package]] 87078fe8072SRob Bradfordname = "syntex_pos" 87178fe8072SRob Bradfordversion = "0.42.0" 87278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 87378fe8072SRob Bradforddependencies = [ 87478fe8072SRob Bradford "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 87578fe8072SRob Bradford] 87678fe8072SRob Bradford 87778fe8072SRob Bradford[[package]] 87878fe8072SRob Bradfordname = "syntex_syntax" 87978fe8072SRob Bradfordversion = "0.42.0" 88078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 88178fe8072SRob Bradforddependencies = [ 88278fe8072SRob Bradford "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 883577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 88478fe8072SRob Bradford "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 88578fe8072SRob Bradford "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 88678fe8072SRob Bradford "syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 88778fe8072SRob Bradford "syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", 88878fe8072SRob Bradford "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 88978fe8072SRob Bradford "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 89078fe8072SRob Bradford] 89178fe8072SRob Bradford 89278fe8072SRob Bradford[[package]] 8937ebfe909SRob Bradfordname = "tempdir" 8947ebfe909SRob Bradfordversion = "0.3.7" 8957ebfe909SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 8967ebfe909SRob Bradforddependencies = [ 8977ebfe909SRob Bradford "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 8987ebfe909SRob Bradford "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 8997ebfe909SRob Bradford] 9007ebfe909SRob Bradford 9017ebfe909SRob Bradford[[package]] 902b67e0b3dSSebastien Boeufname = "tempfile" 903577d44c8Sfazlamehrabversion = "3.1.0" 904b67e0b3dSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index" 905b67e0b3dSSebastien Boeufdependencies = [ 906e3f7bc2eSRob Bradford "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 907577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 908577d44c8Sfazlamehrab "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 909577d44c8Sfazlamehrab "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 9105e803ab1SSebastien Boeuf "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 91153f52954SSebastien Boeuf "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 912b67e0b3dSSebastien Boeuf] 913b67e0b3dSSebastien Boeuf 914b67e0b3dSSebastien Boeuf[[package]] 91578fe8072SRob Bradfordname = "term" 91678fe8072SRob Bradfordversion = "0.4.6" 91778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 91878fe8072SRob Bradforddependencies = [ 91978fe8072SRob Bradford "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 92078fe8072SRob Bradford "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 92178fe8072SRob Bradford] 92278fe8072SRob Bradford 92378fe8072SRob Bradford[[package]] 9242ed17abbSSamuel Ortizname = "termion" 9255e803ab1SSebastien Boeufversion = "1.5.3" 9262ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 9272ed17abbSSamuel Ortizdependencies = [ 928577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 92953f52954SSebastien Boeuf "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 930577d44c8Sfazlamehrab "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 9312ed17abbSSamuel Ortiz "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 9322ed17abbSSamuel Ortiz] 9332ed17abbSSamuel Ortiz 9342ed17abbSSamuel Ortiz[[package]] 9352ed17abbSSamuel Ortizname = "textwrap" 9362ed17abbSSamuel Ortizversion = "0.9.0" 9372ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 9382ed17abbSSamuel Ortizdependencies = [ 9392ed17abbSSamuel Ortiz "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 9402ed17abbSSamuel Ortiz] 9412ed17abbSSamuel Ortiz 9422ed17abbSSamuel Ortiz[[package]] 94378fe8072SRob Bradfordname = "thread_local" 94478fe8072SRob Bradfordversion = "0.3.6" 94578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 94678fe8072SRob Bradforddependencies = [ 94778fe8072SRob Bradford "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 94878fe8072SRob Bradford] 94978fe8072SRob Bradford 95078fe8072SRob Bradford[[package]] 95178fe8072SRob Bradfordname = "ucd-util" 95278fe8072SRob Bradfordversion = "0.1.3" 95378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 95478fe8072SRob Bradford 95578fe8072SRob Bradford[[package]] 9562ed17abbSSamuel Ortizname = "unicode-width" 9572ed17abbSSamuel Ortizversion = "0.1.5" 9582ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 9592ed17abbSSamuel Ortiz 9602ed17abbSSamuel Ortiz[[package]] 96180ac3a84SChao Pengname = "unicode-xid" 96278fe8072SRob Bradfordversion = "0.0.3" 96378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 96478fe8072SRob Bradford 96578fe8072SRob Bradford[[package]] 96678fe8072SRob Bradfordname = "unicode-xid" 96780ac3a84SChao Pengversion = "0.1.0" 96880ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index" 96980ac3a84SChao Peng 97080ac3a84SChao Peng[[package]] 97178fe8072SRob Bradfordname = "utf8-ranges" 97278fe8072SRob Bradfordversion = "1.0.3" 97378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 97478fe8072SRob Bradford 97578fe8072SRob Bradford[[package]] 976ddce3df8SRob Bradfordname = "vcpkg" 977577d44c8Sfazlamehrabversion = "0.2.7" 978ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 979ddce3df8SRob Bradford 980ddce3df8SRob Bradford[[package]] 9812ed17abbSSamuel Ortizname = "vec_map" 9822ed17abbSSamuel Ortizversion = "0.8.1" 9832ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 9842ed17abbSSamuel Ortiz 9852ed17abbSSamuel Ortiz[[package]] 986*4d16ca8aSSamuel Ortizname = "vfio" 987*4d16ca8aSSamuel Ortizversion = "0.0.1" 988*4d16ca8aSSamuel Ortizdependencies = [ 989*4d16ca8aSSamuel Ortiz "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 990*4d16ca8aSSamuel Ortiz "devices 0.1.0", 991*4d16ca8aSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 992*4d16ca8aSSamuel Ortiz "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 993*4d16ca8aSSamuel Ortiz "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 994*4d16ca8aSSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 995*4d16ca8aSSamuel Ortiz "pci 0.1.0", 996*4d16ca8aSSamuel Ortiz "vfio-bindings 0.0.1", 997*4d16ca8aSSamuel Ortiz "vm-allocator 0.1.0", 998*4d16ca8aSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 999*4d16ca8aSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 1000*4d16ca8aSSamuel Ortiz] 1001*4d16ca8aSSamuel Ortiz 1002*4d16ca8aSSamuel Ortiz[[package]] 1003*4d16ca8aSSamuel Ortizname = "vfio-bindings" 1004*4d16ca8aSSamuel Ortizversion = "0.0.1" 1005*4d16ca8aSSamuel Ortizdependencies = [ 1006*4d16ca8aSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 1007*4d16ca8aSSamuel Ortiz] 1008*4d16ca8aSSamuel Ortiz 1009*4d16ca8aSSamuel Ortiz[[package]] 10101ddc8f2fSSebastien Boeufname = "vhost_rs" 10111ddc8f2fSSebastien Boeufversion = "0.1.0" 10121ddc8f2fSSebastien Boeufdependencies = [ 10131ddc8f2fSSebastien Boeuf "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1014577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 1015577d44c8Sfazlamehrab "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 101678fe8072SRob Bradford "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 10171ddc8f2fSSebastien Boeuf "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 10181ddc8f2fSSebastien Boeuf] 10191ddc8f2fSSebastien Boeuf 10201ddc8f2fSSebastien Boeuf[[package]] 1021b67e0b3dSSebastien Boeufname = "virtio-bindings" 1022b67e0b3dSSebastien Boeufversion = "0.1.0" 1023b67e0b3dSSebastien Boeuf 1024b67e0b3dSSebastien Boeuf[[package]] 10250adc3481SSamuel Ortizname = "vm-allocator" 10260adc3481SSamuel Ortizversion = "0.1.0" 10270adc3481SSamuel Ortizdependencies = [ 1028577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 10290adc3481SSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 10300adc3481SSamuel Ortiz] 10310adc3481SSamuel Ortiz 10320adc3481SSamuel Ortiz[[package]] 1033a0da3debSSamuel Ortizname = "vm-memory" 1034a0da3debSSamuel Ortizversion = "0.1.0" 103530266a41SJing Liusource = "git+https://github.com/rust-vmm/vm-memory#4c329f4e769801d4597672190dba548c5093bbbc" 1036a0da3debSSamuel Ortizdependencies = [ 10375e803ab1SSebastien Boeuf "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1038577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 1039a0da3debSSamuel Ortiz] 1040a0da3debSSamuel Ortiz 1041a0da3debSSamuel Ortiz[[package]] 1042b67e0b3dSSebastien Boeufname = "vm-virtio" 1043b67e0b3dSSebastien Boeufversion = "0.1.0" 1044b67e0b3dSSebastien Boeufdependencies = [ 1045b67e0b3dSSebastien Boeuf "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1046b67e0b3dSSebastien Boeuf "devices 0.1.0", 1047b67e0b3dSSebastien Boeuf "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1048577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 1049b67e0b3dSSebastien Boeuf "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 105053f52954SSebastien Boeuf "net_gen 0.1.0", 105153f52954SSebastien Boeuf "net_util 0.1.0", 1052b67e0b3dSSebastien Boeuf "pci 0.1.0", 1053577d44c8Sfazlamehrab "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 10541ddc8f2fSSebastien Boeuf "vhost_rs 0.1.0", 1055b67e0b3dSSebastien Boeuf "virtio-bindings 0.1.0", 1056b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0", 1057b67e0b3dSSebastien Boeuf "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 1058a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 1059b67e0b3dSSebastien Boeuf] 1060b67e0b3dSSebastien Boeuf 1061b67e0b3dSSebastien Boeuf[[package]] 1062a0da3debSSamuel Ortizname = "vmm" 1063a0da3debSSamuel Ortizversion = "0.1.0" 1064a0da3debSSamuel Ortizdependencies = [ 1065539367b5SSamuel Ortiz "arch 0.1.0", 10661853b350SSamuel Ortiz "devices 0.1.0", 1067c6c5e10aSSamuel Ortiz "epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1068a0da3debSSamuel Ortiz "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 106930266a41SJing Liu "kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)", 1070577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 1071c4c8b931SRob Bradford "linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)", 10728bb71fadSSamuel Ortiz "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1073c0be6642SSebastien Boeuf "net_util 0.1.0", 10740adc3481SSamuel Ortiz "pci 0.1.0", 107580ac3a84SChao Peng "qcow 0.1.0", 1076*4d16ca8aSSamuel Ortiz "vfio 0.0.1", 1077b67e0b3dSSebastien Boeuf "vm-allocator 0.1.0", 1078a0da3debSSamuel Ortiz "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", 1079b67e0b3dSSebastien Boeuf "vm-virtio 0.1.0", 1080a6b7715fSSamuel Ortiz "vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)", 10810921cfb8SSamuel Ortiz] 10820921cfb8SSamuel Ortiz 10830921cfb8SSamuel Ortiz[[package]] 10840921cfb8SSamuel Ortizname = "vmm-sys-util" 10850921cfb8SSamuel Ortizversion = "0.1.0" 1086842515c2SSebastien Boeufsource = "git+https://github.com/rust-vmm/vmm-sys-util#cb33925bfd1eb314e5384c58c78874d2c98d6182" 10870921cfb8SSamuel Ortizdependencies = [ 1088577d44c8Sfazlamehrab "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", 1089a0da3debSSamuel Ortiz] 1090a0da3debSSamuel Ortiz 1091a0da3debSSamuel Ortiz[[package]] 10922ed17abbSSamuel Ortizname = "winapi" 109378fe8072SRob Bradfordversion = "0.2.8" 109478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 109578fe8072SRob Bradford 109678fe8072SRob Bradford[[package]] 109778fe8072SRob Bradfordname = "winapi" 109853f52954SSebastien Boeufversion = "0.3.7" 10992ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 11002ed17abbSSamuel Ortizdependencies = [ 11012ed17abbSSamuel Ortiz "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11022ed17abbSSamuel Ortiz "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11032ed17abbSSamuel Ortiz] 11042ed17abbSSamuel Ortiz 11052ed17abbSSamuel Ortiz[[package]] 110678fe8072SRob Bradfordname = "winapi-build" 110778fe8072SRob Bradfordversion = "0.1.1" 110878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 110978fe8072SRob Bradford 111078fe8072SRob Bradford[[package]] 11112ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu" 11122ed17abbSSamuel Ortizversion = "0.4.0" 11132ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 11142ed17abbSSamuel Ortiz 11152ed17abbSSamuel Ortiz[[package]] 11162ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu" 11172ed17abbSSamuel Ortizversion = "0.4.0" 11182ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index" 11192ed17abbSSamuel Ortiz 112078fe8072SRob Bradford[[package]] 112178fe8072SRob Bradfordname = "ws2_32-sys" 112278fe8072SRob Bradfordversion = "0.2.1" 112378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index" 112478fe8072SRob Bradforddependencies = [ 112578fe8072SRob Bradford "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 112678fe8072SRob Bradford "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 112778fe8072SRob Bradford] 112878fe8072SRob Bradford 11292ed17abbSSamuel Ortiz[metadata] 113078fe8072SRob Bradford"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 11312ed17abbSSamuel Ortiz"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" 1132ddce3df8SRob Bradford"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" 1133ddce3df8SRob Bradford"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" 11342ed17abbSSamuel Ortiz"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" 1135e3f7bc2eSRob Bradford"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" 1136577d44c8Sfazlamehrab"checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5" 1137577d44c8Sfazlamehrab"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61" 113878fe8072SRob Bradford"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23" 1139ddce3df8SRob Bradford"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" 11402ed17abbSSamuel Ortiz"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" 1141842515c2SSebastien Boeuf"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" 1142ddce3df8SRob Bradford"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" 1143539367b5SSamuel Ortiz"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" 1144577d44c8Sfazlamehrab"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" 11455e803ab1SSebastien Boeuf"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" 1146ddce3df8SRob Bradford"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" 1147e3f7bc2eSRob Bradford"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" 11482ed17abbSSamuel Ortiz"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180" 1149b67e0b3dSSebastien Boeuf"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 1150ddce3df8SRob Bradford"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" 11511f534880SRob Bradford"checksum credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fae7a162fd5b462bc49704873a89950a655d44161add4be07e00e64c4c83a5bf" 1152ddce3df8SRob Bradford"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1" 1153ddce3df8SRob Bradford"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d" 11541853b350SSamuel Ortiz"checksum epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3f0680f2a6f2a17fa7a8668a27c54e45e1ad1cf8a632f56a7c19b9e4e3bbe8a" 1155ddce3df8SRob Bradford"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" 1156ddce3df8SRob Bradford"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" 1157b67e0b3dSSebastien Boeuf"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 1158577d44c8Sfazlamehrab"checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55" 115978fe8072SRob Bradford"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" 116078fe8072SRob Bradford"checksum ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3d862c86f7867f19b693ec86765e0252d82e53d4240b9b629815675a0714ad1" 116178fe8072SRob Bradford"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" 116278fe8072SRob Bradford"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1163a0da3debSSamuel Ortiz"checksum kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c223e8703d2eb76d990c5f58e29c85b0f6f50e24b823babde927948e7c71fc03" 116430266a41SJing Liu"checksum kvm-ioctls 0.2.0 (git+https://github.com/rust-vmm/kvm-ioctls)" = "<none>" 116578fe8072SRob Bradford"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" 1166577d44c8Sfazlamehrab"checksum libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)" = "3262021842bf00fe07dbd6cf34ff25c99d7a7ebef8deea84db72be3ea3bb0aff" 1167ddce3df8SRob Bradford"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d" 1168ddce3df8SRob Bradford"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" 1169c4c8b931SRob Bradford"checksum linux-loader 0.1.0 (git+https://github.com/rust-vmm/linux-loader)" = "<none>" 117078fe8072SRob Bradford"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 11710adc3481SSamuel Ortiz"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" 117278fe8072SRob Bradford"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 1173ddce3df8SRob Bradford"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" 117453f52954SSebastien Boeuf"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 1175ddce3df8SRob Bradford"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc" 1176ddce3df8SRob Bradford"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" 117778fe8072SRob Bradford"checksum pnet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63d693c84430248366146e3181ff9d330243464fa9e6146c372b2f3eb2e2d8e7" 117878fe8072SRob Bradford"checksum pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4df28acf2fcc77436dd2b91a9a0c2bb617f9ca5f2acefee1a4135058b9f9801f" 117978fe8072SRob Bradford"checksum pnet_datalink 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b34f8ca857599d05b6b082e9baff8d27c54cb9c26568cf3c0993a5755816966" 118078fe8072SRob Bradford"checksum pnet_macros 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f16d1fa7fd0edebc36055587b8b5af8a109bbc29a55fb484a37e2029b971a7" 118178fe8072SRob Bradford"checksum pnet_macros_support 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84684f2cddefc37a06f2fe2ca4dcc3457fc3b282734b5246507d8ee75d2780ae" 118278fe8072SRob Bradford"checksum pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a6cdcdaddc5174f18286298842a4e31cd3cc018933d42af51434b1fa07dcbe" 118378fe8072SRob Bradford"checksum pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "682b2eca84cc440bce8336813f78eb6d3cb0fed89fe0e87ae22acfca8363f176" 118478fe8072SRob Bradford"checksum pnet_transport 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5faa55dcf725487a699adcff88dfea8f17ea34fa2640528866d9acbb4e3a104f" 1185577d44c8Sfazlamehrab"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" 118653f52954SSebastien Boeuf"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 118780ac3a84SChao Peng"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" 11887ebfe909SRob Bradford"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 1189b67e0b3dSSebastien Boeuf"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 1190577d44c8Sfazlamehrab"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" 1191b67e0b3dSSebastien Boeuf"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 1192577d44c8Sfazlamehrab"checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d" 1193b67e0b3dSSebastien Boeuf"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1194b67e0b3dSSebastien Boeuf"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" 1195577d44c8Sfazlamehrab"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" 1196b67e0b3dSSebastien Boeuf"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 1197577d44c8Sfazlamehrab"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1198b67e0b3dSSebastien Boeuf"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 1199b67e0b3dSSebastien Boeuf"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 1200b67e0b3dSSebastien Boeuf"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 1201b67e0b3dSSebastien Boeuf"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 1202b67e0b3dSSebastien Boeuf"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 1203b67e0b3dSSebastien Boeuf"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1204577d44c8Sfazlamehrab"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 12052ed17abbSSamuel Ortiz"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" 1206ddce3df8SRob Bradford"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" 120778fe8072SRob Bradford"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" 120878fe8072SRob Bradford"checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21" 1209e3f7bc2eSRob Bradford"checksum remain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "725c14cd936029b13547500781bd45284848e8e3970b7ef4179ecb202a150d64" 12105e803ab1SSebastien Boeuf"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 1211ddce3df8SRob Bradford"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" 121278fe8072SRob Bradford"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" 121378fe8072SRob Bradford"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" 1214ddce3df8SRob Bradford"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 1215577d44c8Sfazlamehrab"checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" 121678fe8072SRob Bradford"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" 1217577d44c8Sfazlamehrab"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" 1218ddce3df8SRob Bradford"checksum ssh2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dee822d619a700f98c4de3b5931f272ecc7cf2e924ceb2df47b61df4ae033a0c" 12192ed17abbSSamuel Ortiz"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" 1220577d44c8Sfazlamehrab"checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c" 1221ddce3df8SRob Bradford"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" 122278fe8072SRob Bradford"checksum syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317" 122378fe8072SRob Bradford"checksum syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646" 122478fe8072SRob Bradford"checksum syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6" 122578fe8072SRob Bradford"checksum syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d" 12267ebfe909SRob Bradford"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 1227577d44c8Sfazlamehrab"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" 122878fe8072SRob Bradford"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" 12295e803ab1SSebastien Boeuf"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" 12302ed17abbSSamuel Ortiz"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" 123178fe8072SRob Bradford"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 123278fe8072SRob Bradford"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" 12332ed17abbSSamuel Ortiz"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" 123478fe8072SRob Bradford"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" 123580ac3a84SChao Peng"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 123678fe8072SRob Bradford"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde" 1237577d44c8Sfazlamehrab"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" 12382ed17abbSSamuel Ortiz"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 1239a0da3debSSamuel Ortiz"checksum vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)" = "<none>" 1240a6b7715fSSamuel Ortiz"checksum vmm-sys-util 0.1.0 (git+https://github.com/rust-vmm/vmm-sys-util)" = "<none>" 124178fe8072SRob Bradford"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 124253f52954SSebastien Boeuf"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" 124378fe8072SRob Bradford"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 12442ed17abbSSamuel Ortiz"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 12452ed17abbSSamuel Ortiz"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 124678fe8072SRob Bradford"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1247