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.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "android-tzdata"
16version = "0.1.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
19
20[[package]]
21name = "android_system_properties"
22version = "0.1.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25dependencies = [
26 "libc",
27]
28
29[[package]]
30name = "anstream"
31version = "0.6.13"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
34dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "utf8parse",
41]
42
43[[package]]
44name = "anstyle"
45version = "1.0.6"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
48
49[[package]]
50name = "anstyle-parse"
51version = "0.2.3"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
54dependencies = [
55 "utf8parse",
56]
57
58[[package]]
59name = "anstyle-query"
60version = "1.0.2"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
63dependencies = [
64 "windows-sys",
65]
66
67[[package]]
68name = "anstyle-wincon"
69version = "3.0.2"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
72dependencies = [
73 "anstyle",
74 "windows-sys",
75]
76
77[[package]]
78name = "anyhow"
79version = "1.0.75"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
82
83[[package]]
84name = "autocfg"
85version = "1.2.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
88
89[[package]]
90name = "bstr"
91version = "1.9.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
94dependencies = [
95 "memchr",
96 "serde",
97]
98
99[[package]]
100name = "bumpalo"
101version = "3.15.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
104
105[[package]]
106name = "cc"
107version = "1.0.90"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
110
111[[package]]
112name = "cfg-if"
113version = "1.0.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
116
117[[package]]
118name = "chrono"
119version = "0.4.37"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
122dependencies = [
123 "android-tzdata",
124 "iana-time-zone",
125 "js-sys",
126 "num-traits",
127 "wasm-bindgen",
128 "windows-targets",
129]
130
131[[package]]
132name = "clap"
133version = "4.5.4"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
136dependencies = [
137 "clap_builder",
138 "clap_derive",
139]
140
141[[package]]
142name = "clap_builder"
143version = "4.5.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
146dependencies = [
147 "anstream",
148 "anstyle",
149 "clap_lex",
150 "strsim",
151]
152
153[[package]]
154name = "clap_derive"
155version = "4.5.4"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
158dependencies = [
159 "heck",
160 "proc-macro2",
161 "quote",
162 "syn",
163]
164
165[[package]]
166name = "clap_lex"
167version = "0.7.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
170
171[[package]]
172name = "cmd-runner"
173version = "0.1.0"
174dependencies = [
175 "anyhow",
176 "chrono",
177 "clap",
178 "file-header",
179 "globset",
180 "log",
181 "owo-colors",
182 "shell-escape",
183 "xshell",
184]
185
186[[package]]
187name = "colorchoice"
188version = "1.0.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
191
192[[package]]
193name = "core-foundation-sys"
194version = "0.8.6"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
197
198[[package]]
199name = "crossbeam"
200version = "0.8.4"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
203dependencies = [
204 "crossbeam-channel",
205 "crossbeam-deque",
206 "crossbeam-epoch",
207 "crossbeam-queue",
208 "crossbeam-utils",
209]
210
211[[package]]
212name = "crossbeam-channel"
213version = "0.5.12"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
216dependencies = [
217 "crossbeam-utils",
218]
219
220[[package]]
221name = "crossbeam-deque"
222version = "0.8.5"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
225dependencies = [
226 "crossbeam-epoch",
227 "crossbeam-utils",
228]
229
230[[package]]
231name = "crossbeam-epoch"
232version = "0.9.18"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
235dependencies = [
236 "crossbeam-utils",
237]
238
239[[package]]
240name = "crossbeam-queue"
241version = "0.3.11"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
244dependencies = [
245 "crossbeam-utils",
246]
247
248[[package]]
249name = "crossbeam-utils"
250version = "0.8.19"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
253
254[[package]]
255name = "file-header"
256version = "0.1.2"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "b5568149106e77ae33bc3a2c3ef3839cbe63ffa4a8dd4a81612a6f9dfdbc2e9f"
259dependencies = [
260 "crossbeam",
261 "lazy_static",
262 "license",
263 "thiserror",
264 "walkdir",
265]
266
267[[package]]
268name = "globset"
269version = "0.4.14"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
272dependencies = [
273 "aho-corasick",
274 "bstr",
275 "log",
276 "regex-automata",
277 "regex-syntax",
278]
279
280[[package]]
281name = "heck"
282version = "0.5.0"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
285
286[[package]]
287name = "iana-time-zone"
288version = "0.1.60"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
291dependencies = [
292 "android_system_properties",
293 "core-foundation-sys",
294 "iana-time-zone-haiku",
295 "js-sys",
296 "wasm-bindgen",
297 "windows-core",
298]
299
300[[package]]
301name = "iana-time-zone-haiku"
302version = "0.1.2"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
305dependencies = [
306 "cc",
307]
308
309[[package]]
310name = "itoa"
311version = "1.0.11"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
314
315[[package]]
316name = "js-sys"
317version = "0.3.69"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
320dependencies = [
321 "wasm-bindgen",
322]
323
324[[package]]
325name = "lazy_static"
326version = "1.4.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
329
330[[package]]
331name = "libc"
332version = "0.2.153"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
335
336[[package]]
337name = "license"
338version = "3.2.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "778718185117620a06e95d2b1e57d50166b1d6bfad93c8abfc1b3344c863ad8c"
341dependencies = [
342 "reword",
343 "serde",
344 "serde_json",
345]
346
347[[package]]
348name = "log"
349version = "0.4.21"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
352
353[[package]]
354name = "memchr"
355version = "2.7.2"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
358
359[[package]]
360name = "num-traits"
361version = "0.2.18"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
364dependencies = [
365 "autocfg",
366]
367
368[[package]]
369name = "once_cell"
370version = "1.19.0"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
373
374[[package]]
375name = "owo-colors"
376version = "3.5.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
379
380[[package]]
381name = "proc-macro2"
382version = "1.0.79"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
385dependencies = [
386 "unicode-ident",
387]
388
389[[package]]
390name = "quote"
391version = "1.0.35"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
394dependencies = [
395 "proc-macro2",
396]
397
398[[package]]
399name = "regex-automata"
400version = "0.4.6"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
403dependencies = [
404 "aho-corasick",
405 "memchr",
406 "regex-syntax",
407]
408
409[[package]]
410name = "regex-syntax"
411version = "0.8.3"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
414
415[[package]]
416name = "reword"
417version = "7.0.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "fe272098dce9ed76b479995953f748d1851261390b08f8a0ff619c885a1f0765"
420dependencies = [
421 "unicode-segmentation",
422]
423
424[[package]]
425name = "ryu"
426version = "1.0.17"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
429
430[[package]]
431name = "same-file"
432version = "1.0.6"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
435dependencies = [
436 "winapi-util",
437]
438
439[[package]]
440name = "serde"
441version = "1.0.197"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
444dependencies = [
445 "serde_derive",
446]
447
448[[package]]
449name = "serde_derive"
450version = "1.0.197"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
453dependencies = [
454 "proc-macro2",
455 "quote",
456 "syn",
457]
458
459[[package]]
460name = "serde_json"
461version = "1.0.115"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
464dependencies = [
465 "itoa",
466 "ryu",
467 "serde",
468]
469
470[[package]]
471name = "shell-escape"
472version = "0.1.5"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
475
476[[package]]
477name = "strsim"
478version = "0.11.1"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
481
482[[package]]
483name = "syn"
484version = "2.0.57"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
487dependencies = [
488 "proc-macro2",
489 "quote",
490 "unicode-ident",
491]
492
493[[package]]
494name = "thiserror"
495version = "1.0.58"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
498dependencies = [
499 "thiserror-impl",
500]
501
502[[package]]
503name = "thiserror-impl"
504version = "1.0.58"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
507dependencies = [
508 "proc-macro2",
509 "quote",
510 "syn",
511]
512
513[[package]]
514name = "unicode-ident"
515version = "1.0.12"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
518
519[[package]]
520name = "unicode-segmentation"
521version = "1.11.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
524
525[[package]]
526name = "utf8parse"
527version = "0.2.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
530
531[[package]]
532name = "walkdir"
533version = "2.5.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
536dependencies = [
537 "same-file",
538 "winapi-util",
539]
540
541[[package]]
542name = "wasm-bindgen"
543version = "0.2.92"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
546dependencies = [
547 "cfg-if",
548 "wasm-bindgen-macro",
549]
550
551[[package]]
552name = "wasm-bindgen-backend"
553version = "0.2.92"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
556dependencies = [
557 "bumpalo",
558 "log",
559 "once_cell",
560 "proc-macro2",
561 "quote",
562 "syn",
563 "wasm-bindgen-shared",
564]
565
566[[package]]
567name = "wasm-bindgen-macro"
568version = "0.2.92"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
571dependencies = [
572 "quote",
573 "wasm-bindgen-macro-support",
574]
575
576[[package]]
577name = "wasm-bindgen-macro-support"
578version = "0.2.92"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
581dependencies = [
582 "proc-macro2",
583 "quote",
584 "syn",
585 "wasm-bindgen-backend",
586 "wasm-bindgen-shared",
587]
588
589[[package]]
590name = "wasm-bindgen-shared"
591version = "0.2.92"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
594
595[[package]]
596name = "winapi"
597version = "0.3.9"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
600dependencies = [
601 "winapi-i686-pc-windows-gnu",
602 "winapi-x86_64-pc-windows-gnu",
603]
604
605[[package]]
606name = "winapi-i686-pc-windows-gnu"
607version = "0.4.0"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
610
611[[package]]
612name = "winapi-util"
613version = "0.1.6"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
616dependencies = [
617 "winapi",
618]
619
620[[package]]
621name = "winapi-x86_64-pc-windows-gnu"
622version = "0.4.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
625
626[[package]]
627name = "windows-core"
628version = "0.52.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
631dependencies = [
632 "windows-targets",
633]
634
635[[package]]
636name = "windows-sys"
637version = "0.52.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
640dependencies = [
641 "windows-targets",
642]
643
644[[package]]
645name = "windows-targets"
646version = "0.52.4"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
649dependencies = [
650 "windows_aarch64_gnullvm",
651 "windows_aarch64_msvc",
652 "windows_i686_gnu",
653 "windows_i686_msvc",
654 "windows_x86_64_gnu",
655 "windows_x86_64_gnullvm",
656 "windows_x86_64_msvc",
657]
658
659[[package]]
660name = "windows_aarch64_gnullvm"
661version = "0.52.4"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
664
665[[package]]
666name = "windows_aarch64_msvc"
667version = "0.52.4"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
670
671[[package]]
672name = "windows_i686_gnu"
673version = "0.52.4"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
676
677[[package]]
678name = "windows_i686_msvc"
679version = "0.52.4"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
682
683[[package]]
684name = "windows_x86_64_gnu"
685version = "0.52.4"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
688
689[[package]]
690name = "windows_x86_64_gnullvm"
691version = "0.52.4"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
694
695[[package]]
696name = "windows_x86_64_msvc"
697version = "0.52.4"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
700
701[[package]]
702name = "xshell"
703version = "0.2.6"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437"
706dependencies = [
707 "xshell-macros",
708]
709
710[[package]]
711name = "xshell-macros"
712version = "0.2.6"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852"
715