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