1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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 = "adler32"
22version = "1.2.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
25
26[[package]]
27name = "aho-corasick"
28version = "0.7.20"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
31dependencies = [
32 "memchr",
33]
34
35[[package]]
36name = "aho-corasick"
37version = "1.0.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
40dependencies = [
41 "memchr",
42]
43
44[[package]]
45name = "ammonia"
46version = "3.3.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
49dependencies = [
50 "html5ever",
51 "maplit",
52 "once_cell",
53 "tendril",
54 "url 2.3.1",
55]
56
57[[package]]
58name = "android_system_properties"
59version = "0.1.5"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
62dependencies = [
63 "libc",
64]
65
66[[package]]
67name = "ansi_term"
68version = "0.12.1"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
71dependencies = [
72 "winapi 0.3.9",
73]
74
75[[package]]
76name = "atty"
77version = "0.2.14"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
80dependencies = [
81 "hermit-abi 0.1.19",
82 "libc",
83 "winapi 0.3.9",
84]
85
86[[package]]
87name = "autocfg"
88version = "0.1.8"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
91dependencies = [
92 "autocfg 1.1.0",
93]
94
95[[package]]
96name = "autocfg"
97version = "1.1.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
100
101[[package]]
102name = "backtrace"
103version = "0.3.67"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
106dependencies = [
107 "addr2line",
108 "cc",
109 "cfg-if 1.0.0",
110 "libc",
111 "miniz_oxide 0.6.2",
112 "object",
113 "rustc-demangle",
114]
115
116[[package]]
117name = "base64"
118version = "0.9.3"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
121dependencies = [
122 "byteorder",
123 "safemem",
124]
125
126[[package]]
127name = "base64"
128version = "0.10.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
131dependencies = [
132 "byteorder",
133]
134
135[[package]]
136name = "base64"
137version = "0.11.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
140
141[[package]]
142name = "bincode"
143version = "1.3.3"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
146dependencies = [
147 "serde",
148]
149
150[[package]]
151name = "bitflags"
152version = "1.3.2"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
155
156[[package]]
157name = "block-buffer"
158version = "0.7.3"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
161dependencies = [
162 "block-padding",
163 "byte-tools",
164 "byteorder",
165 "generic-array 0.12.4",
166]
167
168[[package]]
169name = "block-buffer"
170version = "0.10.4"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
173dependencies = [
174 "generic-array 0.14.7",
175]
176
177[[package]]
178name = "block-padding"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
182dependencies = [
183 "byte-tools",
184]
185
186[[package]]
187name = "bstr"
188version = "1.4.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
191dependencies = [
192 "memchr",
193 "serde",
194]
195
196[[package]]
197name = "bumpalo"
198version = "3.12.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
201
202[[package]]
203name = "byte-tools"
204version = "0.3.1"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
207
208[[package]]
209name = "byteorder"
210version = "1.4.3"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
213
214[[package]]
215name = "bytes"
216version = "0.4.12"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
219dependencies = [
220 "byteorder",
221 "iovec",
222]
223
224[[package]]
225name = "cc"
226version = "1.0.79"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
229
230[[package]]
231name = "cfg-if"
232version = "0.1.10"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
235
236[[package]]
237name = "cfg-if"
238version = "1.0.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
241
242[[package]]
243name = "chrono"
244version = "0.4.24"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
247dependencies = [
248 "iana-time-zone",
249 "js-sys",
250 "num-integer",
251 "num-traits",
252 "time",
253 "wasm-bindgen",
254 "winapi 0.3.9",
255]
256
257[[package]]
258name = "clap"
259version = "2.34.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
262dependencies = [
263 "ansi_term",
264 "atty",
265 "bitflags",
266 "strsim",
267 "term_size",
268 "textwrap",
269 "unicode-width",
270 "vec_map",
271]
272
273[[package]]
274name = "cloudabi"
275version = "0.0.3"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
278dependencies = [
279 "bitflags",
280]
281
282[[package]]
283name = "color_quant"
284version = "1.1.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
287
288[[package]]
289name = "core-foundation-sys"
290version = "0.8.4"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
293
294[[package]]
295name = "cpufeatures"
296version = "0.2.7"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
299dependencies = [
300 "libc",
301]
302
303[[package]]
304name = "crc32fast"
305version = "1.3.2"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
308dependencies = [
309 "cfg-if 1.0.0",
310]
311
312[[package]]
313name = "crossbeam-channel"
314version = "0.5.8"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
317dependencies = [
318 "cfg-if 1.0.0",
319 "crossbeam-utils",
320]
321
322[[package]]
323name = "crossbeam-deque"
324version = "0.8.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
327dependencies = [
328 "cfg-if 1.0.0",
329 "crossbeam-epoch",
330 "crossbeam-utils",
331]
332
333[[package]]
334name = "crossbeam-epoch"
335version = "0.9.14"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
338dependencies = [
339 "autocfg 1.1.0",
340 "cfg-if 1.0.0",
341 "crossbeam-utils",
342 "memoffset",
343 "scopeguard",
344]
345
346[[package]]
347name = "crossbeam-utils"
348version = "0.8.15"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
351dependencies = [
352 "cfg-if 1.0.0",
353]
354
355[[package]]
356name = "crypto-common"
357version = "0.1.6"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
360dependencies = [
361 "generic-array 0.14.7",
362 "typenum",
363]
364
365[[package]]
366name = "darling"
367version = "0.8.6"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
370dependencies = [
371 "darling_core",
372 "darling_macro",
373]
374
375[[package]]
376name = "darling_core"
377version = "0.8.6"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
380dependencies = [
381 "fnv",
382 "ident_case",
383 "proc-macro2 0.4.30",
384 "quote 0.6.13",
385 "syn 0.15.44",
386]
387
388[[package]]
389name = "darling_macro"
390version = "0.8.6"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
393dependencies = [
394 "darling_core",
395 "quote 0.6.13",
396 "syn 0.15.44",
397]
398
399[[package]]
400name = "deflate"
401version = "0.7.20"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
404dependencies = [
405 "adler32",
406 "byteorder",
407]
408
409[[package]]
410name = "digest"
411version = "0.8.1"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
414dependencies = [
415 "generic-array 0.12.4",
416]
417
418[[package]]
419name = "digest"
420version = "0.10.6"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
423dependencies = [
424 "block-buffer 0.10.4",
425 "crypto-common",
426]
427
428[[package]]
429name = "either"
430version = "1.8.1"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
433
434[[package]]
435name = "elasticlunr-rs"
436version = "2.3.14"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "60eee99ae400fb1c4521ea3bd678994cb66572754d240449368e8ecd40281569"
439dependencies = [
440 "lazy_static",
441 "regex",
442 "serde",
443 "serde_derive",
444 "serde_json",
445 "strum",
446 "strum_macros",
447]
448
449[[package]]
450name = "env_logger"
451version = "0.6.2"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
454dependencies = [
455 "atty",
456 "humantime",
457 "log 0.4.17",
458 "regex",
459 "termcolor",
460]
461
462[[package]]
463name = "env_logger"
464version = "0.7.1"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
467dependencies = [
468 "atty",
469 "humantime",
470 "log 0.4.17",
471 "regex",
472 "termcolor",
473]
474
475[[package]]
476name = "errno"
477version = "0.3.1"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
480dependencies = [
481 "errno-dragonfly",
482 "libc",
483 "windows-sys 0.48.0",
484]
485
486[[package]]
487name = "errno-dragonfly"
488version = "0.1.2"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
491dependencies = [
492 "cc",
493 "libc",
494]
495
496[[package]]
497name = "error-chain"
498version = "0.12.4"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
501dependencies = [
502 "backtrace",
503 "version_check 0.9.4",
504]
505
506[[package]]
507name = "failure"
508version = "0.1.8"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
511dependencies = [
512 "backtrace",
513 "failure_derive",
514]
515
516[[package]]
517name = "failure_derive"
518version = "0.1.8"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
521dependencies = [
522 "proc-macro2 1.0.56",
523 "quote 1.0.27",
524 "syn 1.0.109",
525 "synstructure",
526]
527
528[[package]]
529name = "fake-simd"
530version = "0.1.2"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
533
534[[package]]
535name = "fastrand"
536version = "1.9.0"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
539dependencies = [
540 "instant",
541]
542
543[[package]]
544name = "filetime"
545version = "0.2.21"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
548dependencies = [
549 "cfg-if 1.0.0",
550 "libc",
551 "redox_syscall 0.2.16",
552 "windows-sys 0.48.0",
553]
554
555[[package]]
556name = "flate2"
557version = "1.0.26"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
560dependencies = [
561 "crc32fast",
562 "miniz_oxide 0.7.1",
563]
564
565[[package]]
566name = "fnv"
567version = "1.0.7"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
570
571[[package]]
572name = "form_urlencoded"
573version = "1.1.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
576dependencies = [
577 "percent-encoding 2.2.0",
578]
579
580[[package]]
581name = "fsevent"
582version = "0.4.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
585dependencies = [
586 "bitflags",
587 "fsevent-sys",
588]
589
590[[package]]
591name = "fsevent-sys"
592version = "2.0.1"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
595dependencies = [
596 "libc",
597]
598
599[[package]]
600name = "fuchsia-cprng"
601version = "0.1.1"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
604
605[[package]]
606name = "fuchsia-zircon"
607version = "0.3.3"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
610dependencies = [
611 "bitflags",
612 "fuchsia-zircon-sys",
613]
614
615[[package]]
616name = "fuchsia-zircon-sys"
617version = "0.3.3"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
620
621[[package]]
622name = "futf"
623version = "0.1.5"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
626dependencies = [
627 "mac",
628 "new_debug_unreachable",
629]
630
631[[package]]
632name = "generic-array"
633version = "0.12.4"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
636dependencies = [
637 "typenum",
638]
639
640[[package]]
641name = "generic-array"
642version = "0.14.7"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
645dependencies = [
646 "typenum",
647 "version_check 0.9.4",
648]
649
650[[package]]
651name = "gethostname"
652version = "0.2.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
655dependencies = [
656 "libc",
657 "winapi 0.3.9",
658]
659
660[[package]]
661name = "getopts"
662version = "0.2.21"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
665dependencies = [
666 "unicode-width",
667]
668
669[[package]]
670name = "getrandom"
671version = "0.1.16"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
674dependencies = [
675 "cfg-if 1.0.0",
676 "libc",
677 "wasi 0.9.0+wasi-snapshot-preview1",
678]
679
680[[package]]
681name = "getrandom"
682version = "0.2.9"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
685dependencies = [
686 "cfg-if 1.0.0",
687 "libc",
688 "wasi 0.11.0+wasi-snapshot-preview1",
689]
690
691[[package]]
692name = "gif"
693version = "0.10.3"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
696dependencies = [
697 "color_quant",
698 "lzw",
699]
700
701[[package]]
702name = "gimli"
703version = "0.27.2"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
706
707[[package]]
708name = "gitignore"
709version = "1.0.8"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "7d051488d9a601181a9b90c9ad8ae7e8251d642ddd2463008f2f5019d255bd89"
712dependencies = [
713 "glob",
714]
715
716[[package]]
717name = "glob"
718version = "0.3.1"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
721
722[[package]]
723name = "globset"
724version = "0.4.10"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
727dependencies = [
728 "aho-corasick 0.7.20",
729 "bstr",
730 "fnv",
731 "log 0.4.17",
732 "regex",
733]
734
735[[package]]
736name = "handlebars"
737version = "3.0.1"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
740dependencies = [
741 "log 0.4.17",
742 "pest",
743 "pest_derive",
744 "quick-error",
745 "serde",
746 "serde_json",
747]
748
749[[package]]
750name = "heck"
751version = "0.3.3"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
754dependencies = [
755 "unicode-segmentation",
756]
757
758[[package]]
759name = "hermit-abi"
760version = "0.1.19"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
763dependencies = [
764 "libc",
765]
766
767[[package]]
768name = "hermit-abi"
769version = "0.2.6"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
772dependencies = [
773 "libc",
774]
775
776[[package]]
777name = "hermit-abi"
778version = "0.3.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
781
782[[package]]
783name = "html5ever"
784version = "0.26.0"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
787dependencies = [
788 "log 0.4.17",
789 "mac",
790 "markup5ever",
791 "proc-macro2 1.0.56",
792 "quote 1.0.27",
793 "syn 1.0.109",
794]
795
796[[package]]
797name = "httparse"
798version = "1.8.0"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
801
802[[package]]
803name = "humantime"
804version = "1.3.0"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
807dependencies = [
808 "quick-error",
809]
810
811[[package]]
812name = "hyper"
813version = "0.10.16"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
816dependencies = [
817 "base64 0.9.3",
818 "httparse",
819 "language-tags",
820 "log 0.3.9",
821 "mime 0.2.6",
822 "num_cpus",
823 "time",
824 "traitobject",
825 "typeable",
826 "unicase 1.4.2",
827 "url 1.7.2",
828]
829
830[[package]]
831name = "iana-time-zone"
832version = "0.1.56"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
835dependencies = [
836 "android_system_properties",
837 "core-foundation-sys",
838 "iana-time-zone-haiku",
839 "js-sys",
840 "wasm-bindgen",
841 "windows",
842]
843
844[[package]]
845name = "iana-time-zone-haiku"
846version = "0.1.2"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
849dependencies = [
850 "cc",
851]
852
853[[package]]
854name = "ident_case"
855version = "1.0.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
858
859[[package]]
860name = "idna"
861version = "0.1.5"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
864dependencies = [
865 "matches",
866 "unicode-bidi",
867 "unicode-normalization",
868]
869
870[[package]]
871name = "idna"
872version = "0.3.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
875dependencies = [
876 "unicode-bidi",
877 "unicode-normalization",
878]
879
880[[package]]
881name = "image"
882version = "0.22.5"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a"
885dependencies = [
886 "byteorder",
887 "gif",
888 "jpeg-decoder",
889 "num-iter",
890 "num-rational",
891 "num-traits",
892 "png",
893 "scoped_threadpool",
894 "tiff",
895]
896
897[[package]]
898name = "inflate"
899version = "0.4.5"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
902dependencies = [
903 "adler32",
904]
905
906[[package]]
907name = "inotify"
908version = "0.7.1"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
911dependencies = [
912 "bitflags",
913 "inotify-sys",
914 "libc",
915]
916
917[[package]]
918name = "inotify-sys"
919version = "0.1.5"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
922dependencies = [
923 "libc",
924]
925
926[[package]]
927name = "instant"
928version = "0.1.12"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
931dependencies = [
932 "cfg-if 1.0.0",
933]
934
935[[package]]
936name = "io-lifetimes"
937version = "1.0.10"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
940dependencies = [
941 "hermit-abi 0.3.1",
942 "libc",
943 "windows-sys 0.48.0",
944]
945
946[[package]]
947name = "iovec"
948version = "0.1.4"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
951dependencies = [
952 "libc",
953]
954
955[[package]]
956name = "iron"
957version = "0.6.1"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "c6d308ca2d884650a8bf9ed2ff4cb13fbb2207b71f64cda11dc9b892067295e8"
960dependencies = [
961 "hyper",
962 "log 0.3.9",
963 "mime_guess",
964 "modifier",
965 "num_cpus",
966 "plugin",
967 "typemap",
968 "url 1.7.2",
969]
970
971[[package]]
972name = "is-match"
973version = "0.1.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
976
977[[package]]
978name = "itertools"
979version = "0.8.2"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
982dependencies = [
983 "either",
984]
985
986[[package]]
987name = "itoa"
988version = "1.0.6"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
991
992[[package]]
993name = "jpeg-decoder"
994version = "0.1.22"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
997dependencies = [
998 "rayon",
999]
1000
1001[[package]]
1002name = "js-sys"
1003version = "0.3.62"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
1006dependencies = [
1007 "wasm-bindgen",
1008]
1009
1010[[package]]
1011name = "kernel32-sys"
1012version = "0.2.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1015dependencies = [
1016 "winapi 0.2.8",
1017 "winapi-build",
1018]
1019
1020[[package]]
1021name = "language-tags"
1022version = "0.2.2"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
1025
1026[[package]]
1027name = "lazy_static"
1028version = "1.4.0"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1031
1032[[package]]
1033name = "lazycell"
1034version = "1.3.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1037
1038[[package]]
1039name = "libc"
1040version = "0.2.144"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
1043
1044[[package]]
1045name = "line-wrap"
1046version = "0.1.1"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1049dependencies = [
1050 "safemem",
1051]
1052
1053[[package]]
1054name = "linked-hash-map"
1055version = "0.5.6"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1058
1059[[package]]
1060name = "linux-raw-sys"
1061version = "0.3.7"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
1064
1065[[package]]
1066name = "lock_api"
1067version = "0.4.9"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1070dependencies = [
1071 "autocfg 1.1.0",
1072 "scopeguard",
1073]
1074
1075[[package]]
1076name = "log"
1077version = "0.3.9"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
1080dependencies = [
1081 "log 0.4.17",
1082]
1083
1084[[package]]
1085name = "log"
1086version = "0.4.17"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1089dependencies = [
1090 "cfg-if 1.0.0",
1091]
1092
1093[[package]]
1094name = "lzw"
1095version = "0.10.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
1098
1099[[package]]
1100name = "mac"
1101version = "0.1.1"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1104
1105[[package]]
1106name = "maplit"
1107version = "1.0.2"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1110
1111[[package]]
1112name = "markup5ever"
1113version = "0.11.0"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
1116dependencies = [
1117 "log 0.4.17",
1118 "phf 0.10.1",
1119 "phf_codegen 0.10.0",
1120 "string_cache",
1121 "string_cache_codegen",
1122 "tendril",
1123]
1124
1125[[package]]
1126name = "matches"
1127version = "0.1.10"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1130
1131[[package]]
1132name = "mdbook"
1133version = "0.3.7"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159"
1136dependencies = [
1137 "ammonia",
1138 "chrono",
1139 "clap",
1140 "elasticlunr-rs",
1141 "env_logger 0.6.2",
1142 "error-chain",
1143 "gitignore",
1144 "handlebars",
1145 "iron",
1146 "itertools",
1147 "lazy_static",
1148 "log 0.4.17",
1149 "memchr",
1150 "notify",
1151 "open",
1152 "pulldown-cmark 0.6.1",
1153 "regex",
1154 "serde",
1155 "serde_derive",
1156 "serde_json",
1157 "shlex",
1158 "staticfile",
1159 "tempfile",
1160 "toml",
1161 "toml-query",
1162 "ws",
1163]
1164
1165[[package]]
1166name = "mdcat"
1167version = "0.15.0"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "a95a756c025b1c1a2e84a869fd690ee239ca4af65a8209191d04736e19ba9f08"
1170dependencies = [
1171 "ansi_term",
1172 "base64 0.11.0",
1173 "clap",
1174 "failure",
1175 "gethostname",
1176 "image",
1177 "mime 0.3.17",
1178 "pulldown-cmark 0.6.1",
1179 "syntect",
1180 "term_size",
1181 "url 2.3.1",
1182]
1183
1184[[package]]
1185name = "memchr"
1186version = "2.5.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1189
1190[[package]]
1191name = "memoffset"
1192version = "0.8.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1195dependencies = [
1196 "autocfg 1.1.0",
1197]
1198
1199[[package]]
1200name = "mime"
1201version = "0.2.6"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
1204dependencies = [
1205 "log 0.3.9",
1206]
1207
1208[[package]]
1209name = "mime"
1210version = "0.3.17"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1213
1214[[package]]
1215name = "mime_guess"
1216version = "1.8.8"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3"
1219dependencies = [
1220 "mime 0.2.6",
1221 "phf 0.7.24",
1222 "phf_codegen 0.7.24",
1223 "unicase 1.4.2",
1224]
1225
1226[[package]]
1227name = "miniz_oxide"
1228version = "0.6.2"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1231dependencies = [
1232 "adler",
1233]
1234
1235[[package]]
1236name = "miniz_oxide"
1237version = "0.7.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1240dependencies = [
1241 "adler",
1242]
1243
1244[[package]]
1245name = "mio"
1246version = "0.6.23"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1249dependencies = [
1250 "cfg-if 0.1.10",
1251 "fuchsia-zircon",
1252 "fuchsia-zircon-sys",
1253 "iovec",
1254 "kernel32-sys",
1255 "libc",
1256 "log 0.4.17",
1257 "miow",
1258 "net2",
1259 "slab",
1260 "winapi 0.2.8",
1261]
1262
1263[[package]]
1264name = "mio-extras"
1265version = "2.0.6"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1268dependencies = [
1269 "lazycell",
1270 "log 0.4.17",
1271 "mio",
1272 "slab",
1273]
1274
1275[[package]]
1276name = "miow"
1277version = "0.2.2"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1280dependencies = [
1281 "kernel32-sys",
1282 "net2",
1283 "winapi 0.2.8",
1284 "ws2_32-sys",
1285]
1286
1287[[package]]
1288name = "modifier"
1289version = "0.1.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58"
1292
1293[[package]]
1294name = "mount"
1295version = "0.4.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "e25c06012941aaf8c75f2eaf7ec5c48cf69f9fc489ab3eb3589edc107e386f0b"
1298dependencies = [
1299 "iron",
1300 "sequence_trie",
1301]
1302
1303[[package]]
1304name = "net2"
1305version = "0.2.38"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
1308dependencies = [
1309 "cfg-if 0.1.10",
1310 "libc",
1311 "winapi 0.3.9",
1312]
1313
1314[[package]]
1315name = "new_debug_unreachable"
1316version = "1.0.4"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1319
1320[[package]]
1321name = "notify"
1322version = "4.0.17"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
1325dependencies = [
1326 "bitflags",
1327 "filetime",
1328 "fsevent",
1329 "fsevent-sys",
1330 "inotify",
1331 "libc",
1332 "mio",
1333 "mio-extras",
1334 "walkdir",
1335 "winapi 0.3.9",
1336]
1337
1338[[package]]
1339name = "num-derive"
1340version = "0.2.5"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
1343dependencies = [
1344 "proc-macro2 0.4.30",
1345 "quote 0.6.13",
1346 "syn 0.15.44",
1347]
1348
1349[[package]]
1350name = "num-integer"
1351version = "0.1.45"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1354dependencies = [
1355 "autocfg 1.1.0",
1356 "num-traits",
1357]
1358
1359[[package]]
1360name = "num-iter"
1361version = "0.1.43"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
1364dependencies = [
1365 "autocfg 1.1.0",
1366 "num-integer",
1367 "num-traits",
1368]
1369
1370[[package]]
1371name = "num-rational"
1372version = "0.2.4"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
1375dependencies = [
1376 "autocfg 1.1.0",
1377 "num-integer",
1378 "num-traits",
1379]
1380
1381[[package]]
1382name = "num-traits"
1383version = "0.2.15"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1386dependencies = [
1387 "autocfg 1.1.0",
1388]
1389
1390[[package]]
1391name = "num_cpus"
1392version = "1.15.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1395dependencies = [
1396 "hermit-abi 0.2.6",
1397 "libc",
1398]
1399
1400[[package]]
1401name = "object"
1402version = "0.30.3"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
1405dependencies = [
1406 "memchr",
1407]
1408
1409[[package]]
1410name = "once_cell"
1411version = "1.17.1"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1414
1415[[package]]
1416name = "onig"
1417version = "4.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "8518fcb2b1b8c2f45f0ad499df4fda6087fc3475ca69a185c173b8315d2fb383"
1420dependencies = [
1421 "bitflags",
1422 "lazy_static",
1423 "libc",
1424 "onig_sys",
1425]
1426
1427[[package]]
1428name = "onig_sys"
1429version = "69.1.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0"
1432dependencies = [
1433 "cc",
1434 "pkg-config",
1435]
1436
1437[[package]]
1438name = "opaque-debug"
1439version = "0.2.3"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
1442
1443[[package]]
1444name = "open"
1445version = "1.7.1"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "dcea7a30d6b81a2423cc59c43554880feff7b57d12916f231a79f8d6d9470201"
1448dependencies = [
1449 "pathdiff",
1450 "winapi 0.3.9",
1451]
1452
1453[[package]]
1454name = "parking_lot"
1455version = "0.12.1"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1458dependencies = [
1459 "lock_api",
1460 "parking_lot_core",
1461]
1462
1463[[package]]
1464name = "parking_lot_core"
1465version = "0.9.7"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
1468dependencies = [
1469 "cfg-if 1.0.0",
1470 "libc",
1471 "redox_syscall 0.2.16",
1472 "smallvec",
1473 "windows-sys 0.45.0",
1474]
1475
1476[[package]]
1477name = "pathdiff"
1478version = "0.2.1"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1481
1482[[package]]
1483name = "percent-encoding"
1484version = "1.0.1"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1487
1488[[package]]
1489name = "percent-encoding"
1490version = "2.2.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1493
1494[[package]]
1495name = "pest"
1496version = "2.6.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
1499dependencies = [
1500 "thiserror",
1501 "ucd-trie",
1502]
1503
1504[[package]]
1505name = "pest_derive"
1506version = "2.6.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
1509dependencies = [
1510 "pest",
1511 "pest_generator",
1512]
1513
1514[[package]]
1515name = "pest_generator"
1516version = "2.6.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
1519dependencies = [
1520 "pest",
1521 "pest_meta",
1522 "proc-macro2 1.0.56",
1523 "quote 1.0.27",
1524 "syn 2.0.16",
1525]
1526
1527[[package]]
1528name = "pest_meta"
1529version = "2.6.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
1532dependencies = [
1533 "once_cell",
1534 "pest",
1535 "sha2",
1536]
1537
1538[[package]]
1539name = "phf"
1540version = "0.7.24"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
1543dependencies = [
1544 "phf_shared 0.7.24",
1545]
1546
1547[[package]]
1548name = "phf"
1549version = "0.10.1"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
1552dependencies = [
1553 "phf_shared 0.10.0",
1554]
1555
1556[[package]]
1557name = "phf_codegen"
1558version = "0.7.24"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
1561dependencies = [
1562 "phf_generator 0.7.24",
1563 "phf_shared 0.7.24",
1564]
1565
1566[[package]]
1567name = "phf_codegen"
1568version = "0.10.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
1571dependencies = [
1572 "phf_generator 0.10.0",
1573 "phf_shared 0.10.0",
1574]
1575
1576[[package]]
1577name = "phf_generator"
1578version = "0.7.24"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
1581dependencies = [
1582 "phf_shared 0.7.24",
1583 "rand 0.6.5",
1584]
1585
1586[[package]]
1587name = "phf_generator"
1588version = "0.10.0"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1591dependencies = [
1592 "phf_shared 0.10.0",
1593 "rand 0.8.5",
1594]
1595
1596[[package]]
1597name = "phf_shared"
1598version = "0.7.24"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
1601dependencies = [
1602 "siphasher 0.2.3",
1603 "unicase 1.4.2",
1604]
1605
1606[[package]]
1607name = "phf_shared"
1608version = "0.10.0"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1611dependencies = [
1612 "siphasher 0.3.10",
1613]
1614
1615[[package]]
1616name = "pkg-config"
1617version = "0.3.27"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1620
1621[[package]]
1622name = "plist"
1623version = "0.4.2"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "5f2a9f075f6394100e7c105ed1af73fb1859d6fd14e49d4290d578120beb167f"
1626dependencies = [
1627 "base64 0.10.1",
1628 "byteorder",
1629 "humantime",
1630 "line-wrap",
1631 "serde",
1632 "xml-rs",
1633]
1634
1635[[package]]
1636name = "plugin"
1637version = "0.2.6"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0"
1640dependencies = [
1641 "typemap",
1642]
1643
1644[[package]]
1645name = "png"
1646version = "0.15.3"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283"
1649dependencies = [
1650 "bitflags",
1651 "crc32fast",
1652 "deflate",
1653 "inflate",
1654]
1655
1656[[package]]
1657name = "ppv-lite86"
1658version = "0.2.17"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1661
1662[[package]]
1663name = "precomputed-hash"
1664version = "0.1.1"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1667
1668[[package]]
1669name = "proc-macro2"
1670version = "0.4.30"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
1673dependencies = [
1674 "unicode-xid 0.1.0",
1675]
1676
1677[[package]]
1678name = "proc-macro2"
1679version = "1.0.56"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1682dependencies = [
1683 "unicode-ident",
1684]
1685
1686[[package]]
1687name = "pulldown-cmark"
1688version = "0.6.1"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e"
1691dependencies = [
1692 "bitflags",
1693 "getopts",
1694 "memchr",
1695 "unicase 2.6.0",
1696]
1697
1698[[package]]
1699name = "pulldown-cmark"
1700version = "0.7.2"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
1703dependencies = [
1704 "bitflags",
1705 "memchr",
1706 "unicase 2.6.0",
1707]
1708
1709[[package]]
1710name = "pulldown-cmark-to-cmark"
1711version = "2.0.1"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "bf89659b1da0800e093162bc6f9305d896393af721cc88ffdb86a4b20760fe89"
1714dependencies = [
1715 "pulldown-cmark 0.6.1",
1716]
1717
1718[[package]]
1719name = "pulldown-cmark-to-cmark"
1720version = "4.0.2"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "cffb594e453d29e238ac190362a4a291daec00396717a8d1670863121ac56958"
1723dependencies = [
1724 "pulldown-cmark 0.7.2",
1725]
1726
1727[[package]]
1728name = "quick-error"
1729version = "1.2.3"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1732
1733[[package]]
1734name = "quote"
1735version = "0.6.13"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
1738dependencies = [
1739 "proc-macro2 0.4.30",
1740]
1741
1742[[package]]
1743name = "quote"
1744version = "1.0.27"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1747dependencies = [
1748 "proc-macro2 1.0.56",
1749]
1750
1751[[package]]
1752name = "rand"
1753version = "0.6.5"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1756dependencies = [
1757 "autocfg 0.1.8",
1758 "libc",
1759 "rand_chacha 0.1.1",
1760 "rand_core 0.4.2",
1761 "rand_hc 0.1.0",
1762 "rand_isaac",
1763 "rand_jitter",
1764 "rand_os",
1765 "rand_pcg",
1766 "rand_xorshift",
1767 "winapi 0.3.9",
1768]
1769
1770[[package]]
1771name = "rand"
1772version = "0.7.3"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1775dependencies = [
1776 "getrandom 0.1.16",
1777 "libc",
1778 "rand_chacha 0.2.2",
1779 "rand_core 0.5.1",
1780 "rand_hc 0.2.0",
1781]
1782
1783[[package]]
1784name = "rand"
1785version = "0.8.5"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1788dependencies = [
1789 "libc",
1790 "rand_chacha 0.3.1",
1791 "rand_core 0.6.4",
1792]
1793
1794[[package]]
1795name = "rand_chacha"
1796version = "0.1.1"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1799dependencies = [
1800 "autocfg 0.1.8",
1801 "rand_core 0.3.1",
1802]
1803
1804[[package]]
1805name = "rand_chacha"
1806version = "0.2.2"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1809dependencies = [
1810 "ppv-lite86",
1811 "rand_core 0.5.1",
1812]
1813
1814[[package]]
1815name = "rand_chacha"
1816version = "0.3.1"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1819dependencies = [
1820 "ppv-lite86",
1821 "rand_core 0.6.4",
1822]
1823
1824[[package]]
1825name = "rand_core"
1826version = "0.3.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1829dependencies = [
1830 "rand_core 0.4.2",
1831]
1832
1833[[package]]
1834name = "rand_core"
1835version = "0.4.2"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1838
1839[[package]]
1840name = "rand_core"
1841version = "0.5.1"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1844dependencies = [
1845 "getrandom 0.1.16",
1846]
1847
1848[[package]]
1849name = "rand_core"
1850version = "0.6.4"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1853dependencies = [
1854 "getrandom 0.2.9",
1855]
1856
1857[[package]]
1858name = "rand_hc"
1859version = "0.1.0"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1862dependencies = [
1863 "rand_core 0.3.1",
1864]
1865
1866[[package]]
1867name = "rand_hc"
1868version = "0.2.0"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1871dependencies = [
1872 "rand_core 0.5.1",
1873]
1874
1875[[package]]
1876name = "rand_isaac"
1877version = "0.1.1"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1880dependencies = [
1881 "rand_core 0.3.1",
1882]
1883
1884[[package]]
1885name = "rand_jitter"
1886version = "0.1.4"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1889dependencies = [
1890 "libc",
1891 "rand_core 0.4.2",
1892 "winapi 0.3.9",
1893]
1894
1895[[package]]
1896name = "rand_os"
1897version = "0.1.3"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1900dependencies = [
1901 "cloudabi",
1902 "fuchsia-cprng",
1903 "libc",
1904 "rand_core 0.4.2",
1905 "rdrand",
1906 "winapi 0.3.9",
1907]
1908
1909[[package]]
1910name = "rand_pcg"
1911version = "0.1.2"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1914dependencies = [
1915 "autocfg 0.1.8",
1916 "rand_core 0.4.2",
1917]
1918
1919[[package]]
1920name = "rand_xorshift"
1921version = "0.1.1"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1924dependencies = [
1925 "rand_core 0.3.1",
1926]
1927
1928[[package]]
1929name = "rayon"
1930version = "1.7.0"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
1933dependencies = [
1934 "either",
1935 "rayon-core",
1936]
1937
1938[[package]]
1939name = "rayon-core"
1940version = "1.11.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
1943dependencies = [
1944 "crossbeam-channel",
1945 "crossbeam-deque",
1946 "crossbeam-utils",
1947 "num_cpus",
1948]
1949
1950[[package]]
1951name = "rdrand"
1952version = "0.4.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1955dependencies = [
1956 "rand_core 0.3.1",
1957]
1958
1959[[package]]
1960name = "redox_syscall"
1961version = "0.2.16"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1964dependencies = [
1965 "bitflags",
1966]
1967
1968[[package]]
1969name = "redox_syscall"
1970version = "0.3.5"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1973dependencies = [
1974 "bitflags",
1975]
1976
1977[[package]]
1978name = "regex"
1979version = "1.8.1"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
1982dependencies = [
1983 "aho-corasick 1.0.1",
1984 "memchr",
1985 "regex-syntax 0.7.1",
1986]
1987
1988[[package]]
1989name = "regex-syntax"
1990version = "0.6.29"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1993
1994[[package]]
1995name = "regex-syntax"
1996version = "0.7.1"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
1999
2000[[package]]
2001name = "rustc-demangle"
2002version = "0.1.23"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2005
2006[[package]]
2007name = "rustix"
2008version = "0.37.19"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2011dependencies = [
2012 "bitflags",
2013 "errno",
2014 "io-lifetimes",
2015 "libc",
2016 "linux-raw-sys",
2017 "windows-sys 0.48.0",
2018]
2019
2020[[package]]
2021name = "ryu"
2022version = "1.0.13"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2025
2026[[package]]
2027name = "safemem"
2028version = "0.3.3"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2031
2032[[package]]
2033name = "same-file"
2034version = "1.0.6"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2037dependencies = [
2038 "winapi-util",
2039]
2040
2041[[package]]
2042name = "scoped_threadpool"
2043version = "0.1.9"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2046
2047[[package]]
2048name = "scopeguard"
2049version = "1.1.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2052
2053[[package]]
2054name = "sequence_trie"
2055version = "0.3.6"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "1ee22067b7ccd072eeb64454b9c6e1b33b61cd0d49e895fd48676a184580e0c3"
2058
2059[[package]]
2060name = "serde"
2061version = "1.0.163"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2064
2065[[package]]
2066name = "serde_derive"
2067version = "1.0.163"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2070dependencies = [
2071 "proc-macro2 1.0.56",
2072 "quote 1.0.27",
2073 "syn 2.0.16",
2074]
2075
2076[[package]]
2077name = "serde_json"
2078version = "1.0.96"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2081dependencies = [
2082 "itoa",
2083 "ryu",
2084 "serde",
2085]
2086
2087[[package]]
2088name = "sha-1"
2089version = "0.8.2"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2092dependencies = [
2093 "block-buffer 0.7.3",
2094 "digest 0.8.1",
2095 "fake-simd",
2096 "opaque-debug",
2097]
2098
2099[[package]]
2100name = "sha2"
2101version = "0.10.6"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2104dependencies = [
2105 "cfg-if 1.0.0",
2106 "cpufeatures",
2107 "digest 0.10.6",
2108]
2109
2110[[package]]
2111name = "shlex"
2112version = "0.1.1"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2115
2116[[package]]
2117name = "siphasher"
2118version = "0.2.3"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2121
2122[[package]]
2123name = "siphasher"
2124version = "0.3.10"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2127
2128[[package]]
2129name = "slab"
2130version = "0.4.8"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2133dependencies = [
2134 "autocfg 1.1.0",
2135]
2136
2137[[package]]
2138name = "smallvec"
2139version = "1.10.0"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2142
2143[[package]]
2144name = "staticfile"
2145version = "0.5.0"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "babd3fa68bb7e3994ce181c5f21ff3ff5fffef7b18b8a10163b45e4dafc6fb86"
2148dependencies = [
2149 "iron",
2150 "mount",
2151 "time",
2152 "url 1.7.2",
2153]
2154
2155[[package]]
2156name = "string_cache"
2157version = "0.8.7"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2160dependencies = [
2161 "new_debug_unreachable",
2162 "once_cell",
2163 "parking_lot",
2164 "phf_shared 0.10.0",
2165 "precomputed-hash",
2166 "serde",
2167]
2168
2169[[package]]
2170name = "string_cache_codegen"
2171version = "0.5.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2174dependencies = [
2175 "phf_generator 0.10.0",
2176 "phf_shared 0.10.0",
2177 "proc-macro2 1.0.56",
2178 "quote 1.0.27",
2179]
2180
2181[[package]]
2182name = "strsim"
2183version = "0.8.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2186
2187[[package]]
2188name = "strum"
2189version = "0.21.0"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
2192
2193[[package]]
2194name = "strum_macros"
2195version = "0.21.1"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
2198dependencies = [
2199 "heck",
2200 "proc-macro2 1.0.56",
2201 "quote 1.0.27",
2202 "syn 1.0.109",
2203]
2204
2205[[package]]
2206name = "syn"
2207version = "0.15.44"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2210dependencies = [
2211 "proc-macro2 0.4.30",
2212 "quote 0.6.13",
2213 "unicode-xid 0.1.0",
2214]
2215
2216[[package]]
2217name = "syn"
2218version = "1.0.109"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2221dependencies = [
2222 "proc-macro2 1.0.56",
2223 "quote 1.0.27",
2224 "unicode-ident",
2225]
2226
2227[[package]]
2228name = "syn"
2229version = "2.0.16"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
2232dependencies = [
2233 "proc-macro2 1.0.56",
2234 "quote 1.0.27",
2235 "unicode-ident",
2236]
2237
2238[[package]]
2239name = "synstructure"
2240version = "0.12.6"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2243dependencies = [
2244 "proc-macro2 1.0.56",
2245 "quote 1.0.27",
2246 "syn 1.0.109",
2247 "unicode-xid 0.2.4",
2248]
2249
2250[[package]]
2251name = "syntect"
2252version = "3.1.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "72fed41b91655133c9819f68d0b9a194dcbf36aa46e80033b6e9ae169f58b211"
2255dependencies = [
2256 "bincode",
2257 "bitflags",
2258 "flate2",
2259 "fnv",
2260 "lazy_static",
2261 "lazycell",
2262 "onig",
2263 "plist",
2264 "regex-syntax 0.6.29",
2265 "serde",
2266 "serde_derive",
2267 "serde_json",
2268 "walkdir",
2269 "yaml-rust",
2270]
2271
2272[[package]]
2273name = "tempfile"
2274version = "3.5.0"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2277dependencies = [
2278 "cfg-if 1.0.0",
2279 "fastrand",
2280 "redox_syscall 0.3.5",
2281 "rustix",
2282 "windows-sys 0.45.0",
2283]
2284
2285[[package]]
2286name = "tendril"
2287version = "0.4.3"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2290dependencies = [
2291 "futf",
2292 "mac",
2293 "utf-8",
2294]
2295
2296[[package]]
2297name = "term_size"
2298version = "0.3.2"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2301dependencies = [
2302 "libc",
2303 "winapi 0.3.9",
2304]
2305
2306[[package]]
2307name = "termbook"
2308version = "1.4.2"
2309dependencies = [
2310 "atty",
2311 "globset",
2312 "mdbook",
2313 "mdcat",
2314 "pulldown-cmark 0.6.1",
2315 "pulldown-cmark-to-cmark 2.0.1",
2316 "syntect",
2317]
2318
2319[[package]]
2320name = "termbook-cli"
2321version = "1.4.6"
2322dependencies = [
2323 "clap",
2324 "env_logger 0.7.1",
2325 "lazy_static",
2326 "pulldown-cmark-to-cmark 4.0.2",
2327 "termbook",
2328]
2329
2330[[package]]
2331name = "termcolor"
2332version = "1.2.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2335dependencies = [
2336 "winapi-util",
2337]
2338
2339[[package]]
2340name = "textwrap"
2341version = "0.11.0"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2344dependencies = [
2345 "term_size",
2346 "unicode-width",
2347]
2348
2349[[package]]
2350name = "thiserror"
2351version = "1.0.40"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2354dependencies = [
2355 "thiserror-impl",
2356]
2357
2358[[package]]
2359name = "thiserror-impl"
2360version = "1.0.40"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2363dependencies = [
2364 "proc-macro2 1.0.56",
2365 "quote 1.0.27",
2366 "syn 2.0.16",
2367]
2368
2369[[package]]
2370name = "tiff"
2371version = "0.3.1"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
2374dependencies = [
2375 "byteorder",
2376 "lzw",
2377 "num-derive",
2378 "num-traits",
2379]
2380
2381[[package]]
2382name = "time"
2383version = "0.1.45"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2386dependencies = [
2387 "libc",
2388 "wasi 0.10.0+wasi-snapshot-preview1",
2389 "winapi 0.3.9",
2390]
2391
2392[[package]]
2393name = "tinyvec"
2394version = "1.6.0"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2397dependencies = [
2398 "tinyvec_macros",
2399]
2400
2401[[package]]
2402name = "tinyvec_macros"
2403version = "0.1.1"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2406
2407[[package]]
2408name = "toml"
2409version = "0.5.11"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2412dependencies = [
2413 "serde",
2414]
2415
2416[[package]]
2417name = "toml-query"
2418version = "0.9.2"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "654d5afba116c445bb5fb6812e7c3177d90d143427af73f12956f33e18a1cedb"
2421dependencies = [
2422 "failure",
2423 "failure_derive",
2424 "is-match",
2425 "lazy_static",
2426 "regex",
2427 "toml",
2428 "toml-query_derive",
2429]
2430
2431[[package]]
2432name = "toml-query_derive"
2433version = "0.9.2"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "528baacc7fbc5e12b3fc32f483bea1b1cf531afa71cfaae54838d7095a6add9b"
2436dependencies = [
2437 "darling",
2438 "quote 0.6.13",
2439 "syn 0.15.44",
2440]
2441
2442[[package]]
2443name = "traitobject"
2444version = "0.1.0"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
2447
2448[[package]]
2449name = "typeable"
2450version = "0.1.2"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
2453
2454[[package]]
2455name = "typemap"
2456version = "0.3.3"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
2459dependencies = [
2460 "unsafe-any",
2461]
2462
2463[[package]]
2464name = "typenum"
2465version = "1.16.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2468
2469[[package]]
2470name = "ucd-trie"
2471version = "0.1.5"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2474
2475[[package]]
2476name = "unicase"
2477version = "1.4.2"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
2480dependencies = [
2481 "version_check 0.1.5",
2482]
2483
2484[[package]]
2485name = "unicase"
2486version = "2.6.0"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2489dependencies = [
2490 "version_check 0.9.4",
2491]
2492
2493[[package]]
2494name = "unicode-bidi"
2495version = "0.3.13"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2498
2499[[package]]
2500name = "unicode-ident"
2501version = "1.0.8"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2504
2505[[package]]
2506name = "unicode-normalization"
2507version = "0.1.22"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2510dependencies = [
2511 "tinyvec",
2512]
2513
2514[[package]]
2515name = "unicode-segmentation"
2516version = "1.10.1"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2519
2520[[package]]
2521name = "unicode-width"
2522version = "0.1.10"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2525
2526[[package]]
2527name = "unicode-xid"
2528version = "0.1.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2531
2532[[package]]
2533name = "unicode-xid"
2534version = "0.2.4"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2537
2538[[package]]
2539name = "unsafe-any"
2540version = "0.4.2"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
2543dependencies = [
2544 "traitobject",
2545]
2546
2547[[package]]
2548name = "url"
2549version = "1.7.2"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2552dependencies = [
2553 "idna 0.1.5",
2554 "matches",
2555 "percent-encoding 1.0.1",
2556]
2557
2558[[package]]
2559name = "url"
2560version = "2.3.1"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2563dependencies = [
2564 "form_urlencoded",
2565 "idna 0.3.0",
2566 "percent-encoding 2.2.0",
2567]
2568
2569[[package]]
2570name = "utf-8"
2571version = "0.7.6"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2574
2575[[package]]
2576name = "vec_map"
2577version = "0.8.2"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2580
2581[[package]]
2582name = "version_check"
2583version = "0.1.5"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2586
2587[[package]]
2588name = "version_check"
2589version = "0.9.4"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2592
2593[[package]]
2594name = "walkdir"
2595version = "2.3.3"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2598dependencies = [
2599 "same-file",
2600 "winapi-util",
2601]
2602
2603[[package]]
2604name = "wasi"
2605version = "0.9.0+wasi-snapshot-preview1"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2608
2609[[package]]
2610name = "wasi"
2611version = "0.10.0+wasi-snapshot-preview1"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2614
2615[[package]]
2616name = "wasi"
2617version = "0.11.0+wasi-snapshot-preview1"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2620
2621[[package]]
2622name = "wasm-bindgen"
2623version = "0.2.85"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
2626dependencies = [
2627 "cfg-if 1.0.0",
2628 "wasm-bindgen-macro",
2629]
2630
2631[[package]]
2632name = "wasm-bindgen-backend"
2633version = "0.2.85"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
2636dependencies = [
2637 "bumpalo",
2638 "log 0.4.17",
2639 "once_cell",
2640 "proc-macro2 1.0.56",
2641 "quote 1.0.27",
2642 "syn 2.0.16",
2643 "wasm-bindgen-shared",
2644]
2645
2646[[package]]
2647name = "wasm-bindgen-macro"
2648version = "0.2.85"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
2651dependencies = [
2652 "quote 1.0.27",
2653 "wasm-bindgen-macro-support",
2654]
2655
2656[[package]]
2657name = "wasm-bindgen-macro-support"
2658version = "0.2.85"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
2661dependencies = [
2662 "proc-macro2 1.0.56",
2663 "quote 1.0.27",
2664 "syn 2.0.16",
2665 "wasm-bindgen-backend",
2666 "wasm-bindgen-shared",
2667]
2668
2669[[package]]
2670name = "wasm-bindgen-shared"
2671version = "0.2.85"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
2674
2675[[package]]
2676name = "winapi"
2677version = "0.2.8"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2680
2681[[package]]
2682name = "winapi"
2683version = "0.3.9"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2686dependencies = [
2687 "winapi-i686-pc-windows-gnu",
2688 "winapi-x86_64-pc-windows-gnu",
2689]
2690
2691[[package]]
2692name = "winapi-build"
2693version = "0.1.1"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2696
2697[[package]]
2698name = "winapi-i686-pc-windows-gnu"
2699version = "0.4.0"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2702
2703[[package]]
2704name = "winapi-util"
2705version = "0.1.5"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2708dependencies = [
2709 "winapi 0.3.9",
2710]
2711
2712[[package]]
2713name = "winapi-x86_64-pc-windows-gnu"
2714version = "0.4.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2717
2718[[package]]
2719name = "windows"
2720version = "0.48.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2723dependencies = [
2724 "windows-targets 0.48.0",
2725]
2726
2727[[package]]
2728name = "windows-sys"
2729version = "0.45.0"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2732dependencies = [
2733 "windows-targets 0.42.2",
2734]
2735
2736[[package]]
2737name = "windows-sys"
2738version = "0.48.0"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2741dependencies = [
2742 "windows-targets 0.48.0",
2743]
2744
2745[[package]]
2746name = "windows-targets"
2747version = "0.42.2"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2750dependencies = [
2751 "windows_aarch64_gnullvm 0.42.2",
2752 "windows_aarch64_msvc 0.42.2",
2753 "windows_i686_gnu 0.42.2",
2754 "windows_i686_msvc 0.42.2",
2755 "windows_x86_64_gnu 0.42.2",
2756 "windows_x86_64_gnullvm 0.42.2",
2757 "windows_x86_64_msvc 0.42.2",
2758]
2759
2760[[package]]
2761name = "windows-targets"
2762version = "0.48.0"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2765dependencies = [
2766 "windows_aarch64_gnullvm 0.48.0",
2767 "windows_aarch64_msvc 0.48.0",
2768 "windows_i686_gnu 0.48.0",
2769 "windows_i686_msvc 0.48.0",
2770 "windows_x86_64_gnu 0.48.0",
2771 "windows_x86_64_gnullvm 0.48.0",
2772 "windows_x86_64_msvc 0.48.0",
2773]
2774
2775[[package]]
2776name = "windows_aarch64_gnullvm"
2777version = "0.42.2"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2780
2781[[package]]
2782name = "windows_aarch64_gnullvm"
2783version = "0.48.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2786
2787[[package]]
2788name = "windows_aarch64_msvc"
2789version = "0.42.2"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2792
2793[[package]]
2794name = "windows_aarch64_msvc"
2795version = "0.48.0"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2798
2799[[package]]
2800name = "windows_i686_gnu"
2801version = "0.42.2"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2804
2805[[package]]
2806name = "windows_i686_gnu"
2807version = "0.48.0"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2810
2811[[package]]
2812name = "windows_i686_msvc"
2813version = "0.42.2"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2816
2817[[package]]
2818name = "windows_i686_msvc"
2819version = "0.48.0"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2822
2823[[package]]
2824name = "windows_x86_64_gnu"
2825version = "0.42.2"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2828
2829[[package]]
2830name = "windows_x86_64_gnu"
2831version = "0.48.0"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2834
2835[[package]]
2836name = "windows_x86_64_gnullvm"
2837version = "0.42.2"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2840
2841[[package]]
2842name = "windows_x86_64_gnullvm"
2843version = "0.48.0"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2846
2847[[package]]
2848name = "windows_x86_64_msvc"
2849version = "0.42.2"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2852
2853[[package]]
2854name = "windows_x86_64_msvc"
2855version = "0.48.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2858
2859[[package]]
2860name = "ws"
2861version = "0.9.2"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
2864dependencies = [
2865 "byteorder",
2866 "bytes",
2867 "httparse",
2868 "log 0.4.17",
2869 "mio",
2870 "mio-extras",
2871 "rand 0.7.3",
2872 "sha-1",
2873 "slab",
2874 "url 2.3.1",
2875]
2876
2877[[package]]
2878name = "ws2_32-sys"
2879version = "0.2.1"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2882dependencies = [
2883 "winapi 0.2.8",
2884 "winapi-build",
2885]
2886
2887[[package]]
2888name = "xml-rs"
2889version = "0.8.10"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "dc95a04ea24f543cd9be5aab44f963fa35589c99e18415c38fb2b17e133bf8d2"
2892
2893[[package]]
2894name = "yaml-rust"
2895version = "0.4.5"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2898dependencies = [
2899 "linked-hash-map",
2900]