1
|
1 # This file is automatically @generated by Cargo.
|
|
2 # It is not intended for manual editing.
|
|
3 [[package]]
|
5
|
4 name = "atty"
|
|
5 version = "0.2.14"
|
|
6 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
8 dependencies = [
|
|
9 "hermit-abi",
|
|
10 "libc",
|
|
11 "winapi",
|
|
12 ]
|
|
13
|
|
14 [[package]]
|
|
15 name = "autocfg"
|
|
16 version = "1.0.1"
|
|
17 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
19
|
|
20 [[package]]
|
1
|
21 name = "bitflags"
|
|
22 version = "1.2.1"
|
|
23 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
25
|
|
26 [[package]]
|
|
27 name = "cc"
|
|
28 version = "1.0.61"
|
|
29 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30 checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
|
31
|
|
32 [[package]]
|
|
33 name = "cfg-if"
|
|
34 version = "0.1.10"
|
|
35 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
37
|
|
38 [[package]]
|
5
|
39 name = "clap"
|
|
40 version = "3.0.0-beta.2"
|
|
41 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42 checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
|
|
43 dependencies = [
|
|
44 "atty",
|
|
45 "bitflags",
|
|
46 "clap_derive",
|
|
47 "indexmap",
|
|
48 "lazy_static",
|
|
49 "os_str_bytes",
|
|
50 "strsim",
|
|
51 "termcolor",
|
|
52 "textwrap",
|
|
53 "unicode-width",
|
|
54 "vec_map",
|
|
55 ]
|
|
56
|
|
57 [[package]]
|
|
58 name = "clap_derive"
|
|
59 version = "3.0.0-beta.2"
|
|
60 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
61 checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
|
|
62 dependencies = [
|
|
63 "heck",
|
|
64 "proc-macro-error",
|
|
65 "proc-macro2",
|
|
66 "quote",
|
|
67 "syn",
|
|
68 ]
|
|
69
|
|
70 [[package]]
|
19
|
71 name = "getrandom"
|
|
72 version = "0.1.15"
|
|
73 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
|
75 dependencies = [
|
|
76 "cfg-if",
|
|
77 "libc",
|
|
78 "wasi",
|
|
79 ]
|
|
80
|
|
81 [[package]]
|
5
|
82 name = "hashbrown"
|
|
83 version = "0.9.1"
|
|
84 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
86
|
|
87 [[package]]
|
|
88 name = "heck"
|
|
89 version = "0.3.1"
|
|
90 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91 checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
92 dependencies = [
|
|
93 "unicode-segmentation",
|
|
94 ]
|
|
95
|
|
96 [[package]]
|
|
97 name = "hermit-abi"
|
|
98 version = "0.1.17"
|
|
99 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
|
101 dependencies = [
|
|
102 "libc",
|
|
103 ]
|
|
104
|
|
105 [[package]]
|
1
|
106 name = "ie-virsh"
|
|
107 version = "0.1.0"
|
|
108 dependencies = [
|
5
|
109 "clap",
|
3
|
110 "libc",
|
1
|
111 "nix",
|
19
|
112 "quick-xml",
|
|
113 "rand",
|
|
114 "uuid",
|
1
|
115 ]
|
|
116
|
|
117 [[package]]
|
5
|
118 name = "indexmap"
|
|
119 version = "1.6.0"
|
|
120 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121 checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
|
122 dependencies = [
|
|
123 "autocfg",
|
|
124 "hashbrown",
|
|
125 ]
|
|
126
|
|
127 [[package]]
|
|
128 name = "lazy_static"
|
|
129 version = "1.4.0"
|
|
130 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
132
|
|
133 [[package]]
|
1
|
134 name = "libc"
|
|
135 version = "0.2.79"
|
|
136 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137 checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
|
138
|
|
139 [[package]]
|
19
|
140 name = "memchr"
|
|
141 version = "2.3.4"
|
|
142 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
144
|
|
145 [[package]]
|
1
|
146 name = "nix"
|
|
147 version = "0.19.0"
|
|
148 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
149 checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
|
|
150 dependencies = [
|
|
151 "bitflags",
|
|
152 "cc",
|
|
153 "cfg-if",
|
|
154 "libc",
|
|
155 ]
|
5
|
156
|
|
157 [[package]]
|
|
158 name = "os_str_bytes"
|
|
159 version = "2.3.2"
|
|
160 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161 checksum = "2ac6fe3538f701e339953a3ebbe4f39941aababa8a3f6964635b24ab526daeac"
|
|
162
|
|
163 [[package]]
|
19
|
164 name = "ppv-lite86"
|
|
165 version = "0.2.10"
|
|
166 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
167 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
168
|
|
169 [[package]]
|
5
|
170 name = "proc-macro-error"
|
|
171 version = "1.0.4"
|
|
172 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
174 dependencies = [
|
|
175 "proc-macro-error-attr",
|
|
176 "proc-macro2",
|
|
177 "quote",
|
|
178 "syn",
|
|
179 "version_check",
|
|
180 ]
|
|
181
|
|
182 [[package]]
|
|
183 name = "proc-macro-error-attr"
|
|
184 version = "1.0.4"
|
|
185 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
186 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
187 dependencies = [
|
|
188 "proc-macro2",
|
|
189 "quote",
|
|
190 "version_check",
|
|
191 ]
|
|
192
|
|
193 [[package]]
|
|
194 name = "proc-macro2"
|
|
195 version = "1.0.24"
|
|
196 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
198 dependencies = [
|
|
199 "unicode-xid",
|
|
200 ]
|
|
201
|
|
202 [[package]]
|
19
|
203 name = "quick-xml"
|
|
204 version = "0.20.0"
|
|
205 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206 checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
|
207 dependencies = [
|
|
208 "memchr",
|
|
209 ]
|
|
210
|
|
211 [[package]]
|
5
|
212 name = "quote"
|
|
213 version = "1.0.7"
|
|
214 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
216 dependencies = [
|
|
217 "proc-macro2",
|
|
218 ]
|
|
219
|
|
220 [[package]]
|
19
|
221 name = "rand"
|
|
222 version = "0.7.3"
|
|
223 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
224 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
225 dependencies = [
|
|
226 "getrandom",
|
|
227 "libc",
|
|
228 "rand_chacha",
|
|
229 "rand_core",
|
|
230 "rand_hc",
|
|
231 ]
|
|
232
|
|
233 [[package]]
|
|
234 name = "rand_chacha"
|
|
235 version = "0.2.2"
|
|
236 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
238 dependencies = [
|
|
239 "ppv-lite86",
|
|
240 "rand_core",
|
|
241 ]
|
|
242
|
|
243 [[package]]
|
|
244 name = "rand_core"
|
|
245 version = "0.5.1"
|
|
246 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
247 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
248 dependencies = [
|
|
249 "getrandom",
|
|
250 ]
|
|
251
|
|
252 [[package]]
|
|
253 name = "rand_hc"
|
|
254 version = "0.2.0"
|
|
255 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
257 dependencies = [
|
|
258 "rand_core",
|
|
259 ]
|
|
260
|
|
261 [[package]]
|
5
|
262 name = "strsim"
|
|
263 version = "0.10.0"
|
|
264 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
266
|
|
267 [[package]]
|
|
268 name = "syn"
|
|
269 version = "1.0.48"
|
|
270 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271 checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
|
|
272 dependencies = [
|
|
273 "proc-macro2",
|
|
274 "quote",
|
|
275 "unicode-xid",
|
|
276 ]
|
|
277
|
|
278 [[package]]
|
|
279 name = "termcolor"
|
|
280 version = "1.1.0"
|
|
281 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
282 checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
283 dependencies = [
|
|
284 "winapi-util",
|
|
285 ]
|
|
286
|
|
287 [[package]]
|
|
288 name = "textwrap"
|
|
289 version = "0.12.1"
|
|
290 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291 checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
|
292 dependencies = [
|
|
293 "unicode-width",
|
|
294 ]
|
|
295
|
|
296 [[package]]
|
|
297 name = "unicode-segmentation"
|
|
298 version = "1.6.0"
|
|
299 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300 checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
301
|
|
302 [[package]]
|
|
303 name = "unicode-width"
|
|
304 version = "0.1.8"
|
|
305 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
306 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
307
|
|
308 [[package]]
|
|
309 name = "unicode-xid"
|
|
310 version = "0.2.1"
|
|
311 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
313
|
|
314 [[package]]
|
19
|
315 name = "uuid"
|
|
316 version = "0.8.1"
|
|
317 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318 checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
|
319 dependencies = [
|
|
320 "rand",
|
|
321 ]
|
|
322
|
|
323 [[package]]
|
5
|
324 name = "vec_map"
|
|
325 version = "0.8.2"
|
|
326 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
328
|
|
329 [[package]]
|
|
330 name = "version_check"
|
|
331 version = "0.9.2"
|
|
332 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
333 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
334
|
|
335 [[package]]
|
19
|
336 name = "wasi"
|
|
337 version = "0.9.0+wasi-snapshot-preview1"
|
|
338 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
340
|
|
341 [[package]]
|
5
|
342 name = "winapi"
|
|
343 version = "0.3.9"
|
|
344 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
345 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
346 dependencies = [
|
|
347 "winapi-i686-pc-windows-gnu",
|
|
348 "winapi-x86_64-pc-windows-gnu",
|
|
349 ]
|
|
350
|
|
351 [[package]]
|
|
352 name = "winapi-i686-pc-windows-gnu"
|
|
353 version = "0.4.0"
|
|
354 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
356
|
|
357 [[package]]
|
|
358 name = "winapi-util"
|
|
359 version = "0.1.5"
|
|
360 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
362 dependencies = [
|
|
363 "winapi",
|
|
364 ]
|
|
365
|
|
366 [[package]]
|
|
367 name = "winapi-x86_64-pc-windows-gnu"
|
|
368 version = "0.4.0"
|
|
369 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|