2017-09-20 00:48:41 +00:00
|
|
|
[root]
|
2017-11-09 01:33:46 +00:00
|
|
|
name = "x86_64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
|
|
|
"kvm_sys 0.1.0",
|
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-09-20 00:48:41 +00:00
|
|
|
name = "crosvm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
2017-10-06 22:26:46 +00:00
|
|
|
"devices 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"io_jail 0.1.0",
|
|
|
|
"kernel_loader 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
2017-10-06 22:30:34 +00:00
|
|
|
"vm_control 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"x86_64 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data_model"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-10-06 22:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devices"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
2017-10-13 20:18:00 +00:00
|
|
|
"io_jail 0.1.0",
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 22:26:46 +00:00
|
|
|
"net_sys 0.1.0",
|
|
|
|
"net_util 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
"vhost 0.1.0",
|
|
|
|
"virtio_sys 0.1.0",
|
|
|
|
"vm_control 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io_jail"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel_loader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"kvm_sys 0.1.0",
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvm_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-10-20 04:01:46 +00:00
|
|
|
version = "0.2.32"
|
2017-09-20 00:48:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"net_sys 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sys_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"data_model 0.1.0",
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"syscall_defines 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syscall_defines"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vhost"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"net_util 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
"virtio_sys 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtio_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-10-06 22:30:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vm_control"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"data_model 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2017-10-20 04:01:46 +00:00
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 22:30:34 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[metadata]
|
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2017-10-20 04:01:46 +00:00
|
|
|
"checksum libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "56cce3130fd040c28df6f495c8492e5ec5808fb4c9093c310df02b0c8f030148"
|