summary refs log tree commit diff
path: root/Cargo.lock
blob: 2c2511e4d74e3e032c4e0da2a68a686e7d382296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[root]
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",
 "io_jail 0.1.0",
 "kernel_loader 0.1.0",
 "kvm 0.1.0",
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "net_sys 0.1.0",
 "net_util 0.1.0",
 "sys_util 0.1.0",
 "syscall_defines 0.1.0",
 "vhost 0.1.0",
 "virtio_sys 0.1.0",
 "vm_control 0.1.0",
 "x86_64 0.1.0",
]

[[package]]
name = "byteorder"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "data_model"
version = "0.1.0"

[[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 = [
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "kernel_loader"
version = "0.1.0"
dependencies = [
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "sys_util 0.1.0",
]

[[package]]
name = "kvm"
version = "0.1.0"
dependencies = [
 "kvm_sys 0.1.0",
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "sys_util 0.1.0",
]

[[package]]
name = "kvm_sys"
version = "0.1.0"
dependencies = [
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "sys_util 0.1.0",
]

[[package]]
name = "libc"
version = "0.2.29"
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 = [
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "syscall_defines 0.1.0",
]

[[package]]
name = "syscall_defines"
version = "0.1.0"

[[package]]
name = "vhost"
version = "0.1.0"
dependencies = [
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "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",
]

[[package]]
name = "vm_control"
version = "0.1.0"
dependencies = [
 "data_model 0.1.0",
 "kvm 0.1.0",
 "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "sys_util 0.1.0",
]

[[package]]
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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "sys_util 0.1.0",
]

[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"
"checksum libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8a014d9226c2cc402676fbe9ea2e15dd5222cd1dd57f576b5b283178c944a264"