blob: a5bfc0a4f87e9939fda061e408b1c3a54c631d97 [file] [log] [blame]
Brian Silverman4e662aa2022-05-11 23:10:19 -07001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.17.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aho-corasick"
22version = "0.7.18"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "ansi_term"
31version = "0.12.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
34dependencies = [
35 "winapi",
36]
37
38[[package]]
39name = "anyhow"
40version = "1.0.56"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
43
44[[package]]
45name = "aquamarine"
46version = "0.1.11"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "96e14cb2a51c8b45d26a4219981985c7350fc05eacb7b5b2939bceb2ffefdf3e"
49dependencies = [
50 "itertools 0.9.0",
51 "proc-macro-error",
52 "proc-macro2",
53 "quote",
54 "syn",
55]
56
57[[package]]
58name = "assert_cmd"
59version = "1.0.8"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe"
62dependencies = [
63 "bstr",
64 "doc-comment",
65 "predicates",
66 "predicates-core",
67 "predicates-tree",
68 "wait-timeout",
69]
70
71[[package]]
72name = "atty"
73version = "0.2.14"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
76dependencies = [
77 "hermit-abi",
78 "libc",
79 "winapi",
80]
81
82[[package]]
83name = "autocfg"
84version = "1.1.0"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
87
88[[package]]
89name = "autocxx"
90version = "0.22.0"
91dependencies = [
92 "aquamarine",
93 "autocxx-macro",
94 "cxx",
95 "moveit",
96]
97
98[[package]]
99name = "autocxx-bindgen"
100version = "0.59.16"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "435723e14bf88f198322f8555a4fdb108363021d97a47bb6492891ca86055e79"
103dependencies = [
104 "bitflags",
105 "cexpr",
106 "clang-sys",
107 "clap 2.34.0",
108 "env_logger 0.9.0",
109 "itertools 0.10.3",
110 "lazy_static",
111 "lazycell",
112 "log",
113 "peeking_take_while",
114 "proc-macro2",
115 "quote",
116 "regex",
117 "rustc-hash",
118 "shlex",
119 "which",
120]
121
122[[package]]
123name = "autocxx-build"
124version = "0.22.0"
125dependencies = [
126 "autocxx-engine",
127 "env_logger 0.9.0",
128 "indexmap",
129 "syn",
130]
131
132[[package]]
133name = "autocxx-demo"
134version = "0.22.0"
135dependencies = [
136 "autocxx",
137 "autocxx-build",
138 "cxx",
139 "miette",
140]
141
142[[package]]
143name = "autocxx-engine"
144version = "0.22.0"
145dependencies = [
146 "aquamarine",
147 "autocxx-bindgen",
148 "autocxx-parser",
149 "cc",
150 "cxx-gen",
151 "indexmap",
152 "indoc",
153 "itertools 0.10.3",
154 "log",
155 "miette",
156 "once_cell",
157 "proc-macro2",
158 "quote",
159 "regex",
160 "serde_json",
161 "strum_macros",
162 "syn",
163 "tempfile",
164 "thiserror",
165 "version_check",
166]
167
168[[package]]
169name = "autocxx-gen"
170version = "0.22.0"
171dependencies = [
172 "assert_cmd",
173 "autocxx",
174 "autocxx-engine",
175 "autocxx-integration-tests",
176 "clap 3.1.9",
177 "cxx",
178 "env_logger 0.9.0",
179 "indexmap",
180 "itertools 0.10.3",
181 "miette",
182 "pathdiff",
183 "proc-macro2",
184 "tempdir",
185]
186
187[[package]]
188name = "autocxx-integration-tests"
189version = "0.22.0"
190dependencies = [
191 "autocxx",
192 "autocxx-engine",
193 "cc",
194 "cxx",
195 "env_logger 0.9.0",
196 "indoc",
197 "itertools 0.10.3",
198 "link-cplusplus",
199 "log",
200 "once_cell",
201 "proc-macro2",
202 "quote",
203 "rust_info",
204 "syn",
205 "tempfile",
206 "test-log",
207 "trybuild",
208]
209
210[[package]]
211name = "autocxx-macro"
212version = "0.22.0"
213dependencies = [
214 "autocxx-parser",
215 "proc-macro-error",
216 "proc-macro2",
217 "quote",
218 "syn",
219]
220
221[[package]]
222name = "autocxx-mdbook-preprocessor"
223version = "0.22.0"
224dependencies = [
225 "anyhow",
226 "autocxx-integration-tests",
227 "clap 3.1.9",
228 "env_logger 0.9.0",
229 "gag",
230 "itertools 0.10.3",
231 "mdbook",
232 "proc-macro2",
233 "rayon",
234 "regex",
235 "serde_json",
236 "syn",
237]
238
239[[package]]
240name = "autocxx-parser"
241version = "0.22.0"
242dependencies = [
243 "indexmap",
244 "itertools 0.10.3",
245 "log",
246 "once_cell",
247 "proc-macro2",
248 "quote",
249 "serde",
250 "serde_json",
251 "syn",
252 "thiserror",
253]
254
255[[package]]
256name = "autocxx-reduce"
257version = "0.22.0"
258dependencies = [
259 "assert_cmd",
260 "autocxx-engine",
261 "autocxx-parser",
262 "clap 3.1.9",
263 "cxx-gen",
264 "indexmap",
265 "indoc",
266 "itertools 0.10.3",
267 "proc-macro2",
268 "quote",
269 "regex",
270 "serde",
271 "serde_derive",
272 "serde_json",
273 "syn",
274 "tempdir",
275 "tempfile",
276]
277
278[[package]]
279name = "backtrace"
280version = "0.3.64"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
283dependencies = [
284 "addr2line",
285 "cc",
286 "cfg-if",
287 "libc",
288 "miniz_oxide",
289 "object",
290 "rustc-demangle",
291]
292
293[[package]]
294name = "bitflags"
295version = "1.3.2"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
298
299[[package]]
300name = "block-buffer"
301version = "0.7.3"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
304dependencies = [
305 "block-padding",
306 "byte-tools",
307 "byteorder",
308 "generic-array",
309]
310
311[[package]]
312name = "block-padding"
313version = "0.1.5"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
316dependencies = [
317 "byte-tools",
318]
319
320[[package]]
321name = "bstr"
322version = "0.2.17"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
325dependencies = [
326 "lazy_static",
327 "memchr",
328 "regex-automata",
329]
330
331[[package]]
332name = "byte-tools"
333version = "0.3.1"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
336
337[[package]]
338name = "byteorder"
339version = "1.4.3"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
342
343[[package]]
344name = "cc"
345version = "1.0.73"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
348
349[[package]]
350name = "cexpr"
351version = "0.6.0"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
354dependencies = [
355 "nom",
356]
357
358[[package]]
359name = "cfg-if"
360version = "1.0.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
363
364[[package]]
365name = "chrono"
366version = "0.4.19"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
369dependencies = [
370 "libc",
371 "num-integer",
372 "num-traits",
373 "time",
374 "winapi",
375]
376
377[[package]]
378name = "clang-sys"
379version = "1.3.1"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
382dependencies = [
383 "glob",
384 "libc",
385 "libloading",
386]
387
388[[package]]
389name = "clap"
390version = "2.34.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
393dependencies = [
394 "ansi_term",
395 "atty",
396 "bitflags",
397 "strsim 0.8.0",
398 "textwrap 0.11.0",
399 "unicode-width",
400 "vec_map",
401]
402
403[[package]]
404name = "clap"
405version = "3.1.9"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
408dependencies = [
409 "atty",
410 "bitflags",
411 "clap_lex",
412 "indexmap",
413 "lazy_static",
414 "strsim 0.10.0",
415 "termcolor",
416 "textwrap 0.15.0",
417]
418
419[[package]]
420name = "clap_complete"
421version = "3.1.1"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
424dependencies = [
425 "clap 3.1.9",
426]
427
428[[package]]
429name = "clap_lex"
430version = "0.1.1"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
433dependencies = [
434 "os_str_bytes",
435]
436
437[[package]]
438name = "codespan-reporting"
439version = "0.11.1"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
442dependencies = [
443 "termcolor",
444 "unicode-width",
445]
446
447[[package]]
448name = "crossbeam-channel"
449version = "0.5.4"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
452dependencies = [
453 "cfg-if",
454 "crossbeam-utils",
455]
456
457[[package]]
458name = "crossbeam-deque"
459version = "0.8.1"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
462dependencies = [
463 "cfg-if",
464 "crossbeam-epoch",
465 "crossbeam-utils",
466]
467
468[[package]]
469name = "crossbeam-epoch"
470version = "0.9.8"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
473dependencies = [
474 "autocfg",
475 "cfg-if",
476 "crossbeam-utils",
477 "lazy_static",
478 "memoffset",
479 "scopeguard",
480]
481
482[[package]]
483name = "crossbeam-utils"
484version = "0.8.8"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
487dependencies = [
488 "cfg-if",
489 "lazy_static",
490]
491
492[[package]]
493name = "cxx"
494version = "1.0.66"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "ce2295fe8865279f404147e9b2328e5af0ad11a2c016e58c13acfd48a07d8a55"
497dependencies = [
498 "cc",
499 "cxxbridge-flags",
500 "cxxbridge-macro",
501 "link-cplusplus",
502]
503
504[[package]]
505name = "cxx-gen"
506version = "0.7.66"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "2bba249c8ea90cff9c647cd76928efc82f1e8684da0a6cedb4416cc79478050d"
509dependencies = [
510 "codespan-reporting",
511 "proc-macro2",
512 "quote",
513 "syn",
514]
515
516[[package]]
517name = "cxxbridge-flags"
518version = "1.0.66"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "0a670224c6686471df12560a0b97a08145082e70bd38e2b0b5383b79e46c3da7"
521
522[[package]]
523name = "cxxbridge-macro"
524version = "1.0.66"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "7b700096ca0dece28d9535fdb17ab784a8ae155d7f29d39c273643e6292c9620"
527dependencies = [
528 "proc-macro2",
529 "quote",
530 "syn",
531]
532
533[[package]]
534name = "difflib"
535version = "0.4.0"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
538
539[[package]]
540name = "digest"
541version = "0.8.1"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
544dependencies = [
545 "generic-array",
546]
547
548[[package]]
549name = "doc-comment"
550version = "0.3.3"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
553
554[[package]]
555name = "either"
556version = "1.6.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
559
560[[package]]
561name = "env_logger"
562version = "0.7.1"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
565dependencies = [
566 "atty",
567 "humantime 1.3.0",
568 "log",
569 "regex",
570 "termcolor",
571]
572
573[[package]]
574name = "env_logger"
575version = "0.9.0"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
578dependencies = [
579 "atty",
580 "humantime 2.1.0",
581 "log",
582 "regex",
583 "termcolor",
584]
585
586[[package]]
587name = "fake-simd"
588version = "0.1.2"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
591
592[[package]]
593name = "fastrand"
594version = "1.7.0"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
597dependencies = [
598 "instant",
599]
600
601[[package]]
602name = "filedescriptor"
603version = "0.8.2"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
606dependencies = [
607 "libc",
608 "thiserror",
609 "winapi",
610]
611
612[[package]]
613name = "fuchsia-cprng"
614version = "0.1.1"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
617
618[[package]]
619name = "gag"
620version = "1.0.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972"
623dependencies = [
624 "filedescriptor",
625 "tempfile",
626]
627
628[[package]]
629name = "generic-array"
630version = "0.12.4"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
633dependencies = [
634 "typenum",
635]
636
637[[package]]
638name = "gimli"
639version = "0.26.1"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
642
643[[package]]
644name = "glob"
645version = "0.3.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
648
649[[package]]
650name = "handlebars"
651version = "4.2.2"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"
654dependencies = [
655 "log",
656 "pest",
657 "pest_derive",
658 "quick-error 2.0.1",
659 "serde",
660 "serde_json",
661]
662
663[[package]]
664name = "hashbrown"
665version = "0.11.2"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
668
669[[package]]
670name = "heck"
671version = "0.4.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
674
675[[package]]
676name = "hermit-abi"
677version = "0.1.19"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
680dependencies = [
681 "libc",
682]
683
684[[package]]
685name = "humantime"
686version = "1.3.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
689dependencies = [
690 "quick-error 1.2.3",
691]
692
693[[package]]
694name = "humantime"
695version = "2.1.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
698
699[[package]]
700name = "indexmap"
701version = "1.8.1"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
704dependencies = [
705 "autocfg",
706 "hashbrown",
707 "serde",
708]
709
710[[package]]
711name = "indoc"
712version = "1.0.4"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
715dependencies = [
716 "unindent",
717]
718
719[[package]]
720name = "instant"
721version = "0.1.12"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
724dependencies = [
725 "cfg-if",
726]
727
728[[package]]
729name = "is_ci"
730version = "1.1.1"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
733
734[[package]]
735name = "itertools"
736version = "0.9.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
739dependencies = [
740 "either",
741]
742
743[[package]]
744name = "itertools"
745version = "0.10.3"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
748dependencies = [
749 "either",
750]
751
752[[package]]
753name = "itoa"
754version = "1.0.1"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
757
758[[package]]
759name = "lazy_static"
760version = "1.4.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
763
764[[package]]
765name = "lazycell"
766version = "1.3.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
769
770[[package]]
771name = "libc"
772version = "0.2.123"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
775
776[[package]]
777name = "libloading"
778version = "0.7.3"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
781dependencies = [
782 "cfg-if",
783 "winapi",
784]
785
786[[package]]
787name = "link-cplusplus"
788version = "1.0.6"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8"
791dependencies = [
792 "cc",
793]
794
795[[package]]
796name = "log"
797version = "0.4.16"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
800dependencies = [
801 "cfg-if",
802]
803
804[[package]]
805name = "maplit"
806version = "1.0.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
809
810[[package]]
811name = "mdbook"
812version = "0.4.18"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
815dependencies = [
816 "anyhow",
817 "chrono",
818 "clap 3.1.9",
819 "clap_complete",
820 "env_logger 0.7.1",
821 "handlebars",
822 "lazy_static",
823 "log",
824 "memchr",
825 "opener",
826 "pulldown-cmark",
827 "regex",
828 "serde",
829 "serde_derive",
830 "serde_json",
831 "shlex",
832 "tempfile",
833 "toml",
834 "topological-sort",
835]
836
837[[package]]
838name = "memchr"
839version = "2.4.1"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
842
843[[package]]
844name = "memoffset"
845version = "0.6.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
848dependencies = [
849 "autocfg",
850]
851
852[[package]]
853name = "miette"
854version = "4.4.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "0a097de91d72c13382f60213ed9f7f7a26afd8bee0ea320b47f886a9a67ca5a1"
857dependencies = [
858 "atty",
859 "backtrace",
860 "miette-derive",
861 "once_cell",
862 "owo-colors",
863 "supports-color",
864 "supports-hyperlinks",
865 "supports-unicode",
866 "terminal_size",
867 "textwrap 0.15.0",
868 "thiserror",
869 "unicode-width",
870]
871
872[[package]]
873name = "miette-derive"
874version = "4.4.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "45a95a48d0bc28f9af628286e8a4da09f96f34a97744a2e9a5a4db9814ad527d"
877dependencies = [
878 "proc-macro2",
879 "quote",
880 "syn",
881]
882
883[[package]]
884name = "minimal-lexical"
885version = "0.2.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
888
889[[package]]
890name = "miniz_oxide"
891version = "0.4.4"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
894dependencies = [
895 "adler",
896 "autocfg",
897]
898
899[[package]]
900name = "moveit"
901version = "0.5.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "815d5988a1dd22f08bad572a83ee654563bb422ece5d5bce41f31ec49399dcb5"
904dependencies = [
905 "cxx",
906]
907
908[[package]]
909name = "nom"
910version = "7.1.1"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
913dependencies = [
914 "memchr",
915 "minimal-lexical",
916]
917
918[[package]]
919name = "num-integer"
920version = "0.1.44"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
923dependencies = [
924 "autocfg",
925 "num-traits",
926]
927
928[[package]]
929name = "num-traits"
930version = "0.2.14"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
933dependencies = [
934 "autocfg",
935]
936
937[[package]]
938name = "num_cpus"
939version = "1.13.1"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
942dependencies = [
943 "hermit-abi",
944 "libc",
945]
946
947[[package]]
948name = "object"
949version = "0.27.1"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
952dependencies = [
953 "memchr",
954]
955
956[[package]]
957name = "once_cell"
958version = "1.10.0"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
961
962[[package]]
963name = "opaque-debug"
964version = "0.2.3"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
967
968[[package]]
969name = "opener"
970version = "0.5.0"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
973dependencies = [
974 "bstr",
975 "winapi",
976]
977
978[[package]]
979name = "os_str_bytes"
980version = "6.0.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
983
984[[package]]
985name = "owo-colors"
986version = "3.3.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb"
989
990[[package]]
991name = "pathdiff"
992version = "0.2.1"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
995
996[[package]]
997name = "peeking_take_while"
998version = "0.1.2"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1001
1002[[package]]
1003name = "pest"
1004version = "2.1.3"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
1007dependencies = [
1008 "ucd-trie",
1009]
1010
1011[[package]]
1012name = "pest_derive"
1013version = "2.1.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
1016dependencies = [
1017 "pest",
1018 "pest_generator",
1019]
1020
1021[[package]]
1022name = "pest_generator"
1023version = "2.1.3"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
1026dependencies = [
1027 "pest",
1028 "pest_meta",
1029 "proc-macro2",
1030 "quote",
1031 "syn",
1032]
1033
1034[[package]]
1035name = "pest_meta"
1036version = "2.1.3"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
1039dependencies = [
1040 "maplit",
1041 "pest",
1042 "sha-1",
1043]
1044
1045[[package]]
1046name = "predicates"
1047version = "2.1.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
1050dependencies = [
1051 "difflib",
1052 "itertools 0.10.3",
1053 "predicates-core",
1054]
1055
1056[[package]]
1057name = "predicates-core"
1058version = "1.0.3"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
1061
1062[[package]]
1063name = "predicates-tree"
1064version = "1.0.5"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
1067dependencies = [
1068 "predicates-core",
1069 "termtree",
1070]
1071
1072[[package]]
1073name = "proc-macro-error"
1074version = "1.0.4"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1077dependencies = [
1078 "proc-macro-error-attr",
1079 "proc-macro2",
1080 "quote",
1081 "syn",
1082 "version_check",
1083]
1084
1085[[package]]
1086name = "proc-macro-error-attr"
1087version = "1.0.4"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1090dependencies = [
1091 "proc-macro2",
1092 "quote",
1093 "version_check",
1094]
1095
1096[[package]]
1097name = "proc-macro2"
1098version = "1.0.37"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
1101dependencies = [
1102 "unicode-xid",
1103]
1104
1105[[package]]
1106name = "pulldown-cmark"
1107version = "0.9.1"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
1110dependencies = [
1111 "bitflags",
1112 "memchr",
1113 "unicase",
1114]
1115
1116[[package]]
1117name = "quick-error"
1118version = "1.2.3"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1121
1122[[package]]
1123name = "quick-error"
1124version = "2.0.1"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1127
1128[[package]]
1129name = "quote"
1130version = "1.0.18"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
1133dependencies = [
1134 "proc-macro2",
1135]
1136
1137[[package]]
1138name = "rand"
1139version = "0.4.6"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1142dependencies = [
1143 "fuchsia-cprng",
1144 "libc",
1145 "rand_core 0.3.1",
1146 "rdrand",
1147 "winapi",
1148]
1149
1150[[package]]
1151name = "rand_core"
1152version = "0.3.1"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1155dependencies = [
1156 "rand_core 0.4.2",
1157]
1158
1159[[package]]
1160name = "rand_core"
1161version = "0.4.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1164
1165[[package]]
1166name = "rayon"
1167version = "1.5.2"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
1170dependencies = [
1171 "autocfg",
1172 "crossbeam-deque",
1173 "either",
1174 "rayon-core",
1175]
1176
1177[[package]]
1178name = "rayon-core"
1179version = "1.9.2"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
1182dependencies = [
1183 "crossbeam-channel",
1184 "crossbeam-deque",
1185 "crossbeam-utils",
1186 "num_cpus",
1187]
1188
1189[[package]]
1190name = "rdrand"
1191version = "0.4.0"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1194dependencies = [
1195 "rand_core 0.3.1",
1196]
1197
1198[[package]]
1199name = "redox_syscall"
1200version = "0.2.13"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
1203dependencies = [
1204 "bitflags",
1205]
1206
1207[[package]]
1208name = "regex"
1209version = "1.5.5"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
1212dependencies = [
1213 "aho-corasick",
1214 "memchr",
1215 "regex-syntax",
1216]
1217
1218[[package]]
1219name = "regex-automata"
1220version = "0.1.10"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1223
1224[[package]]
1225name = "regex-syntax"
1226version = "0.6.25"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
1229
1230[[package]]
1231name = "remove_dir_all"
1232version = "0.5.3"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1235dependencies = [
1236 "winapi",
1237]
1238
1239[[package]]
1240name = "rust_info"
1241version = "0.3.2"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d"
1244
1245[[package]]
1246name = "rustc-demangle"
1247version = "0.1.21"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
1250
1251[[package]]
1252name = "rustc-hash"
1253version = "1.1.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1256
1257[[package]]
1258name = "rustversion"
1259version = "1.0.6"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
1262
1263[[package]]
1264name = "ryu"
1265version = "1.0.9"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
1268
1269[[package]]
1270name = "scopeguard"
1271version = "1.1.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1274
1275[[package]]
1276name = "serde"
1277version = "1.0.136"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
1280dependencies = [
1281 "serde_derive",
1282]
1283
1284[[package]]
1285name = "serde_derive"
1286version = "1.0.136"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
1289dependencies = [
1290 "proc-macro2",
1291 "quote",
1292 "syn",
1293]
1294
1295[[package]]
1296name = "serde_json"
1297version = "1.0.79"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
1300dependencies = [
1301 "itoa",
1302 "ryu",
1303 "serde",
1304]
1305
1306[[package]]
1307name = "sha-1"
1308version = "0.8.2"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
1311dependencies = [
1312 "block-buffer",
1313 "digest",
1314 "fake-simd",
1315 "opaque-debug",
1316]
1317
1318[[package]]
1319name = "shlex"
1320version = "1.1.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1323
1324[[package]]
1325name = "smawk"
1326version = "0.3.1"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
1329
1330[[package]]
1331name = "strsim"
1332version = "0.8.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1335
1336[[package]]
1337name = "strsim"
1338version = "0.10.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1341
1342[[package]]
1343name = "strum_macros"
1344version = "0.24.0"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
1347dependencies = [
1348 "heck",
1349 "proc-macro2",
1350 "quote",
1351 "rustversion",
1352 "syn",
1353]
1354
1355[[package]]
1356name = "supports-color"
1357version = "1.3.0"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"
1360dependencies = [
1361 "atty",
1362 "is_ci",
1363]
1364
1365[[package]]
1366name = "supports-hyperlinks"
1367version = "1.2.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
1370dependencies = [
1371 "atty",
1372]
1373
1374[[package]]
1375name = "supports-unicode"
1376version = "1.0.2"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
1379dependencies = [
1380 "atty",
1381]
1382
1383[[package]]
1384name = "syn"
1385version = "1.0.91"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
1388dependencies = [
1389 "proc-macro2",
1390 "quote",
1391 "unicode-xid",
1392]
1393
1394[[package]]
1395name = "tempdir"
1396version = "0.3.7"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1399dependencies = [
1400 "rand",
1401 "remove_dir_all",
1402]
1403
1404[[package]]
1405name = "tempfile"
1406version = "3.3.0"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1409dependencies = [
1410 "cfg-if",
1411 "fastrand",
1412 "libc",
1413 "redox_syscall",
1414 "remove_dir_all",
1415 "winapi",
1416]
1417
1418[[package]]
1419name = "termcolor"
1420version = "1.1.3"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1423dependencies = [
1424 "winapi-util",
1425]
1426
1427[[package]]
1428name = "terminal_size"
1429version = "0.1.17"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1432dependencies = [
1433 "libc",
1434 "winapi",
1435]
1436
1437[[package]]
1438name = "termtree"
1439version = "0.2.4"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
1442
1443[[package]]
1444name = "test-log"
1445version = "0.2.10"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735"
1448dependencies = [
1449 "proc-macro2",
1450 "quote",
1451 "syn",
1452]
1453
1454[[package]]
1455name = "textwrap"
1456version = "0.11.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1459dependencies = [
1460 "unicode-width",
1461]
1462
1463[[package]]
1464name = "textwrap"
1465version = "0.15.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
1468dependencies = [
1469 "smawk",
1470 "unicode-linebreak",
1471 "unicode-width",
1472]
1473
1474[[package]]
1475name = "thiserror"
1476version = "1.0.30"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
1479dependencies = [
1480 "thiserror-impl",
1481]
1482
1483[[package]]
1484name = "thiserror-impl"
1485version = "1.0.30"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
1488dependencies = [
1489 "proc-macro2",
1490 "quote",
1491 "syn",
1492]
1493
1494[[package]]
1495name = "time"
1496version = "0.1.44"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1499dependencies = [
1500 "libc",
1501 "wasi",
1502 "winapi",
1503]
1504
1505[[package]]
1506name = "toml"
1507version = "0.5.9"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
1510dependencies = [
1511 "serde",
1512]
1513
1514[[package]]
1515name = "topological-sort"
1516version = "0.1.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
1519
1520[[package]]
1521name = "trybuild"
1522version = "1.0.59"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "606ab3fe0065741fdbb51f64bcb6ba76f13fad49f1723030041826c631782764"
1525dependencies = [
1526 "glob",
1527 "once_cell",
1528 "serde",
1529 "serde_derive",
1530 "serde_json",
1531 "termcolor",
1532 "toml",
1533]
1534
1535[[package]]
1536name = "typenum"
1537version = "1.15.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1540
1541[[package]]
1542name = "ucd-trie"
1543version = "0.1.3"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1546
1547[[package]]
1548name = "unicase"
1549version = "2.6.0"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1552dependencies = [
1553 "version_check",
1554]
1555
1556[[package]]
1557name = "unicode-linebreak"
1558version = "0.1.2"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
1561dependencies = [
1562 "regex",
1563]
1564
1565[[package]]
1566name = "unicode-width"
1567version = "0.1.9"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1570
1571[[package]]
1572name = "unicode-xid"
1573version = "0.2.2"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1576
1577[[package]]
1578name = "unindent"
1579version = "0.1.8"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
1582
1583[[package]]
1584name = "vec_map"
1585version = "0.8.2"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1588
1589[[package]]
1590name = "version_check"
1591version = "0.9.4"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1594
1595[[package]]
1596name = "wait-timeout"
1597version = "0.2.0"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
1600dependencies = [
1601 "libc",
1602]
1603
1604[[package]]
1605name = "wasi"
1606version = "0.10.0+wasi-snapshot-preview1"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1609
1610[[package]]
1611name = "which"
1612version = "4.2.5"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
1615dependencies = [
1616 "either",
1617 "lazy_static",
1618 "libc",
1619]
1620
1621[[package]]
1622name = "winapi"
1623version = "0.3.9"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1626dependencies = [
1627 "winapi-i686-pc-windows-gnu",
1628 "winapi-x86_64-pc-windows-gnu",
1629]
1630
1631[[package]]
1632name = "winapi-i686-pc-windows-gnu"
1633version = "0.4.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1636
1637[[package]]
1638name = "winapi-util"
1639version = "0.1.5"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1642dependencies = [
1643 "winapi",
1644]
1645
1646[[package]]
1647name = "winapi-x86_64-pc-windows-gnu"
1648version = "0.4.0"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"