1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anstream"
16version = "0.5.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "utf8parse",
26]
27
28[[package]]
29name = "anstyle"
30version = "1.0.1"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
33
34[[package]]
35name = "anstyle-parse"
36version = "0.2.1"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
39dependencies = [
40 "utf8parse",
41]
42
43[[package]]
44name = "anstyle-query"
45version = "1.0.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
48dependencies = [
49 "windows-sys",
50]
51
52[[package]]
53name = "anstyle-wincon"
54version = "2.1.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
57dependencies = [
58 "anstyle",
59 "windows-sys",
60]
61
62[[package]]
63name = "arc-swap"
64version = "1.6.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
67
68[[package]]
69name = "async-trait"
70version = "0.1.71"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
73dependencies = [
74 "proc-macro2",
75 "quote",
76 "syn",
77]
78
79[[package]]
80name = "autocfg"
81version = "1.1.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
84
85[[package]]
86name = "bitflags"
87version = "1.3.2"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
90
91[[package]]
92name = "bitflags"
93version = "2.3.3"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
96
97[[package]]
98name = "byteorder"
99version = "1.4.3"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
102
103[[package]]
104name = "cc"
105version = "1.0.79"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
108
109[[package]]
110name = "cfg-if"
111version = "1.0.0"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
114
115[[package]]
116name = "clap"
117version = "4.4.5"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3"
120dependencies = [
121 "clap_builder",
122 "clap_derive",
123]
124
125[[package]]
126name = "clap_builder"
127version = "4.4.5"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab"
130dependencies = [
131 "anstream",
132 "anstyle",
133 "clap_lex",
134 "strsim",
135]
136
137[[package]]
138name = "clap_derive"
139version = "4.4.2"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
142dependencies = [
143 "heck",
144 "proc-macro2",
145 "quote",
146 "syn",
147]
148
149[[package]]
150name = "clap_lex"
151version = "0.5.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
154
155[[package]]
156name = "colorchoice"
157version = "1.0.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
160
161[[package]]
162name = "config"
163version = "0.13.3"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
166dependencies = [
167 "async-trait",
168 "lazy_static",
169 "nom",
170 "pathdiff",
171 "serde",
172 "yaml-rust",
173]
174
175[[package]]
176name = "env_logger"
177version = "0.10.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
180dependencies = [
181 "humantime",
182 "is-terminal",
183 "log",
184 "regex",
185 "termcolor",
186]
187
188[[package]]
189name = "epoll"
190version = "4.3.3"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "74351c3392ea1ff6cd2628e0042d268ac2371cb613252ff383b6dfa50d22fa79"
193dependencies = [
194 "bitflags 2.3.3",
195 "libc",
196]
197
198[[package]]
199name = "equivalent"
200version = "1.0.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
203
204[[package]]
205name = "errno"
206version = "0.3.1"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
209dependencies = [
210 "errno-dragonfly",
211 "libc",
212 "windows-sys",
213]
214
215[[package]]
216name = "errno-dragonfly"
217version = "0.1.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
220dependencies = [
221 "cc",
222 "libc",
223]
224
225[[package]]
226name = "fastrand"
227version = "1.9.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
230dependencies = [
231 "instant",
232]
233
234[[package]]
235name = "hashbrown"
236version = "0.14.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
239
240[[package]]
241name = "heck"
242version = "0.4.1"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
245
246[[package]]
247name = "hermit-abi"
248version = "0.3.2"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
251
252[[package]]
253name = "humantime"
254version = "2.1.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
257
258[[package]]
259name = "indexmap"
260version = "2.0.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
263dependencies = [
264 "equivalent",
265 "hashbrown",
266]
267
268[[package]]
269name = "instant"
270version = "0.1.12"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
273dependencies = [
274 "cfg-if",
275]
276
277[[package]]
278name = "io-lifetimes"
279version = "1.0.11"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
282dependencies = [
283 "hermit-abi",
284 "libc",
285 "windows-sys",
286]
287
288[[package]]
289name = "is-terminal"
290version = "0.4.9"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
293dependencies = [
294 "hermit-abi",
295 "rustix 0.38.3",
296 "windows-sys",
297]
298
299[[package]]
300name = "itoa"
301version = "1.0.8"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
304
305[[package]]
306name = "lazy_static"
307version = "1.4.0"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
310
311[[package]]
312name = "libc"
313version = "0.2.147"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
316
317[[package]]
318name = "linked-hash-map"
319version = "0.5.6"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
322
323[[package]]
324name = "linux-raw-sys"
325version = "0.3.8"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
328
329[[package]]
330name = "linux-raw-sys"
331version = "0.4.3"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
334
335[[package]]
336name = "log"
337version = "0.4.19"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
340
341[[package]]
342name = "memchr"
343version = "2.5.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
346
347[[package]]
348name = "minimal-lexical"
349version = "0.2.1"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
352
353[[package]]
354name = "nom"
355version = "7.1.3"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
358dependencies = [
359 "memchr",
360 "minimal-lexical",
361]
362
363[[package]]
364name = "pathdiff"
365version = "0.2.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
368
369[[package]]
370name = "proc-macro2"
371version = "1.0.63"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
374dependencies = [
375 "unicode-ident",
376]
377
378[[package]]
379name = "quote"
380version = "1.0.29"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
383dependencies = [
384 "proc-macro2",
385]
386
387[[package]]
388name = "redox_syscall"
389version = "0.3.5"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
392dependencies = [
393 "bitflags 1.3.2",
394]
395
396[[package]]
397name = "regex"
398version = "1.9.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
401dependencies = [
402 "aho-corasick",
403 "memchr",
404 "regex-automata",
405 "regex-syntax",
406]
407
408[[package]]
409name = "regex-automata"
410version = "0.3.2"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
413dependencies = [
414 "aho-corasick",
415 "memchr",
416 "regex-syntax",
417]
418
419[[package]]
420name = "regex-syntax"
421version = "0.7.4"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
424
425[[package]]
426name = "rustix"
427version = "0.37.23"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
430dependencies = [
431 "bitflags 1.3.2",
432 "errno",
433 "io-lifetimes",
434 "libc",
435 "linux-raw-sys 0.3.8",
436 "windows-sys",
437]
438
439[[package]]
440name = "rustix"
441version = "0.38.3"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
444dependencies = [
445 "bitflags 2.3.3",
446 "errno",
447 "libc",
448 "linux-raw-sys 0.4.3",
449 "windows-sys",
450]
451
452[[package]]
453name = "ryu"
454version = "1.0.15"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
457
458[[package]]
459name = "serde"
460version = "1.0.168"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
463dependencies = [
464 "serde_derive",
465]
466
467[[package]]
468name = "serde_derive"
469version = "1.0.168"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
472dependencies = [
473 "proc-macro2",
474 "quote",
475 "syn",
476]
477
478[[package]]
479name = "serde_yaml"
480version = "0.9.22"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
483dependencies = [
484 "indexmap",
485 "itoa",
486 "ryu",
487 "serde",
488 "unsafe-libyaml",
489]
490
491[[package]]
492name = "strsim"
493version = "0.10.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
496
497[[package]]
498name = "syn"
499version = "2.0.23"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
502dependencies = [
503 "proc-macro2",
504 "quote",
505 "unicode-ident",
506]
507
508[[package]]
509name = "tempfile"
510version = "3.6.0"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
513dependencies = [
514 "autocfg",
515 "cfg-if",
516 "fastrand",
517 "redox_syscall",
518 "rustix 0.37.23",
519 "windows-sys",
520]
521
522[[package]]
523name = "termcolor"
524version = "1.2.0"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
527dependencies = [
528 "winapi-util",
529]
530
531[[package]]
532name = "thiserror"
533version = "1.0.41"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802"
536dependencies = [
537 "thiserror-impl",
538]
539
540[[package]]
541name = "thiserror-impl"
542version = "1.0.41"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59"
545dependencies = [
546 "proc-macro2",
547 "quote",
548 "syn",
549]
550
551[[package]]
552name = "unicode-ident"
553version = "1.0.11"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
556
557[[package]]
558name = "unsafe-libyaml"
559version = "0.2.8"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
562
563[[package]]
564name = "utf8parse"
565version = "0.2.1"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
568
569[[package]]
570name = "vhost"
571version = "0.8.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "73832f4d8d636d63d9b145e8ef22a2c50b93f4d24eb7a99c9e6781b1b08549cf"
574dependencies = [
575 "bitflags 1.3.2",
576 "libc",
577 "vm-memory",
578 "vmm-sys-util",
579]
580
581[[package]]
582name = "vhost-device-vsock"
583version = "0.1.0"
584dependencies = [
585 "byteorder",
586 "clap",
587 "config",
588 "env_logger",
589 "epoll",
590 "log",
591 "serde",
592 "serde_yaml",
593 "tempfile",
594 "thiserror",
595 "vhost",
596 "vhost-user-backend",
597 "virtio-bindings",
598 "virtio-queue",
599 "virtio-vsock",
600 "vm-memory",
601 "vmm-sys-util",
602]
603
604[[package]]
605name = "vhost-user-backend"
606version = "0.10.0"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "e3ea9d5e8ec847cde4df1c04e586698a479706fd6beca37323f9d425b24b4c2f"
609dependencies = [
610 "libc",
611 "log",
612 "vhost",
613 "virtio-bindings",
614 "virtio-queue",
615 "vm-memory",
616 "vmm-sys-util",
617]
618
619[[package]]
620name = "virtio-bindings"
621version = "0.2.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "c18d7b74098a946470ea265b5bacbbf877abc3373021388454de0d47735a5b98"
624
625[[package]]
626name = "virtio-queue"
627version = "0.9.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "35aca00da06841bd99162c381ec65893cace23ca0fb89254302cfe4bec4c300f"
630dependencies = [
631 "log",
632 "virtio-bindings",
633 "vm-memory",
634 "vmm-sys-util",
635]
636
637[[package]]
638name = "virtio-vsock"
639version = "0.3.1"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "c92d1d0c0db339e03dc275e86e5de2654ed94b351f02d405a3a0260dfc1b839f"
642dependencies = [
643 "virtio-bindings",
644 "virtio-queue",
645 "vm-memory",
646]
647
648[[package]]
649name = "vm-memory"
650version = "0.12.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "a77c7a0891cbac53618f5f6eec650ed1dc4f7e506bbe14877aff49d94b8408b0"
653dependencies = [
654 "arc-swap",
655 "bitflags 1.3.2",
656 "libc",
657 "thiserror",
658 "vmm-sys-util",
659 "winapi",
660]
661
662[[package]]
663name = "vmm-sys-util"
664version = "0.11.1"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "dd64fe09d8e880e600c324e7d664760a17f56e9672b7495a86381b49e4f72f46"
667dependencies = [
668 "bitflags 1.3.2",
669 "libc",
670]
671
672[[package]]
673name = "winapi"
674version = "0.3.9"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
677dependencies = [
678 "winapi-i686-pc-windows-gnu",
679 "winapi-x86_64-pc-windows-gnu",
680]
681
682[[package]]
683name = "winapi-i686-pc-windows-gnu"
684version = "0.4.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
687
688[[package]]
689name = "winapi-util"
690version = "0.1.5"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
693dependencies = [
694 "winapi",
695]
696
697[[package]]
698name = "winapi-x86_64-pc-windows-gnu"
699version = "0.4.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
702
703[[package]]
704name = "windows-sys"
705version = "0.48.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
708dependencies = [
709 "windows-targets",
710]
711
712[[package]]
713name = "windows-targets"
714version = "0.48.1"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
717dependencies = [
718 "windows_aarch64_gnullvm",
719 "windows_aarch64_msvc",
720 "windows_i686_gnu",
721 "windows_i686_msvc",
722 "windows_x86_64_gnu",
723 "windows_x86_64_gnullvm",
724 "windows_x86_64_msvc",
725]
726
727[[package]]
728name = "windows_aarch64_gnullvm"
729version = "0.48.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
732
733[[package]]
734name = "windows_aarch64_msvc"
735version = "0.48.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
738
739[[package]]
740name = "windows_i686_gnu"
741version = "0.48.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
744
745[[package]]
746name = "windows_i686_msvc"
747version = "0.48.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
750
751[[package]]
752name = "windows_x86_64_gnu"
753version = "0.48.0"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
756
757[[package]]
758name = "windows_x86_64_gnullvm"
759version = "0.48.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
762
763[[package]]
764name = "windows_x86_64_msvc"
765version = "0.48.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
768
769[[package]]
770name = "yaml-rust"
771version = "0.4.5"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
774dependencies = [
775 "linked-hash-map",
776]
777