1 [[package]] 2 name = "aarch64" 3 version = "0.1.0" 4 dependencies = [ 5 "arch 0.1.0", 6 "data_model 0.1.0", 7 "devices 0.1.0", 8 "io_jail 0.1.0", 9 "kernel_cmdline 0.1.0", 10 "kvm 0.1.0", 11 "kvm_sys 0.1.0", 12 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 13 "resources 0.1.0", 14 "sync 0.1.0", 15 "sys_util 0.1.0", 16 ] 17 18 [[package]] 19 name = "arch" 20 version = "0.1.0" 21 dependencies = [ 22 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 23 "devices 0.1.0", 24 "io_jail 0.1.0", 25 "kernel_cmdline 0.1.0", 26 "kvm 0.1.0", 27 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 28 "resources 0.1.0", 29 "sync 0.1.0", 30 "sys_util 0.1.0", 31 ] 32 33 [[package]] 34 name = "assertions" 35 version = "0.1.0" 36 37 [[package]] 38 name = "audio_streams" 39 version = "0.1.0" 40 41 [[package]] 42 name = "bit_field" 43 version = "0.1.0" 44 dependencies = [ 45 "bit_field_derive 0.1.0", 46 ] 47 48 [[package]] 49 name = "bit_field_derive" 50 version = "0.1.0" 51 dependencies = [ 52 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 53 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 54 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", 55 ] 56 57 [[package]] 58 name = "byteorder" 59 version = "1.1.0" 60 source = "registry+https://github.com/rust-lang/crates.io-index" 61 62 [[package]] 63 name = "cc" 64 version = "1.0.25" 65 source = "registry+https://github.com/rust-lang/crates.io-index" 66 67 [[package]] 68 name = "cfg-if" 69 version = "0.1.5" 70 source = "registry+https://github.com/rust-lang/crates.io-index" 71 72 [[package]] 73 name = "cras-sys" 74 version = "0.1.0" 75 dependencies = [ 76 "data_model 0.1.0", 77 ] 78 79 [[package]] 80 name = "crosvm" 81 version = "0.1.0" 82 dependencies = [ 83 "aarch64 0.1.0", 84 "arch 0.1.0", 85 "audio_streams 0.1.0", 86 "bit_field 0.1.0", 87 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 88 "crosvm_plugin 0.17.0", 89 "data_model 0.1.0", 90 "devices 0.1.0", 91 "enumn 0.1.0", 92 "gpu_buffer 0.1.0", 93 "io_jail 0.1.0", 94 "kernel_cmdline 0.1.0", 95 "kernel_loader 0.1.0", 96 "kvm 0.1.0", 97 "kvm_sys 0.1.0", 98 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 99 "libcras 0.1.0", 100 "msg_socket 0.1.0", 101 "net_util 0.1.0", 102 "p9 0.1.0", 103 "plugin_proto 0.17.0", 104 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 105 "qcow 0.1.0", 106 "rand_ish 0.1.0", 107 "render_node_forward 0.1.0", 108 "resources 0.1.0", 109 "sync 0.1.0", 110 "sys_util 0.1.0", 111 "vhost 0.1.0", 112 "vm_control 0.1.0", 113 "x86_64 0.1.0", 114 ] 115 116 [[package]] 117 name = "crosvm_plugin" 118 version = "0.17.0" 119 dependencies = [ 120 "kvm 0.1.0", 121 "kvm_sys 0.1.0", 122 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 123 "plugin_proto 0.17.0", 124 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 125 "sys_util 0.1.0", 126 ] 127 128 [[package]] 129 name = "data_model" 130 version = "0.1.0" 131 dependencies = [ 132 "assertions 0.1.0", 133 ] 134 135 [[package]] 136 name = "devices" 137 version = "0.1.0" 138 dependencies = [ 139 "audio_streams 0.1.0", 140 "bit_field 0.1.0", 141 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 142 "data_model 0.1.0", 143 "enumn 0.1.0", 144 "gpu_buffer 0.1.0", 145 "gpu_display 0.1.0", 146 "gpu_renderer 0.1.0", 147 "io_jail 0.1.0", 148 "kvm 0.1.0", 149 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 150 "msg_on_socket_derive 0.1.0", 151 "msg_socket 0.1.0", 152 "net_sys 0.1.0", 153 "net_util 0.1.0", 154 "p9 0.1.0", 155 "resources 0.1.0", 156 "sync 0.1.0", 157 "sys_util 0.1.0", 158 "tpm2 0.1.0", 159 "usb_util 0.1.0", 160 "vhost 0.1.0", 161 "virtio_sys 0.1.0", 162 "vm_control 0.1.0", 163 ] 164 165 [[package]] 166 name = "enumn" 167 version = "0.1.0" 168 dependencies = [ 169 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 170 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 171 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", 172 ] 173 174 [[package]] 175 name = "getopts" 176 version = "0.2.18" 177 source = "registry+https://github.com/rust-lang/crates.io-index" 178 dependencies = [ 179 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 180 ] 181 182 [[package]] 183 name = "gpu_buffer" 184 version = "0.1.0" 185 dependencies = [ 186 "data_model 0.1.0", 187 "sys_util 0.1.0", 188 ] 189 190 [[package]] 191 name = "gpu_display" 192 version = "0.1.0" 193 dependencies = [ 194 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", 195 "data_model 0.1.0", 196 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 197 "sys_util 0.1.0", 198 ] 199 200 [[package]] 201 name = "gpu_renderer" 202 version = "0.1.0" 203 dependencies = [ 204 "data_model 0.1.0", 205 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 206 "sys_util 0.1.0", 207 ] 208 209 [[package]] 210 name = "io_jail" 211 version = "0.1.0" 212 dependencies = [ 213 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 214 ] 215 216 [[package]] 217 name = "kernel_cmdline" 218 version = "0.1.0" 219 dependencies = [ 220 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 221 ] 222 223 [[package]] 224 name = "kernel_loader" 225 version = "0.1.0" 226 dependencies = [ 227 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 228 "sys_util 0.1.0", 229 ] 230 231 [[package]] 232 name = "kvm" 233 version = "0.1.0" 234 dependencies = [ 235 "kvm_sys 0.1.0", 236 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 237 "msg_socket 0.1.0", 238 "sys_util 0.1.0", 239 ] 240 241 [[package]] 242 name = "kvm_sys" 243 version = "0.1.0" 244 dependencies = [ 245 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 246 "sys_util 0.1.0", 247 ] 248 249 [[package]] 250 name = "libc" 251 version = "0.2.44" 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 254 [[package]] 255 name = "libcras" 256 version = "0.1.0" 257 dependencies = [ 258 "audio_streams 0.1.0", 259 "cras-sys 0.1.0", 260 "data_model 0.1.0", 261 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 262 "sys_util 0.1.0", 263 ] 264 265 [[package]] 266 name = "log" 267 version = "0.4.5" 268 source = "registry+https://github.com/rust-lang/crates.io-index" 269 dependencies = [ 270 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 271 ] 272 273 [[package]] 274 name = "msg_on_socket_derive" 275 version = "0.1.0" 276 dependencies = [ 277 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 278 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 279 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", 280 ] 281 282 [[package]] 283 name = "msg_socket" 284 version = "0.1.0" 285 dependencies = [ 286 "data_model 0.1.0", 287 "msg_on_socket_derive 0.1.0", 288 "sys_util 0.1.0", 289 ] 290 291 [[package]] 292 name = "net_sys" 293 version = "0.1.0" 294 dependencies = [ 295 "sys_util 0.1.0", 296 ] 297 298 [[package]] 299 name = "net_util" 300 version = "0.1.0" 301 dependencies = [ 302 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 303 "net_sys 0.1.0", 304 "sys_util 0.1.0", 305 ] 306 307 [[package]] 308 name = "num_cpus" 309 version = "1.9.0" 310 source = "registry+https://github.com/rust-lang/crates.io-index" 311 dependencies = [ 312 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 313 ] 314 315 [[package]] 316 name = "p9" 317 version = "0.1.0" 318 dependencies = [ 319 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 320 "wire_format_derive 0.1.0", 321 ] 322 323 [[package]] 324 name = "pkg-config" 325 version = "0.3.11" 326 source = "registry+https://github.com/rust-lang/crates.io-index" 327 328 [[package]] 329 name = "plugin_proto" 330 version = "0.17.0" 331 dependencies = [ 332 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", 333 "kvm_sys 0.1.0", 334 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 335 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 336 ] 337 338 [[package]] 339 name = "poll_token_derive" 340 version = "0.1.0" 341 dependencies = [ 342 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 343 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 344 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", 345 ] 346 347 [[package]] 348 name = "proc-macro2" 349 version = "0.4.21" 350 source = "registry+https://github.com/rust-lang/crates.io-index" 351 dependencies = [ 352 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 353 ] 354 355 [[package]] 356 name = "protobuf" 357 version = "1.4.3" 358 source = "registry+https://github.com/rust-lang/crates.io-index" 359 360 [[package]] 361 name = "protoc" 362 version = "1.4.3" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 dependencies = [ 365 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", 366 ] 367 368 [[package]] 369 name = "protoc-rust" 370 version = "1.4.3" 371 source = "registry+https://github.com/rust-lang/crates.io-index" 372 dependencies = [ 373 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 374 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 375 "tempdir 0.3.7", 376 ] 377 378 [[package]] 379 name = "qcow" 380 version = "0.1.0" 381 dependencies = [ 382 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 383 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 384 "sys_util 0.1.0", 385 ] 386 387 [[package]] 388 name = "qcow_utils" 389 version = "0.1.0" 390 dependencies = [ 391 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", 392 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 393 "qcow 0.1.0", 394 "sys_util 0.1.0", 395 ] 396 397 [[package]] 398 name = "quote" 399 version = "0.6.10" 400 source = "registry+https://github.com/rust-lang/crates.io-index" 401 dependencies = [ 402 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 403 ] 404 405 [[package]] 406 name = "rand_ish" 407 version = "0.1.0" 408 409 [[package]] 410 name = "render_node_forward" 411 version = "0.1.0" 412 dependencies = [ 413 "sys_util 0.1.0", 414 ] 415 416 [[package]] 417 name = "resources" 418 version = "0.1.0" 419 dependencies = [ 420 "gpu_buffer 0.1.0", 421 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 422 "msg_socket 0.1.0", 423 "sys_util 0.1.0", 424 ] 425 426 [[package]] 427 name = "syn" 428 version = "0.15.21" 429 source = "registry+https://github.com/rust-lang/crates.io-index" 430 dependencies = [ 431 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 432 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 433 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 434 ] 435 436 [[package]] 437 name = "sync" 438 version = "0.1.0" 439 440 [[package]] 441 name = "sys_util" 442 version = "0.1.0" 443 dependencies = [ 444 "data_model 0.1.0", 445 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 446 "poll_token_derive 0.1.0", 447 "sync 0.1.0", 448 "syscall_defines 0.1.0", 449 ] 450 451 [[package]] 452 name = "syscall_defines" 453 version = "0.1.0" 454 455 [[package]] 456 name = "tempdir" 457 version = "0.3.7" 458 dependencies = [ 459 "rand_ish 0.1.0", 460 ] 461 462 [[package]] 463 name = "tpm2" 464 version = "0.1.0" 465 dependencies = [ 466 "tpm2-sys 0.1.0", 467 ] 468 469 [[package]] 470 name = "tpm2-sys" 471 version = "0.1.0" 472 dependencies = [ 473 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 474 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 475 ] 476 477 [[package]] 478 name = "unicode-width" 479 version = "0.1.5" 480 source = "registry+https://github.com/rust-lang/crates.io-index" 481 482 [[package]] 483 name = "unicode-xid" 484 version = "0.1.0" 485 source = "registry+https://github.com/rust-lang/crates.io-index" 486 487 [[package]] 488 name = "usb_util" 489 version = "0.1.0" 490 dependencies = [ 491 "assertions 0.1.0", 492 "data_model 0.1.0", 493 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 494 "sync 0.1.0", 495 ] 496 497 [[package]] 498 name = "vhost" 499 version = "0.1.0" 500 dependencies = [ 501 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 502 "net_util 0.1.0", 503 "sys_util 0.1.0", 504 "virtio_sys 0.1.0", 505 ] 506 507 [[package]] 508 name = "virtio_sys" 509 version = "0.1.0" 510 dependencies = [ 511 "sys_util 0.1.0", 512 ] 513 514 [[package]] 515 name = "vm_control" 516 version = "0.1.0" 517 dependencies = [ 518 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 519 "data_model 0.1.0", 520 "kvm 0.1.0", 521 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 522 "msg_socket 0.1.0", 523 "resources 0.1.0", 524 "sys_util 0.1.0", 525 ] 526 527 [[package]] 528 name = "wire_format_derive" 529 version = "0.1.0" 530 dependencies = [ 531 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", 532 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 533 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", 534 ] 535 536 [[package]] 537 name = "x86_64" 538 version = "0.1.0" 539 dependencies = [ 540 "arch 0.1.0", 541 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 542 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", 543 "data_model 0.1.0", 544 "devices 0.1.0", 545 "io_jail 0.1.0", 546 "kernel_cmdline 0.1.0", 547 "kernel_loader 0.1.0", 548 "kvm 0.1.0", 549 "kvm_sys 0.1.0", 550 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", 551 "resources 0.1.0", 552 "sync 0.1.0", 553 "sys_util 0.1.0", 554 ] 555 556 [metadata] 557 "checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" 558 "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" 559 "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" 560 "checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797" 561 "checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311" 562 "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" 563 "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" 564 "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" 565 "checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4" 566 "checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506" 567 "checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb" 568 "checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45" 569 "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" 570 "checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823" 571 "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" 572 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 573